Skip to content

Commit

Permalink
Merge branch 'develop' into gh711
Browse files Browse the repository at this point in the history
# Conflicts:
#	base/changes.txt
  • Loading branch information
FrankMittelbach committed Dec 10, 2021
2 parents cedeb68 + b7297c2 commit a4d624e
Show file tree
Hide file tree
Showing 238 changed files with 25,126 additions and 2,858 deletions.
1 change: 1 addition & 0 deletions .github/tl_packages
Expand Up @@ -53,6 +53,7 @@ epstopdf-pkg
etoolbox
fancyvrb
fc
fewerfloatpages
geometry
graphics-def
helvetic
Expand Down
2 changes: 1 addition & 1 deletion base/alltt.dtx
Expand Up @@ -104,7 +104,7 @@
% The glyph at the position of the $ in an italic font: \textit{$}.
% \end{alltt}
%
% \StopEventually{}
% \MaybeStop{}
%
% \section{The Implementation}
%
Expand Down
8 changes: 4 additions & 4 deletions base/build.lua
Expand Up @@ -53,7 +53,6 @@ sourcefiles =
"small2e.tex",
"testpage.tex",
"source2edoc.cls", -- temp
"doc-v3beta.sty", -- temp
"*-????-??-??.sty"
}
textfiles =
Expand Down Expand Up @@ -136,8 +135,9 @@ unpacksuppfiles =
-- Custom settings for the check system
testsuppdir = "testfiles/helpers"

-- No dependencies at all (other than l3build and for typesetting)
checkdeps = { maindir .. "/required/firstaid" }
-- Dependencies for testing and typesetting
checkdeps = { maindir .. "/required/firstaid" }

typesetdeps =
{
maindir .. "/required/graphics",
Expand All @@ -151,7 +151,7 @@ indexstyle = "source2e.ist"

-- Allow for TU and other test configurations
checkconfigs = {"build","config-1run","config-TU","config-legacy","config-lthooks",
"config-lthooks2","config-ltcmd"}
"config-lthooks2","config-ltcmd","config-doc"}

update_tag = update_tag_base

Expand Down
30 changes: 30 additions & 0 deletions base/changes.txt
Expand Up @@ -6,11 +6,25 @@ completeness or accuracy and it contains some references to files that
are not part of the distribution.
================================================================================

2021-12-09 Frank Mittelbach <Frank.Mittelbach@latex-project.org>

* proc.dtx (subsection{The page style}):
Support twoside by providing an appropriate footer line (gh/704).

2021-12-08 Frank Mittelbach <Frank.Mittelbach@latex-project.org>

* lttextcomp.dtx (section{Sub-encodings}):
Describe correctly (I hope) how sub-encodings work for TS1.

2021-11-30 Frank Mittelbach <Frank.Mittelbach@latex-project.org>

* ltexpl.dtx:
Added \fpeval, \inteval, \dimeval, and \skipeval (gh711)

2021-11-18 Frank Mittelbach <Frank.Mittelbach@latex-project.org>

* All *.dtx: Replaced \StopEventually by \MaybeStop

2021-11-17 Marcel Krüger <Marcel.Krueger@latex-project.org>

* ltluatex.dtx:
Expand All @@ -28,6 +42,22 @@ are not part of the distribution.
and in the changes.txt files so we zap this file too because the double book
keeping always means one or the other is out of date.

2021-11-14 Frank Mittelbach <Frank.Mittelbach@latex-project.org>

* doc.dtx: Replaced doc.dtx with V3 version.
The old doc can be reactivated with \usepackage{doc}[=v2].
Hyperref usage (on by default) can be turned off with
\usepackage[hyperref=false]{doc}.
New options etc are documented: use texdoc doc
(code documentation only partly done).

2021-11-12 Frank Mittelbach <Frank.Mittelbach@latex-project.org>

* ltxdoc.dtx (section{Configuration file}):
Added our default .cfg for extraction.
Added option "nocfg" to bypass a system cfg.


================================================================================
All changes above are only part of the development branch for the next release.
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion base/classes.dtx
Expand Up @@ -230,7 +230,7 @@
% \maketitle
% \tableofcontents
%
% \StopEventually{} ^^A
% \MaybeStop{} ^^A
%
% \section{The {\sc docstrip} modules}
%
Expand Down
15 changes: 15 additions & 0 deletions base/config-doc.lua
@@ -0,0 +1,15 @@
-- Test with search tree enabled

-- checkengines = {"etex" } -- use all engines

checksearch = true

-- even with search = true we have to load tools to get multicol :-(
checkdeps =
{
maindir .. "/required/tools"
}

testfiledir = "./testfiles-doc"

-- testsuppdir = testfiledir .. "/support"

0 comments on commit a4d624e

Please sign in to comment.