From 2b146b8391fd5ca9c8c70d7530ad3968721324e9 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Thu, 21 Jan 2021 03:33:31 -0500
Subject: have a complete build for secondary docs, but tables and imgs not
fully integrated
---
fmt/com.h | 4 ++++
fmt/doc.h | 6 +-----
2 files changed, 5 insertions(+), 5 deletions(-)
(limited to 'fmt')
diff --git a/fmt/com.h b/fmt/com.h
index 8083172..d2ffd29 100644
--- a/fmt/com.h
+++ b/fmt/com.h
@@ -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
diff --git a/fmt/doc.h b/fmt/doc.h
index 60195f5..09bf4e9 100644
--- a/fmt/doc.h
+++ b/fmt/doc.h
@@ -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
--
cgit