Changeset 9346
- Timestamp:
- 2018-02-22T19:15:48+01:00 (7 years ago)
- Location:
- branches/2017/dev_merge_2017/DOC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2017/dev_merge_2017/DOC/LaTeX2HTML.sh
r6997 r9346 2 2 3 3 sed -i -e 's#\\documentclass#%\\documentclass#' -e '/{document}/ s/^/%/' TexFiles/Chapters/*.tex 4 sed -i '30,${s#\\subfile{#\\include{#g}' 4 sed -i '30,${s#\\subfile{#\\include{#g}' NEMO_book.tex 5 5 latex NEMO_book && makeindex NEMO_book && bibtex NEMO_book 6 6 mkdir -p html 7 7 latex2html -local_icons -no_footnode -split 4 -link 2 -dir html $* 8 8 sed -i -e 's#%\\documentclass#\\documentclass#' -e '/{document}/ s/^%//' TexFiles/Chapters/*.tex 9 sed -i '30,${s#\\include{#\\subfile{#g}' 9 sed -i '30,${s#\\include{#\\subfile{#g}' NEMO_book.tex 10 10 11 11 exit 0 -
branches/2017/dev_merge_2017/DOC/TexFiles/Preamble.tex
r7705 r9346 129 129 \newcommand{\namtools}[1]{\begin{alltt}{\tiny\verbatiminput{Namelists/#1}}\end{alltt}\vspace{-10pt}} 130 130 % code display 131 %\newcommand{\codedisplay} [1] {\begin{alltt}{\tiny {\begin{verbatim} {#1}} \end{verbatim}} \end{alltt} }131 \newcommand{\codedisplay} [1] {\begin{alltt}{\tiny {\begin{verbatim} {#1}} \end{verbatim}} \end{alltt} } 132 132 133 133 -
branches/2017/dev_merge_2017/DOC/TexFiles/Top_Matter.tex
r9019 r9346 29 29 \Large Gurvan Madec, and the NEMO team \\ 30 30 \texttt{\small gurvan.madec@locean-ipsl.umpc.fr} \\ 31 \texttt{\small nemo\_st@locean-ipsl.umpc.fr} \\31 % \texttt{\small nemo\_st@locean-ipsl.umpc.fr} \\ 32 32 %{\small Laboratoire d'Oc\'{e}anographie et du Climat: Exp\'{e}rimentation et Approches Num\'{e}riques } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.