Files
2025-09-02 08:39:47 +02:00

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" , "" )
        ]
    ]
]