Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb2203.lvt
blob94f978e93032657b82038e5b45236e7e5ff48097
1 % \iffalse meta-comment
3 % Copyright (C) 1996 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 #2203:
16 % \mathordfeminine and \mathordmasculine are exchanged in input enconding cp850.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{article}
23 \AUTHOR{Peter John Acklam}
25 % Declare the format used on the original run, as printed by
26 % LaTeX.
28 \FORMAT{LaTeX2e<1997/12/01>}
30 % Article document style for this test. We need to have a
31 % minimal font setup, for the last few tests, otherwise we
32 % could have done this with no documentclass.
34 \CLASS{article}
36 \showoutput
38 \usepackage[OT1]{fontenc}
39 \usepackage[cp850]{inputenc}
41 \START
43 \begin{document}
45 \noindent\obeylines
46 Here follows the \verb|\textordfeminine| character: ^^a6
47 Here follows the \verb|\textordmasculine| character: ^^a7
48 This isn't right!
50 \end{document}