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

Ignore:
Timestamp:
2018-03-08T17:57:24+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Global reorganisation of DOC directory: implementation and configuration of syntax highlighting with 'minted' LaTeX package
New macros have been created to insert different source codes (fortran, xml, c and shell-session) in the document.
Pygments Python package is now required to compile the documentation.

Location:
branches/2017/dev_merge_2017/DOC/tex_sub
Files:
1 added
1 copied

Legend:

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

    r9387 r9388  
    9393Usual coding looks like :  
    9494\vspace{-10pt} 
    95 \begin{fortrancode} 
     95\begin{forlines} 
    9696#if defined key_option1 
    9797   ! This part of the FORTRAN code will be active 
    9898   ! only if key_option1 is activated at compiling step 
    9999#endif 
    100 \end{fortrancode} 
     100\end{forlines} 
    101101 
    102102\noindent \index{Namelist} Namelists 
Note: See TracChangeset for help on using the changeset viewer.