From nbm@rucus.ru.ac.za Mon Oct  4 06:37:29 1999
Return-Path: <nbm@rucus.ru.ac.za>
Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2])
	by hub.freebsd.org (Postfix) with SMTP id 808DB14DE8
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  4 Oct 1999 06:37:18 -0700 (PDT)
	(envelope-from nbm@rucus.ru.ac.za)
Received: (qmail 30367 invoked by uid 1003); 4 Oct 1999 13:39:34 -0000
Message-Id: <19991004133934.30366.qmail@rucus.ru.ac.za>
Date: 4 Oct 1999 13:39:34 -0000
From: nbm@rucus.ru.ac.za
Reply-To: nbm@rucus.ru.ac.za
To: FreeBSD-gnats-submit@freebsd.org
Subject: change articles/fonts into an article
X-Send-Pr-Version: 3.2

>Number:         14113
>Category:       docs
>Synopsis:       change articles/fonts into an article
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct  4 06:40:01 PDT 1999
>Closed-Date:    Mon Oct 4 14:51:56 PDT 1999
>Last-Modified:  Mon Oct  4 14:52:19 PDT 1999
>Originator:     Neil Blakey-Milner
>Release:        FreeBSD 3.0-STABLE i386
>Organization:
Rhodes University Computer Users' Society
>Environment:

FreeBSD rucus.ru.ac.za 3.0-STABLE FreeBSD 3.0-STABLE #0: Tue Feb  9 22:52:23 GMT 1999     grahams@rucus.ru.ac.za:/usr/src/sys/compile/RUCUS-SMP  i386

>Description:

articles/fonts was only pretending to be an article, this makes it an
article.  This is a mechanical transformation, whitespace cleanups still
needed.

>How-To-Repeat:

>Fix:

cvs diff: Diffing .
Index: article.sgml
===================================================================
RCS file: /home/ncvs/doc/en_US.ISO_8859-1/articles/fonts/article.sgml,v
retrieving revision 1.4
diff -u -r1.4 article.sgml
--- article.sgml	1999/09/06 06:52:36	1.4
+++ article.sgml	1999/10/04 13:05:02
@@ -1,6 +1,6 @@
 <!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/fonts/article.sgml,v 1.4 1999/09/06 06:52:36 peter Exp $ -->
 <!-- The FreeBSD Documentation Project -->
-<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
+<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
 
 <!-- Recently, I wanted to figure out how to use some additional fonts that
      I had accumulated.  I finally figured out *how to do it* from the various
@@ -19,10 +19,9 @@
      and I would welcome being corrected.
  -->
 
-<book>
+<article>
 
-<bookinfo>
-<bookbiblio>
+<artheader>
 <title>Fonts and FreeBSD</title>
 <subtitle>A Tutorial</subtitle>
 
@@ -44,10 +43,9 @@
 the syscons display to 80x60 mode, and for using type 1 fonts with
 the above application programs.</para></abstract>
 
-</bookbiblio>
-</bookinfo>
+</artheader>
 
-<chapter>
+<sect1>
 <title>Introduction</title>
 
 <para>There are many sources of fonts available, and one might ask
@@ -57,9 +55,9 @@
 an attempt to provide a shortcut for others who might be
 interested.</para>
 
-</chapter>
+</sect1>
 
-<chapter>
+<sect1>
 <title>Basic terminology</title>
 
 <para>There are many different font formats and associated font file
@@ -114,9 +112,9 @@
 files are also used by Windows. I know of no way to use this font
 format with FreeBSD.</para>
 
-</chapter>
+</sect1>
 
-<chapter>
+<sect1>
 <title>What font formats can I use?</title>
 
 <para>Which font file format is useful depends on the application
@@ -196,9 +194,9 @@
 <filename>.fnt</filename> files other than those provided with
 FreeBSD.</para>
 
-</chapter>
+</sect1>
 
-<chapter>
+<sect1>
 <title>Setting a virtual console to 80x60 line mode</title>
 
 <para>First, a 8x8 font must be loaded. 
@@ -263,9 +261,9 @@
 <citerefentry><refentrytitle>stty</><manvolnum>1</></>,
 <citerefentry><refentrytitle>vidcontrol</><manvolnum>1</></>.</para>
 
-</chapter>
+</sect1>
 
-<chapter>
+<sect1>
 <title>Using type 1 fonts with X11</title>
 
 <para>X11 can use either the <filename>.pfa</filename> or the
@@ -460,9 +458,9 @@
 <citetitle>The X Windows System in a Nutshell</>, <ulink
 URL="http://www.ora.com/">O'Reilly &amp; Associates</ulink>.</para>
 
-</chapter>
+</sect1>
 
-<chapter>
+<sect1>
 <title>Using type 1 fonts with Ghostscript</title>
 
 <para>Ghostscript references a font via its <filename>Fontmap</>
@@ -505,9 +503,9 @@
 <para>References: <filename>fonts.txt</filename> in the Ghostscript
 4.01 distribution</para>
 
-</chapter>
+</sect1>
 
-<chapter>
+<sect1>
 <title>Using type 1 fonts with Groff</title>
 
 <para>Now that the new font can be used by both X11 and Ghostscript,
@@ -627,9 +625,9 @@
 <citerefentry><refentrytitle>groff_char</><manvolnum>5</></>, 
 <citerefentry><refentrytitle>pfbtops</><manvolnum>1</></>.</para>
   
-</chapter>
+</sect1>
 
-  <chapter>
+  <sect1>
     <title>Converting TrueType fonts to a groff/postscript format for
       groff</title>
 
@@ -818,9 +816,9 @@
 	  <citerefentry><refentrytitle>gs</><manvolnum>1</></>.</para>
       </listitem>
     </orderedlist>
-  </chapter>
+  </sect1>
 
-<chapter>
+<sect1>
 <title>Can TrueType fonts be used with other programs?</title>
 
 <para>The TrueType font format is used by Windows, Windows 95, and
@@ -882,9 +880,9 @@
 </ulink> is a good starting point for information on these and other
 free TrueType projects.
 </para>
-</chapter>
+</sect1>
 
-<chapter>
+<sect1>
 <title>Where can additional fonts be obtained?</title>
 
 <para>Many fonts are available on the Internet.  They are either
@@ -914,9 +912,9 @@
 
 </itemizedlist></para>
   
-</chapter>
+</sect1>
 
-<chapter>
+<sect1>
 <title>Additional questions</title>
 
 <para>
@@ -947,5 +945,5 @@
 </itemizedlist>
 </para>
   
-</chapter>
-</book>
+</sect1>
+</article>

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jesusr 
State-Changed-When: Mon Oct 4 14:51:56 PDT 1999 
State-Changed-Why:  
Patch applied v1.5 Thanks! 
>Unformatted:
