Ignore:
Timestamp:
08/06/08 11:05:24 (16 years ago)
Author:
pinsard
Message:

typo and translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/POSTSCRIPT/calibre.pro

    r327 r367  
    22; 
    33; @file_comments 
    4 ; From a rapport of aspect and values (in line of character) of different margins, 
     4; From a ration aspect and values (in line of character) of different margins, 
    55; it calculate POSFENETRE and POSBAR which serve to place the drawing and the color 
    66; bar thanks to !p.position on a leaf or a screen output whose the window has the same 
     
    3232; left bottom corner. 
    3333;    It is a vector made of 3 elements giving the number of column to be done in the 
    34 ; drawing, the number of line and the number of the case the number have to occupy 
    35 ; (see matlab). For example, to do 6 drawing in 3 columns and 2 lines and occupy 
    36 ; the 4th case, small=[2,3,4] 
     34; drawing, the number of line and the number of the case the number have to fill  
     35; (see matlab). For example, to do 6 drawings in 3 columns and 2 lines and  
     36; fill the 4th case, small=[2,3,4] 
    3737; 
    3838; @param posfenetre {type=vector} 
     
    4646; 
    4747; @keyword REMPLI 
    48 ; Force the drawing to occupy the biggest possible place defined by 
    49 ; SMALLDRAW without respect the rapport y on x. 
     48; Force the drawing to fill the biggest possible place defined by 
     49; SMALLDRAW without respect the y/x ratio. 
    5050; 
    5151; @keyword YXASPECT 
    52 ; Force the rapport y on x to take the value RAPPORTYX*YXASPECT. 
     52; Force the y/x ratio to take the value RAPPORTYX*YXASPECT. 
    5353; This keyword can be used in 2 cases: 
    54 ;   1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, Calibre take the 
    55 ;   initiative to change it a little in the case of the aspect rapport of SMALL 
     54;   1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, calibre take the 
     55;   initiative to change it a little in the case of the aspect ratio of SMALL 
    5656;   is too different of the one of SMALLDRAW. 
    57 ;   2) YXASPECT=n : multiply by n the aspect rapport given by default. 
    58 ;   For example in plt, RAPPORTYX is calculated to the reference be orthonormal, 
     57;   2) YXASPECT=n : multiply by n the aspect ratio given by default. 
     58;   For example in <proidl>plt</proidl>, RAPPORTYX is calculated to the  
     59;   reference be orthonormal, 
    5960;   to have a reference where the y axis is 2 time bigger than the x one, YXASPECT=2. 
    6061;        
Note: See TracChangeset for help on using the changeset viewer.