summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex-dev/base/lttextcomp.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-14 22:30:22 +0000
committerKarl Berry <karl@freefriends.org>2020-02-14 22:30:22 +0000
commit9d5c27cd7720260b66f8026e31cbff60ab4fd281 (patch)
tree975d6b542c8801bfe4d91edf42e21dcb32409f99 /Master/texmf-dist/source/latex-dev/base/lttextcomp.dtx
parent607682851f2a709e970de0672a2ea1e180352523 (diff)
latex-base-dev (14feb20)
git-svn-id: svn://tug.org/texlive/trunk@53778 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex-dev/base/lttextcomp.dtx')
-rw-r--r--Master/texmf-dist/source/latex-dev/base/lttextcomp.dtx9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex-dev/base/lttextcomp.dtx b/Master/texmf-dist/source/latex-dev/base/lttextcomp.dtx
index c918a836f94..ed37b9d9957 100644
--- a/Master/texmf-dist/source/latex-dev/base/lttextcomp.dtx
+++ b/Master/texmf-dist/source/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}