[latex3-commits] [git/LaTeX3-latex3-latex2e] firstaid: fix a few types and simplify bidi test (19fe84a8)
Frank Mittelbach
frank.mittelbach at latex-project.org
Sun Sep 27 09:21:51 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : firstaid
Link : https://github.com/latex3/latex2e/commit/19fe84a813010d3ae672c4664656e756f0c1ce70
>---------------------------------------------------------------
commit 19fe84a813010d3ae672c4664656e756f0c1ce70
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Sun Sep 27 09:21:51 2020 +0200
fix a few types and simplify bidi test
>---------------------------------------------------------------
19fe84a813010d3ae672c4664656e756f0c1ce70
.../latex2e-first-aid-for-external-files.dtx | 7 +-
.../firstaid/testfiles-TU/firstaid-bidi.luatex.tlg | 38 -------
required/firstaid/testfiles-TU/firstaid-bidi.lvt | 4 +
required/firstaid/testfiles-TU/firstaid-bidi.tlg | 115 ---------------------
4 files changed, 7 insertions(+), 157 deletions(-)
diff --git a/required/firstaid/latex2e-first-aid-for-external-files.dtx b/required/firstaid/latex2e-first-aid-for-external-files.dtx
index 206de256..174ad1b9 100644
--- a/required/firstaid/latex2e-first-aid-for-external-files.dtx
+++ b/required/firstaid/latex2e-first-aid-for-external-files.dtx
@@ -58,7 +58,7 @@
% maintainers and ensures that the packages get updated alongside
% the core \LaTeX{} system. However it is not always possible to
% get packages that will fail with a new kernel updated in time and
-% if that is the case we try to provide a temparary fix in this
+% if that is the case we try to provide a temporary fix in this
% file for them.
% Once the package gets updated the fix will then be removed again.
%
@@ -120,7 +120,7 @@
%</kernel>
% \end{macrocode}
%
-% What followes is a partial implementation of the \pkg{filehook}
+% What follows is a partial implementation of the \pkg{filehook}
% interfaces.
%
% Not implemented are:
@@ -238,7 +238,7 @@
%
% \subsection{The \pkg{bidi} package first aid}
%
-% The \cs{bidi} package adds a lot of hooks in various places and
+% The \pkg{bidi} package adds a lot of hooks in various places and
% those added to \cs{document} and \cs{enddocument} are now no
% longer necessary as the kernel already provides the right hooks
% there.
@@ -298,7 +298,6 @@
%
%
%
-% \subsection{}
%
%
% \begin{macrocode}
diff --git a/required/firstaid/testfiles-TU/firstaid-bidi.luatex.tlg b/required/firstaid/testfiles-TU/firstaid-bidi.luatex.tlg
index 5a7d4b60..5382fde4 100644
--- a/required/firstaid/testfiles-TU/firstaid-bidi.luatex.tlg
+++ b/required/firstaid/testfiles-TU/firstaid-bidi.luatex.tlg
@@ -11,41 +11,3 @@ Don't change this file in any respect.
> firstaid.
<recently read> }
l. ...\ShowHook{file/after/biditools.sty}
-(../bidi.sty
-Package: bidi ....-..-.. v... Bidirectional typesetting in plain TeX and LaTeX
-****************************************************
-*
-* bidi package (Bidirectional typesetting in
-* plain TeX and LaTeX, using XeTeX engine)
-*
-* Description: A convenient interface for
-* typesetting bidirectional texts in plain TeX
-* and LaTeX. The package includes adaptations
-* for use with many other commonly-used packages.
-*
-* Copyright (c) 2007--2020 Vafa Khalighi
-* Copyright (c) 2018--2020 bidi-tex GitHub organization
-*
-* v..., ....-..-..
-*
-* License: LaTeX Project Public License, version
-* 1.3c or higher (your choice)
-*
-* Location on CTAN: /macros/xetex/latex/bidi
-*
-* Issue tracker: https://github.com/persiantex/bidi/issues
-*
-* Primary author of bidi package: Vafa Khalighi.
-*
-****************************************************
-(../iftex.sty
-Package: iftex ....-..-.. v... TeX engine tests
-)
- ********************************************
- * XeTeX is required to compile this document.
- * Sorry!
- ********************************************
-! Emergency stop.
-<read *>
-l. ...\RequireXeTeX
-*** (cannot \read from terminal in nonstop modes)
diff --git a/required/firstaid/testfiles-TU/firstaid-bidi.lvt b/required/firstaid/testfiles-TU/firstaid-bidi.lvt
index 254a07c0..846b2465 100644
--- a/required/firstaid/testfiles-TU/firstaid-bidi.lvt
+++ b/required/firstaid/testfiles-TU/firstaid-bidi.lvt
@@ -5,7 +5,11 @@
\ShowHook{file/after/biditools.sty}
+\OMIT
\usepackage{bidi}
+\TIMO
+
+% there should be no error on begin and end document
\begin{document}
diff --git a/required/firstaid/testfiles-TU/firstaid-bidi.tlg b/required/firstaid/testfiles-TU/firstaid-bidi.tlg
index a7627ac9..f7dd5544 100644
--- a/required/firstaid/testfiles-TU/firstaid-bidi.tlg
+++ b/required/firstaid/testfiles-TU/firstaid-bidi.tlg
@@ -11,121 +11,6 @@ Don't change this file in any respect.
> firstaid.
<recently read> }
l. ...\ShowHook{file/after/biditools.sty}
-(../bidi.sty
-Package: bidi ....-..-.. v... Bidirectional typesetting in plain TeX and LaTeX
-****************************************************
-*
-* bidi package (Bidirectional typesetting in
-* plain TeX and LaTeX, using XeTeX engine)
-*
-* Description: A convenient interface for
-* typesetting bidirectional texts in plain TeX
-* and LaTeX. The package includes adaptations
-* for use with many other commonly-used packages.
-*
-* Copyright (c) 2007--2020 Vafa Khalighi
-* Copyright (c) 2018--2020 bidi-tex GitHub organization
-*
-* v..., ....-..-..
-*
-* License: LaTeX Project Public License, version
-* 1.3c or higher (your choice)
-*
-* Location on CTAN: /macros/xetex/latex/bidi
-*
-* Issue tracker: https://github.com/persiantex/bidi/issues
-*
-* Primary author of bidi package: Vafa Khalighi.
-*
-****************************************************
-(../iftex.sty
-Package: iftex ....-..-.. v... TeX engine tests
-)
-(../biditools.sty
-Package: biditools ....-..-.. v... Programming tools for bidi package
-\@bidi at envbody=\toks...
-\@bidi at emptytoks=\toks...
-\bidi at poscount=\count...
-Package biditools Warning: Patching `\enddocument' failed on input line ...
-\bidi at tempcountb=\count...
-\bidi at temptoksa=\toks...
-\bidi at temptoksb=\toks...
-\bidi at dummies=\count...
-\bidi at are@these at correct=\toks...
-\bidi at toks@lista=\toks...
-\bidi at toks@listb=\toks...
-\bidi at stack@length=\count...
-\bidi at empty@stack=\toks...
-\bidi at looprepeat@depth=\count...
-) (../zref-abspage.sty
-Package: zref-abspage ....-..-.. v... Module abspage for zref (HO)
-(../zref-base.sty
-Package: zref-base ....-..-.. v... Module base for zref (HO)
-(../ltxcmds.sty
-Package: ltxcmds ....-..-.. v... LaTeX kernel commands for general use (HO)
-)
-(../infwarerr.sty
-Package: infwarerr ....-..-.. v... Providing info/warning/error messages (HO)
-)
-(../kvsetkeys.sty
-Package: kvsetkeys ....-..-.. v... Key value parser (HO)
-)
-(../kvdefinekeys.sty
-Package: kvdefinekeys ....-..-.. v... Define keys (HO)
-)
-(../pdftexcmds.sty
-Package: pdftexcmds ....-..-.. v... Utility functions of pdfTeX for LuaTeX (HO)
-Package pdftexcmds Info: \pdf at primitive is available.
-Package pdftexcmds Info: \pdf at ifprimitive is available.
-Package pdftexcmds Info: \pdfdraftmode not found.
-)
-(../etexcmds.sty
-Package: etexcmds ....-..-.. v... Avoid name clashes with e-TeX commands (HO)
-)
-(../auxhook.sty
-Package: auxhook ....-..-.. v... Hooks for auxiliary files (HO)
-)
-Package zref Info: New property list: main on input line ....
-Package zref Info: New property: default on input line ....
-Package zref Info: New property: page on input line ....
-)
-(atbegshi-ltx.sty
-Package: atbegshi-ltx ....-..-.. v... Emulation of the original atbegshi package
-with kernel methods
-)
-\c at abspage=\count...
-Package zref Info: New property: abspage on input line ....
-)
-(../xkeyval.sty
-Package: xkeyval ....-..-.. v... package option processing (HA)
-(../xkeyval.tex
-(../xkvutils.tex
-\XKV at toks=\toks...
-\XKV at tempa@toks=\toks...
-(../keyval.tex))
-\XKV at depth=\count...
-File: xkeyval.tex ....-..-.. v... key=value parser (HA)
-))
-\@bidi at copyins@=\insert...
-(../latex-xetex-bidi.def
-File: latex-xetex-bidi.def ....-..-.. v....7 bidi adaptations for `latex.ltx' for XeTeX engine
-\bidi at n@everypar=\toks...
-\bidi at column@check at number=\count...
-(../footnote-xetex-bidi.def
-File: footnote-xetex-bidi.def ....-..-.. v... bidi footnote macros for XeTeX engine
-\c at footdir@label=\count...
-\footdir at toks=\toks...
-)
-(../article-xetex-bidi.def
-File: article-xetex-bidi.def ....-..-.. v... bidi adaptations for standard article class for XeTeX engine
-))
-(../loadingorder-xetex-bidi.def
-File: loadingorder-xetex-bidi.def ....-..-.. v... making sure that bidi is the last package loaded
-)
-\bidi at digits=\count...
-\bidi at digits@charclass=\XeTeXcharclass1
-\bidi at sepmark@charclass=\XeTeXcharclass2
-)
(../l3backend-xetex.def
File: l3backend-xetex.def ....-..-.. L3 backend support: XeTeX
\g__graphics_track_int=\count...
More information about the latex3-commits
mailing list.