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 13825 for NEMO/branches/2020/dev_r13787_doc_latex_recovery/doc/tools – NEMO

Ignore:
Timestamp:
2020-11-19T09:46:43+01:00 (4 years ago)
Author:
nicolasmartin
Message:

#2414 Skechty fixes to complete the manual compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13787_doc_latex_recovery/doc/tools/shr_func.sh

    r11598 r13825  
    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/latexmkrc -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.