From obrien@Nuxi.cs.ucdavis.edu  Sun Jun 30 18:44:00 1996
Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38])
          by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA08301
          for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Jun 1996 18:43:59 -0700 (PDT)
Received: (from obrien@localhost) by relay.nuxi.com (8.6.12/8.6.12) id SAA04216; Sun, 30 Jun 1996 18:44:16 -0700
Message-Id: <199607010144.SAA04216@relay.nuxi.com>
Date: Sun, 30 Jun 1996 18:44:16 -0700
From: "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu>
Reply-To: obrien@Nuxi.cs.ucdavis.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: problem generating LaTeX version of handbook
X-Send-Pr-Version: 3.2

>Number:         1360
>Category:       docs
>Synopsis:       problem generating LaTeX version of handbook
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 30 18:50:02 PDT 1996
>Closed-Date:    Mon Jul 1 17:08:11 PDT 1996
>Last-Modified:  Mon Jul  1 17:09:45 PDT 1996
>Originator:     David E. O'Brien
>Release:        FreeBSD 2.1-RELEASE (handbook from -current)
>Organization:
University of California, Davis
>Environment:

	LaTeX 2e package from 2.1-RELEASE
	Handbook *.sgml files from -current 06/30/96

>Description:

I'm trying to generate handbook.ps, but LaTeX can't gronk the resulting
handbook.tex file created from ``sgmlfmt -f latex handbook.sgml''.

Problem lies in this section from firewalls.sgml:

<p>Another checklist for firewall configuration is available from CERT
at <htmlurl url="ftp://ftp.cert.org/pub/tech_tips/packet_filtering"
name="ftp://ftp.cert.org/pub/tech_tips/packet_filtering">

The resulting handbook.tex file does not refix the ``_'' with ``\''.
Thus LaTeX can't process handbook.tex.


>How-To-Repeat:
	
	cd /usr/src/share/doc/handbook
	sgmlfmt -f latex handbook.sgml
	latex handbook.tex


>Fix:
	
	Don't know any SGML... :-(

>Release-Note:
>Audit-Trail:

From: Ollivier Robert <roberto@keltia.freenix.fr>
To: obrien@Nuxi.cs.ucdavis.edu
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: docs/1360: problem generating LaTeX version of handbook
Date: Mon, 1 Jul 1996 06:50:10 +0200 (MET DST)

 It seems that David E. O'Brien said:
 > <p>Another checklist for firewall configuration is available from CERT
 > at <htmlurl url="ftp://ftp.cert.org/pub/tech_tips/packet_filtering"
 > name="ftp://ftp.cert.org/pub/tech_tips/packet_filtering">
 
 One has to replace the '_' by '&lowbar;'.
 
 Index: firewalls.sgml
 ===================================================================
 RCS file: /spare/FreeBSD-current/src/share/doc/handbook/firewalls.sgml,v
 retrieving revision 1.6
 diff -u -2 -r1.6 firewalls.sgml
 --- firewalls.sgml	1996/06/30 02:46:44	1.6
 +++ firewalls.sgml	1996/07/01 04:47:10
 @@ -528,6 +528,6 @@
  
  <p>Another checklist for firewall configuration is available from CERT
 -at <htmlurl url="ftp://ftp.cert.org/pub/tech_tips/packet_filtering"
 -name="ftp://ftp.cert.org/pub/tech_tips/packet_filtering">
 +at <htmlurl url="ftp://ftp.cert.org/pub/tech&lowbar;tips/packet&lowbar;filtering"
 +name="ftp://ftp.cert.org/pub/tech&lowbar;tips/packet&lowbar;filtering">
  
  <p>As I said above, these are only <em>guidelines</em>. You will have
 
 -- 
 Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.freenix.fr
 FreeBSD keltia.freenix.fr 2.2-CURRENT #12: Sun Jun 30 14:10:07 MET DST 1996
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Mon Jul 1 17:08:11 PDT 1996 
State-Changed-Why:  
Fixed by Ollivier in rev 1.7 of firewalls.sgml. 
>Unformatted:
