-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change text size in DrawSurfaceToTikz #218
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #218 +/- ##
==========================================
- Coverage 78.30% 78.28% -0.02%
==========================================
Files 61 61
Lines 16942 16945 +3
==========================================
Hits 13266 13266
- Misses 3676 3679 +3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
gap/PolygonalComplexes/drawing.gd
Outdated
@@ -557,7 +557,33 @@ DrawSurfaceToTikz(doubleSixGon,"DoubleSixGon_edgeDraw",pr);; | |||
#! The vertices are represented as <A>[v, index(v)]</A>. | |||
#! @EndChunk | |||
|
|||
|
|||
#! @BeginChunk DrawSurfaceToTikz_TextSize | |||
#! This subsection is concerned with the parameter that control the text Size of the drawings from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be a small s in "text size"
gap/PolygonalComplexes/drawing.gd
Outdated
#! This subsection is concerned with the parameter that control the text Size of the drawings from | ||
#! <K>DrawSurfaceToTikz</K>. | ||
#! The text size is decided by the following parameter: | ||
#! * <E>textSize</E> This parameter is a positive integer that describes the desired text Size in the drawings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see above
gap/PolygonalComplexes/drawing.gd
Outdated
DrawSurfaceToTikz( oct, "octahedron_textSize",pr);; | ||
#! @EndLog | ||
#! <Alt Only="TikZ"> | ||
#! \input{_TIKZ_octahedron_textSize.tex} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no difference between the pictures.
#112