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.
Changeset 9407 for branches/2017/dev_merge_2017/DOC/HTML_htlatex.sh – NEMO

Ignore:
Timestamp:
2018-03-15T17:40:35+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Complete refactoring of cross-referencing

  • Use of \autoref instead of simple \ref for contextual text depending on target type
  • creation of few prefixes for marker to identify the type reference: apdx|chap|eq|fig|sec|subsec|tab
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/HTML_htlatex.sh

    r9394 r9407  
    11#!/bin/bash 
    22 
    3 latex     -shell-escape NEMO_manual 
    4 makeindex               NEMO_manual 
    5 bibtex                  NEMO_manual 
    6 latex     -shell-escape NEMO_manual 
     3./inc/clean.sh 
     4./inc/build.sh 
    75 
    86mkdir -p html_htlatex 
    9 htlatex NEMO_manual "htlatex,2" "" "-dhtml_htlatex/" "-shell-escape" 
     7cd tex_main 
     8htlatex NEMO_manual "NEMO_manual,2" "" "-d../html_htlatex/" "-shell-escape" 
     9cd - 
    1010 
    1111exit 0 
Note: See TracChangeset for help on using the changeset viewer.