pandoc/test/command/2118.md

18 lines
383 B
Markdown
Raw Normal View History

2017-07-01 19:31:43 +02:00
```
% 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
[ Para
[ Image
( "fig:setminus" , [] , [ ( "width" , "80%" ) ] )
[ Str "Set" , Space , Str "subtraction" ]
( "setminus.png" , "fig:" )
]
]
2017-07-01 19:31:43 +02:00
```