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 9407 for branches/2017/dev_merge_2017/DOC/tex_sub/annex_D.tex – NEMO

Ignore:
Timestamp:
2018-03-15T17:40:35+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Complete refactoring of cross-referencing

  • Use of \autoref instead of simple \ref for contextual text depending on target type
  • creation of few prefixes for marker to identify the type reference: apdx|chap|eq|fig|sec|subsec|tab
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/tex_sub/annex_D.tex

    r9393 r9407  
    55% ================================================================ 
    66\chapter{Coding Rules} 
    7 \label{Apdx_D} 
     7\label{apdx:D} 
    88\minitoc 
    99 
     
    4747% ================================================================ 
    4848\section{Program structure} 
    49 \label{Apdx_D_structure} 
     49\label{sec:D_structure} 
    5050 
    5151Each program begins with a set of headline comments containing : 
     
    7676% ================================================================ 
    7777\section{Coding conventions} 
    78 \label{Apdx_D_coding} 
     78\label{sec:D_coding} 
    7979 
    8080- Use of the universal language \textsc{Fortran} 90, and try to avoid obsolescent 
     
    107107% ================================================================ 
    108108\section{Naming conventions} 
    109 \label{Apdx_D_naming} 
     109\label{sec:D_naming} 
    110110 
    111111The purpose of the naming conventions is to use prefix letters to classify  
     
    116116 
    117117%--------------------------------------------------TABLE-------------------------------------------------- 
    118 \begin{table}[htbp]  \label{Tab_VarName} 
     118\begin{table}[htbp]  \label{tab:VarName} 
    119119\begin{center} 
    120120\begin{tabular}{|p{45pt}|p{35pt}|p{45pt}|p{40pt}|p{40pt}|p{40pt}|p{40pt}|p{40pt}|} 
     
    187187\hline 
    188188\end{tabular} 
    189 \label{tab1} 
     189\label{tab:tab1} 
    190190\end{center} 
    191191\end{table} 
     
    201201% ================================================================ 
    202202%\section{Program structure} 
    203 %label{Apdx_D_structure} 
     203%abel{sec:Apdx_D_structure} 
    204204 
    205205%To be done.... 
Note: See TracChangeset for help on using the changeset viewer.