You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to scale all images when generate a PDF. I can think of a few approaches, but am wondering if there's a simple option I could change in the _config.yml file instead.
Alternatives:
generate latex and then manually add [scale=0.5] to all the \sphinxincludegraphics commands before compiling
modify the Sphinx template (although I'm not exactly sure how best to do this)
Is there a simpler way to just set a preference for scale=0.5 somewhere?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to scale all images when generate a PDF. I can think of a few approaches, but am wondering if there's a simple option I could change in the
_config.yml
file instead.Alternatives:
[scale=0.5]
to all the\sphinxincludegraphics
commands before compilingIs there a simpler way to just set a preference for
scale=0.5
somewhere?Beta Was this translation helpful? Give feedback.
All reactions