gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Patch: LaTeX 2.09 -> 2e


From: Jerry James
Subject: [Gcl-devel] Patch: LaTeX 2.09 -> 2e
Date: Tue, 25 Nov 2008 20:25:25 -0700

This gets rid of modern LaTeX complaints about running in
compatibility mode when processing xgcl-2/dwdoc.tex.  There isn't
anything terribly fancy in that document, so the conversion was
straightforward.  It consisted of the following mappings:

- \documentstyle -> \documentclass
- {\bf ...} -> \textbf{...}
- {\tt ...} -> \texttt{...}
- {\em ...} -> \emph{...}

I also replaced a few length settings in the preamble with use of the
geometry package.
-- 
Jerry James
http://loganjerry.googlepages.com/

Attachment: gcl-2.6.7-latex.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]