Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / base / testfiles / tlb1503.lvt
blob482c36c39545f65ff8d86e7824b36e4e5f93cf0d
1 % Test file for LaTeX2e PR/1503
3 % test that dottedcontentsline and footnote don't use math mode
5 \documentclass{article}
7 % Input the test macros for latex 2e
8 \input{test2e}
10 \AUTHOR{Frank Mittelbach}
12 % Declare the format used on the original run, as printed by
13 % LaTeX.
15 \FORMAT{LaTeX2e<1995/06/01>}
17 \renewcommand{\rmdefault}{cmss}
19 \begin{document}
21 % Everything before this is ignored by the test system.
22 \START
24 \showoutput
26 % show cmss dots in toc file
28 \tableofcontents
30 \section{Foo}
31 \subsection{bar}
33 some text\footnote{baz}
35 \renewcommand\thefootnote{\fnsymbol{footnote}}
37 some text\footnote{foobar}
39 \end{document}