diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-18 23:36:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-18 23:36:27 +0000 |
commit | 17f0a9a5ccf82a1c731a1863c8343ae7db897791 (patch) | |
tree | a04a9fa45f1f7f9b1048b8f849e6cda589a192bc /Master/texmf-dist/tex/latex/cmtiup | |
parent | 57373dfe3d77bfba9d3c798ad4898e1e8603aad4 (diff) |
cmtiup (18jan16)
git-svn-id: svn://tug.org/texlive/trunk@39418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cmtiup')
-rw-r--r-- | Master/texmf-dist/tex/latex/cmtiup/cmtiup.sty | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/cmtiup/cmtiup.sty b/Master/texmf-dist/tex/latex/cmtiup/cmtiup.sty index 0bf4e114095..b0559f0befc 100644 --- a/Master/texmf-dist/tex/latex/cmtiup/cmtiup.sty +++ b/Master/texmf-dist/tex/latex/cmtiup/cmtiup.sty @@ -22,12 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{cmtiup.sty} -[2010/11/19 v1.3a Upright Digits and Punctuation in Computer Modern Italic] -\NeedsTeXFormat{LaTeX2e}[1995/06/01] -\ProvidesPackage{cmtiup}[2003/01/03 - Unslanted punctuation in CM text italic (svz)] -\ProvidesFile{cmtiup.sty}[2003/01/03 Unslanted punctuation in CM text italic] -\AtBeginDocument{% +[2016/01/16 v2.0 Upright Digits and Punctuation in Computer Modern Italic] \DeclareFontShape{OT1}{cmr}{m}{it}% {% <5><6><7>cmtiup7% @@ -36,7 +31,17 @@ <10><10.95>cmtiup10% <12><14.4><17.28><20.74><24.88>cmtiup12% }{} -} +\DeclareFontShape{OT1}{cmr}{bx}{it} + {% + <5><6><7><8><9>% + <10><10.95><12><14.4><17.28><20.74><24.88>cmbxtiup10% + }{} +\providecommand{\EC@family}[5]{% + \DeclareFontShape{#1}{#2}{#3}{#4}% + {<5><6><7><8><9><10><10.95><12><14.4>% + <17.28><20.74><24.88><29.86><35.83>genb*#5}{}} +\EC@family{T1}{cmr}{m}{it}{ectiup} +\EC@family{T1}{cmr}{bx}{it}{ecbiup} |