[gedit] changed layout of the index to incorporate a separate section for printing. began draft of printing



commit 010a835d2504af4bdffa3546162eb2346a83fc1f
Author: Jim Campbell <jwcampbell gmail com>
Date:   Sun Nov 28 20:01:37 2010 -0600

    changed layout of the index to incorporate a separate section for printing. began draft of printing page, but i'm going to split printing out into several different pages.

 help/C/gedit-printing.page |   82 +++++++++++++++++++++++++++++++++++++------
 help/C/index.page          |    7 ++--
 2 files changed, 74 insertions(+), 15 deletions(-)
---
diff --git a/help/C/gedit-printing.page b/help/C/gedit-printing.page
index d650031..f6a959c 100644
--- a/help/C/gedit-printing.page
+++ b/help/C/gedit-printing.page
@@ -2,15 +2,73 @@
       type="topic" style="task"
       id="gedit-printing">
 
-<info>
-  <link type="guide" xref="index#gedit-other"/>
-  <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
-  <credit type="author">
-    <name>Jim Campbell</name>
-    <email>jwcampbell gmail com</email>
-  </credit>
-</info>
-
-<title>*Printing with gedit</title>
-
-</page>
+  <info>
+    <link type="guide" xref="index#gedit-printing-guide"/>
+    <revision pkgversion="3.0" version="0.1" date="2010-10-10" status="incomplete"/>
+    <credit type="author">
+      <name>Jim Campbell</name>
+      <email>jwcampbell gmail com</email>
+    </credit>
+  </info>
+
+  <title>Printing with gedit</title>
+  
+  <p><app>gedit</app> allows you to both print output to a file, as well as printing output to paper.  Prior to printing your document, you can also preview how the printed document will look by using the <app>Print Preview</app> feature.</p>
+    
+    <section id="printing-to-paper">
+      <title>Printing to paper</title>
+      <note stye="important"><p>Printing with <app>gedit</app> requires that you have connected and configured your printer. If you have not done this, please consult the printing help documentation for your desktop environment.</p></note>
+    </section>
+
+<p>
+To set the page options, choose File Page Setup to display the Page Setup dialog.
+
+The Page Setup dialog enables you to specify the following print options:
+
+General Tabbed Section
+Fonts
+
+General Tabbed Section
+
+Print syntax highlighting 
+
+    				
+Select this option to print syntax highlighting. For more information about syntax highlighting, see Section 7.1 â?? Syntax Highlighting.  
+
+    			 
+Print page headers 
+
+Select this option to include a header on each page that you print. You cannot configure the header.
+
+Line Numbers
+			 
+Select the Print line numbers option to include line numbers when you print a file. 
+    				
+Use the Number every ... lines  spin box to specify how often to print the line numbers, for example every 5 lines, every 10 lines, and so on. 
+    			 
+Text Wrapping 
+                                
+Select the Enable text wrapping option to wrap text onto the next line, at a character level, when you print a file. The application counts wrapped lines as one line for line numbering purposes.
+    				
+Select the Do not split words over two lines option to wrap text onto the next line, at a word level, when you print a file.
+
+Fonts
+
+Body 
+
+Click on this button to select the font to use to print the body text of a file.
+    			 
+Line numbers
+			 
+Click on this button to select the font to use to print line numbers.
+    			 
+Headers and footers 
+
+Click on this button to select the font to use to print the headers and footers in a file.  
+
+To reset the fonts to the default fonts for printing a file from gedit, click Restore Default Fonts.
+</p>
+
+
+
+  </page>
diff --git a/help/C/index.page b/help/C/index.page
index 99f822b..0c2ec82 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -38,6 +38,10 @@
   <section id="configure-gedit" style="2column">
     <title>Configure gedit</title>
   </section>
+
+  <section id="gedit-printing-guide" style="2column">
+    <title>Printing with gedit</title>
+  </section>
   
   <section id="gedit-plugins" style="2column">
     <title>gedit Plugins</title>
@@ -47,7 +51,4 @@
     <title>gedit Snippets</title>
   </section>
 
-  <section id="gedit-other" style="2column">
-    <title>Other gedit Help</title>
-  </section>
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]