mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
23 lines
512 B
Markdown
23 lines
512 B
Markdown
```
|
|
% 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" , "" )
|
|
]
|
|
]
|
|
]
|
|
```
|