diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/mdputu/mdputu.dtx')
-rw-r--r-- | Master/texmf-dist/doc/latex/mdputu/mdputu.dtx | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/mdputu/mdputu.dtx b/Master/texmf-dist/doc/latex/mdputu/mdputu.dtx index 827349493e3..3be22904e5e 100644 --- a/Master/texmf-dist/doc/latex/mdputu/mdputu.dtx +++ b/Master/texmf-dist/doc/latex/mdputu/mdputu.dtx @@ -1,5 +1,5 @@ % \iffalse -% $Id: mdputu.dtx,v 1.5 2010-09-16 02:40:45 boris Exp $ +% $Id: mdputu.dtx,v 1.6 2010-11-03 01:58:00 boris Exp $ % % Copyright (c) 2010, Boris Veytsman % @@ -95,6 +95,8 @@ % \changes{v1.0}{2010/08/25}{First fully functional version} % \changes{v1.1}{2010/09/15}{Changed the location of TFM and VF files % per request by Karl Berry} +% \changes{v1.2}{2010/11/02}{Corrected the bug in fd files: the fonts are +% scaled by 0.92 now (thanks to AoM staff for noticing!)} % %\section{Introduction} %\label{sec:intro} @@ -156,7 +158,7 @@ %<style>\ProvidesClass{mdputu} %<drv>\ProvidesFile{drv.tex} %<*!mtx> -[2010/09/15 v1.1 Adobe Utopia Font with Unslanted Digits] +[2010/11/02 v1.2 Adobe Utopia Font with Unslanted Digits] %</!mtx> % \end{macrocode} % And the driver code: @@ -288,17 +290,17 @@ Unset all digits and punctuation \InputIfFileExists{t1mdput.fd}{}{\ClassError{mdputu}{You do not have mathdesign package installed!}} \DeclareFontShape{OT1}{mdput}{m}{si}{ - <-> mdputuri7t + <-> s * [0.92] mdputuri7t }{} \DeclareFontShape{OT1}{mdput}{bx}{si}{ - <-> mdputubi7t + <-> s * [0.92] mdputubi7t }{} -\DeclareFontShape{OT1}{mdput}{b}{si}{<->ssub * mdputu/bx/si}{} +\DeclareFontShape{OT1}{mdput}{b}{si}{<-> ssub * mdputu/bx/si}{} \DeclareFontShape{T1}{mdput}{m}{si}{ - <-> mdputuri8t + <-> s * [0.92] mdputuri8t }{} \DeclareFontShape{T1}{mdput}{bx}{si}{ - <-> mdputubi8t + <-> s * [0.92] mdputubi8t }{} \DeclareFontShape{T1}{mdput}{b}{si}{<->ssub * mdputu/bx/si}{} % \end{macrocode} |