Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1826.lvt
blob8c4b6d5e2de429d258f5f25c88431337e3cbafed
1 % \iffalse meta-comment
3 % Copyright (C) 1995 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 #1826.
16 % In \verb, making the backquote active before loading a font
17 % leads to problems.
19 % Input the test macros for LaTeX2e
20 \input{test2e}
22 % Everything before this is ignored by the test system.
23 \START
25 \AUTHOR{Marcin Woli\'nski}
27 % Declare the format used on the original run, as printed by
28 % LaTeX.
30 \FORMAT{LaTeX2e<1995/06/01>}
32 % Article document style for this test. We need to have a
33 % minimal font setup, for the last few tests, otherwise we
34 % could have done this with no documentclass.
36 \CLASS{article}
38 \OMIT
40 \begin{filecontents}{fooenc.def}
41 \ProvidesFile{fooenc.def}[1995/08/09 `foo' encoding defs]
42 \DeclareFontEncoding{foo}{}{}
43 \DeclareTextAccent{\'}{foo}{19} % try removing these lines to get
44 \DeclareTextAccent{\`}{foo}{18} % *really* weird effects
45 \end{filecontents}
47 \begin{filecontents}{foocmr.fd}
48 \ProvidesFile{foocmr.fd}[1995/08/09 Font defs for `foo' fonts.]
49 \DeclareFontFamily{foo}{cmr}{}
50 \DeclareFontShape{foo}{cmr}{m}{n}{<10>cmr10}{}
51 \end{filecontents}
53 \begin{filecontents}{foocmtt.fd}
54 \ProvidesFile{foocmtt.fd}[1995/08/09 Font defs for `foo' fonts.]
55 \typeout{}      % to fool the test file mechanism that removes
56 \typeout{`foo'} % typeout lines from ProvidesFile in .fd files.
57 \typeout{}
58 \DeclareFontFamily{foo}{cmtt}{\hyphenchar \font\m@ne}
59 \DeclareFontShape{foo}{cmtt}{m}{n}{<10>cmtt10}{}
60 \end{filecontents}
62 \documentclass{article}
64 \usepackage[foo]{fontenc}
66 \begin{document}
68 \TIMO
70 \verb+foo+
72 \end{document}