diff options
author | Holden Rohrer <hr@hrhr.dev> | 2021-01-21 03:33:31 -0500 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2021-01-21 04:00:19 -0500 |
commit | 2b146b8391fd5ca9c8c70d7530ad3968721324e9 (patch) | |
tree | bba07d17b7396006f9bc717d054e68099521a3fb /fmt | |
parent | 4dc09d93cc9a6df1f0a7d6b228300252192c1fc0 (diff) |
have a complete build for secondary docs, but tables and imgs not fully integrated
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 |