diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-27 01:37:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-27 01:37:29 +0000 |
commit | 1697c37d361205d32dbe279f3a27044a1e7e5fe9 (patch) | |
tree | d3205050b2f17995654532213d9ab69b3c5e6354 /Master | |
parent | d10db6fec98406bac0dd2fd9e4fe9d0f2f140bc7 (diff) |
dozenal update (26nov09)
git-svn-id: svn://tug.org/texlive/trunk@16193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/fonts/dozenal/README | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/dozenal/dozenal.pdf | bin | 114126 -> 211451 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/dozenal/dozenal.sty | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/fonts/dozenal/README b/Master/texmf-dist/doc/fonts/dozenal/README index 0932ec132a7..dd9fc93c9ac 100644 --- a/Master/texmf-dist/doc/fonts/dozenal/README +++ b/Master/texmf-dist/doc/fonts/dozenal/README @@ -52,7 +52,7 @@ This document should run properly on any properly running LaTeX system. It's been tested specifically with TeXLive on Linux (2.6.2 kernel). -This is version 1.2 of dozenal; for version 1.1, minor bugs, +This is version 3.1 of dozenal; for version 1.1, minor bugs, in which section and subsection numbers were not properly redefined, have been fixed. @@ -76,3 +76,9 @@ included redrawing the italics font (the rest were simply mirrored). Also, made the version numbers "real" by including them in the \ProvidesPackage command; thanks to Robin Fairbairns for telling me to. + +For version 3.1, I've updated things to allow TeXLive to +install the package correctly automatically; previously, +some manual work was required. This was essentially just +adding a \pdfmapfile statement to dozenal.sty. Submitted to +CTAN on 25 November 2009. diff --git a/Master/texmf-dist/doc/fonts/dozenal/dozenal.pdf b/Master/texmf-dist/doc/fonts/dozenal/dozenal.pdf Binary files differindex c74657d4875..da3339f7a25 100644 --- a/Master/texmf-dist/doc/fonts/dozenal/dozenal.pdf +++ b/Master/texmf-dist/doc/fonts/dozenal/dozenal.pdf diff --git a/Master/texmf-dist/tex/latex/dozenal/dozenal.sty b/Master/texmf-dist/tex/latex/dozenal/dozenal.sty index 9c623076034..c984d6a6af9 100644 --- a/Master/texmf-dist/tex/latex/dozenal/dozenal.sty +++ b/Master/texmf-dist/tex/latex/dozenal/dozenal.sty @@ -184,7 +184,7 @@ % First, we name the package that we provide. This is % not exactly the most difficult part of the code. % \begin{macrocode} -\ProvidesPackage{dozenal}[2009/07/16 v3.0 support for dozenal fonts] +\ProvidesPackage{dozenal}[2009/11/25 v3.0 support for dozenal fonts] % \end{macrocode} % Now we need to make sure that we have fixltx2e loaded, so % that the |\TextorMath| magic will work. @@ -208,6 +208,7 @@ \DeclareFontShape{OT1}{dozch}{bx}{sl}{<-> dozchbxsl10 }{} \DeclareFontShape{OT1}{dozch}{m}{it}{<-7> dozchit7 <8> dozchit8 <9> dozchit9 <10-11> dozchit10 <12-> dozchit12 }{} \DeclareFontShape{OT1}{dozch}{bx}{it}{<-> dozchbxi10 }{} +\pdfmapfile{=fdz.map} \DeclareFontFamily{T1}{dozch}{} \DeclareFontShape{T1}{dozch}{m}{n}{<-> fdzr8r }{} \DeclareFontShape{T1}{dozch}{bx}{n}{<-> fdzb8r }{} |