[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: minor updates [ci skip] (c9c4a903)

Frank Mittelbach frank.mittelbach at latex-project.org
Fri Sep 13 13:14:17 CEST 2019


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

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

commit c9c4a903ef1cb2f4e6a5542f75e746996cf2457d
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Fri Sep 13 13:14:17 2019 +0200

    minor updates [ci skip]


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

c9c4a903ef1cb2f4e6a5542f75e746996cf2457d
 base/doc/latexchanges.tex | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/base/doc/latexchanges.tex b/base/doc/latexchanges.tex
index 9fb4d22c..43780d3c 100644
--- a/base/doc/latexchanges.tex
+++ b/base/doc/latexchanges.tex
@@ -34,6 +34,8 @@
  
 \usepackage[T1]{fontenc}
 
+\usepackage{url}
+
 \title{Changes to the \LaTeXe{} format}
  
 \author{\copyright~Copyright 2015--2019, \LaTeX3 Project Team.\\
@@ -55,16 +57,16 @@
 \makeatother
  
 \ifx\href\undefined
-  \newcommand\ghissue[1]{#1}
-  \newcommand\gnatsissue[1]{#1}
+  \newcommand\ghissue[1]{github #1}
+  \newcommand\gnatsissue[1]{gnats #1}
   \newcommand\ltnewsissue[1]{\LaTeX\ News~#1}
-  \newcommand\sxanswer[1]{https://tex.stackexchange.com\slash a\slash #1}
-  \newcommand\sxquestion[1]{https://tex.stackexchange.com\slash q\slash #1}
+  \newcommand\sxanswer[1]{\url{https://tex.stackexchange.com\slash a\slash #1}}
+  \newcommand\sxquestion[1]{\url{https://tex.stackexchange.com\slash q\slash #1}}
 \else
   \newcommand\ghissue[1]{%
-    \href{https://github.com/latex3/latex2e/issues/#1}{#1}}
+    \href{https://github.com/latex3/latex2e/issues/#1}{github #1}}
   \newcommand\gnatsissue[1]{%
-    \href{https://www.latex-project.org/cgi-bin/ltxbugs2html?pr=latex/#1}{#1}}
+    \href{https://www.latex-project.org/cgi-bin/ltxbugs2html?pr=latex/#1}{gnats #1}}
   \newcommand\ltnewsissue[1]{%
     \href{https://www.latex-project.org/news/latex2e-news/ltnews#1.pdf}{\LaTeX\ News~#1}}
   \newcommand\sxanswer[1]{%
@@ -140,9 +142,8 @@ Basic ligatures (ff, fi, fl, ffi, ffl, ft, st) can now be input as a
 single unicode character in pdf\TeX, which is useful when copy-pasting
 (\ghissue{154}).
 
-\verb|\InputIfFileExists| would make it so that
 \verb|\InputIfFileExists{foo}{\input{bar}}{}|
-would not load the files \texttt{foo.tex} and \texttt{bar.tex} but
+did not load the files \texttt{foo.tex} and \texttt{bar.tex} but
 would load \texttt{bar.tex} twice. This has been corrected (\ghissue{109}).
 
 The \textsf{fncylab} and \textsf{varioref} packages changed \LaTeX's internal
@@ -165,10 +166,11 @@ The default action of the file \texttt{nfssfont.tex} was set to produce a
 font table, so that one can simply hit enter instead of having to write
 \verb=\table\bye=.
 
-The \LaTeX{} kernel now provides dummy (empty) definitions of
-\verb|\conditionally at traceoff| and \verb|\contionally at traceon| from the
-\texttt{trace} package so they can be used without worrying about them
-being defined or not (\ghissue{164}).
+The \LaTeX{} kernel now provides dummy (empty) definitions for the
+commands \verb|\conditionally at traceoff| and
+\verb|\conditionally at traceon| from the \texttt{trace} package so they
+can be used by package developers without worrying about them being
+defined or not (\ghissue{164}).
 
 
 
@@ -177,8 +179,9 @@ being defined or not (\ghissue{164}).
 \section{Changes introduced in 2018-12-01}
 
 Further additions to the characters supported by default in UTF-8.
-\verb|\guillemetleft| and \verb|\guillemetright| provided as alias for
-the names based on the Adobe font names (\ghissue{65}).
+The commands \verb|\guillemetleft| and \verb|\guillemetright| are
+provided as alias for the names based on the Adobe font names
+(\ghissue{65}).
 
 The use of potrusion in tables of contents is suppressed by default,
 see \sxquestion{172785}.





More information about the latex3-commits mailing list