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

source: NEMO/trunk/doc/latex/HTML_htlatex.sh @ 11170

Last change on this file since 11170 was 10146, checked in by nicolasmartin, 5 years ago

Reorganisation for future addition of .rst files from users wiki extraction

  • Create root directories latex and rst for tidy up
  • Move namelists folder to the root with the aim to gather later all namelist groups here (OCE, ICE & TOP) Also building scripts have been modified so that figures is now expected to be present at the root
  • Create bin directory with namelist utilities (check and update)
  • Under rst, add 4 dummy files that would gather the whole documentation existing currently in users wiki
    • model_interfacing.rst
    • reference_configurations.rst
    • setup_configuration.rst
    • test_cases.rst
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 167 bytes
Line 
1#!/bin/bash
2
3./inc/clean.sh
4./inc/build.sh
5
6mkdir -p html_htlatex
7cd tex_main
8htlatex NEMO_manual "NEMO_manual,2" "" "-d../html_htlatex/" "-shell-escape"
9cd -
10
11exit 0
Note: See TracBrowser for help on using the repository browser.