Files
2024-01-29 11:11:45 -08:00

471 B

% pandoc -f latex -t native
\begin{figure}
\centering
\includegraphics[width=0.5\linewidth,height=0.5\textheight]{figures/placeholder}
\caption{Example figure}
\end{figure}
^D
[ Figure
    ( "" , [] , [] )
    (Caption
       Nothing [ Plain [ Str "Example" , Space , Str "figure" ] ])
    [ Plain
        [ Image
            ( "" , [] , [ ( "width" , "50%" ) , ( "height" , "50%" ) ] )
            []
            ( "figures/placeholder" , "" )
        ]
    ]
]