Package: mzscheme
Version: 1:301-12
Severity: minor
Tags: patch
A LaTeX file can start with \RequirePackage, for example
\RequirePackage{fix-cm}. Currently slatex.ss checks whether
the first control sequence in the input file is \documentstyle,
\documentclass, or \NeedsTeXFormat to decide if the input file
is in LaTeX format. It should also allow \RequirePackage as
the first control sequence.
Thanks,
Ken
--- /usr/lib/plt/collects/slatex/slatex.ss 2006-01-11 04:16:35.000000000
-0500
+++ /tmp/slatex.ss 2006-04-05 21:46:21.000000000 -0400
@@ -1987,6 +1987,7 @@
(slatex::decide-latex-or-tex
(or (string=? cs "documentstyle")
(string=? cs "documentclass")
+ (string=? cs "RequirePackage")
(string=? cs "NeedsTeXFormat")))))
(cond
((not slatex::*slatex-enabled?*)
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Versions of packages mzscheme depends on:
ii debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii gcc [c-compiler] 4:4.0.3-3 The GNU C compiler
ii gcc-3.4 [c-compiler] 3.4.6-1 The GNU C compiler
ii gcc-4.0 [c-compiler] 4.0.3-1 The GNU C compiler
ii libc6 2.3.6-5 GNU C Library: Shared libraries an
ii libssl0.9.8 0.9.8a-8 SSL shared libraries
mzscheme recommends no packages.
-- debconf information:
* mzscheme/run_webserver: false
--
Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig
WHY IS OLEG KISELYOV SO GOOD?!?!?! THE MIND BOGGLES...
signature.asc
Description: Digital signature

