SVG figures are exported without figure number and reference to context
Opened this issue · 2 comments
juh2 commented
PNGs and SVGs are differently exported to context
#+CAPTION: Foobar
#+NAME: fig:foobar
[[file:foobar.svg]]
#+CAPTION: Barfoo
#+NAME: fig:barfoo
[[file:barfoo.png]]
\placefigure{Foobar}{\externalfigure[foobar.svg]}
\placefigure{Abbildung 1: \reference[fig:barfoo]{}barfoo}{\externalfigure[barfoo.png]}
tarleb commented
juh2 commented
Thanks for the hint. For reference: emacsorphanage#19