Files
2024-12-18 12:11:04 -08:00

394 B

% pandoc -f latex+raw_tex -t native
\begin{figure*}
  \centering
  \begin{overpic}{test_pic}
    \put (70,80) {Caption}
  \end{overpic}
\end{figure*}
^D
[ Figure
    ( "" , [] , [] )
    (Caption Nothing [])
    [ RawBlock (Format "latex") "\\centering"
    , RawBlock
        (Format "latex")
        "\\begin{overpic}{test_pic}\n    \\put (70,80) {Caption}\n  \\end{overpic}"
    ]
]