Changeset 13980


Ignore:
Timestamp:
11/16/12 08:45:08 (12 years ago)
Author:
Mathieu Morlighem
Message:

preparing oecreview for 13393-13976'

Location:
issm/oecreview
Files:
582 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • issm/oecreview/Template/Makefile

    r10968 r13980  
    1 name=docreview
    2 
     1TARGET=docreview
    32
    43all:
    5         latex $(name).tex
    6         dvips $(name).dvi
    7         ps2pdf $(name).ps  $(name).pdf
    8         rm -rf *.dvi *.log *.aux *.ps
     4        pdflatex -interaction=errorstopmode -file-line-error -halt-on-error $(TARGET).tex
     5        rm -rf *.log *.aux
    96
    107clean:
    11         rm -rf *.dvi *.log *.aux
     8        rm -rf *.log *.aux
  • issm/oecreview/Template/docreview.tex

    r10968 r13980  
    4141\noindent \textbf{Comments:}  see table of changes below. \\ \\
    4242\noindent \textbf{Reviewed by ISSM Export Transfer Liaison:} Dr. Eric Larour \hfill \textbf{Date:} \input{Date} \\
    43 \includegraphics[scale=1]{signature.eps}
     43\includegraphics[scale=1]{signature}
    4444
    4545\noindent JPL Export Administration Form TBS – June 29, 2011
  • issm/oecreview/oecreview.sh

    r12681 r13980  
    9999
    100100#Archive location:
    101 UCI_SVN=$ISSM_DIR/../
     101UCI_SVN=./../
    102102ARCHIVE_ROOT=$UCI_SVN/oecreview/Archive
    103103TEMPLATE_DIR=$UCI_SVN/oecreview/Template
     
    132132cp  $TEMPLATE_DIR/docreview.tex $ARCHIVE_DIR/ISSM-DocReview-$r1-$r2.tex
    133133cp  $TEMPLATE_DIR/signature.eps $ARCHIVE_DIR/
    134 cat $TEMPLATE_DIR/Makefile  | sed "s/name=docreview/name=ISSM-DocReview-$r1-$r2/g" > $ARCHIVE_DIR/Makefile
     134cat $TEMPLATE_DIR/Makefile  | sed "s/TARGET=docreview/TARGET=ISSM-DocReview-$r1-$r2/g" > $ARCHIVE_DIR/Makefile
    135135
    136136COUNTER=0
     
    175175\\noindent \\textbf{Change \#$COUNTER} with diff file ISSM-$i-$j.diff: \\\\
    176176Function name: \\\\
    177 $(          echo $changedpath | sed 's/_/\\_/g' | sed 's/#/\\#/g' | sed 's/&/\\&/g')\\\\
     177$(          echo $changedpath | sed 's/_/\\_/g' | sed 's/#/\\#/g' | sed 's/&/\\&/g' | sed 's/\$/\\$/g')\\\\
    178178Export determination: 6. \\\\
    179 Rationale: $(echo $logmessage | sed 's/_/\\_/g' | sed 's/#/\\#/g' | sed 's/&/\\&/g')\\\\
     179Rationale: $(echo $logmessage | sed 's/_/\\_/g' | sed 's/#/\\#/g' | sed 's/&/\\&/g' | sed 's/\$/\\$/g')\\\\
    180180\\vspace{3em}
    181181
Note: See TracChangeset for help on using the changeset viewer.