[latex3-commits] [git/LaTeX3-latex3-latex2e] gh457: Merge branch 'develop' into gh457 (b5f3f1d3)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon Dec 28 00:28:17 CET 2020
Repository : https://github.com/latex3/latex2e
On branch : gh457
Link : https://github.com/latex3/latex2e/commit/b5f3f1d313a90e0c66fb0900b75a00bef4d9be7b
>---------------------------------------------------------------
commit b5f3f1d313a90e0c66fb0900b75a00bef4d9be7b
Merge: dfd568a1 6accf442
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Dec 28 00:28:17 2020 +0100
Merge branch 'develop' into gh457
# Conflicts:
# base/changes.txt
# base/doc/ltnews33.tex
>---------------------------------------------------------------
b5f3f1d313a90e0c66fb0900b75a00bef4d9be7b
base/changes.txt | 4 +
base/doc/ltnews33.tex | 14 ++
base/letter.dtx | 12 +-
base/testfiles/github-0427.lvt | 24 ++
base/testfiles/{tlb0056.tlg => github-0427.tlg} | 284 +++++++++++-------------
5 files changed, 186 insertions(+), 152 deletions(-)
diff --cc base/changes.txt
index 1137fda2,ed38b420..199dd4f4
--- a/base/changes.txt
+++ b/base/changes.txt
@@@ -8,10 -8,10 +8,14 @@@ are not part of the distribution
2020-12-27 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+ * lppl.md: Provide a markdown version of the LPPL license text for
+ convenience. The legally binding version remains the ASCII version
+ available as lppl.txt or lppl-1-3c.txt (gh/457)
+
+ * 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-10-26 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* ltmiscen.dtx (subsection{Environments}):
diff --cc base/doc/ltnews33.tex
index f750ea45,f793c0cf..17f8c322
--- a/base/doc/ltnews33.tex
+++ b/base/doc/ltnews33.tex
@@@ -130,23 -128,20 +130,37 @@@ it always starts out in vertical mode
\githubissue{385}
++
+\subsection{Provide markdown version of the LPPL license text}
+
+The legally binding version of the \LaTeX{} Project Public License
+(LPPL) is the \acro{ascii} version of the text in \texttt{lppl.txt} or
+\texttt{lppl-1-3c.txt} available from the project website at
+\url{https://www.latex-project.org/lppl}. For use in (github)
+repositories we now also provide a markdown version
+(\texttt{lppl.md}), but given that the presentation of markdown may
+differ from device to device (for example, labeling of lists might
+change making crossreference invalid), this is only for convenience and
+not the legally binding version.
+%
+\githubissue{457}
+
+
++
+ \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{\ldots}
+ \emph{to be written}
%
\githubissue{xxx}
More information about the latex3-commits
mailing list.