blob: eb8999d1102075142d60175a422f3ff057209745 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
```
% pandoc -f latex+raw_tex -t native
\begin{figure*}
\centering
\begin{overpic}{test_pic}
\put (70,80) {Caption}
\end{overpic}
\end{figure*}
^D
[ RawBlock
(Format "latex")
"\\begin{figure*}\n \\centering\n \\begin{overpic}{test_pic}\n \\put (70,80) {Caption}\n \\end{overpic}\n\\end{figure*}"
]
```
|