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 – NEMO

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

Macros renaming

Location:
NEMO/trunk/doc/latex/global
Files:
3 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 
  • NEMO/trunk/doc/latex/global/new_cmds.tex

    r11584 r11693  
    3434 
    3535%% Gurvan's comments 
    36 \newcommand{\gmcomment}[1]{} 
     36\newcommand{\cmtgm}[1]{} 
    3737 
    3838%% Maths 
  • NEMO/trunk/doc/latex/global/packages.tex

    r11688 r11693  
    1818%% Issue with fontawesome pkg: path to FontAwesome.otf has to be hard-coded 
    1919\defaultfontfeatures{ 
    20     Path = /usr/local/texlive/2019/texmf-dist/fonts/opentype/public/fontawesome/ 
     20    Path = /home/ntmlod/.local/texlive2019/texmf-dist/fonts/opentype/public/fontawesome/ 
    2121} 
    2222\usepackage{academicons, fontawesome, newtxtext} 
Note: See TracChangeset for help on using the changeset viewer.