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

Ignore:
Timestamp:
2019-06-20T14:59:58+02:00 (5 years ago)
Author:
nicolasmartin
Message:

New version of NEMO_manual.tex
New class scrreport for the document (KOMA-script version of default report)
Foreword is now placed before ToC.
All figures are configured with 1.0\textwidth as default.
For compatibilty, \frontmatter, \mainmatter and \backmatter cmds have been removed and old fonts in LaTeX subfiles have been replaced

  • \bf -> \mathbf or \bfseries
  • \it -> \itshape
  • \rm -> \mathrm or \rmfamily
  • \tt -> \ttfamily
File:
1 edited

Legend:

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

    r11123 r11151  
    5656\begin{figure}[!t] 
    5757  \begin{center} 
    58     \includegraphics[width=0.90\textwidth]{Fig_LBC_uv} 
     58    \includegraphics[width=\textwidth]{Fig_LBC_uv} 
    5959    \caption{ 
    6060      \protect\label{fig:LBC_uv} 
     
    8585\begin{figure}[!p] 
    8686  \begin{center} 
    87     \includegraphics[width=0.90\textwidth]{Fig_LBC_shlat} 
     87    \includegraphics[width=\textwidth]{Fig_LBC_shlat} 
    8888    \caption{ 
    8989      \protect\label{fig:LBC_shlat} 
     
    194194\begin{figure}[!t] 
    195195  \begin{center} 
    196     \includegraphics[width=1.0\textwidth]{Fig_LBC_jperio} 
     196    \includegraphics[width=\textwidth]{Fig_LBC_jperio} 
    197197    \caption{ 
    198198      \protect\label{fig:LBC_jperio} 
     
    218218\begin{figure}[!t] 
    219219  \begin{center} 
    220     \includegraphics[width=0.90\textwidth]{Fig_North_Fold_T} 
     220    \includegraphics[width=\textwidth]{Fig_North_Fold_T} 
    221221    \caption{ 
    222222      \protect\label{fig:North_Fold_T} 
     
    280280\begin{figure}[!t] 
    281281  \begin{center} 
    282     \includegraphics[width=0.90\textwidth]{Fig_mpp} 
     282    \includegraphics[width=\textwidth]{Fig_mpp} 
    283283    \caption{ 
    284284      \protect\label{fig:mpp} 
     
    360360\begin{figure}[!ht] 
    361361  \begin{center} 
    362     \includegraphics[width=0.90\textwidth]{Fig_mppini2} 
     362    \includegraphics[width=\textwidth]{Fig_mppini2} 
    363363    \caption { 
    364364      \protect\label{fig:mppini2} 
     
    636636\begin{figure}[!t] 
    637637  \begin{center} 
    638     \includegraphics[width=1.0\textwidth]{Fig_LBC_bdy_geom} 
     638    \includegraphics[width=\textwidth]{Fig_LBC_bdy_geom} 
    639639    \caption { 
    640640      \protect\label{fig:LBC_bdy_geom} 
     
    670670These restrictions mean that data files used with versions of the 
    671671model prior to Version 3.4 may not work with Version 3.4 onwards. 
    672 A \fortran utility {\it bdy\_reorder} exists in the TOOLS directory which 
     672A \fortran utility {\itshape bdy\_reorder} exists in the TOOLS directory which 
    673673will re-order the data in old BDY data files. 
    674674 
     
    676676\begin{figure}[!t] 
    677677  \begin{center} 
    678     \includegraphics[width=1.0\textwidth]{Fig_LBC_nc_header} 
     678    \includegraphics[width=\textwidth]{Fig_LBC_nc_header} 
    679679    \caption { 
    680680      \protect\label{fig:LBC_nc_header} 
Note: See TracChangeset for help on using the changeset viewer.