1 % \iffalse meta-comment
3 % Copyright (C) 1995 by Rainer Schoepf.
6 % This file is part of the validate package.
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.
15 % Test file for LaTeX2e bug report #1826.
16 % In \verb, making the backquote active before loading a font
19 % Input the test macros for LaTeX2e
22 % Everything before this is ignored by the test system.
25 \AUTHOR{Marcin Woli\'nski}
27 % Declare the format used on the original run, as printed by
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.
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
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}{}
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.
58 \DeclareFontFamily{foo}{cmtt}{\hyphenchar \font\m@ne}
59 \DeclareFontShape{foo}{cmtt}{m}{n}{<10>cmtt10}{}
62 \documentclass{article}
64 \usepackage[foo]{fontenc}