summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/templates/latex/verbatim-starred.tex.m4
blob: 5f1434869f4b20c10f96e4ce2965d747a20d20af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\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.
\let\ea\expandafter
\ea\begin\ea{\ea m\ea a\ea r\ea k\ea d\ea o\ea w\ea n\ea *\ea}\ea{\LATEXOPTIONS}
undivert(TEST_INPUT_FILENAME)dnl
\end{markdown*}
\end{document}