Ignore:
Timestamp:
07/10/06 17:20:19 (18 years ago)
Author:
pinsard
Message:

some improvements and corrections in some .pro file according to
aspell and idldoc log file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Postscript/openps.pro

    r129 r136  
    55; 
    66; @file_comments 
    7 ; switch to postcript mode and define it 
     7; switch to postscript mode and define it 
    88; 
    9 ; @param namepsin {in}{optional} name of the postscript file. 
    10 ; Extension '.ps' is added 
    11 ; if missing. It will be stored in the psdir directory. 
     9; @param namepsin {in}{optional} 
     10; name of the postscript file. 
     11; Extension '.ps' is added if missing. It will be stored in the psdir directory. 
    1212; 
    1313; @keyword FILENAME 
    14 ; to define the name of the postcript file through 
    15 ; a keyword rather than with nameps inut argument 
     14; to define the name of the postscript file through 
     15; a keyword rather than with nameps input argument 
    1616; (in this case the keyword can be pass through 
    1717; different routines via _EXTRA keyword). 
     
    2828; 
    2929; @keyword PORTRAIT 
     30; 
    3031; @keyword LANDSCAPE 
    31 ; @keyword KEEPPFONT same as keep_pfont 
    3232; 
    33 ; @keyword LIGHTNESS a scalar used to change the Lightness of the color 
    34 ;            palette to be abble to adjust according to the printer we use, 
    35 ;            the media (paper or slide)... 
    36 ;               lightness < 1 to get lighter colors 
    37 ;                         > 1 to get darker colors 
     33; @keyword KEEPPFONT 
     34; same as keep_pfont 
    3835; 
    39 ; @keyword _EXTRA used to pass any keyword to device procedure. 
     36; @keyword LIGHTNESS 
     37; a scalar used to change the Lightness of the color palette to be able to 
     38; adjust according to the printer we use, the media (paper or slide)... 
     39; > 1 to get darker colors 
     40; 
     41; @keyword _EXTRA 
     42; used to pass any keyword to device procedure. 
    4043; 
    4144; @uses cm_4ps 
     
    7275ENDIF 
    7376;------------------------------------------------------------ 
    74 ; close the postcript device if we are already in postcsrit mode 
     77; close the postscript device if we are already in postscript mode 
    7578   IF !d.name EQ 'PS' THEN device, /close 
    7679; switch to postscript mode 
Note: See TracChangeset for help on using the changeset viewer.