Skip to content
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

Closed
wants to merge 5 commits into from

Conversation

ReymondAkpanya
Copy link
Collaborator

@codecov
Copy link

codecov bot commented Apr 26, 2022

Codecov Report

Merging #218 (408a7bd) into master (dbabfb8) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

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     
Files Coverage Δ
gap/PolygonalComplexes/embedding.gd 100.00% <ø> (ø)
gap/PolygonalComplexes/drawing.gi 8.20% <0.00%> (-0.02%) ⬇️

Copy link
Collaborator

@MeikeWeiss MeikeWeiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@@ -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
Copy link
Collaborator

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"

#! 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see above

DrawSurfaceToTikz( oct, "octahedron_textSize",pr);;
#! @EndLog
#! <Alt Only="TikZ">
#! \input{_TIKZ_octahedron_textSize.tex}
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants