[latex3-commits] [git/LaTeX3-latex3-latex2e] master: docu corrections and update (7e5a425)
Frank Mittelbach
frank.mittelbach at latex-project.org
Fri Apr 6 12:24:49 CEST 2018
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/7e5a4253991a018a692354164853702b7d9dbfe3
>---------------------------------------------------------------
commit 7e5a4253991a018a692354164853702b7d9dbfe3
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Fri Apr 6 12:24:49 2018 +0200
docu corrections and update
>---------------------------------------------------------------
7e5a4253991a018a692354164853702b7d9dbfe3
base/inputenc.dtx | 2 +-
base/ltfinal.dtx | 9 ++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/base/inputenc.dtx b/base/inputenc.dtx
index 79f7a6c..ffd5851 100644
--- a/base/inputenc.dtx
+++ b/base/inputenc.dtx
@@ -739,7 +739,7 @@
% Then for each option, we input that encoding file.
% Only exception: for utf8x (from \texttt{ucs} package) we
% first restore the raw input encoding. That should be moved to the
-% \texttt{utf8xenc.def} file, eventually.
+% \texttt{utf8x.def} file, eventually.
% \changes{v1.3b}{2018/04/06}{Handle utf8x encoding manually for now}
% \begin{macrocode}
\DeclareOption{utf8x}{\UseRawInputEncoding
diff --git a/base/ltfinal.dtx b/base/ltfinal.dtx
index 99a9e3b..90e298c 100644
--- a/base/ltfinal.dtx
+++ b/base/ltfinal.dtx
@@ -615,7 +615,6 @@
% \changes{v2.1b}{2018/04/06}{Undo changes to \cs{DeclareFontEncoding@} and
% definition of \cs{DeclareUnicodeCharacter}}
% \begin{macrocode}
-\let\DeclareFontEncoding at saved\DeclareFontEncoding@
\def\UseRawInputEncoding{%
\let\DeclareFontEncoding@\DeclareFontEncoding at saved % revert
\let\DeclareUnicodeCharacter\@undefined % revert
@@ -640,6 +639,14 @@
% \end{macrocode}
% \end{macro}
%
+% \begin{macro}{\DeclareFontEncoding at saved}
+% Saved version of |\DeclareFontEncoding@| before \texttt{utf8.def}
+% modifies it for use in |\UseRawInputEncoding| above.
+% \begin{macrocode}
+\let\DeclareFontEncoding at saved\DeclareFontEncoding@
+% \end{macrocode}
+% \end{macro}
+%
% \begin{macrocode}
\edef\inputencodingname{utf8}%
\input{utf8.def}
More information about the latex3-commits
mailing list