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 11174 for NEMO/trunk/doc/latex/global/document.tex – NEMO

Ignore:
Timestamp:
2019-06-21T19:19:25+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Extension renaming
As .tex extension seems to be recognized natively by Trac for syntax highlighting, prefer to use it for all files under ./latex/global.
The difference between .tex or .sty is a bit cryptic for what I currently know

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/global/document.tex

    r11171 r11174  
    44 
    55%% NEMO release version 
    6 \def\version{X.X~} 
     6\def\version{4.0rc~} 
    77 
    88%% Preamble 
     
    1212\documentclass[draft]{scrreport} 
    1313 
    14 %% Engine name and Zenodo DOI 
     14%% Load manual definitions 
    1515\input{definitions} 
    1616 
    17 %% Custom style (.sty) 
    18 \usepackage{../../global/packages} 
     17%% Load all *.tex files from './latex/global' directory 
     18\input{../../global/packages} 
     19\input{../../global/highlighting} 
     20\input{../../global/new_cmds} 
     21\input{../../global/styles} 
     22\input{../../global/todonotes} 
    1923 
    2024%% Include references and index for single subfile compilation 
Note: See TracChangeset for help on using the changeset viewer.