[latex3-commits] [git/LaTeX3-latex3-latex2e] gh217: Adda testfile to show the currently supported syntax of \include (2e5323de)

Johannes Braams texniek at braams.xs4all.nl
Wed Apr 22 09:07:17 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh217
Link       : https://github.com/latex3/latex2e/commit/2e5323dea3fa4b3d188672313dc678ef9855aa57

>---------------------------------------------------------------

commit 2e5323dea3fa4b3d188672313dc678ef9855aa57
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date:   Wed Apr 22 09:07:17 2020 +0200

    Adda testfile to show the currently supported syntax of \include


>---------------------------------------------------------------

2e5323dea3fa4b3d188672313dc678ef9855aa57
 base/testfiles/github-0217-base.lvt | 46 +++++++++++++++++++++++++++++++++++++
 base/testfiles/github-0217-base.tlg | 18 +++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/base/testfiles/github-0217-base.lvt b/base/testfiles/github-0217-base.lvt
new file mode 100644
index 00000000..ed90eba2
--- /dev/null
+++ b/base/testfiles/github-0217-base.lvt
@@ -0,0 +1,46 @@
+% The \included file:
+\begin{filecontents}{gh217-include.tex}
+  \typeout{Included file}
+  \endinput
+\end{filecontents}
+% the .aux-file to be read
+\begin{filecontents}{gh217-include.aux}
+\relax 
+\@setckpt{gh217-include}{
+\setcounter{page}{1}
+\setcounter{equation}{0}
+\setcounter{enumi}{0}
+\setcounter{enumii}{0}
+\setcounter{enumiii}{0}
+\setcounter{enumiv}{0}
+\setcounter{footnote}{0}
+\setcounter{mpfootnote}{0}
+\setcounter{part}{0}
+\setcounter{section}{0}
+\setcounter{subsection}{0}
+\setcounter{subsubsection}{0}
+\setcounter{paragraph}{0}
+\setcounter{subparagraph}{0}
+\setcounter{figure}{0}
+\setcounter{table}{0}
+}
+\end{filecontents}
+%
+% The acrtual test-file to show the \include-syntax that is supported
+% and should remain supported when files with spaces in their names
+% should also be supported
+%
+\documentclass{article}
+\input{test2e}
+\START
+\AUTHOR{Johannes Braams}
+\FORMAT{LaTeX2e<2020-02-02> patch level 5>}
+\CLASS{article}
+\OMIT
+\begin{document}
+\TIMO
+\include{gh217-include}
+\include{ gh217-include}
+\include{ gh217-include }
+\include{"gh217-include"}
+\end{document}
diff --git a/base/testfiles/github-0217-base.tlg b/base/testfiles/github-0217-base.tlg
new file mode 100644
index 00000000..60f1ef5d
--- /dev/null
+++ b/base/testfiles/github-0217-base.tlg
@@ -0,0 +1,18 @@
+This is a generated file for the LaTeX2e validation system.
+Don't change this file in any respect.
+Author: Johannes Braams
+Format: LaTeX2e<2020-02-02> patch level 5>
+Main Class: article
+(gh217-include.tex
+Included file
+)
+(gh217-include.tex
+Included file
+)
+(gh217-include.tex
+Included file
+)
+(gh217-include.tex
+Included file
+) (github-0217-base.aux (gh217-include.aux) (gh217-include.aux)
+(gh217-include.aux) (gh217-include.aux))





More information about the latex3-commits mailing list.