From 4dc09d93cc9a6df1f0a7d6b228300252192c1fc0 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 20 Jan 2021 17:31:00 -0500 Subject: switched out sed for \input code (more reusable) --- fmt/doc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fmt') diff --git a/fmt/doc.h b/fmt/doc.h index 7f55a4f..60195f5 100644 --- a/fmt/doc.h +++ b/fmt/doc.h @@ -1,6 +1,8 @@ % 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 -- cgit