Enable building TDS zip files
[latex2e.git] / base / testfiles / tlb2133.lvt
blob58c6e84713a97af9a73c8d0d9faaef3ce135b5e2
1 % Test file for LaTeX2e PR/2133
3 \documentclass{article}
5 % Input the test macros for latex 2e
6 \input{test2e}
8 \AUTHOR{Chris}
10 % Declare the format used on the original run, as printed by
11 % LaTeX.
13 \FORMAT{LaTeX2e<1998/06/01>}
15  % Removed as it meeses up all accents!
16  % \usepackage[debugshow]{tracefnt}
18 % Everything before this is ignored by the test system.
19 \START
22 \begin{document}
24 \fontencoding{T1}\selectfont
26 \def\encodingdefault{T1}
28  % This simulates setting stuff in an hbox for each accent.
29  % 
30  \setbox0 \hbox {\normalfont h \bf l \sl l }
31  \setbox0 \hbox {\large l }
33  % OK:
34  X sel \"{\selectfont l}
36  % BAD (ignorespaces):
37  X ig \"{\ignorespaces i}
39  % BAD (ignorespaces in usefont in normalfont):
40  X nor \"{\normalfont n}
42  \def\usefont#1#2#3#4{\fontencoding{#1}\fontfamily{#2}%
43               \fontseries{#3}\fontshape{#4}\selectfont}
45  % OK:
46  X new \"{\normalfont n}
48  % BAD (Why ???):
49  X lar \"{\large l}
51  % OK:
52  X sl \"{\sl l}
54  % BAD (group, maybe fixable?):
55  X tsl \"{\textsl{l}}
57  % OK:
58  X nsl \"{\normalfont\fontshape{sl}\selectfont l}
60  % OK:
61  X bx \"{\fontseries{bx}\selectfont l}
63  % OK:
64  X bf \"{\bf l}
66  % BAD (group, maybe fixable?):
67  X tbf \"{\textbf{l}}
69  \showoutput
72  \end{document}