guess we don't want the build dir
[latex2e.git] / trunk / required / tools / testfiles / tlb2563.lvt
blobb28b94c57e1b4a960dddc708bb44417e27e0fed4
1 % \iffalse meta-comment
3 % Copyright (C) 1999 Rainer Schöpf
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 #2563.
16 % doc procudes incorrect index entries for single letter control sequences.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \CLASS{article}
23 \PACKAGE{doc}
24 \PACKAGE{verbatim}
26 \showoutput
28 \documentclass{article}
30 \usepackage{doc}
31 \usepackage{verbatim}
33 \RecordChanges
34 \CodelineIndex
35 \EnableCrossrefs
37 \begin{document}
39 \START
41 % special char
42 \DescribeMacro{\[}
43 \DescribeMacro\[
45 \begin{macro}{\[}
46 \end{macro}
48 \begin{macro}{\>}
49 \end{macro}
51 \makeatletter
52 \immediate\closeout\@indexfile
53 \makeatother
55 \verbatiminput{\jobname.idx}
57 \end{document}