source:
branches/2016/dev_CMCC_2016/DOC/LaTeX2HTML.sh
@
8451
Last change on this file since 8451 was 6997, checked in by nicolasmartin, 8 years ago | |
---|---|
|
|
File size: 541 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | sed -i -e 's#\\documentclass#%\\documentclass#' -e '/{document}/ s/^/%/' TexFiles/Chapters/*.tex |
4 | sed -i '30,${s#\\subfile{#\\include{#g}' NEMO_book.tex |
5 | latex NEMO_book && makeindex NEMO_book && bibtex NEMO_book |
6 | mkdir -p html |
7 | latex2html -local_icons -no_footnode -split 4 -link 2 -dir html $* |
8 | sed -i -e 's#%\\documentclass#\\documentclass#' -e '/{document}/ s/^%//' TexFiles/Chapters/*.tex |
9 | sed -i '30,${s#\\include{#\\subfile{#g}' NEMO_book.tex |
10 | |
11 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.