Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/pkbanner.sgml

    r2561 r3413  
    44  <title>Generate banners with pkbanner</title> 
    55  <para>Last modified on $Date$</para> 
    6    
     6 
    77  <para> 
    88    <application>CUPS</application> integrated bannering facility sucks because banners can only 
     
    1010    to have several banners and jobs mixed in an unexpected way because of the way <application>CUPS</application> 
    1111    works. 
    12   </para>   
    13    
     12  </para> 
     13 
    1414  <para> 
    1515    To fix this problem for good, <application>PyKota</application> can use its own banners, which can be : 
     
    2222      <listitem> 
    2323        <para> 
    24           The output of any executable command of your choice, launched at printing time,  
     24          The output of any executable command of your choice, launched at printing time, 
    2525          and to which are made available a bunch of environment variables which can help 
    26           your command create a purely dynamic banner on the fly. In particular your  
     26          your command create a purely dynamic banner on the fly. In particular your 
    2727          command knows all about the status of the current user's print quota information. 
    2828        </para> 
     
    3030    </itemizedlist> 
    3131  </para> 
    32    
     32 
    3333  <para> 
    3434    Although you can use any command to generate banners for you, you can also use 
     
    3636    It was designed for ease of use, without any compromise on its flexibility. 
    3737  </para> 
    38    
     38 
    3939  <para> 
    4040    For example <command>pkbanner</command> allows you to specify a particular logo and url to be 
    41     printed on the banner pages, as well as define a transparency factor to save toner while  
     41    printed on the banner pages, as well as define a transparency factor to save toner while 
    4242    printing banners. You can also choose a particular page size to use, as well as include 
    4343    additionnal textual information on the banner page. 
    4444  </para> 
    45    
     45 
    4646  <para> 
    4747    <command>pkbanner</command> generates PostScript code, but <application>PyKota</application> 
     
    4949    another file format for your printer. 
    5050  </para> 
    51    
     51 
    5252  <para> 
    53     <command>pkbanner</command> is not meant to be launched from the command line though,  
     53    <command>pkbanner</command> is not meant to be launched from the command line though, 
    5454    but only through the <literal>startingbanner</literal> and <literal>endingbanner</literal> 
    5555    directives in <filename>pykota.conf</filename>. 
    5656  </para> 
    57    
     57 
    5858  <sect1> 
    5959    <title>Reference</title> 
     
    6666          <arg>-l <replaceable>image</replaceable></arg> 
    6767          <arg>--logo <replaceable>image</replaceable></arg> 
    68         </group>   
     68        </group> 
    6969        <group choice="opt"> 
    7070          <arg>-p <replaceable>size</replaceable></arg> 
    7171          <arg>--pagesize <replaceable>size</replaceable></arg> 
    72         </group>   
     72        </group> 
    7373        <group choice="opt"> 
    7474          <arg>-s <replaceable>luminosity</replaceable></arg> 
    7575          <arg>--savetoner <replaceable>luminosity</replaceable></arg> 
    76         </group>   
     76        </group> 
    7777        <group choice="opt"> 
    7878          <arg>-u <replaceable>link</replaceable></arg> 
    7979          <arg>--url <replaceable>link</replaceable></arg> 
    80         </group>   
     80        </group> 
    8181        <group choice="opt"> 
    8282          <arg><replaceable>additionnal info</replaceable></arg>