mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
512 B
512 B
% pandoc -f latex -t native
\newcommand{\inclgraph}{\includegraphics[width=0.8\textwidth]}
\begin{figure}[ht]
\inclgraph{setminus.png}
\caption{Set subtraction}
\label{fig:setminus}
\end{figure}
^D
[ Figure
( "fig:setminus" , [] , [ ( "latex-placement" , "ht" ) ] )
(Caption
Nothing [ Plain [ Str "Set" , Space , Str "subtraction" ] ])
[ Plain
[ Image
( "" , [] , [ ( "width" , "80%" ) ] )
[]
( "setminus.png" , "" )
]
]
]