Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
5.96k stars 954 forks source link

imgage resize #360

Closed jithurbide-CPNV closed 9 months ago

jithurbide-CPNV commented 9 months ago

Hello,

Probably not the right place but, I can't resize my image during export. I use this in mk :

""

I see the resizing image on typora but the final pdf as only full size image. Can someone have any idea, why ?

Julien

cagix commented 9 months ago

you could give something like ![this will be a caption](tab1.png){width="80%"} a try (see https://pandoc.org/MANUAL.html#images).

jithurbide-CPNV commented 9 months ago

ok with --listings options it's working. thanks a lot!

cagix commented 9 months ago

ok with --listings options it's working. thanks a lot!

strange. this should work no matter what syntax highlighting is used for code blocks?