From c1daa457eb7ddcf856cca9adc00370fb9c99155a Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Thu, 12 Aug 2004 21:33:45 +0000 Subject: remove rule about justifying para tags inspired by bug #125754 --- docs-xml-tags-en.xml | 88 +++++++++++++++------------------------------------- 1 file changed, 25 insertions(+), 63 deletions(-) diff --git a/docs-xml-tags-en.xml b/docs-xml-tags-en.xml index 6e16aeb..af27ea7 100644 --- a/docs-xml-tags-en.xml +++ b/docs-xml-tags-en.xml @@ -1,4 +1,4 @@ - + DocBook XML Tags @@ -191,7 +191,7 @@ browser. -<!--$Id: docs-xml-tags-en.xml,v 1.7 2004/08/12 21:07:03 tfox Exp $ --> +<!--$Id: docs-xml-tags-en.xml,v 1.8 2004/08/12 21:33:45 tfox Exp $ --> <chapter id="ch-sample"> <title>Sample Chapter</title> @@ -1620,69 +1620,31 @@ own entry to refer to. particular paragraph. - - Additional Rules for the <command><para></command> Tag - Set - - - XML tags - para - additional rules - - - - - Proper formatting of <para> tag and - text - - Additionally, the <para> tags - should be justified around the paragraph so that the opening - <para> tag and the first word of that - paragraph are side by side. For example: - - - -<para>This paragraph demonstrates using the <para> -tag correctly.<para> - - - - - - - - Where not to use <para> tags - - Do not use para tags around anything other than a simple - paragraph. Doing so will create additional white space within - the text itself. - - Do not use <para> tags around the - following (or, to put this another way, do not embed the - following within <para> tags): + Do not use para tags around anything other than a simple + paragraph. Doing so will create additional white space within + the text itself. - - - <screen> - - - <itemizedlist> - - - <orderedlist> - - - <variablelist> - - - <table> - - + Do not use <para> tags around the + following (or, to put this another way, do not embed the + following within <para> tags): - - - - + + + <screen> + + + <itemizedlist> + + + <orderedlist> + + + <variablelist> + + + <table> + + -- cgit