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.
htlatex.sh in branches/2017/dev_merge_2017/DOC – NEMO

source: branches/2017/dev_merge_2017/DOC/htlatex.sh @ 9378

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

Global reorganisation of DOC directory: cosmetic changes

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 235 bytes
Line 
1#!/bin/bash
2
3latex     -shell-escape NEMO_manual
4makeindex               NEMO_manual
5bibtex                  NEMO_manual
6latex     -shell-escape NEMO_manual
7
8mkdir -p html_htlatex
9htlatex NEMO_manual "htlatex,2" "" "-dhtml_htlatex/" "-shell-escape"
10
11exit 0
Note: See TracBrowser for help on using the repository browser.