[latex3-commits] [git/LaTeX3-latex3-latex2e] gh444: Merge branch 'develop' into gh444 (210dc3c9)
Frank Mittelbach
frank.mittelbach at latex-project.org
Wed Jan 6 10:55:47 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh444
Link : https://github.com/latex3/latex2e/commit/210dc3c93e77e314f6c7653faacf59535db06b87
>---------------------------------------------------------------
commit 210dc3c93e77e314f6c7653faacf59535db06b87
Merge: d2820195 e0c4a01f
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Wed Jan 6 10:55:47 2021 +0100
Merge branch 'develop' into gh444
# Conflicts:
# base/changes.txt
# base/doc/ltnews33.tex
>---------------------------------------------------------------
210dc3c93e77e314f6c7653faacf59535db06b87
base/changes.txt | 25 +++
base/doc/ltnews33.tex | 13 ++
base/letter.dtx | 12 +-
base/testfiles/github-0427.lvt | 24 ++
base/testfiles/{tlb0056.tlg => github-0427.tlg} | 284 +++++++++++-------------
5 files changed, 206 insertions(+), 152 deletions(-)
diff --cc base/changes.txt
index c565aa85,31657f01..b5a883a5
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -6,42 -6,31 +6,67 @@@ completeness or accuracy and it contain
are not part of the distribution.
================================================================================
+2020-12-22 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfssaxes.dtx (subsection{Changing to a new series}):
+ Distangle series and shape update by delaying the font series
+ and font shape merging (gh/444)
+
+ Move the rollback info for \normalshape after its main definition
+ otherwise it will not be undone (gh/458)
+
+2020-12-22 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfsstrc.dtx (subsection{General font loading}):
+ Alter \selectfont to do the delayed merging of font series
+ and font shape (gh/444)
+
+ 2020-12-27 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * letter.dtx (subsubsection{Page breaking control}):
+ The \opening argument was splitting name and address using \\
+ but did not allow to use \\[...] for this (gh/427)
+
+ 2020-12-06 Johannes Braams <Johannes.Braams at latex-project.org>
+
+ * miscelaneous files: gh/428, gh/429 and gh/430 list a number of
+ typing mistakes and missing documentation that have crept in over
+ the years. The following files were affected and have been
+ corrected:
+ alltt.dtx, classes.dtx, doc.dtx, docstrip.dtx, fix-cm.dtx,
+ fontdef.dtx, ifthen.dtx, inputenc.dtx, latex209.dtx,
+ latexrelease.dtx, ltbibl.dtx, ltboxes.dtx, ltclass.dtx,
+ ltcntrl.dtx, ltcounts.dtx, ltdefns.dtx, ltdirchk.dtx, ltexpl.dtx,
+ ltfilehook.dtx, ltfiles.dtx, ltfinal.dtx, ltfloat.dtx,
+ ltfntcmd.dtx, ltfssaxes.dtx, ltfssbas.dtx, ltfsscmp.dtx,
+ ltfssdcl.dtx, ltfssini.dtx, ltfsstrc.dtx, lthooks.dtx,
+ ltlength.dtx, ltlists.dtx, ltluatex.dtx, ltmath.dtx, ltmiscen.dtx,
+ ltoutenc.dtx, ltoutput.dtx, ltpage.dtx, ltpageno.dtx,
+ ltpictur.dtx, ltplain.dtx, ltsect.dtx, ltshipout.dtx,
+ lttextcomp.dtx, ltvers.dtx, ltxdoc.dtx, ltxref.dtx, nfssfont.dtx,
+ proc.dtx, slides.dtx, utf8ienc.dtx.
+
+2020-12-04 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfilehook.dtx (subsection{Declaring a file substitution}):
+ Don't drop file substitution declarations when rolling back
+ just render them no-ops
+
+2020-12-04 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+ Add a hook to \selectfont to be executed after the switch to the
+ new font. This implements the functionality formerly in the everysel
+ package.
+
+2020-12-04 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfinal.dtx (subsection{File substitutions}):
+ Emulate everysel package
+
+2020-12-04 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * ltfssini.dtx (subsection{Miscellaneous}):
+ Setting up \f at series and \f at shape default values directly (gh/444)
+
2020-10-26 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* ltmiscen.dtx (subsection{Environments}):
diff --cc base/doc/ltnews33.tex
index 445b0775,f793c0cf..3c0344d5
--- a/base/doc/ltnews33.tex
+++ b/base/doc/ltnews33.tex
@@@ -128,25 -128,20 +128,38 @@@ it always starts out in vertical mode
\githubissue{385}
++
+ \subsection{Allow extra space between name and address in \pkg{letter} class}
+
+ The \cs{opening} command in the the \pkg{letter} class expects the
+ name and address to be separated by \verb=\\= but it didn't allow to
+ use an optional argument at this point to add some extra space after
+ the name. The coding has now been slightly altered to allow for this.
+ %
+ \githubissue{427}
+
+
+
+\subsection{Provide hook in \cs{selectfont}}
+
+\emph{write}
+
+\githubissue{444}
+
+
+\subsection{Delay change of font series and shape to \cs{selectfont} call}
+
+\emph{write}
+
+\githubissue{444}
+
+
+
+
+
\subsection{\ldots}
+ \emph{to be written}
%
\githubissue{xxx}
More information about the latex3-commits
mailing list.