jfbercher / jupyter_latex_envs

(Some) LaTeX environments for Jupyter
Other
112 stars 27 forks source link

How to resize a image in notebook #38

Open nikorose87 opened 6 years ago

nikorose87 commented 6 years ago

Hi again

I am applying the latex environments for my entire work, but for presentation I like more to do it with the extension of jupyter (which uses reveal.js) I supposed.

Do you know how can I do for resizing the image in the notebook. If I include the latex syntax it appears in the max size.

Thank you!

jfbercher commented 5 years ago

Hi, Sorry, the LaTeX syntax for resizing an image is not supported in notebook's output. It is still preserved and will be passed to LaTeX if you export your notebook. Usually the size is given in inches or cm, and the display is in pixels, or in % of the screen, thera are some non easy conversions to do, and this will depend on the screen used. May be some day..

redrubycorn commented 2 years ago

I would suggest including that information in the documentation, or is it already there and I missed it?