diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/fonts/dozenal/README | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/fonts/dozenal/dozenal.pdf | bin | 110474 -> 111109 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/fonts/dozenal/testdozchars.tex | 25 |
3 files changed, 15 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/fonts/dozenal/README b/Master/texmf-dist/doc/fonts/dozenal/README index 4c799425f42..f6e3e887290 100644 --- a/Master/texmf-dist/doc/fonts/dozenal/README +++ b/Master/texmf-dist/doc/fonts/dozenal/README @@ -35,6 +35,9 @@ 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.1 of dozenal; minor bugs, in which section -and subsection numbers were not properly redefined, have -been fixed. +This is version 1.2 of dozenal; for version 1.1, minor bugs, +in which section and subsection numbers were not properly +redefined, have been fixed. + +For version 1.2, support for using dozenal characters in +math mode was added. Submitted to CTAN on 6 June 2009. diff --git a/Master/texmf-dist/doc/fonts/dozenal/dozenal.pdf b/Master/texmf-dist/doc/fonts/dozenal/dozenal.pdf Binary files differindex 09ef22c03ce..8c616117e43 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/doc/fonts/dozenal/testdozchars.tex b/Master/texmf-dist/doc/fonts/dozenal/testdozchars.tex index 5bdf5fdd955..a5443d044a6 100644 --- a/Master/texmf-dist/doc/fonts/dozenal/testdozchars.tex +++ b/Master/texmf-dist/doc/fonts/dozenal/testdozchars.tex @@ -7,18 +7,7 @@ \usepackage{fix-cm} -\DeclareFontFamily{OT1}{dozch}{} -\DeclareFontShape{OT1}{dozch}{m}{n}{<-7> dozchars6 <7> dozchars7 <8> dozchars8 <9> dozchars9 <10-11> dozchars10 <12-16> dozchars12 <17-> dozchars17 }{} -\DeclareFontShape{OT1}{dozch}{b}{n}{<-> dozchb10 }{} -\DeclareFontShape{OT1}{dozch}{bx}{n}{<-6> dozchbx6 <7> dozchbx7 <8> dozchbx8 <9> dozchbx9 <10-11> dozchbx10 <12-> dozchbx12 }{} -\DeclareFontShape{OT1}{dozch}{m}{sl}{<-8> dozchsl8 <9> dozchsl9 <10-11> dozchsl10 <12-> dozchsl12 }{} -\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 }{} - -\newcommand\doz[1]{{\fontfamily{dozch}\selectfont #1}} -\newcommand\x{\doz{X}} -\newcommand\e{\doz{E}} +\usepackage{dozenal} \begin{document} @@ -47,9 +36,13 @@ Really, really big: \\ \fontsize{50pt}{65pt}\selectfont\ldots 5 6 7 8 9 \x\ \e\ 10 \\\normalsize -34\x5897\e45383\e4325 +$34\x5897\e45383\e4325$ \textbf{34\x5897\e45383\e4325} +\begin{equation} +\sum_{n = \x} +\end{equation} + \clearpage \bfseries @@ -76,7 +69,7 @@ Really, really big: \\ \fontsize{50pt}{65pt}\selectfont\ldots 7 8 9 \x\ \e\ 10 \\\normalsize\normalfont -34\x5897\e45383\e4325 +$34\x5897\e45383\e4325$ \textbf{34\x5897\e45383\e4325} \clearpage @@ -104,7 +97,7 @@ Huge: \\ Really, really big: \\ \fontsize{50pt}{65pt}\selectfont\ldots 7 8 9 \x\ \e\ 10\\\normalsize\normalfont -34\x5897\e45383\e4325 +$34\x5897\e45383\e4325$ \textbf{\textsl{34\x5897\e45383\e4325}} \clearpage @@ -132,7 +125,7 @@ Huge: \\ Really, really big: \\ \fontsize{50pt}{65pt}\selectfont\ldots 7 8 9 \x\ \e\ 10\\\normalsize\normalfont -34\x5897\e45383\e4325 +$34\x5897\e45383\e4325$ \textbf{\textsl{34\x5897\e45383\e4325}} \clearpage |