aboutsummaryrefslogtreecommitdiff
path: root/test/command/6034.md
blob: 3abf85455c38e07c5ffbeab8c42da5bc0a5d00b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% 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*}"
]
```