blob: 83d2869bb618fc7edce8e2fe05e64870e230479e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
```
% pandoc -f latex -t native
\includegraphics[width=.85\textwidth]%
{pic_M87star.pdf}
^D
[ Para
[ Image
( "" , [] , [ ( "width" , ".85\\textwidth" ) ] )
[ Str "image" ]
( "pic_M87star.pdf" , "" )
]
]
```
|