[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: So a foo walks into a bar... (6b90edaf)

Phelype Oleinik phe.h.o1 at gmail.com
Fri Sep 13 11:10:39 CEST 2019


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

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

commit 6b90edafd0ae5b72e8932d7492279eba44e90360
Author: Phelype Oleinik <phe.h.o1 at gmail.com>
Date:   Fri Sep 13 06:10:39 2019 -0300

    So a foo walks into a bar...
    
    Fixed which file is duplicated in example.


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

6b90edafd0ae5b72e8932d7492279eba44e90360
 base/doc/latexchanges.tex | 2 +-
 base/doc/ltnews30.tex     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/doc/latexchanges.tex b/base/doc/latexchanges.tex
index c924e020..9fb4d22c 100644
--- a/base/doc/latexchanges.tex
+++ b/base/doc/latexchanges.tex
@@ -143,7 +143,7 @@ single unicode character in pdf\TeX, which is useful when copy-pasting
 \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
-would load \texttt{foo.tex} twice. This has been corrected (\ghissue{109}).
+would load \texttt{bar.tex} twice. This has been corrected (\ghissue{109}).
 
 The \textsf{fncylab} and \textsf{varioref} packages changed \LaTeX's internal
 counter prefix commands \verb|p at ...| so that they would take the counter
diff --git a/base/doc/ltnews30.tex b/base/doc/ltnews30.tex
index 86c70820..af155e33 100644
--- a/base/doc/ltnews30.tex
+++ b/base/doc/ltnews30.tex
@@ -360,7 +360,7 @@ would work incorrectly, e.g., a construction such as
 \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.
+would load \texttt{bar.tex} twice. This has been corrected.
 
 \githubissue{109}
 





More information about the latex3-commits mailing list