summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/fontspec/fontspec-code-patches.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-24 22:12:49 +0000
committerKarl Berry <karl@freefriends.org>2019-01-24 22:12:49 +0000
commit28ce99e6ad7fc066bae92899fa880557fb85b35a (patch)
treec6057c4c24337762c24bb5e4cc36ea37d247ff68 /Master/texmf-dist/source/latex/fontspec/fontspec-code-patches.dtx
parent6ce7a289e11addd60648c7e43493ae946a1f2d73 (diff)
fontspec (24jan19)
git-svn-id: svn://tug.org/texlive/trunk@49809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/fontspec-code-patches.dtx')
-rw-r--r--Master/texmf-dist/source/latex/fontspec/fontspec-code-patches.dtx19
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec-code-patches.dtx b/Master/texmf-dist/source/latex/fontspec/fontspec-code-patches.dtx
index 2df1d18f3fe..a191e39f423 100644
--- a/Master/texmf-dist/source/latex/fontspec/fontspec-code-patches.dtx
+++ b/Master/texmf-dist/source/latex/fontspec/fontspec-code-patches.dtx
@@ -165,25 +165,6 @@
}
% \end{macrocode}
%
-% \subsection{\cs{oldstylenums}}
-%
-%
-% \begin{macro}{\oldstylenums}
-% \begin{macro}{\liningnums}
-% This command obviously needs a redefinition.
-% And we may as well provide the reverse command.
-% \begin{macrocode}
-\RenewDocumentCommand \oldstylenums {m}
- {
- { \addfontfeature{Numbers=OldStyle} #1 }
- }
-\NewDocumentCommand \liningnums {m}
- {
- { \addfontfeature{Numbers=Lining} #1 }
- }
-% \end{macrocode}
-% \end{macro}
-% \end{macro}
%
%
% \begin{macrocode}