IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 15, 2015, 4:37:02 PM (11 years ago)
Author:
watersc1
Message:

Updated render.pl that fixes a few bugs and resizes things to fit better. Fix typos in VOT entries. Drop momentM3/4C/S in diff measurements, as they are not measured. Drop psfLikelihood from forced warp measurements, as it is not measured.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/render.pl

    r38857 r38867  
    159159    pRR '\setlength{\textheight}{16in}';
    160160    pRR '\setlength{\textwidth}{10.5in}';
    161    
     161    pRR '\setlength{\parindent}{0pt}';
     162    pRR '\pagestyle{empty}';
     163
    162164    pRR '\begin{document}';
    163165    pRR '\begin{landscape}';
     
    175177    pRR '\subsection{' . $name . '}';
    176178    pRR '\parbox[t][][t]{6.0in}{' . $desc . '}';
     179    pRR '\footnotesize';
    177180    pRR '\vspace*{0pt}';
    178     pRR '\footnotesize';
    179     pRR '\begin{center}';
     181
     182#    pRR '\begin{center}';
    180183    pRR '\begin{longtable}{|l|l|l|l|l|}';
    181     pRR '\setlength{\LTleft}{0pt}';
     184    pRR '\setlength{\LTleft}{0pt}%';
    182185}
    183186sub render_tab2 {
    184187    pRR '\footnotesize';
    185     pRR '\begin{center}';
     188#    pRR '\begin{center}';
    186189    pRR '\begin{longtable}{|l|l|l|l|l|l|}';
    187     pRR '\setlength{\LTleft}{0pt}';
     190    pRR '\setlength{\LTleft}{0pt}%';
    188191}
    189192
     
    200203    pRRx '\parbox[t][][t]{1.5in}{\bf ' . $name . '} & ';
    201204    pRRx '\parbox[t][][t]{1.0in}{'     . $type . '} & ';
    202     pRRx '\parbox[t][][t]{1.8in}{'     . $unit . '} & ';
    203     pRRx '\parbox[t][][t]{0.5in}{'     . $def  . '} & ';
    204     pRR  '\parbox[t][][t]{7.8in}{'     . $desc . '} \\\\' ;
     205    pRRx '\parbox[t][][t]{1.8in}{'     . $unit . '\hfill} & ';
     206    pRRx '\parbox[t][][t]{0.5in}{'     . $def  . '\hfill} & ';
     207    pRR  '\parbox[t][][t]{8.8in}{'     . $desc . '} \\\\' ;
    205208
    206209}
     
    221224    pRRx '\parbox[t][][t]{1.5in}{'     . $unit  . '} & ';
    222225    pRRx '\parbox[t][][t]{0.5in}{'     . $def   . '} & ';
    223     pRR  '\parbox[t][][t]{7.8in}{'     . $desc  . '} \\\\' ;
     226    pRR  '\parbox[t][][t]{8.8in}{'     . $desc  . '} \\\\' ;
    224227
    225228}
     
    227230sub render_end {
    228231    pRR '\end{longtable}';
    229     pRR '\end{center}';
     232#    pRR '\end{center}';
    230233    pRR '\normalsize';
    231234}
Note: See TracChangeset for help on using the changeset viewer.