blob: 73d82010fb0a7ffaef3debd35b82880554273095 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: latex.ltx.diff,v 1.1 2001/10/24 00:28:49 kei Exp $
This is a work around for the '1 year old' error which avoids the format
file from being generated correctly. Provided by Naoto Shimazaki.
Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src}
packages, applying this patch is done by packages' Makefiles on do-install
stage.
--kei
--- latex.ltx.orig Mon Sep 17 09:24:52 2001
+++ latex.ltx Mon Sep 17 09:25:16 2001
@@ -72,6 +72,7 @@
\errmessage
{LaTeX must be made using an initex with no format preloaded}
\fi
+\scrollmode
\catcode`\{=1
\catcode`\}=2
\catcode`\#=6
|