2 %% This is file `regression-test.cfg'.
3 %% Used to customise the l3build regression test suite for LaTeX2e.
7 %% Do not distribute this file without also distributing the
8 %% source files specified above.
10 %% Do not distribute a modified version of this file.
13 %% File l3build.dtx (C) Copyright 2014 The LaTeX3 Project
15 %% It may be distributed and/or modified under the conditions of the
16 %% LaTeX Project Public License (LPPL), either version 1.3c of this
17 %% license or (at your option) any later version. The latest version
18 %% of this license is in the file
20 %% http://www.latex-project.org/lppl.txt
22 %% This file is part of the "l3build bundle" (The Work in LPPL)
23 %% and all files in that bundle must be distributed together.
25 %% The released version of this bundle is available from CTAN.
27 %% -----------------------------------------------------------------------
29 %% The development version of the bundle can be found at
31 %% http://www.latex-project.org/svnroot/experimental/trunk/
33 %% for those people who are interested.
39 %% Snapshots taken from the repository represent work in progress and may
40 %% not work or may contain conflicting material! We therefore ask
41 %% people _not_ to put them into distributions, archives, etc. without
42 %% prior consultation with the LaTeX Project Team.
44 %% -----------------------------------------------------------------------
48 % Customise the \cs{START} message.
50 \def\STARTMESSAGE{This is a generated file for the LaTeX2e validation system.}
52 % A little more meta-data on authors.
54 \def\ADDRESS#1{\TYPE{Address: #1}}
56 % For tests dating back to LaTeX2.09 era.
58 \def\STYLE#1{\TYPE{Main Style: #1}}%
59 \def\STYLEOPTIONS#1{\TYPE{Style Options: #1}}
61 % LaTeX2e always uses NFSS2 so new test files need not use
62 % |\FONTSELECTION| but it is retained for compatibility for test files
63 % written for 209/NFSS1.
65 \def\FONTSELECTION#1{%
66 \OMIT\@@warning{\noexpand\FONTSELECTION obsolete.^^J%
67 LaTeX2e always uses NFSS2}\TIMO
68 \TYPE{Font Selection: #1}}
70 % Most importantly, set up catcodes as expected for the legacy tests.
71 % The |@| char should remain a `letter' during each test.
74 \let\reset@catcodes\relax
78 %% End of file `regression-test.cfg'.