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 11013 – NEMO

Changeset 11013


Ignore:
Timestamp:
2019-05-20T18:32:57+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Add explicit option for latexmk to ensure PDF export

Location:
NEMO/trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/main/NEMO_manual.tex

    r11007 r11013  
    22%% NEMO Reference Manual 
    33%% ============================================================================== 
    4  
    5  
    6 %% Run ./PDF_creation.sh to generate the manual with latexmk 
    74 
    85 
  • NEMO/trunk/doc/manual_build.sh

    r11004 r11013  
    55 
    66## latekmk options 
    7 opts='-shell-escape -quiet' 
     7opts='-shell-escape -quiet -pdf' 
    88 
    99## Default selection for models 
     
    4545   echo $model"\n" 
    4646   clean $model; build $model 
    47    echo "\t"'¤ End of build run' 
     47   echo "\t"'¤ End of building run' 
    4848   echo "\t\t"'The export should be available at root' 
    4949   echo "\t\t"'If not check LaTeX log in ./latex/'$model'/main/'$model'_manual.log'"\n" 
Note: See TracChangeset for help on using the changeset viewer.