From da117c9d68fb2169b43dda6131bfa35856113347 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 16 Mar 2010 04:06:33 +0000 Subject: LaTeX writer: support figures with captions. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1892 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/writer.latex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/writer.latex') diff --git a/tests/writer.latex b/tests/writer.latex index a23625252..dbefdb8fd 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -809,7 +809,11 @@ or here: From ``Voyage dans la Lune'' by Georges Melies (1902): +\begin{figure}[htb] +\centering \includegraphics{lalune.jpg} +\caption{lalune} +\end{figure} Here is a movie \includegraphics{movie.jpg} icon. -- cgit v1.2.3