Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LaTeX images fail on filenames containing spaces #263

Closed
candlerb opened this issue Jun 13, 2011 · 1 comment
Closed

LaTeX images fail on filenames containing spaces #263

candlerb opened this issue Jun 13, 2011 · 1 comment
Labels
Milestone

Comments

@candlerb
Copy link

Given the following Markdown input:

![whee](Front Page/website-mockup.svg)

The LaTeX generated looks like this:

\begin{figure}[htbp]
\centering
\includegraphics{Front%20Page/website-mockup.svg}
\caption{whee}
\end{figure}

This is invalid because of the % (I'm told this is a comment), and LaTeX reports a Runaway argument? syntax error.

@jgm
Copy link
Owner

jgm commented Jul 16, 2011

This probably also affects the opendocument, context, texinfo, ODT, and RTF writers.

@jgm jgm closed this as completed in b5da7ad Jul 16, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants