summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/templates/latex/input.tex.m4
blob: 324f4e7bf18f80d85c2cd84e315e1967b70c95d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass{minimal}
\csname UseRawInputEncoding\endcsname
% Load the package.
\usepackage{markdown}
% Load the support files.
\input setup\relax
\usepackage{catchfile}
\CatchFileDef{\LATEXOPTIONS}{latex-setup}\relax
% Load the test-specific setup.
\input TEST_SETUP_FILENAME\relax
\begin{document}
% Perform the test.
\expandafter\markdownInput\expandafter[\LATEXOPTIONS]{TEST_INPUT_FILENAME}%
\end{document}