[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Added a first draft of ltnews30 (117a76c7)

Frank Mittelbach frank.mittelbach at latex-project.org
Tue Jul 2 15:13:37 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/117a76c7a92803502589e4b9412efbf2202e7f2e

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

commit 117a76c7a92803502589e4b9412efbf2202e7f2e
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Tue Jul 2 15:13:37 2019 +0200

    Added a first draft of ltnews30


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

117a76c7a92803502589e4b9412efbf2202e7f2e
 doc/ltnews30.tex | 231 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 231 insertions(+)

diff --git a/doc/ltnews30.tex b/doc/ltnews30.tex
new file mode 100644
index 00000000..7c08a1d5
--- /dev/null
+++ b/doc/ltnews30.tex
@@ -0,0 +1,231 @@
+% \iffalse meta-comment
+%
+% Copyright 2019
+% The LaTeX3 Project and any individual authors listed elsewhere
+% in this file.
+%
+% This file is part of the LaTeX base system.
+% -------------------------------------------
+%
+% It may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3c
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+%    http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This file has the LPPL maintenance status "maintained".
+%
+% The list of all files belonging to the LaTeX base distribution is
+% given in the file `manifest.txt'. See also `legal.txt' for additional
+% information.
+%
+% The list of derived (unpacked) files belonging to the distribution
+% and covered by LPPL is defined by the unpacking scripts (with
+% extension .ins) which are part of the distribution.
+%
+% \fi
+% Filename: ltnews30.tex
+%
+% This is issue 30 of LaTeX News.
+
+\documentclass{ltnews}
+\usepackage[T1]{fontenc}
+
+\usepackage{lmodern,url,hologo}
+
+\usepackage{csquotes}
+
+\providecommand\acro[1]{\textsc{#1}}
+\providecommand\meta[1]{$\langle$\textit{#1}$\rangle$}
+
+
+\providecommand\XeTeX{\hologo{XeTeX}}
+\providecommand\LuaTeX{\hologo{LuaTeX}}
+\providecommand\pdfTeX{\hologo{pdfTeX}}
+
+\newcommand\githubissue[2][]{\ifhmode\unskip\fi
+     \quad\penalty500\strut\nobreak\hfill
+     \mbox{\small\slshape(%
+       \href{https://github.com/latex3/latex2e/issues/\getfirstgithubissue#2 \relax}%
+          	    {github issue#1 #2}%
+           )}%
+     \par}
+
+% simple solution right now (just link to the first issue if there are more)
+\def\getfirstgithubissue#1 #2\relax{#1}
+
+\newcommand\sxissue[1]{\ifhmode\unskip\fi
+     \quad\penalty500\strut\nobreak\hfill
+     \mbox{\small\slshape(\url{https://tex.stackexchange.com/#1})}\par}
+
+\let\cls\pkg
+\newcommand\env[1]{\texttt{#1}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\iffalse % only for TUB production
+\usepackage{graphicx}
+\makeatletter
+% Xe\TeX{} requires reflecting the first E, hence we complain if the
+% graphics package is not present.  (For plain documents, this can be
+% loaded via Eplain.)  Also, at Barbara's suggestion, if the current
+% font is slanted, we rotate by 180 instead of reflecting so there is at
+% least a chance to look ok.  (The magic values here seem more or less
+% ok for \texttt{cmsl} and \texttt{cmti}.)
+%
+%    \begin{macrocode}
+\def\tubreflect#1{%
+  \@ifundefined{reflectbox}{%
+    \TBerror{A graphics package must be loaded for \string\XeTeX}%
+  }{%
+    \ifdim \fontdimen1\font>0pt
+      \raise 1.6ex \hbox{\kern.1em\rotatebox{180}{#1}}\kern-.1em
+    \else
+      \reflectbox{#1}%
+    \fi
+  }%
+}
+\def\tubhideheight#1{\setbox0=\hbox{#1}\ht0=0pt \dp0=0pt \box0 }
+\def\XekernbeforeE{-.125em}
+\def\XekernafterE{-.1667em}
+\DeclareRobustCommand{\Xe}{\leavevmode
+  \tubhideheight{\hbox{X%
+    \setbox0=\hbox{\TeX}\setbox1=\hbox{E}%
+    \ifdim \fontdimen1\font>0pt \def\XekernbeforeE{0em}\fi
+    \lower\dp0\hbox{\raise\dp1\hbox{\kern\XekernbeforeE\tubreflect{E}}}%
+    \kern\XekernafterE}}}
+\def\XeTeX{\Xe\TeX}
+\def\XeLaTeX{\Xe{\kern.11em \LaTeX}}
+\fi
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\publicationmonth{Pre-release Version --- unfinished}
+\publicationyear{2019}
+
+\publicationissue{30}
+
+\begin{document}
+
+%\addtolength\textheight{4.2pc}   % only for TUB
+
+\maketitle
+\tableofcontents
+
+\setlength\rightskip{0pt plus 3em}
+
+\bigskip
+
+\section{Introduction}
+
+This document is under construction \ldots
+
+
+
+
+\section{Changes to the \LaTeX{} kernel}
+
+
+\subsection{Guard against \cs{unskip} at the start of a tabular cell}
+
+If a \env{tabular} or \env{array} cell started with command that
+issued an \cs{unskip} as its first action centering the column got
+broken because the space on the left got removed. This got corrected
+by adding a minusule additional space after the stretching space that
+could be safely removed in such a case without beig noticable.
+
+This change was also applied in the \pkg{array} package.
+
+\githubissue{102}
+
+
+\subsection{Fixes to Unicode table data}
+
+\texttt{U+012F} which is \enquote{i with ogonek} should produce an
+\enquote{i} and not a\enquote{dotless i}. This has been corrected.
+
+\githubissue{122}
+
+the Unicode slots \texttt{27E8} and \texttt{27E9} have been mapped to
+\cs{textlangle} and \cs{textrangle} which is the recommended mapping.
+
+\githubissue{110}
+
+\subsection{Improve \cs{InputIfFileExists}'s handling of fie names}
+
+In rare circumstances it was possible that \cs{InputIfFileExists}
+would work incorrectly, e.g., a cnstruction such as
+\begin{verbatim}
+\InputIfFileExists{foo}{\input{bar}}{}
+\end{verbatim}
+Would not load the files \texttt{foo.tex} and \texttt{bar.tex} but
+would load \texttt{foo.tex} twice. This has been corrected.
+
+\githubissue{109}
+
+
+\subsection{Improve wording of a warning message}
+
+\githubissue{107}
+
+
+\subsection{\pkg{nfssfont}: Generate a font table as the default action}
+
+With the small file \texttt{nfssfont.tex} it is possible to produce
+font tables and other font tests in the style set up by Don Knuth. As
+in nearly all cases producing a font table is the desired action this
+action has been made the default so that one can simply hit enter
+instead of having to write \verb=\table\bye=.
+
+
+
+
+
+        
+\section{Changes to packages in the \pkg{tools} category}
+
+\subsection{\pkg{multicol}: Introduce \texttt{minrows} counter for balancing}
+
+When there are only a few lines of text on a page at the end of a
+\env{multicols} environment balancing them looks rather odd, e.g., if
+you then end up with three columns each containing a single line. This
+can now be controlled through the counter \texttt{minrows} (default is
+1) which requires at least that many lines in the first column during
+balancing. Thus, if you set it to \texttt{2} one would get a
+distribution of \texttt{2+1+0} lines and if set it to three, the result
+would have been \texttt{3+0+0} instead of the default \texttt{1+1+1}.
+
+What is most appropriate really depends on the circumstances, but this
+now gives you the tools to make local or global adjustements.
+
+
+        
+\section{Changes to packages in the \pkg{amsmth} category}
+
+\subsection{\pkg{amsmath}: Introduce \texttt{overunderset} command}
+
+\emph{describe}
+
+
+
+\section{Documentation updates}
+
+\subsection{High-lighting the standard NFSS codes for series}
+      
+\emph{describe}
+
+
+\begin{thebibliography}{9}
+  
+\bibitem{29:site-doc} 
+  \emph{\LaTeX{} documentation on the \LaTeX{} Project Website}.\\  
+  \url{https://latex-project.org/documentation/}
+
+\bibitem{29:site-pub} 
+  \emph{\LaTeX{} Project publications on the \LaTeX{} Project Website}.\\
+  \url{https://latex-project.org/publications/}
+
+\end{thebibliography}
+
+\end{document}
+





More information about the latex3-commits mailing list