[amateur-radio-guide] Add comments about selected paper size for rcrpanel

John J. McDonough jjmcd at fedoraproject.org
Sun Nov 7 15:31:08 UTC 2010


commit cb9fe2ed601cd594b12364a2fca38e5e15fc5c10
Author: John J. McDonough <wb8rcr at arrl.net>
Date:   Sun Nov 7 10:23:48 2010 -0500

    Add comments about selected paper size for rcrpanel

 en-US/others-rcrpanel.xml |   30 +++++++++++++++++++++++-------
 1 files changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/en-US/others-rcrpanel.xml b/en-US/others-rcrpanel.xml
index e7c7e23..278e965 100644
--- a/en-US/others-rcrpanel.xml
+++ b/en-US/others-rcrpanel.xml
@@ -37,22 +37,38 @@
 	input file containing the description of the panel. It produces its
 	output on <filename>stdout</filename>, which means that in most cases,
 	the user will redirect the output to a file. For example:
-	<screen>
-	  rcrpanel mypanel.txt &gt;mypanel.ps
-	</screen>
+<screen>
+rcrpanel mypanel.txt &gt;mypanel.ps
+</screen>
       </para>
       <para>
 	There are no command line switches available.
       </para>
+      <para>
+	The output image will be centered on a standard size page.  The smallest
+	page on which the panel will fit is selected from the following list, in
+	order: 
+	<simplelist>
+	  <member>216x179 mm - U.S. Letter</member>
+	  <member>210x297 mm - A4</member>
+	  <member>216x279 mm - U.S. Legal</member>
+	  <member>297x420 mm - A3</member>
+	  <member>279x432 mm - Tabloid</member>
+	  <member>594x841 mm - A1</member>
+	  <member>559x894 mm - D</member>
+	  <member>841x1189 mm - A0</member>
+	  <member>1000X1414 mm - B0</member>
+	</simplelist>
+      </para>
     </section>
     <section>
       <title>The Input File</title>
       <para>
 	The input file contains lines describing the various controls.  Most
 	lines are of the form
-	<screen>
-	  Command = something
-	</screen>
+<screen>
+Command = something
+</screen>
 
 	where the spaces around the equal sign are significant, and the command
 	itself is case-sensitive.
@@ -174,7 +190,7 @@ Panel = 193.675 53.975
 	<title>Reverse</title> <para> This command takes no arguments.  If this
 	command appears anywhere in the input file, the resulting PostScript
 	will be flipped left to right (for printing on the reverse side of
-	transparency material).
+	transfer media or transparency material).
 	</para>
 
 


More information about the docs-commits mailing list