bug-gnupress
[Top][All Lists]
Advanced

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

[Bug-gnupress] Using the GNU Compiler Collection


From: Simon Law
Subject: [Bug-gnupress] Using the GNU Compiler Collection
Date: Wed, 9 Apr 2003 00:50:13 -0400
User-agent: Mutt/1.3.28i

Here's some great news.

        Paragraph indentation is now "correct".  The patch I sent to
address@hidden should be committed to CVS soon.  We have our own
local copy in our CVS at gnupress/texpress/texinfo.tex.

        We also have a decent font implementation in
gnupress/texpress/palatino.tex which will eventually get revamped and
folded into the Texinfo distribution.  I am in heavy design mode with
Karl right now.

        In order to get decent output, you should update your gnupress
CVS and then grab the latest gcc-3_3-branch of GCC and apply the
attached patch (gcc-3.3-manual-000.patch).  Then pass the -I option to
texi2dvi to suck in the right include directory.  For example:

    $ ./configure
    $ make TEXI2DVI="texi2dvi -I ~/gnupress/texpress" dvi

        Thanks go to Jim for driving patches upstream to GCC.  I'm not
sure how much of our typesetting fixups have made it into their CVS
tree; but I'm sure he can enlighten us.

        My copy of the manual hits 386 pages.  To fill 24 signatures, we
need 384.  I know we can get this down to 384, but I want to do this
after copyediting has taken place.  I'm pretty sure we can start doing
that soon.

Simon

Index: doc/gcc.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/gcc.texi,v
retrieving revision 1.55.8.4
diff -u -r1.55.8.4 gcc.texi
--- doc/gcc.texi        4 Feb 2003 01:55:36 -0000       1.55.8.4
+++ doc/gcc.texi        9 Apr 2003 04:25:17 -0000
@@ -1,4 +1,6 @@
 \input texinfo  @c -*-texinfo-*-
address@hidden palatino
address@hidden gnupress
 @c %**start of header
 @setfilename gcc.info
 @c INTERNALS is used by md.texi to determine whether to include the




reply via email to

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