[latex3-commits] [git/LaTeX3-latex3-latex3] main: Add l3doc test config (3c3760656)

Bruno Le Floch blflatex at gmail.com
Mon May 10 22:35:51 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/3c3760656e664a59137c9324005e0c27e6ece82f

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

commit 3c3760656e664a59137c9324005e0c27e6ece82f
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Thu May 6 07:43:05 2021 +0200

    Add l3doc test config


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

3c3760656e664a59137c9324005e0c27e6ece82f
 l3kernel/build.lua                      |   1 +
 l3kernel/config-l3doc.lua               |  26 ++
 l3kernel/testfiles-l3doc/test-index.lit |  20 ++
 l3kernel/testfiles-l3doc/test-index.tix |   7 +
 l3kernel/testfiles-l3doc/test.lvt       |  20 ++
 l3kernel/testfiles-l3doc/test.tlg       | 575 ++++++++++++++++++++++++++++++++
 6 files changed, 649 insertions(+)

diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index 1edb903f7..c04e1d16f 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -11,6 +11,7 @@ maindir = ".."
 docfiledir = "./doc"
 
 -- Non-standard settings
+checkconfigs = {"build", "config-l3doc"}
 checkfiles   = {"l3names.def"}
 cleanfiles   = {"*.fmt", "*.log", "*.pdf", "*.zip"}
 docfiles     = {"source3body.tex", "l3prefixes.csv"}
