Enable building TDS zip files
[latex2e.git] / base / testfiles / tlb1903.lvt
blob0f2f6b568d866bc97fe1cce785503fb6dfb0dcd4
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Rainer Schoepf.
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % Test file for LaTeX2e bug report #1903
16 % latin1 characters in tabbing give incorrect,output,
17 % due to the use of \' \` =
19 % Input the test macros for latex
20 \input{test2e}
22 \documentclass{article}
24 \usepackage[latin1]{inputenc}
26 \showoutput
28 \START
30 \AUTHOR{Stephen G Simpson and Rainer Schoepf}
32 % Declare the format used on the original run, as printed by
33 % LaTeX.
35 \FORMAT{LaTeX2e<1995/12/01>}
37 % Article document class for this test.
39 \CLASS{article}
41 \PACKAGE[latin1]{inputenc}
43 \OMIT
45 \begin{document}
47 \TIMO
49 \tableofcontents
51 \section{first: ^^e1^^e9^^ed^^f3^^fa}
53 ^^e1^^e9^^ed^^f3^^fa
55 \section{second: ^^e1^^e9^^ed^^f3^^fa}
57 \begin{tabbing}
58   If \= it's raining \\
59   \> then \= put ^^e1^^e9^^ed^^f3^^fa on boots, \\
60   \>      \> take \a'a\a'e\a'i\a'o\a'u hat; \\
61   \addtocontents{toc}{test test: \a'a\a'e\a'i\a'o\a'u}
62   \> else \> smile. \\
63 Leave house.
64 \end{tabbing}
66 \end{document}