all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ox-latex: includegraphics should "quote" filenames
@ 2015-05-25  7:32 Vaidheeswaran C
  2015-05-26  9:02 ` Andreas Leha
  0 siblings, 1 reply; 8+ messages in thread
From: Vaidheeswaran C @ 2015-05-25  7:32 UTC (permalink / raw)
  To: emacs-orgmode


In:
    [[./emacs-24.5.1-startup-screen-annotated.png]]

Buggy Out:

\includegraphics[width=.9\linewidth]{./emacs-24.5.1-startup-screen-annotated.png}

Desired: Out:

\includegraphics[width=.9\linewidth]{{./emacs-24.5.1-startup-screen-annotated}.png}

Source:

http://tex.stackexchange.com/questions/10574/includegraphics-dots-in-filename

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-05-29 11:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-25  7:32 ox-latex: includegraphics should "quote" filenames Vaidheeswaran C
2015-05-26  9:02 ` Andreas Leha
2015-05-26  9:18   ` Rasmus
2015-05-29  9:09   ` Vaidheeswaran C
2015-05-29  9:25     ` Rasmus
2015-05-29  9:30     ` Rasmus
2015-05-29 10:09       ` Rasmus
2015-05-29 11:07         ` Vaidheeswaran C

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.