Date: Sat, 2 Sep 1995 23:56:56 +0200 (MET DST) From: Ollivier Robert <roberto@keltia.frmug.fr.net> To: jfieber@indiana.edu (John Fieber) Cc: doc@freebsd.org Subject: Re: <HEADER> tag in sgml documents Message-ID: <199509022156.XAA06723@keltia.frmug.fr.net> In-Reply-To: <199508291512.KAA12268@fieber-john.campusview.indiana.edu> from "John Fieber" at Aug 29, 95 10:12:47 am
index | next in thread | previous in thread | raw e-mail
It seems that John Fieber said:
> As such, even though it is valid SGML to omit the
> <header>...</header> tags following a <sect> tag, do *not* omit
> them. Furthermore, the close tag (</header>) must be on the same
> line as the open tag (<header>).
By using the following patch, I've more or less removed this limitation for
nroff output. Could you please review it John ? The second one put URL in
the accepted form in Usenet.
--- nroff.mapping.old Thu May 11 19:04:18 1995
+++ nroff.mapping Thu Aug 10 21:18:52 1995
@@ -284,12 +284,12 @@
<sect4> + ".NH 5+\\n(il" +
</sect4>
-<heading> ".ds h "
-</heading> + "\\*h\n"
+<heading> + ".ds h " +
+</heading> "\\*h\n"
".XS \\n%\n"
"\\*(SN \\*h\n"
".XE\n"
- ".nr h 1\n" % set heading flag to true
+ ".nr h 1\n" % set heading flag to true
<p> + ".Pp" +
</p>
@@ -366,7 +367,7 @@
<cparam> "\\fI<"
</cparam> ">\\fR"
-<url> "[NAME] (\\fC[URL]\\fR)"
+<url> "[NAME] <URL:\\fC[URL]\\fR>"
</url>
<ref> "``[NAME]''"
--
Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net
FreeBSD keltia 2.2-CURRENT #16: Tue Aug 22 01:54:17 MET DST 1995
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509022156.XAA06723>
