summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/latex/contrib/xcolor/ChangeLog10
-rw-r--r--macros/latex/contrib/xcolor/README56
-rw-r--r--macros/latex/contrib/xcolor/README.md74
-rw-r--r--macros/latex/contrib/xcolor/xcolor.dtx51
-rw-r--r--macros/latex/contrib/xcolor/xcolor.pdfbin858670 -> 864625 bytes
-rw-r--r--macros/latex/contrib/xcolor/xcolor2.pdfbin94138 -> 91583 bytes
-rw-r--r--macros/latex/required/latexbug/README.md8
-rw-r--r--macros/latex/required/latexbug/changes.txt12
-rw-r--r--macros/latex/required/latexbug/latexbug.dtx770
-rw-r--r--macros/latex/required/latexbug/latexbug.pdfbin211648 -> 224257 bytes
10 files changed, 897 insertions, 84 deletions
diff --git a/macros/latex/contrib/xcolor/ChangeLog b/macros/latex/contrib/xcolor/ChangeLog
index 1e613111c2..48ac99bfbd 100644
--- a/macros/latex/contrib/xcolor/ChangeLog
+++ b/macros/latex/contrib/xcolor/ChangeLog
@@ -3,6 +3,14 @@ https://github.com/latex3/xcolor/issues
History
=======
+2022/06/12 v2.14
+* New features:
+ - Load if it exists the code from LaTeX to define \mathcolor.
+* Bugfixes (LaTeX Team)
+ - Modify \XC@info to avoid spurious error from \colorlet{foo}{} issue #12
+ - make \normalcolor, \colorbox, \fcolorbox \textcolor, \pagecolor,
+ \nopagecolor, \definecolor, \DefineNamedColor protected as in color.sty issue #17
+
2021/10/31 v2.13
* Bugfixes (LaTeX Team)
- use \@backslashchar color rather than \string\color to
@@ -11,7 +19,7 @@ History
- Declare dvisvgm option to match graphics and color packages.
Make dvipdfm an alias for dvipdfmx
- Modify \XC@info to avoid spurious text from \colorlet{foo}{.!50}
-
+
2016/05/11 v2.12
* New features:
- \nopagecolor command as introduced in `color' v1.1a
diff --git a/macros/latex/contrib/xcolor/README b/macros/latex/contrib/xcolor/README
deleted file mode 100644
index fa4b7dc333..0000000000
--- a/macros/latex/contrib/xcolor/README
+++ /dev/null
@@ -1,56 +0,0 @@
-Package `xcolor' by Dr. Uwe Kern
-Maintained by the LaTeX Project https://github.com/latex3/xcolor/issues
-
-
-`xcolor' provides easy driver-independent access to several kinds of
-colors, tints, shades, tones, and mixes of arbitrary colors by means of
-color expressions like \color{red!50!green!20!blue}.
-It allows to select a document-wide target color model and offers tools
-for automatic color schemes, conversion between nine color models,
-alternating table row colors, color blending and masking, color
-separation, and color wheel calculations.
-
-Installation instructions
-=========================
-
-Extract all package files:
- `latex xcolor.ins'
-
-Put the generated files to their respective locations
-within the TeX installation:
- *.sty -> /tex/latex/xcolor/
- *.def -> /tex/latex/xcolor/
- *.pro -> /dvips/xcolor/
-
-Create the documentation:
- `latex xcolor.dtx'
- `latex xcolor.dtx'
- `makeindex -s gind.ist xcolor.idx'
- `latex xcolor.dtx'
- `latex xcolor.dtx'
-
-Run the test files (N=1,2,...):
- `latex xcolorN.tex'
- `latex xcolorN.tex'
-
-Notes
-=====
-
-- `xcolor1.tex' should run with both LaTeX and pdfLaTeX, it yields a
- 50-page document with several systematic color conversion examples
-- `xcolor2.tex' is a 3-page `pstricks' example document that won't run
- with pdfLaTeX
-- `xcolor3.tex' is a 2-page example for demonstrating several display
- and logging facilities
-- `xcolor4.tex' is a 1-page driver test file;
- uncomment the relevant code line in the header and run it with the
- appropriate program, e.g., `latex xcolor4' or any other processor;
- apply any desired post-processing like dvips, dvipdfm, etc.
-- If the file `xcolor.ins' is missing, run `latex xcolor.dtx' once
- and quit the LaTeX compiler as soon as the first error message
- appears.
-
-History
-=======
-
-See file `ChangeLog'.
diff --git a/macros/latex/contrib/xcolor/README.md b/macros/latex/contrib/xcolor/README.md
new file mode 100644
index 0000000000..dd8e528ccd
--- /dev/null
+++ b/macros/latex/contrib/xcolor/README.md
@@ -0,0 +1,74 @@
+## Package `xcolor` by Dr. Uwe Kern
+
+Version 2022-06-12 v2.14
+
+Maintained by the LaTeX Project https://github.com/latex3/xcolor/issues
+
+`xcolor` provides easy driver-independent access to several kinds of
+colors, tints, shades, tones, and mixes of arbitrary colors by means of
+color expressions like \color{red!50!green!20!blue}.
+It allows to select a document-wide target color model and offers tools
+for automatic color schemes, conversion between nine color models,
+alternating table row colors, color blending and masking, color
+separation, and color wheel calculations.
+
+## Copyright (C)
+- 2003-2021 Dr. Uwe Kern
+- 2021-2022 The LaTeX Project
+
+## License
+LaTeX Project Public License, version 1.3c or later.
+
+## Installation instructions
+
+* Extract all package files:
+
+ ~~~~
+ latex xcolor.ins
+ ~~~~
+
+* Put the generated files to their respective locations
+within the TeX installation:
+
+ ~~~~
+ *.sty -> /tex/latex/xcolor/
+ *.def -> /tex/latex/xcolor/
+ *.pro -> /dvips/xcolor/
+ ~~~~
+
+* Create the documentation:
+
+ ~~~~
+ latex xcolor.dtx
+ latex xcolor.dtx
+ makeindex -s gind.ist xcolor.idx
+ latex xcolor.dtx
+ latex xcolor.dtx
+ ~~~~
+
+* Run the test files (N=1,2,...):
+
+ ~~~~
+ latex xcolorN.tex
+ latex xcolorN.tex
+ ~~~~
+
+## Notes
+
+- `xcolor1.tex` should run with both LaTeX and pdfLaTeX, it yields a
+ 50-page document with several systematic color conversion examples
+- `xcolor2.tex` is a 3-page `pstricks` example document that won't run
+ with pdfLaTeX
+- `xcolor3.tex` is a 2-page example for demonstrating several display
+ and logging facilities
+- `xcolor4.tex` is a 1-page driver test file;
+ uncomment the relevant code line in the header and run it with the
+ appropriate program, e.g., `latex xcolor4` or any other processor;
+ apply any desired post-processing like dvips, dvipdfm, etc.
+- If the file `xcolor.ins` is missing, run `latex xcolor.dtx` once
+ and quit the LaTeX compiler as soon as the first error message
+ appears.
+
+## History
+
+See file `ChangeLog`.
diff --git a/macros/latex/contrib/xcolor/xcolor.dtx b/macros/latex/contrib/xcolor/xcolor.dtx
index 8162c8f863..e6b5129012 100644
--- a/macros/latex/contrib/xcolor/xcolor.dtx
+++ b/macros/latex/contrib/xcolor/xcolor.dtx
@@ -2,7 +2,7 @@
%%
%% ----------------------------------------------------------------
%% Copyright (C) 2003-2021 by Dr. Uwe Kern <xcolor at ukern dot de>
-%% 2021 LaTeX Project https://github.com/latex3/xcolor/issues
+%% 2021-2022 LaTeX Project https://github.com/latex3/xcolor/issues
%% ----------------------------------------------------------------
%%
%<*package>
@@ -18,8 +18,8 @@
%%
%</package>
%<*extract|driver|test1|test2|test3|test4>
-\def\XCfileversion{v2.13}%
-\def\XCfiledate{2021/10/31}%
+\def\XCfileversion{v2.14}%
+\def\XCfiledate{2022/06/12}%
%</extract|driver|test1|test2|test3|test4>
%
% This file may be distributed and/or modified under the
@@ -34,7 +34,6 @@
%
% \fi
%
-% \CheckSum{4864}
%
% \DoNotIndex{\def,\gdef,\edef,\xdef,\long,\let}
% \DoNotIndex{\ifnum,\ifdim,\iftrue,\iffalse,\ifx,\ifcase,\else,\or,\fi}
@@ -100,15 +99,18 @@
\listfiles
\ProvidesFile{xcolor.dtx}[\XCfiledate\space\XCfileversion\space
`xcolor' source and documentation (UK)]
+\PassOptionsToPackage
+ {
+ hyperindex=false,bookmarks,bookmarksopen,bookmarksopenlevel=1,%
+ pdftitle={xcolor \XCfileversion{} (\XCfiledate)},
+ pdfauthor={Dr. Uwe Kern},%
+ pdfsubject={Color extensions for LaTeX and pdfLaTeX},%
+ pdfkeywords={xcolor,color,colour,model,tint,tone,shade,harmony,spot,latex,pdftex,dvips,%
+ conversion,blend,mix,mask,separation,rgb,cmy,cmyk,hsb,gray,html,wave,thsb,wheel}
+ }{hyperref}
\documentclass{ltxdoc}
\usepackage[table,showerrors,dvipsnames,hyperref]{xcolor}[2005/06/06]
\usepackage{chngpage,varioref,tabularx,amsmath,amsthm}
-\usepackage
- [\GinDriver,hyperindex=false,bookmarks,bookmarksopen,bookmarksopenlevel=1,%
- pdftitle={xcolor \XCfileversion{} (\XCfiledate)},pdfauthor={Dr. Uwe Kern},%
- pdfsubject={Color extensions for LaTeX and pdfLaTeX},%
- pdfkeywords={xcolor,color,colour,model,tint,tone,shade,harmony,spot,latex,pdftex,dvips,%
- conversion,blend,mix,mask,separation,rgb,cmy,cmyk,hsb,gray,html,wave,thsb,wheel}]{hyperref}
\OnlyDescription
\EnableCrossrefs
\CodelineIndex
@@ -1137,6 +1139,12 @@
% This is still experimental code that may confuse \File{.dvi} viewers.
% The opposite option \Option{noxcdraw} forces usage of the generic (driver-independent) code.
%
+% \subsubsection{Colors in math}
+%
+% While it is possible to color parts of a formula using |\color| commands the approach is fairly cumbersome.
+% Therefore the command \cs{mathcolor} has been added to the \Package{color} and \Package{xcolor} package,
+% which has the same syntax as \cs{textcolor}. The full documentation and examples of its use is in \texttt{mathcolor.pdf}
+% in the \LaTeX{} documentation.
%
% \subsubsection{Using the current color}
%
@@ -4850,7 +4858,7 @@
% \end{itemize}
% See table \vref{tab.internal} for some examples.
% \begin{macrocode}
-\def\definecolor{\@testopt{\XC@definecolor}{}}
+\protected\def\definecolor{\@testopt{\XC@definecolor}{}}
\def\XC@definecolor[#1]#2%
{\@testopt{\XC@definec@lor[#1]{#2}}\colornameprefix}
% \end{macrocode}
@@ -5067,7 +5075,7 @@
% \begin{macro}{\DefineNamedColor}
% \marg{type}\marg{name}\marg{model-list}\marg{spec-list}
% \begin{macrocode}
-\def\DefineNamedColor#1%
+\protected\def\DefineNamedColor#1%
{\@nameuse{XC@\ifdefinecolors defin\else prepar\fi ecolor}[#1]}
% \end{macrocode}
% \end{macro}
@@ -5432,7 +5440,7 @@
% The naming is by analogy with |\textrm| (as opposed to |\rm| and |\rmfamily|) although it is slightly a misnomer as the command also works in math-mode.
% Additionally, it calls |\leavevmode| to ensure the start of horizontal mode.
% \begin{macrocode}
-\def\textcolor#1#{\@textcolor{#1}}
+\protected\def\textcolor#1#{\@textcolor{#1}}
\def\@textcolor#1#2#3{\protect\leavevmode{\color#1{#2}#3}}
% \end{macrocode}
% \end{macro}
@@ -5443,7 +5451,7 @@
% Specifies the background color for the current, and all following, pages.
% It is a global declaration which does not respect \TeX\ groups.
% \begin{macrocode}
-\def\pagecolor
+\protected\def\pagecolor
{\begingroup
\let\ignorespaces\endgroup \let\set@color\set@page@color
\color}
@@ -5454,13 +5462,18 @@
% Removes any currently specified page color returning to the default transparent background.
% It is not yet supported by all driver options and so generates a warning if there is no definition in the driver file.
% \begin{macrocode}
-\def\nopagecolor
+\protected\def\nopagecolor
{\@ifundefined{no@page@color}%
{\PackageInfo{xcolor}{\@backslashchar nopagecolor\space is not supported}}%
{\no@page@color}}
% \end{macrocode}
% \end{macro}
%
+% \subsubsection{mathcolor}
+% We load the new mathcolor support from the kernel if it exists. The documentation
+% is in \texttt{mathcolor.pdf}
+%
+\InputIfFileExists{mathcolor.ltx}{}{}
%
% \subsubsection{Colored boxes}
%
@@ -5469,7 +5482,7 @@
% \oarg{model}\marg{spec}\marg{text}\\
% Takes the same argument forms as |\textcolor|, but the color specifies the \emph{background} color of the box.
% \begin{macrocode}
-\def\colorbox#1#{\protect\color@box{#1}}
+\protected\def\colorbox#1#{\color@box{#1}}
\def\color@box#1#2{\color@b@x\relax{\color#1{#2}}}
% \end{macrocode}
% \end{macro}
@@ -5482,7 +5495,7 @@
% Puts a frame of the first color around a box with a background specified by the second color.
% If only the first optional argument is given, it specifies the color model for both colors.
% \begin{macrocode}
-\def\fcolorbox#1#{\color@fbox{#1}}
+\protected\def\fcolorbox#1#{\color@fbox{#1}}
\def\color@fbox#1#2#3#{\protect\color@fb@x{#1}{#2}{#3}}
\def\color@fb@x#1#2#3#4%
{\color@b@x{\fboxsep\z@\color#1{#2}\XC@fbox}%
@@ -6133,7 +6146,7 @@
\ifin@\def#2{4}\else\expandafter\in@\expandafter:\expandafter{#2}%
\ifin@\def#2{3}\else\expandafter\in@\expandafter!\expandafter{#2}%
\ifin@\def#2{2}\else % now there's no >,:,!
- \if-\expandafter\@car#2\@nil\def#2{2}\else % catches -red
+ \if-\expandafter\@car#2\relax\@nil\def#2{2}\else % catches -red
\edef#2{\noexpand\in@{/./}{/#2/}}#2%
\edef#2{\ifin@0\else1\fi}\fi\fi\fi\fi}
% \end{macrocode}
@@ -6975,7 +6988,7 @@
% |\normalcolor| is defined (to |\relax|) in the \LaTeX\ kernel, so it is safe to use this in macros that may possibly be used in conjunction with color.
% It will have no effect until the \XCP{} is also loaded.
% \begin{macrocode}
-\def\normalcolor{\let\current@color\default@color\set@color}
+\protected\def\normalcolor{\let\current@color\default@color\set@color}
% \end{macrocode}
% \end{macro}
%
diff --git a/macros/latex/contrib/xcolor/xcolor.pdf b/macros/latex/contrib/xcolor/xcolor.pdf
index ac7a3d3ef8..be04b36451 100644
--- a/macros/latex/contrib/xcolor/xcolor.pdf
+++ b/macros/latex/contrib/xcolor/xcolor.pdf
Binary files differ
diff --git a/macros/latex/contrib/xcolor/xcolor2.pdf b/macros/latex/contrib/xcolor/xcolor2.pdf
index 2391e374e8..35c2946529 100644
--- a/macros/latex/contrib/xcolor/xcolor2.pdf
+++ b/macros/latex/contrib/xcolor/xcolor2.pdf
Binary files differ
diff --git a/macros/latex/required/latexbug/README.md b/macros/latex/required/latexbug/README.md
index 4a0865f299..5d85ee7688 100644
--- a/macros/latex/required/latexbug/README.md
+++ b/macros/latex/required/latexbug/README.md
@@ -1,2 +1,8 @@
# latexbug
-latexbug package required to sent bug reports to the LaTeX bug database
+
+The latexbug package is required when you want to send bug reports to the LaTeX bug database.
+
+See https://www.latex-project.org/bugs/ for information how to best produce a bug report.
+
+- Author: LaTeX Project Team
+- License: LPPL 1.3c
diff --git a/macros/latex/required/latexbug/changes.txt b/macros/latex/required/latexbug/changes.txt
index 7374beabe6..f831f9f9f8 100644
--- a/macros/latex/required/latexbug/changes.txt
+++ b/macros/latex/required/latexbug/changes.txt
@@ -1,6 +1,16 @@
+2022-06-10 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
+
+ * latexbug.dtx:
+ Don't warn for hypdoc, used by doc V2 (gh/5)
+
+ Added ltdoc.cfg
+
+ Added all kinds of babel locale files so that they do not show
+ up as external (might be a never ending story)
+
2021-09-25 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
- * latexbug.dtx: don't warn for expl3.ltx (part of rollback)
+ * latexbug.dtx: don't warn for expl3.ltx (part of rollback)
2021-08-26 Frank Mittelbach <Frank.Mittelbach@latex-project.org>
diff --git a/macros/latex/required/latexbug/latexbug.dtx b/macros/latex/required/latexbug/latexbug.dtx
index 6f23da96ae..aabe09838b 100644
--- a/macros/latex/required/latexbug/latexbug.dtx
+++ b/macros/latex/required/latexbug/latexbug.dtx
@@ -2,7 +2,7 @@
%
% Package latexbug for use with LaTeX2e
%
-% Copyright 2016-2021
+% Copyright 2016-2022
%
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
@@ -210,10 +210,12 @@
% The database, if you want to call that, inside \texttt{latexbug} is
% simply a comma separated key value list consisting of file names
% \texttt{=} maintainer info. Most of the time the maintainer info is
-% \texttt{us} or \texttt{us*} (meaning we maintain it, so the file is
-% fine) or \texttt{ignore} (meaning we do not maintain it, but it is a
-% file that is likely to appear for one or the other reason and we
-% should accept such a bug report nonetheless).
+% \texttt{us} or \texttt{us*} (the star means we maintain it, but in some
+% repository other that \texttt{latex2e} --- either \texttt{latex3} (default) or some
+% other we point to, so the file is fine) or \texttt{ignore} (meaning
+% we do not maintain it, but it is a file that is likely to appear for
+% one or the other reason and we should accept such a bug report
+% nonetheless without giving any warning).
%
% Any file loaded in the bug report not listed will show up in the
% error listing flagged as ``third-party'' code that should be removed
@@ -265,7 +267,7 @@
% \begin{macrocode}
%<*package>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{latexbug}[2021/09/25 v1.0l Bug-classification]
+\ProvidesPackage{latexbug}[2022/06/10 v1.0m Bug-classification]
% \end{macrocode}
%
% \begin{macro}{\latexbug@empty}
@@ -413,6 +415,7 @@ ltluatex.tex = us ,
ltnews.cls = us ,
ltxcheck.tex = us ,
ltxdoc.cls = us ,
+ltxdoc.cfg = us ,
ltxguide.cls = us ,
ly1enc.dfu = us ,
macce.def = us ,
@@ -555,6 +558,760 @@ verbtest.tex = us ,
x.tex = us ,
xr.sty = us ,
xspace.sty = us ,
+%--------------------------------- babel (locale files)
+babel-slovenian.tex = ignore ,
+babel-slovene.tex = ignore ,
+babel-slovak.tex = ignore ,
+babel-urdu.tex = ignore ,
+babel-northernkurdish.tex = ignore ,
+babel-kurmanji.tex = ignore ,
+babel-northernkurdish-arabic.tex = ignore ,
+babel-northernkurdish-arab.tex = ignore ,
+babel-northernsami.tex = ignore ,
+babel-samin.tex = ignore ,
+babel-soga.tex = ignore ,
+babel-swahili.tex = ignore ,
+babel-cherokee.tex = ignore ,
+babel-koyrachiini.tex = ignore ,
+babel-kabyle.tex = ignore ,
+babel-uyghur.tex = ignore ,
+babel-kako.tex = ignore ,
+babel-uzbek.tex = ignore ,
+babel-uzbek-latn.tex = ignore ,
+babel-uzbek-arabic.tex = ignore ,
+babel-uzbek-cyrillic.tex = ignore ,
+babel-uzbek-latin.tex = ignore ,
+babel-uzbek-arab.tex = ignore ,
+babel-uzbek-cyrl.tex = ignore ,
+babel-polish.tex = ignore ,
+babel-rombo.tex = ignore ,
+babel-vietnam.tex = ignore ,
+babel-vietnamese.tex = ignore ,
+babel-masai.tex = ignore ,
+babel-albanian.tex = ignore ,
+babel-kamba.tex = ignore ,
+babel-swedish.tex = ignore ,
+babel-irish.tex = ignore ,
+babel-hebrew.tex = ignore ,
+babel-inarisami.tex = ignore ,
+babel-malay.tex = ignore ,
+babel-malay-singapore.tex = ignore ,
+babel-malay-sg.tex = ignore ,
+babel-malay-brunei.tex = ignore ,
+babel-malay-bn.tex = ignore ,
+babel-mazanderani.tex = ignore ,
+babel-khmer.tex = ignore ,
+babel-maltese.tex = ignore ,
+babel-tasawaq.tex = ignore ,
+babel-bemba.tex = ignore ,
+babel-armenian.tex = ignore ,
+babel-amharic.tex = ignore ,
+babel-zarma.tex = ignore ,
+babel-nynorsk.tex = ignore ,
+babel-norwegiannynorsk.tex = ignore ,
+babel-belarusian.tex = ignore ,
+babel-danish.tex = ignore ,
+babel-kalaallisut.tex = ignore ,
+babel-shambala.tex = ignore ,
+babel-marathi.tex = ignore ,
+babel-kazakh.tex = ignore ,
+babel-norsk.tex = ignore ,
+babel-norwegian.tex = ignore ,
+babel-akan.tex = ignore ,
+babel-kyrgyz.tex = ignore ,
+babel-gujarati.tex = ignore ,
+babel-samburu.tex = ignore ,
+babel-dzongkha.tex = ignore ,
+babel-malagasy.tex = ignore ,
+babel-mongolian.tex = ignore ,
+babel-cornish.tex = ignore ,
+babel-walser.tex = ignore ,
+babel-yangben.tex = ignore ,
+babel-sangu.tex = ignore ,
+babel-bambara.tex = ignore ,
+babel-centralatlastamazight.tex = ignore ,
+babel-ancientgreek.tex = ignore ,
+babel-machame.tex = ignore ,
+babel-sichuanyi.tex = ignore ,
+babel-ewe.tex = ignore ,
+babel-hawaiian.tex = ignore ,
+babel-japanese.tex = ignore ,
+babel-churchslavonic.tex = ignore ,
+babel-churchslavic.tex = ignore ,
+babel-churchslavic-cyrs.tex = ignore ,
+babel-churchslavic-glagolitic.tex = ignore ,
+babel-churchslavic-glag.tex = ignore ,
+babel-churchslavic-oldcyrillic.tex = ignore ,
+babel-polytonicgreek.tex = ignore ,
+babel-greek.tex = ignore ,
+babel-monotonicgreek.tex = ignore ,
+babel-igbo.tex = ignore ,
+babel-latvian.tex = ignore ,
+babel-occitan.tex = ignore ,
+babel-westernfrisian.tex = ignore ,
+babel-luxembourgish.tex = ignore ,
+babel-italian.tex = ignore ,
+babel-oromo.tex = ignore ,
+babel-catalan.tex = ignore ,
+babel-icelandic.tex = ignore ,
+babel-czech.tex = ignore ,
+babel-interlingua.tex = ignore ,
+babel-telugu.tex = ignore ,
+babel-friulian.tex = ignore ,
+babel-vai-latin.tex = ignore ,
+babel-vai-vaii.tex = ignore ,
+babel-vai.tex = ignore ,
+babel-vai-latn.tex = ignore ,
+babel-vai-vai.tex = ignore ,
+babel-russian.tex = ignore ,
+babel-turkmen.tex = ignore ,
+babel-jolafonyi.tex = ignore ,
+babel-rundi.tex = ignore ,
+babel-konkani.tex = ignore ,
+babel-piedmontese.tex = ignore ,
+babel-standardmoroccantamazight.tex = ignore ,
+babel-quechua.tex = ignore ,
+babel-meru.tex = ignore ,
+babel-nyankole.tex = ignore ,
+babel-romanian-md.tex = ignore ,
+babel-romanian-moldova.tex = ignore ,
+babel-romanian.tex = ignore ,
+babel-moldavian.tex = ignore ,
+babel-luo.tex = ignore ,
+babel-usorbian.tex = ignore ,
+babel-uppersorbian.tex = ignore ,
+babel-yoruba.tex = ignore ,
+babel-syriac.tex = ignore ,
+babel-makhuwameetto.tex = ignore ,
+babel-northernluri.tex = ignore ,
+babel-aghem.tex = ignore ,
+babel-meta.tex = ignore ,
+babel-zulu.tex = ignore ,
+babel-centralkurdish-latin.tex = ignore ,
+babel-centralkurdish-latn.tex = ignore ,
+babel-sorani.tex = ignore ,
+babel-centralkurdish.tex = ignore ,
+babel-cantonese.tex = ignore ,
+babel-makonde.tex = ignore ,
+babel-somali.tex = ignore ,
+babel-sanskrit.tex = ignore ,
+babel-sanskrit-telu.tex = ignore ,
+babel-sanskrit-malayalam.tex = ignore ,
+babel-sanskrit-devanagari.tex = ignore ,
+babel-sanskrit-bengali.tex = ignore ,
+babel-sanskrit-gujr.tex = ignore ,
+babel-sanskrit-gujarati.tex = ignore ,
+babel-sanskrit-deva.tex = ignore ,
+babel-sanskrit-telugu.tex = ignore ,
+babel-sanskrit-knda.tex = ignore ,
+babel-sanskrit-beng.tex = ignore ,
+babel-sanskrit-kannada.tex = ignore ,
+babel-sanskrit-mlym.tex = ignore ,
+babel-chiga.tex = ignore ,
+babel-teso.tex = ignore ,
+babel-yiddish.tex = ignore ,
+babel-portuguese.tex = ignore ,
+babel-brazilian.tex = ignore ,
+babel-portuguese-portugal.tex = ignore ,
+babel-portuguese-br.tex = ignore ,
+babel-portuguese-brazil.tex = ignore ,
+babel-portuguese-pt.tex = ignore ,
+babel-pashto.tex = ignore ,
+babel-embu.tex = ignore ,
+babel-chinese-hans-mo.tex = ignore ,
+babel-chinese-hant-hk.tex = ignore ,
+babel-chinese-simplified.tex = ignore ,
+babel-chinese-hans-hk.tex = ignore ,
+babel-chinese-hant.tex = ignore ,
+babel-chinese-simplified-singapore.tex = ignore ,
+babel-chinese-simplified-hongkongsarchina.tex = ignore ,
+babel-chinese-hans-sg.tex = ignore ,
+babel-chinese-hans.tex = ignore ,
+babel-chinese-traditional-macausarchina.tex = ignore ,
+babel-chinese.tex = ignore ,
+babel-chinese-hant-mo.tex = ignore ,
+babel-chinese-traditional.tex = ignore ,
+babel-chinese-simplified-macausarchina.tex = ignore ,
+babel-chinese-traditional-hongkongsarchina.tex = ignore ,
+babel-ukrainian.tex = ignore ,
+babel-serbian-latn-me.tex = ignore ,
+babel-serbian-latin-kosovo.tex = ignore ,
+babel-serbian-latn.tex = ignore ,
+babel-serbian-cyrl-me.tex = ignore ,
+babel-serbian-cyrillic-montenegro.tex = ignore ,
+babel-serbian-cyrillic.tex = ignore ,
+babel-serbian-cyrl-ba.tex = ignore ,
+babel-serbian-cyrl.tex = ignore ,
+babel-serbian.tex = ignore ,
+babel-serbian-latin-bosniaherzegovina.tex = ignore ,
+babel-serbian-latin.tex = ignore ,
+babel-serbian-cyrl-xk.tex = ignore ,
+babel-serbian-latn-ba.tex = ignore ,
+babel-serbian-latin-montenegro.tex = ignore ,
+babel-serbian-latn-xk.tex = ignore ,
+babel-serbian-cyrillic-kosovo.tex = ignore ,
+babel-serbian-cyrillic-bosniaherzegovina.tex = ignore ,
+babel-bodo.tex = ignore ,
+babel-sango.tex = ignore ,
+babel-punjabi-gurmukhi.tex = ignore ,
+babel-punjabi-arabic.tex = ignore ,
+babel-punjabi-guru.tex = ignore ,
+babel-punjabi.tex = ignore ,
+babel-punjabi-arab.tex = ignore ,
+babel-shona.tex = ignore ,
+babel-sinhala.tex = ignore ,
+babel-malayalam.tex = ignore ,
+babel-tibetan.tex = ignore ,
+babel-macedonian.tex = ignore ,
+babel-northndebele.tex = ignore ,
+babel-tachelhit-tifinagh.tex = ignore ,
+babel-tachelhit.tex = ignore ,
+babel-tachelhit-tfng.tex = ignore ,
+babel-tachelhit-latn.tex = ignore ,
+babel-tachelhit-latin.tex = ignore ,
+babel-hausa.tex = ignore ,
+babel-hausa-niger.tex = ignore ,
+babel-hausa-gh.tex = ignore ,
+babel-hausa-ghana.tex = ignore ,
+babel-hausa-ne.tex = ignore ,
+babel-kannada.tex = ignore ,
+babel-bosnian.tex = ignore ,
+babel-bosnian-cyrillic.tex = ignore ,
+babel-bosnian-cyrl.tex = ignore ,
+babel-bosnian-latn.tex = ignore ,
+babel-bosnian-latin.tex = ignore ,
+babel-kikuyu.tex = ignore ,
+babel-burmese.tex = ignore ,
+babel-arabic-lb.tex = ignore ,
+babel-arabic-jordan.tex = ignore ,
+babel-arabic-palestinianterritories.tex = ignore ,
+babel-arabic-iraq.tex = ignore ,
+babel-arabic-ma.tex = ignore ,
+babel-arabic-egypt.tex = ignore ,
+babel-arabic-lebanon.tex = ignore ,
+babel-arabic-dz.tex = ignore ,
+babel-arabic-morocco.tex = ignore ,
+babel-arabic-eg.tex = ignore ,
+babel-arabic-ps.tex = ignore ,
+babel-arabic-iq.tex = ignore ,
+babel-arabic-tunisia.tex = ignore ,
+babel-arabic-jo.tex = ignore ,
+babel-arabic-algeria.tex = ignore ,
+babel-arabic-sy.tex = ignore ,
+babel-arabic-syria.tex = ignore ,
+babel-arabic-tn.tex = ignore ,
+babel-arabic.tex = ignore ,
+babel-sakha.tex = ignore ,
+babel-rwa.tex = ignore ,
+babel-galician.tex = ignore ,
+babel-manx.tex = ignore ,
+babel-croatian.tex = ignore ,
+babel-hungarian.tex = ignore ,
+babel-magyar.tex = ignore ,
+babel-dutch.tex = ignore ,
+babel-bulgarian.tex = ignore ,
+babel-kashmiri.tex = ignore ,
+babel-bengali.tex = ignore ,
+babel-nepali.tex = ignore ,
+babel-gusii.tex = ignore ,
+babel-asturian.tex = ignore ,
+babel-filipino.tex = ignore ,
+babel-afrikaans.tex = ignore ,
+babel-bena.tex = ignore ,
+babel-norwegianbokmal.tex = ignore ,
+babel-colognian.tex = ignore ,
+babel-hindi.tex = ignore ,
+babel-mundang.tex = ignore ,
+babel-georgian.tex = ignore ,
+babel-asu.tex = ignore ,
+babel-austrian.tex = ignore ,
+babel-german-switzerland.tex = ignore ,
+babel-german-austria.tex = ignore ,
+babel-german-switzerland-traditional.tex = ignore ,
+babel-german-ch.tex = ignore ,
+babel-german-at.tex = ignore ,
+babel-german-traditional.tex = ignore ,
+babel-nswissgerman.tex = ignore ,
+babel-swissgerman.tex = ignore ,
+babel-ngerman.tex = ignore ,
+babel-naustrian.tex = ignore ,
+babel-german-austria-traditional.tex = ignore ,
+babel-german.tex = ignore ,
+babel-assamese.tex = ignore ,
+babel-azerbaijani-latin.tex = ignore ,
+babel-azerbaijani-cyrl.tex = ignore ,
+babel-azerbaijani.tex = ignore ,
+babel-azerbaijani-cyrillic.tex = ignore ,
+babel-azerbaijani-latn.tex = ignore ,
+babel-bafia.tex = ignore ,
+babel-scottishgaelic.tex = ignore ,
+babel-breton.tex = ignore ,
+babel-korean-han.tex = ignore ,
+babel-korean.tex = ignore ,
+babel-korean-hani.tex = ignore ,
+babel-finnish.tex = ignore ,
+babel-ossetic.tex = ignore ,
+babel-lubakatanga.tex = ignore ,
+babel-langi.tex = ignore ,
+babel-esperanto.tex = ignore ,
+babel-basaa.tex = ignore ,
+babel-indonesian.tex = ignore ,
+babel-french-swissfrench.tex = ignore ,
+babel-french-canadianfrench.tex = ignore ,
+babel-french-be.tex = ignore ,
+babel-french-ca.tex = ignore ,
+babel-french-belgium.tex = ignore ,
+babel-french-ch.tex = ignore ,
+babel-french.tex = ignore ,
+babel-french-canada.tex = ignore ,
+babel-french-lu.tex = ignore ,
+babel-french-switzerland.tex = ignore ,
+babel-french-luxembourg.tex = ignore ,
+babel-ganda.tex = ignore ,
+babel-taita.tex = ignore ,
+babel-nama.tex = ignore ,
+babel-lingala.tex = ignore ,
+babel-spanish-mx.tex = ignore ,
+babel-spanish.tex = ignore ,
+babel-spanish-mexico.tex = ignore ,
+babel-mexican.tex = ignore ,
+babel-estonian.tex = ignore ,
+babel-vunjo.tex = ignore ,
+babel-kwasio.tex = ignore ,
+babel-koyraborosenni.tex = ignore ,
+babel-usenglish.tex = ignore ,
+babel-english-newzealand.tex = ignore ,
+babel-english.tex = ignore ,
+babel-english-ca.tex = ignore ,
+babel-australian.tex = ignore ,
+babel-english-australia.tex = ignore ,
+babel-english-canada.tex = ignore ,
+babel-british.tex = ignore ,
+babel-american.tex = ignore ,
+babel-americanenglish.tex = ignore ,
+babel-canadianenglish.tex = ignore ,
+babel-australianenglish.tex = ignore ,
+babel-english-gb.tex = ignore ,
+babel-english-unitedkingdom.tex = ignore ,
+babel-canadian.tex = ignore ,
+babel-ukenglish.tex = ignore ,
+babel-newzealand.tex = ignore ,
+babel-english-au.tex = ignore ,
+babel-english-unitedstates.tex = ignore ,
+babel-english-nz.tex = ignore ,
+babel-britishenglish.tex = ignore ,
+babel-english-us.tex = ignore ,
+babel-ngiemboon.tex = ignore ,
+babel-persian.tex = ignore ,
+babel-lithuanian.tex = ignore ,
+babel-fulah.tex = ignore ,
+babel-ngomba.tex = ignore ,
+babel-lakota.tex = ignore ,
+babel-faroese.tex = ignore ,
+babel-ewondo.tex = ignore ,
+babel-oriya.tex = ignore ,
+babel-welsh.tex = ignore ,
+babel-sena.tex = ignore ,
+babel-basque.tex = ignore ,
+babel-lao.tex = ignore ,
+babel-medievallatin.tex = ignore ,
+babel-classiclatin.tex = ignore ,
+babel-ecclesiasticlatin.tex = ignore ,
+babel-latin.tex = ignore ,
+babel-chechen.tex = ignore ,
+babel-romansh.tex = ignore ,
+babel-lsorbian.tex = ignore ,
+babel-lowersorbian.tex = ignore ,
+babel-tamil.tex = ignore ,
+babel-thai.tex = ignore ,
+babel-tongan.tex = ignore ,
+babel-kabuverdianu.tex = ignore ,
+babel-turkish.tex = ignore ,
+babel-coptic.tex = ignore ,
+babel-duala.tex = ignore ,
+babel-kinyarwanda.tex = ignore ,
+babel-morisyen.tex = ignore ,
+babel-tigrinya.tex = ignore ,
+babel-kalenjin.tex = ignore ,
+babel-luyia.tex = ignore ,
+babel-nuer.tex = ignore ,
+%-- looks like the files are sometimes loaded without extension
+babel-slovenian = ignore ,
+babel-slovene = ignore ,
+babel-slovak = ignore ,
+babel-urdu = ignore ,
+babel-northernkurdish = ignore ,
+babel-kurmanji = ignore ,
+babel-northernkurdish-arabic = ignore ,
+babel-northernkurdish-arab = ignore ,
+babel-northernsami = ignore ,
+babel-samin = ignore ,
+babel-soga = ignore ,
+babel-swahili = ignore ,
+babel-cherokee = ignore ,
+babel-koyrachiini = ignore ,
+babel-kabyle = ignore ,
+babel-uyghur = ignore ,
+babel-kako = ignore ,
+babel-uzbek = ignore ,
+babel-uzbek-latn = ignore ,
+babel-uzbek-arabic = ignore ,
+babel-uzbek-cyrillic = ignore ,
+babel-uzbek-latin = ignore ,
+babel-uzbek-arab = ignore ,
+babel-uzbek-cyrl = ignore ,
+babel-polish = ignore ,
+babel-rombo = ignore ,
+babel-vietnam = ignore ,
+babel-vietnamese = ignore ,
+babel-masai = ignore ,
+babel-albanian = ignore ,
+babel-kamba = ignore ,
+babel-swedish = ignore ,
+babel-irish = ignore ,
+babel-hebrew = ignore ,
+babel-inarisami = ignore ,
+babel-malay = ignore ,
+babel-malay-singapore = ignore ,
+babel-malay-sg = ignore ,
+babel-malay-brunei = ignore ,
+babel-malay-bn = ignore ,
+babel-mazanderani = ignore ,
+babel-khmer = ignore ,
+babel-maltese = ignore ,
+babel-tasawaq = ignore ,
+babel-bemba = ignore ,
+babel-armenian = ignore ,
+babel-amharic = ignore ,
+babel-zarma = ignore ,
+babel-nynorsk = ignore ,
+babel-norwegiannynorsk = ignore ,
+babel-belarusian = ignore ,
+babel-danish = ignore ,
+babel-kalaallisut = ignore ,
+babel-shambala = ignore ,
+babel-marathi = ignore ,
+babel-kazakh = ignore ,
+babel-norsk = ignore ,
+babel-norwegian = ignore ,
+babel-akan = ignore ,
+babel-kyrgyz = ignore ,
+babel-gujarati = ignore ,
+babel-samburu = ignore ,
+babel-dzongkha = ignore ,
+babel-malagasy = ignore ,
+babel-mongolian = ignore ,
+babel-cornish = ignore ,
+babel-walser = ignore ,
+babel-yangben = ignore ,
+babel-sangu = ignore ,
+babel-bambara = ignore ,
+babel-centralatlastamazight = ignore ,
+babel-ancientgreek = ignore ,
+babel-machame = ignore ,
+babel-sichuanyi = ignore ,
+babel-ewe = ignore ,
+babel-hawaiian = ignore ,
+babel-japanese = ignore ,
+babel-churchslavonic = ignore ,
+babel-churchslavic = ignore ,
+babel-churchslavic-cyrs = ignore ,
+babel-churchslavic-glagolitic = ignore ,
+babel-churchslavic-glag = ignore ,
+babel-churchslavic-oldcyrillic = ignore ,
+babel-polytonicgreek = ignore ,
+babel-greek = ignore ,
+babel-monotonicgreek = ignore ,
+babel-igbo = ignore ,
+babel-latvian = ignore ,
+babel-occitan = ignore ,
+babel-westernfrisian = ignore ,
+babel-luxembourgish = ignore ,
+babel-italian = ignore ,
+babel-oromo = ignore ,
+babel-catalan = ignore ,
+babel-icelandic = ignore ,
+babel-czech = ignore ,
+babel-interlingua = ignore ,
+babel-telugu = ignore ,
+babel-friulian = ignore ,
+babel-vai-latin = ignore ,
+babel-vai-vaii = ignore ,
+babel-vai = ignore ,
+babel-vai-latn = ignore ,
+babel-vai-vai = ignore ,
+babel-russian = ignore ,
+babel-turkmen = ignore ,
+babel-jolafonyi = ignore ,
+babel-rundi = ignore ,
+babel-konkani = ignore ,
+babel-piedmontese = ignore ,
+babel-standardmoroccantamazight = ignore ,
+babel-quechua = ignore ,
+babel-meru = ignore ,
+babel-nyankole = ignore ,
+babel-romanian-md = ignore ,
+babel-romanian-moldova = ignore ,
+babel-romanian = ignore ,
+babel-moldavian = ignore ,
+babel-luo = ignore ,
+babel-usorbian = ignore ,
+babel-uppersorbian = ignore ,
+babel-yoruba = ignore ,
+babel-syriac = ignore ,
+babel-makhuwameetto = ignore ,
+babel-northernluri = ignore ,
+babel-aghem = ignore ,
+babel-meta = ignore ,
+babel-zulu = ignore ,
+babel-centralkurdish-latin = ignore ,
+babel-centralkurdish-latn = ignore ,
+babel-sorani = ignore ,
+babel-centralkurdish = ignore ,
+babel-cantonese = ignore ,
+babel-makonde = ignore ,
+babel-somali = ignore ,
+babel-sanskrit = ignore ,
+babel-sanskrit-telu = ignore ,
+babel-sanskrit-malayalam = ignore ,
+babel-sanskrit-devanagari = ignore ,
+babel-sanskrit-bengali = ignore ,
+babel-sanskrit-gujr = ignore ,
+babel-sanskrit-gujarati = ignore ,
+babel-sanskrit-deva = ignore ,
+babel-sanskrit-telugu = ignore ,
+babel-sanskrit-knda = ignore ,
+babel-sanskrit-beng = ignore ,
+babel-sanskrit-kannada = ignore ,
+babel-sanskrit-mlym = ignore ,
+babel-chiga = ignore ,
+babel-teso = ignore ,
+babel-yiddish = ignore ,
+babel-portuguese = ignore ,
+babel-brazilian = ignore ,
+babel-portuguese-portugal = ignore ,
+babel-portuguese-br = ignore ,
+babel-portuguese-brazil = ignore ,
+babel-portuguese-pt = ignore ,
+babel-pashto = ignore ,
+babel-embu = ignore ,
+babel-chinese-hans-mo = ignore ,
+babel-chinese-hant-hk = ignore ,
+babel-chinese-simplified = ignore ,
+babel-chinese-hans-hk = ignore ,
+babel-chinese-hant = ignore ,
+babel-chinese-simplified-singapore = ignore ,
+babel-chinese-simplified-hongkongsarchina = ignore ,
+babel-chinese-hans-sg = ignore ,
+babel-chinese-hans = ignore ,
+babel-chinese-traditional-macausarchina = ignore ,
+babel-chinese = ignore ,
+babel-chinese-hant-mo = ignore ,
+babel-chinese-traditional = ignore ,
+babel-chinese-simplified-macausarchina = ignore ,
+babel-chinese-traditional-hongkongsarchina = ignore ,
+babel-ukrainian = ignore ,
+babel-serbian-latn-me = ignore ,
+babel-serbian-latin-kosovo = ignore ,
+babel-serbian-latn = ignore ,
+babel-serbian-cyrl-me = ignore ,
+babel-serbian-cyrillic-montenegro = ignore ,
+babel-serbian-cyrillic = ignore ,
+babel-serbian-cyrl-ba = ignore ,
+babel-serbian-cyrl = ignore ,
+babel-serbian = ignore ,
+babel-serbian-latin-bosniaherzegovina = ignore ,
+babel-serbian-latin = ignore ,
+babel-serbian-cyrl-xk = ignore ,
+babel-serbian-latn-ba = ignore ,
+babel-serbian-latin-montenegro = ignore ,
+babel-serbian-latn-xk = ignore ,
+babel-serbian-cyrillic-kosovo = ignore ,
+babel-serbian-cyrillic-bosniaherzegovina = ignore ,
+babel-bodo = ignore ,
+babel-sango = ignore ,
+babel-punjabi-gurmukhi = ignore ,
+babel-punjabi-arabic = ignore ,
+babel-punjabi-guru = ignore ,
+babel-punjabi = ignore ,
+babel-punjabi-arab = ignore ,
+babel-shona = ignore ,
+babel-sinhala = ignore ,
+babel-malayalam = ignore ,
+babel-tibetan = ignore ,
+babel-macedonian = ignore ,
+babel-northndebele = ignore ,
+babel-tachelhit-tifinagh = ignore ,
+babel-tachelhit = ignore ,
+babel-tachelhit-tfng = ignore ,
+babel-tachelhit-latn = ignore ,
+babel-tachelhit-latin = ignore ,
+babel-hausa = ignore ,
+babel-hausa-niger = ignore ,
+babel-hausa-gh = ignore ,
+babel-hausa-ghana = ignore ,
+babel-hausa-ne = ignore ,
+babel-kannada = ignore ,
+babel-bosnian = ignore ,
+babel-bosnian-cyrillic = ignore ,
+babel-bosnian-cyrl = ignore ,
+babel-bosnian-latn = ignore ,
+babel-bosnian-latin = ignore ,
+babel-kikuyu = ignore ,
+babel-burmese = ignore ,
+babel-arabic-lb = ignore ,
+babel-arabic-jordan = ignore ,
+babel-arabic-palestinianterritories = ignore ,
+babel-arabic-iraq = ignore ,
+babel-arabic-ma = ignore ,
+babel-arabic-egypt = ignore ,
+babel-arabic-lebanon = ignore ,
+babel-arabic-dz = ignore ,
+babel-arabic-morocco = ignore ,
+babel-arabic-eg = ignore ,
+babel-arabic-ps = ignore ,
+babel-arabic-iq = ignore ,
+babel-arabic-tunisia = ignore ,
+babel-arabic-jo = ignore ,
+babel-arabic-algeria = ignore ,
+babel-arabic-sy = ignore ,
+babel-arabic-syria = ignore ,
+babel-arabic-tn = ignore ,
+babel-arabic = ignore ,
+babel-sakha = ignore ,
+babel-rwa = ignore ,
+babel-galician = ignore ,
+babel-manx = ignore ,
+babel-croatian = ignore ,
+babel-hungarian = ignore ,
+babel-magyar = ignore ,
+babel-dutch = ignore ,
+babel-bulgarian = ignore ,
+babel-kashmiri = ignore ,
+babel-bengali = ignore ,
+babel-nepali = ignore ,
+babel-gusii = ignore ,
+babel-asturian = ignore ,
+babel-filipino = ignore ,
+babel-afrikaans = ignore ,
+babel-bena = ignore ,
+babel-norwegianbokmal = ignore ,
+babel-colognian = ignore ,
+babel-hindi = ignore ,
+babel-mundang = ignore ,
+babel-georgian = ignore ,
+babel-asu = ignore ,
+babel-austrian = ignore ,
+babel-german-switzerland = ignore ,
+babel-german-austria = ignore ,
+babel-german-switzerland-traditional = ignore ,
+babel-german-ch = ignore ,
+babel-german-at = ignore ,
+babel-german-traditional = ignore ,
+babel-nswissgerman = ignore ,
+babel-swissgerman = ignore ,
+babel-ngerman = ignore ,
+babel-naustrian = ignore ,
+babel-german-austria-traditional = ignore ,
+babel-german = ignore ,
+babel-assamese = ignore ,
+babel-azerbaijani-latin = ignore ,
+babel-azerbaijani-cyrl = ignore ,
+babel-azerbaijani = ignore ,
+babel-azerbaijani-cyrillic = ignore ,
+babel-azerbaijani-latn = ignore ,
+babel-bafia = ignore ,
+babel-scottishgaelic = ignore ,
+babel-breton = ignore ,
+babel-korean-han = ignore ,
+babel-korean = ignore ,
+babel-korean-hani = ignore ,
+babel-finnish = ignore ,
+babel-ossetic = ignore ,
+babel-lubakatanga = ignore ,
+babel-langi = ignore ,
+babel-esperanto = ignore ,
+babel-basaa = ignore ,
+babel-indonesian = ignore ,
+babel-french-swissfrench = ignore ,
+babel-french-canadianfrench = ignore ,
+babel-french-be = ignore ,
+babel-french-ca = ignore ,
+babel-french-belgium = ignore ,
+babel-french-ch = ignore ,
+babel-french = ignore ,
+babel-french-canada = ignore ,
+babel-french-lu = ignore ,
+babel-french-switzerland = ignore ,
+babel-french-luxembourg = ignore ,
+babel-ganda = ignore ,
+babel-taita = ignore ,
+babel-nama = ignore ,
+babel-lingala = ignore ,
+babel-spanish-mx = ignore ,
+babel-spanish = ignore ,
+babel-spanish-mexico = ignore ,
+babel-mexican = ignore ,
+babel-estonian = ignore ,
+babel-vunjo = ignore ,
+babel-kwasio = ignore ,
+babel-koyraborosenni = ignore ,
+babel-usenglish = ignore ,
+babel-english-newzealand = ignore ,
+babel-english = ignore ,
+babel-english-ca = ignore ,
+babel-australian = ignore ,
+babel-english-australia = ignore ,
+babel-english-canada = ignore ,
+babel-british = ignore ,
+babel-american = ignore ,
+babel-americanenglish = ignore ,
+babel-canadianenglish = ignore ,
+babel-australianenglish = ignore ,
+babel-english-gb = ignore ,
+babel-english-unitedkingdom = ignore ,
+babel-canadian = ignore ,
+babel-ukenglish = ignore ,
+babel-newzealand = ignore ,
+babel-english-au = ignore ,
+babel-english-unitedstates = ignore ,
+babel-english-nz = ignore ,
+babel-britishenglish = ignore ,
+babel-english-us = ignore ,
+babel-ngiemboon = ignore ,
+babel-persian = ignore ,
+babel-lithuanian = ignore ,
+babel-fulah = ignore ,
+babel-ngomba = ignore ,
+babel-lakota = ignore ,
+babel-faroese = ignore ,
+babel-ewondo = ignore ,
+babel-oriya = ignore ,
+babel-welsh = ignore ,
+babel-sena = ignore ,
+babel-basque = ignore ,
+babel-lao = ignore ,
+babel-medievallatin = ignore ,
+babel-classiclatin = ignore ,
+babel-ecclesiasticlatin = ignore ,
+babel-latin = ignore ,
+babel-chechen = ignore ,
+babel-romansh = ignore ,
+babel-lsorbian = ignore ,
+babel-lowersorbian = ignore ,
+babel-tamil = ignore ,
+babel-thai = ignore ,
+babel-tongan = ignore ,
+babel-kabuverdianu = ignore ,
+babel-turkish = ignore ,
+babel-coptic = ignore ,
+babel-duala = ignore ,
+babel-kinyarwanda = ignore ,
+babel-morisyen = ignore ,
+babel-tigrinya = ignore ,
+babel-kalenjin = ignore ,
+babel-luyia = ignore ,
+babel-nuer = ignore ,
%--------------------------------- babel (part supported by us)
UKenglish.sty = us ,
USenglish.sty = us ,
@@ -852,6 +1609,7 @@ pdfmanagement-testphase.ltx = ignore ,
hluatex.def = ignore ,
hpdftex.def = ignore ,
hxetex.def = ignore ,
+hypdoc.sty = us ,
hyperref.cfg = ignore ,
hyperref.sty = us*
\Contact https://github.com/latex3/hyperref/issues ,
diff --git a/macros/latex/required/latexbug/latexbug.pdf b/macros/latex/required/latexbug/latexbug.pdf
index 460660a9f0..01224d0b3f 100644
--- a/macros/latex/required/latexbug/latexbug.pdf
+++ b/macros/latex/required/latexbug/latexbug.pdf
Binary files differ