New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 14113 for NEMO/trunk/doc/tools/shr_func.sh – NEMO

Ignore:
Timestamp:
2020-12-04T20:15:58+01:00 (3 years ago)
Author:
nicolasmartin
Message:

#2414 Reintegration to the trunk, LaTeX manuals are compiling ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/tools/shr_func.sh

    r11598 r14113  
    44    printf "\t¤ Clean previous build" 
    55    find latex/$1/build -mindepth 1 -delete 
    6  
    76    echo 
    87} 
     
    109build() { 
    1110    printf "\t¤ Generation of the PDF format\n" 
    12     latexmk -r  ./latex/global/latexmk.pl -pdfxe ./latex/$1/main/$1_manual \ 
     11    latexmk -r ./latex/global/latexmk.pl -pdfxe ./latex/$1/main/$1_manual \ 
    1312#  1> /dev/null 
    1413    [ -f ./latex/$1/build/$1_manual.pdf ] && mv ./latex/$1/build/$1_manual.pdf . 
Note: See TracChangeset for help on using the changeset viewer.