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 10405 for NEMO/trunk/doc/latex/NEMO/main – NEMO

Ignore:
Timestamp:
2018-12-18T10:48:38+01:00 (5 years ago)
Author:
nicolasmartin
Message:

Add .svnignore for managing globally the skiping files and switch to latexmk to build the documentation from LaTeX

  • Use .svnignore to update the extensions list and apply it with svn pset -R svn:ignore -F .svnignore latex
  • Latexmk is a LaTeX package (https://www.ctan.org/pkg/latexmk) which takes care of the compilation process, in particular the update of the cross-references
Location:
NEMO/trunk/doc/latex
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • 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-*
  • 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-*
  • NEMO/trunk/doc/latex/NEMO/main

    • Property svn:ignore
      •  

        old new  
        33*.blg 
        44*.dvi 
         5*.fdb_latexmk 
         6*.fls 
        57*.idx 
        68*.ilg 
  • NEMO/trunk/doc/latex/NEMO/main/NEMO_manual.tex

    r10146 r10405  
    3434 
    3535\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}  \\ 
    3838\vspace{ 1.4cm}\rule{345pt}{1.5pt}                                      \\ 
    3939\vspace{0.45cm}{\Huge NEMO ocean engine}                                \\ 
Note: See TracChangeset for help on using the changeset viewer.