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 11558 for NEMO/trunk/doc/latex/NEMO/subfiles/apdx_algos.tex – NEMO

Ignore:
Timestamp:
2019-09-17T17:04:06+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Review all figure envs + activation of listoflistings

  1. Figure env:
    • Replace center sub-env with only \centering cmd
    • Add alternate caption for \listoffigures (shorter one between square brackets, i.e. \caption[]{})
    • Place \label outside of \caption and remove useless \protect
  1. Namelist listings
    • Put \nlst with the namelist inlcusion in a listing float env with caption and label
    • Remove namelist duplicates

-- This line, and those below, will be ignored--
M subfiles/apdx_triads.tex
M subfiles/chap_model_basics_zstar.tex
M subfiles/chap_SBC.tex
M subfiles/apdx_DOMAINcfg.tex
M subfiles/apdx_s_coord.tex
M subfiles/chap_DOM.tex
M subfiles/chap_ASM.tex
M subfiles/chap_DIU.tex
M subfiles/chap_cfgs.tex
M subfiles/chap_ZDF.tex
M subfiles/chap_OBS.tex
M subfiles/chap_model_basics.tex
M subfiles/chap_time_domain.tex
M subfiles/apdx_algos.tex
M subfiles/chap_TRA.tex
M subfiles/chap_DYN.tex
M subfiles/chap_misc.tex
M subfiles/chap_DIA.tex
M subfiles/apdx_invariants.tex
M subfiles/chap_LBC.tex
M subfiles/apdx_diff_opers.tex
M subfiles/chap_STO.tex
M subfiles/chap_LDF.tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/subfiles/apdx_algos.tex

    r11544 r11558  
    307307%>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    308308\begin{figure}[!ht] 
    309   \begin{center} 
    310     \includegraphics[width=\textwidth]{Fig_ISO_triad} 
    311     \caption{ 
    312       \protect\label{fig:ALGOS_ISO_triad} 
    313       Triads used in the Griffies's like iso-neutral diffision scheme for 
    314       $u$-component (upper panel) and $w$-component (lower panel). 
    315     } 
    316   \end{center} 
     309  \centering 
     310  \includegraphics[width=\textwidth]{Fig_ISO_triad} 
     311  \caption[Triads used in the Griffies's like iso-neutral diffision scheme for 
     312    $u$- and $w$-components)]{ 
     313    Triads used in the Griffies's like iso-neutral diffision scheme for 
     314    $u$-component (upper panel) and $w$-component (lower panel).} 
     315  \label{fig:ALGOS_ISO_triad} 
    317316\end{figure} 
    318317%>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
Note: See TracChangeset for help on using the changeset viewer.