Log changes
[latex2e.git] / latex2e-20151001 / base / testfiles / tlb2783.lvt
blob1abc47f6855238e702669d1d21ad3f740ed60857
1 % \iffalse meta-comment
3 % Copyright (C) 1998 Frank Mittelbach.
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 #2783.
16 % Checking textcomp package.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \CLASS{article}
23 \PACKAGE[T1]{fontenc}
24 \PACKAGE{textcomp}
26 \showoutput
28 \documentclass{article}
30 \usepackage{textcomp}
32 \usepackage[T1]{fontenc}
34 \begin{document}
36 \START
38 % look at top-level expansion, \textdollar
39 % should still be T1
40 \show\textdollar
41 \show\textperthousand
43 \textdollar \textsterling \textperthousand \textpertenthousand
45 \fontencoding{OT1}\selectfont
46 \textdollar \textsterling \textperthousand \textpertenthousand
48 \showoutput
50 \end{document}