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

Ignore:
Timestamp:
2019-10-14T14:53:52+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Macros renaming

File:
1 edited

Legend:

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

    r11591 r11693  
    1818%% End of common preamble between main and sub-files 
    1919%% Override custom cmds for full manual compilation 
    20 \newcommand{\onlyinsubfile}[1]{#1} 
    21 \newcommand{\notinsubfile}[1]{} 
     20\newcommand{\subinc}[1]{#1} 
     21\newcommand{\subexc}[1]{} 
    2222 
    2323\begin{document} 
    2424 
    25 \renewcommand{\onlyinsubfile}[1]{} 
    26 \renewcommand{\notinsubfile}[1]{#1} 
     25\renewcommand{\subinc}[1]{} 
     26\renewcommand{\subexc}[1]{#1} 
    2727 
    2828 
Note: See TracChangeset for help on using the changeset viewer.