mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-26 11:11:47 +00:00
223 B
223 B
% pandoc -t latex
---
header-includes:
- \newcommand{\blandscape}{\begin{landscape}}
- \newcommand{\elandscape}{\end{landscape}}
...
\blandscape
testing
\elandscape
^D
\begin{landscape}
testing
\end{landscape}