-
Notifications
You must be signed in to change notification settings - Fork 14
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
autoscale text #20
Comments
* dev: documentation for the tikz library Fixed problem with key values "leaking" out Backed out `transform shape` for the moment and opened #20 instead moved super duck definition from tikzlibrary to example copied stuff from global gitignore over reverted back to own gitignore Added aliases with spaces. Added a .gitignore Added a wrapper around \duck@draw to turn it into a pic, seems to work (but could do with more extensive testing - see duck_library.tex for tests).
What is the status of this? Until autoscaling is properly implemented, is there a way to resize speech/thought bubbles manually? |
@VHarisop Thanks a lot for your comment! I'm still unsure what the best course of action is for the scaling of text. On the one hand site automatically scaling looks very convenient, on the other hand I'd like the user to have as many possibilities as possible to choose a suitable font size (which makes the text easier to read at small sizes than just scaling the normal sized text down) and yo apply other text formatting like parboxes or minipages for multiline text. Here are a few suggestions for manual resizing of the text:
If these suggestions don't work for, please feel free to show a short example what you are trying to do and I'll try to come up with something. |
@VHarisop FYI: your avatar inspired my to draw https://github.com/samcarter8/tikzzoo/blob/master/pingu.tex :) |
@samcarter8 Thanks for the quick reply! I think I misspecified my problem: I'm preparing a presentation on beamer, so instead of making the text small I would rather make the speech bubble bigger, so that the text remains visible. |
@VHarisop Oh, for this you could draw the bubbles yourself, they are basically just an ellipse
Or you could use the tikz
|
Maybe it would be convenient to automatically scale the text in book, speech, think to the available width
adding
transform shape
from1a039d7 might be a starting point
The text was updated successfully, but these errors were encountered: