24 lines
376 B
Markdown
24 lines
376 B
Markdown
---
|
|
header-includes: |
|
|
\usepackage{graphicx}
|
|
variables:
|
|
documentclass: scrartcl
|
|
classoption:
|
|
- twosides
|
|
- a4paper
|
|
- paper=landscape
|
|
---
|
|
\pagestyle{empty}
|
|
\def\svgwidth{\textwidth}
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\input{./cat-suspisious.pdf_tex}
|
|
\end{figure}
|
|
|
|
\begin{figure}[h]
|
|
\centering
|
|
\input{./cat-surprised.pdf_tex}
|
|
\end{figure}
|
|
|