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

source: NEMO/branches/2018/dev_r9956_ENHANCE05_ZAD_AIMP/doc/HTML_htlatex.sh @ 10008

Last change on this file since 10008 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: 167 bytes
RevLine 
[9378]1#!/bin/bash
2
[9407]3./inc/clean.sh
4./inc/build.sh
[9378]5
6mkdir -p html_htlatex
[9407]7cd tex_main
8htlatex NEMO_manual "NEMO_manual,2" "" "-d../html_htlatex/" "-shell-escape"
9cd -
[9378]10
11exit 0
Note: See TracBrowser for help on using the repository browser.