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 10146 for NEMO/trunk/doc/latex/NEMO/main/NEMO_manual.sty – NEMO

Ignore:
Timestamp:
2018-09-20T18:06:07+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation for future addition of .rst files from users wiki extraction

  • Create root directories latex and rst for tidy up
  • Move namelists folder to the root with the aim to gather later all namelist groups here (OCE, ICE & TOP) Also building scripts have been modified so that figures is now expected to be present at the root
  • Create bin directory with namelist utilities (check and update)
  • Under rst, add 4 dummy files that would gather the whole documentation existing currently in users wiki
    • model_interfacing.rst
    • reference_configurations.rst
    • setup_configuration.rst
    • test_cases.rst
Location:
NEMO/trunk/doc/latex
Files:
2 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/NEMO/main/NEMO_manual.sty

    r10125 r10146  
    3030 
    3131\captionsetup{margin=10pt, font={small}, labelsep=colon, labelfont={bf}} 
    32 \graphicspath{{../figures/}} 
     32\graphicspath{{../../../figures/}} 
    3333\hypersetup{ 
    3434   pdftitle={NEMO ocean engine}, pdfauthor={Gurvan Madec, and the NEMO team}, 
     
    4444 
    4545\pagestyle{fancy} 
    46 \bibliographystyle{../tex_sub/ametsoc} 
     46\bibliographystyle{../main/ametsoc} 
    4747 
    4848 
     
    168168 
    169169\newcommand{\doi}[1]{\href{http://dx.doi.org/#1}{full-text}} 
     170 
     171\newcommand{\nlst}[1]{\forfile{../../../namelists/#1}} 
Note: See TracChangeset for help on using the changeset viewer.