mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 05:05:53 +00:00
20 lines
394 B
Markdown
20 lines
394 B
Markdown
```
|
|
% 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}"
|
|
]
|
|
]
|
|
```
|