Last change
on this file since 9594 was
9407,
checked in by nicolasmartin, 3 years ago
|
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
|
-
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 | |
---|
6 | mkdir -p html_htlatex |
---|
7 | cd tex_main |
---|
8 | htlatex NEMO_manual "NEMO_manual,2" "" "-d../html_htlatex/" "-shell-escape" |
---|
9 | cd - |
---|
10 | |
---|
11 | exit 0 |
---|
Note: See
TracBrowser
for help on using the repository browser.