Changeset 10405
- Timestamp:
- 2018-12-18T10:48:38+01:00 (4 years ago)
- Location:
- NEMO/trunk/doc
- Files:
-
- 1 added
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/doc/PDF_creation.sh
r10146 r10405 2 2 3 3 4 export opts='-shell-escape - interaction=nonstopmode'4 export opts='-shell-escape -pdf' 5 5 model='NEMO' 6 6 7 7 clean() { 8 8 ## Delete latex build files 9 find latex -regextype posix-extended -regex ".*\.(aux|log|maf|mtc|out|toc).*" -exec rm {} \; 9 find latex -regextype posix-extended \ 10 -regex ".*\.(aux|bbl|blg|dvi|fdb|fls|idx|ilg|ind|log|maf|mtc|out|pdf|toc).*" \ 11 -exec rm {} \; 10 12 11 13 ## Remove 'minted' directories … … 18 20 build() { 19 21 cd latex/$1/main 20 21 latex $opts $1'_manual' > /dev/null 22 makeindex -s $1'_manual'.ist $1'_manual' > /dev/null 23 bibtex $1'_manual' > /dev/null 24 #latex $opts $1'_manual' > /dev/null 25 pdflatex $opts $1'_manual' > /dev/null 26 27 mv $1'_manual'.pdf ../../.. 22 latexmk $opts $1'_manual' > /dev/null 23 mv $1'_manual'.pdf ../../.. 28 24 cd - 29 25 } 30 26 31 27 clean 32 build 28 build $model 33 29 34 30 exit 0 -
NEMO/trunk/doc/latex
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/NEMO
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/NEMO/main
- Property svn:ignore
-
old new 3 3 *.blg 4 4 *.dvi 5 *.fdb_latexmk 6 *.fls 5 7 *.idx 6 8 *.ilg
-
- Property svn:ignore
-
NEMO/trunk/doc/latex/NEMO/main/NEMO_manual.tex
r10146 r10405 34 34 35 35 \title{ 36 \vspace{-6.0cm}\includegraphics[width=1.1\textwidth]{logo_ALL} \\37 \vspace{ 5.1cm}\includegraphics[width=0.9\textwidth]{NEMO_logo_Black} \\36 %\vspace{-6.0cm}\includegraphics[width=1.1\textwidth]{logo_ALL} \\ 37 %\vspace{ 5.1cm}\includegraphics[width=0.9\textwidth]{NEMO_logo_Black} \\ 38 38 \vspace{ 1.4cm}\rule{345pt}{1.5pt} \\ 39 39 \vspace{0.45cm}{\Huge NEMO ocean engine} \\ -
NEMO/trunk/doc/latex/NEMO/subfiles
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/NEMO/subfiles/chap_SBC.tex
r10373 r10405 1207 1207 \label{subsec:SBC_wave_cdgw} 1208 1208 1209 The neutral surface drag coefficient provided from an external data source ($i.e.$ a wave 1210 model), 1209 The neutral surface drag coefficient provided from an external data source ($i.e.$ a wave model), 1211 1210 can be used by setting the logical variable \np{ln\_cdgw} \forcode{= .true.} in \ngn{namsbc} namelist. 1212 1211 Then using the routine \rou{turb\_ncar} and starting from the neutral drag coefficent provided, -
NEMO/trunk/doc/latex/SI3
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/SI3/Figures
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/SI3/Figures/drafts
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/SI3/Figures/scripts
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/SI3/namelists
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/SI3/tex_main
- Property svn:ignore
-
old new 3 3 *.blg 4 4 *.dvi 5 *.fdb_latexmk 6 *.fls 5 7 *.idx 6 8 *.ilg
-
- Property svn:ignore
-
NEMO/trunk/doc/latex/SI3/tex_sub
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/TOP
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.idx
*.ilg
*.ind
*.log
*.maf
*.mtc*
*.out
*.pdf
*.toc
_minted-*
-
Property
svn:ignore
set to
Note: See TracChangeset
for help on using the changeset viewer.