Author: manuel
Date: 2005-06-01 11:39:21 -0600 (Wed, 01 Jun 2005)
New Revision: 5568

Modified:
   branches/cross-lfs/BOOK/prologue/common/typography.xml
Log:
Indented prologue/common/typography.xml

Modified: branches/cross-lfs/BOOK/prologue/common/typography.xml
===================================================================
--- branches/cross-lfs/BOOK/prologue/common/typography.xml      2005-06-01 
17:36:14 UTC (rev 5567)
+++ branches/cross-lfs/BOOK/prologue/common/typography.xml      2005-06-01 
17:39:21 UTC (rev 5568)
@@ -1,41 +1,43 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" 
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 ]>
+
 <sect1 id="pre-typography">
-<title>Typography</title>
-<?dbhtml filename="typography.html"?>
+  <?dbhtml filename="typography.html"?>
 
-<para>To make things easier to follow, there are a few typographical
-conventions used throughout this book. This section contains some
-examples of the typographical format found throughout Linux From
-Scratch.</para>
+  <title>Typography</title>
 
+  <para>To make things easier to follow, there are a few typographical
+  conventions used throughout this book. This section contains some
+  examples of the typographical format found throughout Linux From
+  Scratch.</para>
+
 <screen><userinput>./configure --prefix=/usr</userinput></screen>
 
-<para>This form of text is designed to be typed exactly as seen unless
-otherwise noted in the surrounding text. It is also used in the
-explanation sections to identify which of the commands is being
-referenced.</para>
+  <para>This form of text is designed to be typed exactly as seen unless
+  otherwise noted in the surrounding text. It is also used in the
+  explanation sections to identify which of the commands is being
+  referenced.</para>
 
 <screen><computeroutput>install-info: unknown option 
'--dir-file=/mnt/lfs/usr/info/dir'</computeroutput></screen>
 
-<para>This form of text (fixed width text) shows screen output,
-probably as the result of commands issued.  This format is also used
-to show filenames, such as
-<filename>/etc/ld.so.conf</filename>.</para>
+  <para>This form of text (fixed width text) shows screen output,
+  probably as the result of commands issued.  This format is also used
+  to show filenames, such as <filename>/etc/ld.so.conf</filename>.</para>
 
-<para><emphasis>Emphasis</emphasis></para>
+  <para><emphasis>Emphasis</emphasis></para>
 
-<para>This form of text is used for several purposes in the book,
-mainly to emphasize important points or items.</para>
+  <para>This form of text is used for several purposes in the book,
+  mainly to emphasize important points or items.</para>
 
-<para><ulink url="&lfs-root;"/></para>
+  <para><ulink url="&lfs-root;"/></para>
 
-<para>This format is used for hyperlinks, both within the LFS
-community and to external pages, including HOWTOs, download locations,
-and websites.</para>
+  <para>This format is used for hyperlinks, both within the LFS
+  community and to external pages, including HOWTOs, download locations,
+  and websites.</para>
 
 <screen><userinput>cat &gt; $LFS/etc/group &lt;&lt; "EOF"
 <literal>root:x:0:
@@ -43,16 +45,15 @@
 ......</literal>
 EOF</userinput></screen>
 
-<para>This format is used when creating configuration files. The first
-command tells the system to create the file
-<filename>$LFS/etc/group</filename> from whatever is typed on the
-following lines until the sequence end of file (EOF) is encountered.
-Therefore, this entire section is generally typed as seen.</para>
+  <para>This format is used when creating configuration files. The first
+  command tells the system to create the file
+  <filename>$LFS/etc/group</filename> from whatever is typed on the
+  following lines until the sequence end of file (EOF) is encountered.
+  Therefore, this entire section is generally typed as seen.</para>
 
-<para><replaceable>[REPLACED TEXT]</replaceable></para>
+  <para><replaceable>[REPLACED TEXT]</replaceable></para>
 
-<para>This format is used to encapsulate text that is not to be typed
-as seen or copy-and-pasted.</para>
+  <para>This format is used to encapsulate text that is not to be typed
+  as seen or copy-and-pasted.</para>
 
 </sect1>
-

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to