Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1214.lvt
blob5e6be94bb96e8a9a68c8c7f593373ac288d99a1d
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{article}
24 \START
26 \AUTHOR{Alan Jeffrey}
28 \STYLE{article}
30 \OMIT
32 % In case we're debugging the OT1 .fd files:
33 \input{OT1cmr.fd}
34 \input{OT1cmss.fd}
35 \input{OT1cmtt.fd}
37 \begin{document}
39 \TIMO
41 \tracingoutput=1
43 \def\symbols{\P\S\pounds\$\dag\ddag\_\{\}\dots}
45 In text: \symbols
47 In math: \(\symbols \)
49 In sans: \textsf{\symbols}
51 In typewriter: \texttt{\symbols}
53 In sans italic: \textsf{\textit{\symbols}}
55 In typewriter italic: \texttt{\textit{\symbols}}
57 In bold: \textbf{\symbols}
59 In bold sans: \textsf{\textbf{\symbols}}
61 In bold typewriter: \texttt{\textbf{\symbols}}
63 In bold sans italic: \textsf{\textit{\textbf{\symbols}}}
65 In bold typewriter italic: \texttt{\textit{\textbf{\symbols}}}
67 In T1: {\fontencoding{T1}\selectfont \symbols}
69 In U: {\fontencoding{U}\selectfont \symbols}
71 \end{document}