From 801a929a29f38ec92e3a8cea4c6a4bfa7d1653f5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 28 Jan 2015 22:27:37 +0000 Subject: dozenal (28jan15) git-svn-id: svn://tug.org/texlive/trunk@36157 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/dozenal/dozenal.sty | 37 +++++++++++++++---------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'Master/texmf-dist/tex/latex/dozenal') diff --git a/Master/texmf-dist/tex/latex/dozenal/dozenal.sty b/Master/texmf-dist/tex/latex/dozenal/dozenal.sty index 7075b9a70a4..d94f9dd810b 100644 --- a/Master/texmf-dist/tex/latex/dozenal/dozenal.sty +++ b/Master/texmf-dist/tex/latex/dozenal/dozenal.sty @@ -25,8 +25,7 @@ %% This work consists of the files listed in dozenalfilelist.txt. \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{dozenal}[2015/01/01 v5.1 support for dozenal fonts] -\ProvidesPackage{dozenal}[2012/05/13 v4.0 support for dozenal fonts] +\ProvidesPackage{dozenal}[2015/01/27 v5.2 support for dozenal fonts] \RequirePackage{fixltx2e} \RequirePackage{ifpdf} \DeclareOption{nocounters}{% @@ -35,6 +34,27 @@ \newif\iftypeone\typeonefalse \DeclareOption{typeone}{\typeonetrue} \ProcessOptions\relax +\iftypeone% +\ifpdf +\pdfmapfile{=dozenal.map} +\fi +\DeclareFontFamily{T1}{dozch}{} +\DeclareFontShape{T1}{dozch}{m}{n}{<-6> dozchars6 +<7> dozchars7 <8> dozchars8 <9> dozchars9 <10-11> +dozchars10 <12-16> dozchars12 <17-> dozchars17 }{} +\DeclareFontShape{T1}{dozch}{b}{n}{<-> dozchb10 }{} +\DeclareFontShape{T1}{dozch}{bx}{n}{<-6> dozchbx6 +<7> dozchbx7 <8> dozchbx8 <9> dozchbx9 <10-11> +dozchbx10 <12-> dozchbx12 }{} +\DeclareFontShape{T1}{dozch}{m}{sl}{<-8> dozchsl8 +<9> dozchsl9 <10-11> dozchsl10 <12-> dozchsl12 }{} +\DeclareFontShape{T1}{dozch}{bx}{sl}{<-> dozchbxsl10 }{} +\DeclareFontShape{T1}{dozch}{m}{it}{<-7> dozchit7 +<8> dozchit8 <9> dozchit9 <10-11> dozchit10 +<12-> dozchit12 }{} +\DeclareFontShape{T1}{dozch}{bx}{it}{<-> dozchbxi10 }{} +\def\doz#1{{\fontfamily{dozch}\fontencoding{T1}\selectfont #1}}% +\else% \DeclareFontFamily{OT1}{dozch}{} \DeclareFontShape{OT1}{dozch}{m}{n}{<-6> dozchars6 <7> dozchars7 <8> dozchars8 <9> dozchars9 <10-11> @@ -50,19 +70,6 @@ dozchbx10 <12-> dozchbx12 }{} <8> dozchit8 <9> dozchit9 <10-11> dozchit10 <12-> dozchit12 }{} \DeclareFontShape{OT1}{dozch}{bx}{it}{<-> dozchbxi10 }{} -\ifpdf -\pdfmapfile{=fdz.map} -\fi -\DeclareFontFamily{T1}{dozch}{} -\DeclareFontShape{T1}{dozch}{m}{n}{<-> fdzr8r }{} -\DeclareFontShape{T1}{dozch}{bx}{n}{<-> fdzb8r }{} -\DeclareFontShape{T1}{dozch}{m}{sl}{<-> fdzs8r }{} -\DeclareFontShape{T1}{dozch}{bx}{sl}{<-> fdzbo8r }{} -\DeclareFontShape{T1}{dozch}{m}{it}{<-> fdzso8r }{} -\DeclareFontShape{T1}{dozch}{bx}{it}{<-> fdzbi8r }{} -\iftypeone% -\def\doz#1{{\fontfamily{dozch}\fontencoding{T1}\selectfont #1}}% -\else% \def\doz#1{{\fontfamily{dozch}\fontencoding{OT1}\selectfont #1}}% \fi% \newcommand\x{\TextOrMath{\protect\doz{{X}}}{\X}}% -- cgit v1.2.3