[latex3-commits] [git/latex3] master: add latest release info (draft) [ci skip] (32625ca)

Frank Mittelbach frank.mittelbach at latex-project.org
Wed Dec 13 12:28:31 CET 2017


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/32625ca2b4cc8b0d31805b38c91455db5f9842b7

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

commit 32625ca2b4cc8b0d31805b38c91455db5f9842b7
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Wed Dec 13 12:28:31 2017 +0100

    add latest release info (draft) [ci skip]


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

32625ca2b4cc8b0d31805b38c91455db5f9842b7
 news/l3news11.tex |   46 ++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 44 insertions(+), 2 deletions(-)

diff --git a/news/l3news11.tex b/news/l3news11.tex
index 070313b..b0a5fbc 100644
--- a/news/l3news11.tex
+++ b/news/l3news11.tex
@@ -8,6 +8,17 @@
 \usepackage{ragged2e}
 \usepackage{underscore}
 
+
+%%% wrong in ltnews.cls ... so some tmp fix here at the moment:
+\makeatletter
+\renewcommand{\subsubsection}{%
+   \@startsection
+      {subsubsection}{2}{\leftmargini}{-1.5ex \@plus -1ex \@minus -.2ex}%
+      {1sp}{\@subheadingfont}%
+}
+\makeatother
+
+
 \AtBeginDocument{%
   \renewcommand*{\LaTeXNews}{\LaTeX3~News}%
   \RaggedRight
@@ -31,6 +42,8 @@
 
 \maketitle
 
+\tableofcontents  % to see what is there right now
+
 \textbf{Skeleton for next l3news ... sections to be added and filled in}
 
 There has been something of a gap since the last \LaTeX3 News, but this does
@@ -59,6 +72,7 @@ Github.
 \textbf{just a list of change notes, to be expanded and/or partially dropped}
 
 
+\subsection{Release 2017-01-28}
 
 \begin{itemize}
 \item Remove deprecated function \cs{scan_align_safe_stop:}
@@ -74,6 +88,8 @@ Github.
   entries in seq data, etc.
 \end{itemize}  
 
+\subsection{Release 2017-02-17}
+
 In this release the l3sort module is integrated
 into l3kernel and so available directly on loading
 expl3. As part of this move, the 'result' functions
@@ -90,8 +106,9 @@ the LaTeX23 'boundary': the notation \cs{@@@@par} in a
 source will now yield \cs{@@par} in the live code.
 
 
+\subsection{Release 2017-04-01}
 
-\subsection{Boolean functions}
+\subsubsection{Boolean functions}
 
 This release marks the functions
 \cs{bool_lazy_all:n(TF)},
@@ -106,7 +123,7 @@ currently fails with a low-level error due to lazy evaluation.
 Package authors are encouraged to consider employing these new functions
 where appropriate.
 
-\subsection{Version identifiers}
+\subsubsection{Version identifiers}
 
 From this release the SVN \verb=$Id= lines are removed from \LaTeX3 sources. The
 function \cs{GetIdInfo} is deprecated from this release, and the team
@@ -114,6 +131,14 @@ recommend that package authors include version information directly in
 \cs{ProvidesExplPackage} (or similar) lines.
 
 
+After some internal discussion, we will be retaining \cs{GetIdInfo} as their
+are several possible use cases: for the team's own use we will not be
+using SVN Id's as release identifiers.
+
+
+
+\subsection{Release 2017-07-15}
+
 \begin{itemize}
 \item New \cs{hbox_set_to_wd:Nnw} and \cs{vbox_set_to_ht:Nnw} functions
 \item Revised l3file module to give better defined
@@ -159,6 +184,8 @@ recommend that package authors include version information directly in
 
 
 
+
+
 \section{\pkg{l3build} updates throughout the year}
 
 \textbf{just a list of change notes, to be expanded and/or partially dropped}
@@ -178,6 +205,9 @@ Moved \pkg{l3build} to its own repository:
 
 \url{https://github.com/latex3/l3build}
 
+
+\subsection{Release 2017-12-06}
+
 \begin{itemize}
 \item Normalisation extended to cover
   register allocation and
@@ -189,6 +219,18 @@ Moved \pkg{l3build} to its own repository:
 
 \textbf{.tlg files may be needed for this release}
 
+\subsection{Release 2017-12-12}
+
+\begin{itemize}
+\item Option \texttt{-t|--testfiledir} is removed
+\item New checkconfigs variable allows use of multiple test
+  configurations
+\item Support for complex layouts via docfiledir and sourcefildir
+  variables
+\item New hook for building demos when scripting is needed
+\end{itemize}
+
+
 \section{}
 
 \section{}





More information about the latex3-commits mailing list