diff options
Diffstat (limited to 'fmt')
-rw-r--r-- | fmt/com.h | 4 | ||||
-rw-r--r-- | fmt/doc.h | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,9 @@ %% links +\let\oldinput\input +\input color %blue links! +\let\input\oldinput % color tries to redefine input + \def\anysplit#1{% \ifx#1\relax\let\next\relax\else #1\discretionary{}{}{}\let\next\anysplit @@ -1,14 +1,10 @@ % Generic format file pulled out from format.tex -\let\oldinput\input -\input color %blue links! -\let\input\oldinput % color tries to redefine input - \input fmt/font.h %% Fonts \font\fourteenbf=ptmb at 14pt -\font\fourteenrm=ptmb at 14pt +\font\fourteenrm=ptmr at 14pt \font\twelverm=ptmr at 12pt \twelverm |