Enable building TDS zip files
[latex2e.git] / base / testfiles / tlb1202.lvt
blobe314b2e9c4a449c99701c8a6c97653bfc548707c
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Bernd Raichle and Alan Jeffrey.
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 #1214.
16 % Commands taken from OMS and OML, including the infamous \pounds in
17 % various guises...
19 % Input the test macros for LaTeX2e
20 \input{test2e}
22 \documentclass{slides}
24 \START
26 \AUTHOR{Alan Jeffrey}
28 \STYLE{slides}
30 \OMIT
32 % In case we're debugging the ot1 .fd files:
33 \input{ot1lcmss.fd}
35 \input{ot1lcmtt.fd}
37 \begin{document}
39 \TIMO
41 \tracingoutput=1
42 \showboxbreadth=99
43 \showboxdepth=99
45 \def\symbols{\P\S\pounds\$\dag\ddag\_\{\}\dots}
47 In text: \symbols
49 In math: \(\symbols \)
51 In sans: \textsf{\symbols}
53 In typewriter: \texttt{\symbols}
55 In sans italic: \textsf{\textit{\symbols}}
57 In typewriter italic: \texttt{\textit{\symbols}}
59 In bold: \textbf{\symbols}
61 In bold sans: \textsf{\textbf{\symbols}}
63 In bold typewriter: \texttt{\textbf{\symbols}}
65 In bold sans italic: \textsf{\textit{\textbf{\symbols}}}
67 In bold typewriter italic: \texttt{\textit{\textbf{\symbols}}}
69 In T1: {\fontencoding{T1}\selectfont \symbols}
71 In U: {\fontencoding{U}\selectfont \symbols}
73 \end{document}