mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
12 lines
299 B
Markdown
12 lines
299 B
Markdown
```
|
|
% pandoc -t latex
|
|
{page=13,trim=1cm,clip,width=4cm}
|
|
^D
|
|
\begin{figure}
|
|
\centering
|
|
\pandocbounded{\includegraphics[keepaspectratio,page=13,trim=1cm,clip,width=4cm,alt={Global frog population.}]{slides.pdf}}
|
|
\caption{Global frog population.}
|
|
\end{figure}
|
|
|
|
```
|