summaryrefslogtreecommitdiff
path: root/macros/latex-dev/base/lttextcomp.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex-dev/base/lttextcomp.dtx')
-rw-r--r--macros/latex-dev/base/lttextcomp.dtx9
1 files changed, 5 insertions, 4 deletions
diff --git a/macros/latex-dev/base/lttextcomp.dtx b/macros/latex-dev/base/lttextcomp.dtx
index c918a836f9..ed37b9d995 100644
--- a/macros/latex-dev/base/lttextcomp.dtx
+++ b/macros/latex-dev/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}