blob: 4cb3e502ea33c0588053364178882e12125e9c28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
```
% 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 subtraction" ]
( "setminus.png" , "fig:" )
]
]
```
|