mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 11:57:16 +00:00
669c2b8f64
Closes #10472.
394 B
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}"
]
]