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

Ignore:
Timestamp:
2020-11-20T19:52:04+01:00 (4 years ago)
Author:
nicolasmartin
Message:

#2414 Move hypperref pkg loading to avoid a compilation issue

File:
1 edited

Legend:

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

    r13825 r13847  
    99build() { 
    1010    printf "\t¤ Generation of the PDF format\n" 
    11     latexmk -r ./latex/global/latexmkrc -pdfxe ./latex/$1/main/$1_manual \ 
     11    latexmk -r ./latex/global/latexmk.pl -pdfxe ./latex/$1/main/$1_manual \ 
    1212#  1> /dev/null 
    1313    [ -f ./latex/$1/build/$1_manual.pdf ] && mv ./latex/$1/build/$1_manual.pdf . 
Note: See TracChangeset for help on using the changeset viewer.