Changeset 121 for trunk/SRC/Postscript


Ignore:
Timestamp:
06/29/06 16:59:33 (18 years ago)
Author:
pinsard
Message:

correction of some *.pro using aspell list; introduction of default idldoc syntax

Location:
trunk/SRC/Postscript
Files:
2 edited

Legend:

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

    r118 r121  
    2020; 
    2121; @keyword KEEP_PFONT activate to suppress the modification of !p.font 
    22 ;            (by defaut we force  !p.font = 0  to make smaller postscripts) 
     22;            (by default we force  !p.font = 0  to make smaller postscripts) 
    2323; @keyword PORTRAIT 
    2424; @keyword LANDSCAPE 
  • trunk/SRC/Postscript/printps.pro

    r118 r121  
    2727; 
    2828; the printing command is defined by the common variable "print_command" 
    29 ; in cm_4ps. This command must be defind/build in a way that it the 
     29; in cm_4ps. This command must be defined/build in a way that it the 
    3030; instruction: 
    3131;     print_command[i]+printer_machine_names[i]+' '+file.ps 
     
    149149    AND keyword_set(archive_ps) THEN BEGIN 
    150150    IF archive_ps NE 1 AND uval.name EQ 'print' then begin 
    151       wesave = report('Shall we archive the postcript?', /defaul_no, /question) 
     151      wesave = report('Shall we archive the postcript?', /default_no, /question) 
    152152      IF wesave EQ 0 THEN RETURN 
    153153    ENDIF 
Note: See TracChangeset for help on using the changeset viewer.