Dear all

I use pandoc 1.13.1 on Ubuntu 12.04 to make pdf files from my markdown source files.

Generally that works nicely, today I stumbled over a problem when my image files contain multiple periods (like 9078505.image.corrected.stretched.png).
In LaTeX I can just "escape" these multiple dots with enclosing the filename in two sets of curly brackets.

Now, when I call

> pandoc -s input.md -o output.pdf

TeX complains about an unknown graphic extension (rightfully so).

When I call

> pandoc -s input.md -o output.tex

I see that the call to the image is correct per se, but should be escaped by two sets of curly braces to something like "\includegraphics{img/{{9078505.image.corrected.stretched}}}".

Is there some way I can tell pandoc to escape my image paths, do I have to rename all my images or edit the resulting .tex file?

Thanks for any insight (and pandoc!)
David

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/34fbef04-8125-480a-91ec-4fe08c90e69c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.