summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/lttextcomp.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-13 22:16:40 +0000
committerKarl Berry <karl@freefriends.org>2020-02-13 22:16:40 +0000
commit0274829aec19660f77b8115339399fc2ba3b7612 (patch)
tree798aeb792ca2ff2651e5ea9028457dc5831ae3e3 /Master/texmf-dist/source/latex/base/lttextcomp.dtx
parent9fa66805b3c7cfd28651d9ba7f8e8a68560bab67 (diff)
latex(2e) (13feb20)
git-svn-id: svn://tug.org/texlive/trunk@53771 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/lttextcomp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/lttextcomp.dtx9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/base/lttextcomp.dtx b/Master/texmf-dist/source/latex/base/lttextcomp.dtx
index c918a836f94..ed37b9d9957 100644
--- a/Master/texmf-dist/source/latex/base/lttextcomp.dtx
+++ b/Master/texmf-dist/source/latex/base/lttextcomp.dtx
@@ -33,7 +33,7 @@
%
%
\ProvidesFile{lttextcomp.dtx}
- [2020/01/25 v1.0b LaTeX Kernel (text companion symbols)]
+ [2020/02/10 v1.0c LaTeX Kernel (text companion symbols)]
% \iffalse
\documentclass{ltxdoc}
\begin{document}
@@ -564,18 +564,19 @@
% \end{macrocode}
%
% In Unicode engines we just execute the simple accents:
+% \changes{v1.0c}{2020/02/10}{Use \cs{@tabacckludge} for tabbing where necessary (gh/271)}
% \begin{macrocode}
\else
- \def\capitalacute{\'}
+ \def\capitalacute{\@tabacckludge'}
\def\capitalbreve{\u}
\def\capitalcaron{\v}
\def\capitalcedilla{\c}
\def\capitalcircumflex{\^}
\def\capitaldieresis{\"}
\def\capitaldotaccent{\.}
- \def\capitalgrave{\`}
+ \def\capitalgrave{\@tabacckludge`}
\def\capitalhungarumlaut{\H}
- \def\capitalmacron{\=}
+ \def\capitalmacron{\@tabacckludge=}
\def\capitalnewtie{\t}
\def\capitalogonek{\k}
\def\capitalring{\r}