X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-font.tex;h=7a81fa2770f1f6e3aa81f78e913167d837161df7;hp=2a00a29ff34c9f3a6db57b1413d0646afaf05aa9;hb=f9205a3b883c08499edfdd3f9d1a6170a6fc6755;hpb=e6bb4f9ae2d3785b331388703b8793e0409d30af diff --git a/mjo-font.tex b/mjo-font.tex index 2a00a29..7a81fa2 100644 --- a/mjo-font.tex +++ b/mjo-font.tex @@ -17,4 +17,12 @@ \usepackage{amsfonts} \fi +% Add the \mathpzc (PostScript Zapf Chancery) font face, scaled up by +% a factor of 1.15. This is described in the documentation for the +% urwchancal package which further adapts this technique. So long +% as we don't ask too much of it, however, the few lines below suffice. +\DeclareFontFamily{OT1}{pzc}{} +\DeclareFontShape{OT1}{pzc}{m}{it}{<-> s * [1.15] pzcmi7t}{} +\DeclareMathAlphabet{\mathpzc}{OT1}{pzc}{m}{it} + \fi