mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
221 B
221 B
pandoc -t latex
---
header-includes:
- \newcommand{\blandscape}{\begin{landscape}}
- \newcommand{\elandscape}{\end{landscape}}
...
\blandscape
testing
\elandscape
^D
\begin{landscape}
testing
\end{landscape}