diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltoutenc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltoutenc.dtx | 50 |
1 files changed, 47 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltoutenc.dtx b/Master/texmf-dist/source/latex/base/ltoutenc.dtx index a7932198327..43d032922aa 100644 --- a/Master/texmf-dist/source/latex/base/ltoutenc.dtx +++ b/Master/texmf-dist/source/latex/base/ltoutenc.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993-2015 +% Copyright 1993-2016 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -44,7 +44,7 @@ %<*driver> % \fi \ProvidesFile{ltoutenc.dtx} - [2015/08/28 v1.99m LaTeX Kernel (font encodings)] + [2015/12/30 v1.99n LaTeX Kernel (font encodings)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltoutenc.dtx} @@ -66,7 +66,7 @@ %</driver> % \fi % -% \CheckSum{2825} +% \CheckSum{2885} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -1490,6 +1490,30 @@ %<latexrelease>\EndIncludeInRelease % \end{macrocode} % +% \changes{v1.99n}{2015/02/16}{Added \cs{textcommaabove}} +% Default definition of comma above (E.G.). +% \begin{macrocode} +%<latexrelease>\IncludeInRelease{2016/02/01}{\textcommaabove}{comma above}% +%<*2ekernel|latexrelease> +\DeclareTextCommandDefault\textcommaabove[1]{% + \hmode@bgroup + \ooalign{% + \hidewidth + \raise.7ex\hbox{% + \check@mathfonts\fontsize\ssf@size\z@\math@fontsfalse\selectfont`% + }% + \hidewidth\crcr + \null#1\crcr + }% + \egroup +} +%<latexrelease>\EndIncludeInRelease +%</2ekernel|latexrelease> +%<latexrelease>\IncludeInRelease{0000/00/00}{\textcommaabove}{comma above}% +%<latexrelease>\let\textcommaabove\@undefined +%<latexrelease>\EndIncludeInRelease +% \end{macrocode} +% % \changes{v1.6d}{1994/10/30}{Moved math commands here from ltmath.} % \changes{v1.6f}{1994/11/04}{Added \cs{mathunderscore}.} % \changes{v1.7k}{1995/06/05}{Moved math commands to fontdef.dtx.} @@ -1689,6 +1713,13 @@ \DeclareTextCompositeCommand{\"}{OT1}{i}{\"\i} % \end{macrocode} % +% T1 encoding is given more extensive set of overloads for \verb|\c| +% But here we just adjust \verb|\c{g}|. +% \changes{v1.99n}{2015/02/16}{Added composites for \cs{c}} +% \begin{macrocode} +\DeclareTextCompositeCommand{\c}{T1}{g}{\textcommaabove{g}} +% \end{macrocode} +% % \begin{macrocode} %</OT1> % \end{macrocode} @@ -2040,6 +2071,19 @@ \DeclareTextCompositeCommand{\k}{T1}{o}{\textogonekcentered{o}} \DeclareTextCompositeCommand{\k}{T1}{O}{\textogonekcentered{O}} % \end{macrocode} +% \changes{v1.99n}{2015/02/16}{Added composites for \c{c}} +% \begin{macrocode} +\DeclareTextCompositeCommand{\c}{T1}{G}{\textcommabelow{G}} +\DeclareTextCompositeCommand{\c}{T1}{g}{\textcommaabove{g}} +\DeclareTextCompositeCommand{\c}{T1}{K}{\textcommabelow{K}} +\DeclareTextCompositeCommand{\c}{T1}{k}{\textcommabelow{k}} +\DeclareTextCompositeCommand{\c}{T1}{L}{\textcommabelow{L}} +\DeclareTextCompositeCommand{\c}{T1}{l}{\textcommabelow{l}} +\DeclareTextCompositeCommand{\c}{T1}{N}{\textcommabelow{N}} +\DeclareTextCompositeCommand{\c}{T1}{n}{\textcommabelow{n}} +\DeclareTextCompositeCommand{\c}{T1}{R}{\textcommabelow{R}} +\DeclareTextCompositeCommand{\c}{T1}{r}{\textcommabelow{r}} +% \end{macrocode} % % \begin{macrocode} %</T1> |