diff --git a/l3kernel/config-l3doc.lua b/l3kernel/config-l3doc.lua
new file mode 100644
index 000000000..a3ffc93bf
--- /dev/null
+++ b/l3kernel/config-l3doc.lua
@@ -0,0 +1,26 @@
+testfiledir  = "testfiles-l3doc"
+checkengines = { "pdftex" }
+checksearch  = true
+checkruns    = 3
+
+local runtest_hide = true -- To be replaced by a runtest parameter
+
+function runtest_tasks(name, _run)
+  return string.format('makeindex -s gind.ist %s.idx%s',
+      name, runtest_hide and ' 2> ' .. os_null or '')
+end
+
+test_order = {"log", "idx", }
+test_types = test_types or {}
+test_types.idx = {
+  test        = '.lit', -- Latex Index Test
+  generated   = '.idx',
+  reference   = '.tix', -- Test IdX
+  expectation = '.lie', -- Latex Index Expectation
+  rewrite     = function(source, result, engine, errlevels)
+    local s = assert(io.open(source, 'rb'))
+    local r = assert(io.open(result, 'w'))
+    r:write(s:read'a':gsub('\r\n', '\n') .. '\n'):close()
+    s:close()
+  end,
+}
diff --git a/l3kernel/testfiles-l3doc/test-index.lit b/l3kernel/testfiles-l3doc/test-index.lit
new file mode 100644
index 000000000..60a951d3c
--- /dev/null
+++ b/l3kernel/testfiles-l3doc/test-index.lit
@@ -0,0 +1,20 @@
+\input regression-test.tex
+\START
+\documentclass{l3doc}
+\usepackage{lipsum}
+\CodelineIndex
+\begin{document}
+\begin{function}{\foo}
+  \lipsum[1]
+\end{function}
+\cs{foo} \lipsum[2]
+\begin{macro}{\foo}
+    \begin{macrocode}
+test
+\foo \bar
+\bar
+%    \end{macrocode}
+\cs{bar}
+\end{macro}
+\PrintIndex
+\end{document}
diff --git a/l3kernel/testfiles-l3doc/test-index.tix b/l3kernel/testfiles-l3doc/test-index.tix
new file mode 100644
index 000000000..904982e2a
--- /dev/null
+++ b/l3kernel/testfiles-l3doc/test-index.tix
@@ -0,0 +1,7 @@
+\indexentry{foo={\verbatim at font !\verb*&!\foo&}|hdclindex{3}{main}}{MMMMV-1-MMMD-3-M}
+\indexentry{bar={\verbatim at font !\verb*&!\bar&}|hdclindex{5}{}}{MMMMV-2-MMMD-5-M}
+\indexentry{bar={\verbatim at font !\verb*&!\bar&}|hdclindex{6}{}}{MMMMV-3-MMMD-6-M}
+\indexentry{foo={\verbatim at font !\verb*&!\foo&}|hdpindex{usage}}{MMMMI-1}
+\indexentry{foo={\verbatim at font !\verb*&!\foo&}|hdpindex{usage}}{MMMMI-1}
+\indexentry{bar={\verbatim at font !\verb*&!\bar&}|hdpindex{usage}}{MMMMI-1}
+
diff --git a/l3kernel/testfiles-l3doc/test.lvt b/l3kernel/testfiles-l3doc/test.lvt
new file mode 100644
index 000000000..60a951d3c
--- /dev/null
+++ b/l3kernel/testfiles-l3doc/test.lvt
@@ -0,0 +1,20 @@
+\input regression-test.tex
+\START
+\documentclass{l3doc}
+\usepackage{lipsum}
+\CodelineIndex
+\begin{document}
+\begin{function}{\foo}
+  \lipsum[1]
+\end{function}
+\cs{foo} \lipsum[2]
+\begin{macro}{\foo}
+    \begin{macrocode}
+test
+\foo \bar
+\bar
+%    \end{macrocode}
+\cs{bar}
+\end{macro}
+\PrintIndex
+\end{document}
diff --git a/l3kernel/testfiles-l3doc/test.tlg b/l3kernel/testfiles-l3doc/test.tlg
new file mode 100644
index 000000000..ae590d7d4
--- /dev/null
+++ b/l3kernel/testfiles-l3doc/test.tlg
@@ -0,0 +1,575 @@
+This is a generated file for the LaTeX (2e + expl3) validation system.
+Don't change this file in any respect.
+(l3doc.cls (expl3.sty
+Package: expl3 ....-..-.. L3 programming layer (loader) 
+(l3backend-pdftex.def
+File: l3backend-pdftex.def ....-..-.. L3 backend support: PDF output (pdfTeX)
+\l__color_backend_stack_int=\count...
+\l__pdf_internal_box=\box...
+))
+(../calc.sty
+Package: calc ....-..-.. v... Infix arithmetic (KKT,FJ)
+\calc at Acount=\count...
+\calc at Bcount=\count...
+\calc at Adimen=\dimen...
+\calc at Bdimen=\dimen...
+\calc at Askip=\skip...
+\calc at Bskip=\skip...
+LaTeX Info: Redefining \setlength on input line ....
+LaTeX Info: Redefining \addtolength on input line ....
+\calc at Ccount=\count...
+\calc at Cskip=\skip...
+)
+Document Class: l3doc ....-..-.. L3 Experimental documentation class
+\l__codedoc_output_coffin=\box...
+\l__codedoc_functions_coffin=\box...
+\l__codedoc_descr_coffin=\box...
+\l__codedoc_syntax_coffin=\box...
+\g__codedoc_syntax_box=\box...
+\l__codedoc_trial_width_dim=\dimen...
+\l__codedoc_nested_macro_int=\count...
+\l__codedoc_tmpa_int=\count...
+\l__codedoc_tmpa_seq=\count...
+\l__codedoc_macro_box=\box...
+\l__codedoc_macro_index_box=\box...
+\l__codedoc_macro_int=\count...
+(../article.cls
+Document Class: article ....-..-.. v... Standard LaTeX document class
+(../size10.clo
+File: size10.clo ....-..-.. v... Standard LaTeX file (size option)
+)
+\c at part=\count...
+\c at section=\count...
+\c at subsection=\count...
+\c at subsubsection=\count...
+\c at paragraph=\count...
+\c at subparagraph=\count...
+\c at figure=\count...
+\c at table=\count...
+\abovecaptionskip=\skip...
+\belowcaptionskip=\skip...
+\bibindent=\dimen...
+)
+(../doc.sty
+Package: doc ....-..-.. v... Standard LaTeX documentation package (FMi)
+\c at StandardModuleDepth=\count...
+\guard at level=\count...
+\MacrocodeTopsep=\skip...
+\MacroIndent=\dimen...
+\macro at cnt=\count...
+\MacroTopsep=\skip...
+\index at excludelist=\toks...
+(../multicol.sty
+Package: multicol ....-..-.. v... multicolumn formatting (FMi)
+\c at tracingmulticols=\count...
+\mult at box=\box...
+\multicol at leftmargin=\dimen...
+\c at unbalance=\count...
+\c at collectmore=\count...
+\doublecol at number=\count...
+\multicoltolerance=\count...
+\multicolpretolerance=\count...
+\full at width=\dimen...
+\page at free=\dimen...
+\premulticols=\dimen...
+\postmulticols=\dimen...
+\multicolsep=\skip...
+\multicolbaselineskip=\skip...
+\partial at page=\box...
+\last at line=\box...
+\maxbalancingoverflow=\dimen...
+\mult at rightbox=\box...
+\mult at grightbox=\box...
+\mult at gfirstbox=\box...
+\mult at firstbox=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\@tempa=\box...
+\c at minrows=\count...
+\c at columnbadness=\count...
+\c at finalcolumnbadness=\count...
+\last at try=\dimen...
+\multicolovershoot=\dimen...
+\multicolundershoot=\dimen...
+\mult at nat@firstbox=\box...
+\colbreak at box=\box...
+\mc at col@check at num=\count...
+)
+\IndexMin=\dimen...
+\c at IndexColumns=\count...
+\GlossaryMin=\dimen...
+\c at GlossaryColumns=\count...
+\check at sum=\count...
+\bslash at cnt=\count...
+\wrong at table=\toks...
+\c at CodelineNo=\count...
+)
+(../array.sty
+Package: array ....-..-.. v... Tabular extension package (FMi)
+\col at sep=\dimen...
+\ar at mcellbox=\box...
+\extrarowheight=\dimen...
+\NC at list=\toks...
+\extratabsurround=\skip...
+\backup at length=\skip...
+\ar at cellbox=\box...
+)
+(../alphalph.sty
+Package: alphalph ....-..-.. v... Convert numbers to letters (HO)
+(../infwarerr.sty
+Package: infwarerr ....-..-.. v... Providing info/warning/error messages (HO)
+)
+(../intcalc.sty
+Package: intcalc ....-..-.. v... Expandable calculations with integers (HO)
+))
+(../amsmath.sty
+Package: amsmath ....-..-.. v... AMS math features
+\@mathmargin=\skip...
+For additional information on amsmath, use the `?' option.
+(../amstext.sty
+Package: amstext ....-..-.. v... AMS text
+(../amsgen.sty
+File: amsgen.sty ....-..-.. v... generic functions
+\@emptytoks=\toks...
+\ex@=\dimen...
+))
+(../amsbsy.sty
+Package: amsbsy ....-..-.. v... Bold Symbols
+\pmbraise@=\dimen...
+)
+(../amsopn.sty
+Package: amsopn ....-..-.. v... operator names
+)
+\inf at bad=\count...
+LaTeX Info: Redefining \frac on input line ....
+\uproot@=\count...
+\leftroot@=\count...
+LaTeX Info: Redefining \overline on input line ....
+\classnum@=\count...
+\DOTSCASE@=\count...
+LaTeX Info: Redefining \ldots on input line ....
+LaTeX Info: Redefining \dots on input line ....
+LaTeX Info: Redefining \cdots on input line ....
+\Mathstrutbox@=\box...
+\strutbox@=\box...
+\big at size=\dimen...
+LaTeX Font Info:    Redeclaring font encoding OML on input line ....
+LaTeX Font Info:    Redeclaring font encoding OMS on input line ....
+\macc at depth=\count...
+\c at MaxMatrixCols=\count...
+\dotsspace@=\muskip...
+\c at parentequation=\count...
+\dspbrk at lvl=\count...
+\tag at help=\toks...
+\row@=\count...
+\column@=\count...
+\maxfields@=\count...
+\andhelp@=\toks...
+\eqnshift@=\dimen...
+\alignsep@=\dimen...
+\tagshift@=\dimen...
+\tagwidth@=\dimen...
+\totwidth@=\dimen...
+\lineht@=\dimen...
+\@envbody=\toks...
+\multlinegap=\skip...
+\multlinetaggap=\skip...
+\mathdisplay at stack=\toks...
+LaTeX Info: Redefining \[ on input line ....
+LaTeX Info: Redefining \] on input line ....
+)
+(../amssymb.sty
+Package: amssymb ....-..-.. v... AMS font symbols
+(../amsfonts.sty
+Package: amsfonts ....-..-.. v... Basic AMSFonts support
+\symAMSa=\mathgroup4
+\symAMSb=\mathgroup5
+LaTeX Font Info:    Redeclaring math symbol \hbar on input line ....
+LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
+(Font)                  U/euf/m/n --> U/euf/b/n on input line ....
+))
+(../booktabs.sty
+Package: booktabs ....-..-.. v...03398 Publication quality tables
+\heavyrulewidth=\dimen...
+\lightrulewidth=\dimen...
+\cmidrulewidth=\dimen...
+\belowrulesep=\dimen...
+\belowbottomsep=\dimen...
+\aboverulesep=\dimen...
+\abovetopsep=\dimen...
+\cmidrulesep=\dimen...
+\cmidrulekern=\dimen...
+\defaultaddspace=\dimen...
+\@cmidla=\count...
+\@cmidlb=\count...
+\@aboverulesep=\dimen...
+\@belowrulesep=\dimen...
+\@thisruleclass=\count...
+\@lastruleclass=\count...
+\@thisrulewidth=\dimen...
+)
+(../color.sty
+Package: color ....-..-.. v... Standard LaTeX Color (DPC)
+(../color.cfg
+File: color.cfg ....-..-.. v... sample color configuration
+)
+Package color Info: Driver file: pdftex.def on input line ....
+(../pdftex.def
+File: pdftex.def ....-..-.. v... Graphics/color driver for pdftex
+))
+(../colortbl.sty
+Package: colortbl ....-..-.. v... Color table columns (DPC)
+\everycr=\toks...
+\minrowclearance=\skip...
+)
+(../hologo.sty
+Package: hologo ....-..-.. v... A logo collection with bookmark support (HO)
+(../ltxcmds.sty
+Package: ltxcmds ....-..-.. v... LaTeX kernel commands for general use (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)
+(../iftex.sty
+Package: iftex ....-..-.. v... TeX engine tests
+)
+Package pdftexcmds Info: \pdf at primitive is available.
+Package pdftexcmds Info: \pdf at ifprimitive is available.
+Package pdftexcmds Info: \pdfdraftmode found.
+)
+(../kvoptions.sty
+Package: kvoptions ....-..-.. v... Key value format for package options (HO)
+(../keyval.sty
+Package: keyval ....-..-.. v... key=value parser (DPC)
+\KV at toks@=\toks...
+))
+Package hologo Info: Using driver `pdftex'.
+)
+(../enumitem.sty
+Package: enumitem ....-..-.. v... Customized lists
+\labelindent=\skip...
+\enit at outerparindent=\dimen...
+\enit at toks=\toks...
+\enit at inbox=\box...
+\enit at count@id=\count...
+\enitdp at description=\count...
+)
+(../pifont.sty
+Package: pifont ....-..-.. PSNFSS-v... Pi font support (SPQR) 
+LaTeX Font Info:    Trying to load font information for U+pzd on input line ....
+LaTeX Font Info:    Trying to load font information for U+psy on input line ....
+(../textcomp.sty
+Package: textcomp ....-..-.. v... Standard LaTeX package
+)
+(../trace.sty
+Package: trace ....-..-.. v... trace LaTeX code
+)
+(../csquotes.sty
+Package: csquotes ....-..-.. v... context-sensitive quotations (JAW)
+(../etoolbox.sty
+Package: etoolbox ....-..-.. v... e-TeX tools for LaTeX (JAW)
+\etb at tempcnta=\count...
+)
+\csq at reset=\count...
+\csq at gtype=\count...
+\csq at glevel=\count...
+\csq at qlevel=\count...
+\csq at maxlvl=\count...
+\csq at tshold=\count...
+\csq at ltx@everypar=\toks...
+(../csquotes.def
+File: csquotes.def ....-..-.. v... csquotes generic definitions (JAW)
+)
+Package csquotes Info: Trying to load configuration file 'csquotes.cfg'...
+Package csquotes Info: ... configuration file loaded successfully.
+(../csquotes.cfg
+File: csquotes.cfg 
+))
+(../fancyvrb.sty
+Package: fancyvrb ....-..-.. v... verbatim text (tvz,hv)
+\FV at CodeLineNo=\count...
+\FV at InFile=\read...
+\FV at TabBox=\box...
+\c at FancyVerbLine=\count...
+\FV at StepNumber=\count...
+\FV at OutFile=\write...
+)
+(../underscore.sty
+Package: underscore ....-..-..
+LaTeX Info: Redefining \_ on input line ....
+)
+(../verbatim.sty
+Package: verbatim ....-..-.. v... LaTeX2e package for verbatim enhancements
+\every at verbatim=\toks...
+\verbatim at line=\toks...
+\verbatim at in@stream=\read...
+)
+(../fontenc.sty
+Package: fontenc ....-..-.. v... Standard LaTeX package
+)
+(../lmodern.sty
+Package: lmodern ....-..-.. v....1 Latin Modern Fonts
+LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
+(Font)                  OT1/cmr/m/n --> OT1/lmr/m/n on input line ....
+LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
+(Font)                  OML/cmm/m/it --> OML/lmm/m/it on input line ....
+LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
+(Font)                  OMS/cmsy/m/n --> OMS/lmsy/m/n on input line ....
+LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
+(Font)                  OMX/cmex/m/n --> OMX/lmex/m/n on input line ....
+LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
+(Font)                  OT1/cmr/bx/n --> OT1/lmr/bx/n on input line ....
+LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
+(Font)                  OML/cmm/b/it --> OML/lmm/b/it on input line ....
+LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
+(Font)                  OMS/cmsy/b/n --> OMS/lmsy/b/n on input line ....
+LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
+(Font)                  OMX/cmex/m/n --> OMX/lmex/m/n on input line ....
+LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
+(Font)                  OT1/cmr/bx/n --> OT1/lmr/bx/n on input line ....
+LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `normal'
+(Font)                  OT1/cmss/m/n --> OT1/lmss/m/n on input line ....
+LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
+(Font)                  OT1/cmr/m/it --> OT1/lmr/m/it on input line ....
+LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `normal'
+(Font)                  OT1/cmtt/m/n --> OT1/lmtt/m/n on input line ....
+LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
+(Font)                  OT1/cmr/bx/n --> OT1/lmr/bx/n on input line ....
+LaTeX Font Info:    Overwriting math alphabet `\mathsf' in version `bold'
+(Font)                  OT1/cmss/bx/n --> OT1/lmss/bx/n on input line ....
+LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
+(Font)                  OT1/cmr/bx/it --> OT1/lmr/bx/it on input line ....
+LaTeX Font Info:    Overwriting math alphabet `\mathtt' in version `bold'
+(Font)                  OT1/cmtt/m/n --> OT1/lmtt/m/n on input line ....
+)
+LaTeX Font Info:    Trying to load font information for T1+lmtt on input line ....
+(../hypdoc.sty
+Package: hypdoc ....-..-.. v... Hyper extensions for doc.sty (HO)
+(../atveryend-ltx.sty
+Package: atveryend-ltx ....-..-.. v... Emulation of the original atvery package
+with kernel methods
+)
+(../hyperref.sty
+Package: hyperref ....-..-.. v... Hypertext links for LaTeX
+(../pdfescape.sty
+Package: pdfescape ....-..-.. v... Implements pdfTeX's escape features (HO)
+)
+(../hycolor.sty
+Package: hycolor ....-..-.. v... Color options for hyperref/bookmark (HO)
+)
+(../letltxmacro.sty
+Package: letltxmacro ....-..-.. v... Let assignment for LaTeX macros (HO)
+)
+(../auxhook.sty
+Package: auxhook ....-..-.. v... Hooks for auxiliary files (HO)
+)
+\@linkdim=\dimen...
+\Hy at linkcounter=\count...
+\Hy at pagecounter=\count...
+(../pd1enc.def
+File: pd1enc.def ....-..-.. v... Hyperref: PDFDocEncoding definition (HO)
+Now handling font encoding PD1 ...
+... no UTF-8 mapping file for font encoding PD1
+)
+(../hyperref-langpatches.defFile: hyperref-langpatches.def ....-..-.. v... Hyperref: patches for babel languages
+) (../etexcmds.sty
+Package: etexcmds ....-..-.. v... Avoid name clashes with e-TeX commands (HO)
+)
+\Hy at SavedSpaceFactor=\count...
+(../puenc.def
+File: puenc.def ....-..-.. v... Hyperref: PDF Unicode definition (HO)
+Now handling font encoding PU ...
+... no UTF-8 mapping file for font encoding PU
+)
+Package hyperref Info: Option `hyperindex' set `false' on input line ....
+Package hyperref Info: Option `pdfusetitle' set `true' on input line ....
+Package hyperref Info: Option `colorlinks' set `true' on input line ....
+Package hyperref Info: Option `pdfpagelabels' set `true' on input line ....
+Package hyperref Info: Hyper figures OFF on input line ....
+Package hyperref Info: Link nesting OFF on input line ....
+Package hyperref Info: Hyper index OFF on input line ....
+Package hyperref Info: Plain pages OFF on input line ....
+Package hyperref Info: Backreferencing OFF on input line ....
+Package hyperref Info: Implicit mode ON; LaTeX internals redefined.
+Package hyperref Info: Bookmarks ON on input line ....
+\c at Hy@tempcnt=\count...
+(../url.sty
+\Urlmuskip=\muskip...
+Package: url ....-..-..  ver 3.4  Verb mode for urls, etc.
+)
+LaTeX Info: Redefining \url on input line ....
+\XeTeXLinkMargin=\dimen...
+(../bitset.sty
+Package: bitset ....-..-.. v... Handle bit-vector datatype (HO)
+(../bigintcalc.sty
+Package: bigintcalc ....-..-.. v... Expandable calculations on big integers (HO)
+))
+\Fld at menulength=\count...
+\Field at Width=\dimen...
+\Fld at charsize=\dimen...
+Package hyperref Info: Hyper figures OFF on input line ....
+Package hyperref Info: Link nesting OFF on input line ....
+Package hyperref Info: Hyper index OFF on input line ....
+Package hyperref Info: backreferencing OFF on input line ....
+Package hyperref Info: Link coloring ON on input line ....
+Package hyperref Info: Link coloring with OCG OFF on input line ....
+Package hyperref Info: PDF/A mode OFF on input line ....
+LaTeX Info: Redefining \ref on input line ....
+LaTeX Info: Redefining \pageref on input line ....
+(../atbegshi-ltx.sty
+Package: atbegshi-ltx ....-..-.. v... Emulation of the original atbegshi
+package with kernel methods
+)
+\Hy at abspage=\count...
+\c at Item=\count...
+\c at Hfootnote=\count...
+)
+Package hyperref Info: Driver (autodetected): hpdftex.
+(../hpdftex.def
+File: hpdftex.def ....-..-.. v... Hyperref driver for pdfTeX
+\Fld at listcount=\count...
+\c at bookmark@seq at number=\count...
+(../rerunfilecheck.styPackage: rerunfilecheck ....-..-.. v... Rerun checks for auxiliary files (HO)
+(../uniquecounter.styPackage: uniquecounter ....-..-.. v... Provide unlimited unique counter (HO)
+)
+Package uniquecounter Info: New unique counter `rerunfilecheck' on input line ....
+)
+\Hy at SectionHShift=\skip...
+)
+Package hyperref Info: Option `plainpages' set `false' on input line ....
+Package hyperref Info: Option `bookmarksopen' set `true' on input line ....
+Package hyperref Info: Option `bookmarksnumbered' set `true' on input line ....
+\c at HD@unique=\count...
+\c at HD@hypercount=\count...
+\HD at helplength=\skip...
+)
+\l__codedoc_syntax_dim=\dimen...
+\@glossaryfile=\write...
+Writing glossary file test.glo 
+\@indexfile=\write...
+Writing index file test.idx
+) (../lipsum.sty
+(../xparse.sty
+Package: xparse ....-..-.. L3 Experimental document command parser
+)
+Package: lipsum ....-..-.. v... 150 paragraphs of Lorem Ipsum dummy text
+(../lipsum.ltd.tex
+File: lipsum.ltd.tex ....-..-.. v... The Lorem ipsum dummy text
+))
+Package csquotes Info: Checking for multilingual support...
+Package csquotes Info: ... none found.
+LaTeX Font Info:    Trying to load font information for T1+lmr on input line ....
+LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line ....
+LaTeX Font Info:    ... okay on input line ....
+LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line ....
+LaTeX Font Info:    ... okay on input line ....
+LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line ....
+LaTeX Font Info:    ... okay on input line ....
+LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line ....
+LaTeX Font Info:    ... okay on input line ....
+LaTeX Font Info:    Checking defaults for TS1/cmr/m/n on input line ....
+LaTeX Font Info:    ... okay on input line ....
+LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line ....
+LaTeX Font Info:    ... okay on input line ....
+LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line ....
+LaTeX Font Info:    ... okay on input line ....
+LaTeX Font Info:    Checking defaults for PD1/pdf/m/n on input line ....
+LaTeX Font Info:    ... okay on input line ....
+LaTeX Font Info:    Checking defaults for PU/pdf/m/n on input line ....
+LaTeX Font Info:    ... okay on input line ....
+(../supp-pdf.mkii
+[Loading MPS to PDF converter (version 2006.09.02).]
+\scratchcounter=\count...
+\scratchdimen=\dimen...
+\scratchbox=\box...
+\nofMPsegments=\count...
+\nofMParguments=\count...
+\everyMPshowfont=\toks...
+\MPscratchCnt=\count...
+\MPscratchDim=\dimen...
+\MPnumerator=\count...
+\makeMPintoPDFobject=\count...
+\everyMPtoPDFconversion=\toks...
+)
+Package hyperref Info: Link coloring ON on input line ....
+(../nameref.sty
+Package: nameref ....-..-.. v... Cross-referencing by name of section
+(../refcount.sty
+Package: refcount ....-..-.. v... Data extraction from label references (HO)
+)
+(../gettitlestring.sty
+Package: gettitlestring ....-..-.. v... Cleanup title references (HO)
+)
+\c at section@level=\count...
+)
+LaTeX Info: Redefining \ref on input line ....
+LaTeX Info: Redefining \pageref on input line ....
+LaTeX Info: Redefining \nameref on input line ....
+(test.out) (test.out)
+\@outlinefile=\write...
+(test.hd)
+\HD at savedest@out=\write...
+Package doc Info: Made " a short reference for \verb on input line ....
+Package doc Info: Made | a short reference for \verb on input line ....
+LaTeX Font Info:    Trying to load font information for OT1+lmr on input line ....
+LaTeX Font Info:    Trying to load font information for OML+lmm on input line ....
+LaTeX Font Info:    Trying to load font information for OMS+lmsy on input line ....
+LaTeX Font Info:    Trying to load font information for OMX+lmex on input line ....
+LaTeX Font Info:    External font `lmex10' loaded for size
+(Font)              <9> on input line ....
+LaTeX Font Info:    External font `lmex10' loaded for size
+(Font)              <6> on input line ....
+LaTeX Font Info:    External font `lmex10' loaded for size
+(Font)              <5> on input line ....
+LaTeX Font Info:    Trying to load font information for U+msa on input line ....
+LaTeX Font Info:    Trying to load font information for U+msb on input line ....
+LaTeX Font Info:    Trying to load font information for T1+lmss on input line ....
+Package doc Info: Deleted " as a short reference for \verb(*) on input line ....
+Package doc Info: Deleted | as a short reference for \verb(*) on input line ....
+Package l3doc Info: Generate the index by executing
+(l3doc)                 makeindex -s gind.ist -o test.ind test.idx
+[1
+] (test.aux)
+Package rerunfilecheck Info: File `test.out' has not changed.
+(rerunfilecheck)             Checksum: 372950EF02D84F07D371F8D4A7D87489;173.
+Package rerunfilecheck Info: File `test.hd' has not changed.
+(rerunfilecheck)             Checksum: FB7E4661A841BEE21C2A5C4AAB68DDD2;9.





More information about the latex3-commits mailing list.