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.
PDF_creation.sh in NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc – NEMO

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/PDF_creation.sh @ 9979

Last change on this file since 9979 was 9957, checked in by acc, 6 years ago

New development branch for the adaptive-implicit vertical advection (05_Gurvan-Vertical_advection)

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 124 bytes
Line 
1#!/bin/sh
2
3./inc/clean.sh
4./inc/build.sh
5
6cd tex_main
7pdflatex -shell-escape NEMO_manual
8mv NEMO_manual.pdf ..
9cd -
10
11exit 0
Note: See TracBrowser for help on using the repository browser.