aboutsummaryrefslogtreecommitdiff
path: root/test/command/6034.md
blob: 3739fbdd044ee0cac63620a326601ec0b517757c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
```
% 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}"
    ]
]
```