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/trunk/doc – NEMO

source: NEMO/trunk/doc/PDF_creation.sh @ 10125

Last change on this file since 10125 was 10125, checked in by nicolasmartin, 6 years ago

Various modifications

  • Add/edit svn:ignore property
  • Update list of cache files cleaned before compilation (*.pyg)
  • Define default input encoding (UTF-8)
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 102 bytes
RevLine 
[9407]1#!/bin/sh
2
3./inc/clean.sh
4./inc/build.sh
5
6cd tex_main
7pdflatex -shell-escape NEMO_manual
8cd -
9
10exit 0
Note: See TracBrowser for help on using the repository browser.