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 14676 for NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global – NEMO

Ignore:
Timestamp:
2021-04-07T15:48:38+02:00 (3 years ago)
Author:
ayoung
Message:

Updating SEAMOUNT test case to trunk at revision 14675. 2021 ticket #2651. 2020 ticket #2480.

Location:
NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global/document.tex

    r14328 r14676  
    77 
    88%% Layout 
    9 %\documentclass[fontsize=10pt,twoside,abstract,draft]{scrreprt} 
    10 \documentclass[fontsize=10pt,twoside,abstract      ]{scrreprt} 
     9\documentclass[fontsize=10pt,twoside,abstract,draft]{scrreprt} 
     10%\documentclass[fontsize=10pt,twoside,abstract      ]{scrreprt} 
    1111 
    1212%% Overall configuration  
  • NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global/highlighting.tex

    r14328 r14676  
    3030%% Namelists inclusion 
    3131\newcommand{\nlst}[1]{\forfile{../../../namelists/#1}} 
    32 %\newcommand{\nlst}[1]{ 
    33 %   \begin{listing} 
    34 %      \newmintedfile{fortran}{../../../namelists/#1} 
    35 %      \caption{\forcode{&#1}} 
    36 %      \label{lst:#1} 
    37 %   \end{listing} 
    38 %} 
     32 
  • NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global/latexmk.pl

    r14328 r14676  
    99 
    1010## Custom cmds 
    11 set_tex_cmds('-shell-escape -interaction=batchmode'); 
    12 #set_tex_cmds('-shell-escape'); 
    13 $makeindex = 'makeindex -s %R.ist %O -o %D %S'; 
     11set_tex_cmds('-shell-escape -file-line-error -interaction=nonstopmode'); 
     12#set_tex_cmds('-shell-escape -file-line-error'); 
     13$makeindex = 'makeindex %O -s %R.ist -o %D %S'; 
     14## %D: Destination file (.ind for index) 
     15## %O: Options 
     16## %R: Root filename (${model}_manual) 
     17## %S: Source file      (.idx for index) 
  • NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global/new_cmds.tex

    r14328 r14676  
    5757} 
    5858 
    59 %% Workaround for \listoffigures issue 
    60 \DeclareRobustCommand{\triad}[6]{ 
    61   \ensuremath{{}_{#2}^{#3}{\mathbb{#4}_{#1}}_{#5}^{\,#6}} 
    62 } 
     59%% Custom aliases 
     60\newcommand{\cf}{\ensuremath{C\kern-0.14em f}} 
     61\newcommand{\rML}[1][i]{\ensuremath{_{\mathrm{ML}\,#1}}} 
     62\newcommand{\rMLt}[1][i]{\tilde{r}_{\mathrm{ML}\,#1}} 
     63\newcommand{\triad}[6][]{\ensuremath{{}_{#2}^{#3}{\mathbb{#4}_{#1}}_{#5}^{\,#6}}} 
     64\newcommand{\triadd}[5]{\ensuremath{{}_{#1}^{#2}{\mathbb{#3}}_{#4}^{\,#5}}} 
     65\newcommand{\triadt}[5]{\ensuremath{{}_{#1}^{#2}{\tilde{\mathbb{#3}}}_{#4}^{\,#5}}} 
     66\newcommand{\rtriad}[2][]{\ensuremath{\triad[#1]{i}{k}{#2}{i_p}{k_p}}} 
     67\newcommand{\rtriadt}[1]{\ensuremath{\triadt{i}{k}{#1}{i_p}{k_p}}} 
    6368 
    6469%% New command for ToC (?) 
  • NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global/styles.tex

    r14328 r14676  
    1010%% Cover page 
    1111\backgroundsetup{ 
    12    firstpage=true,scale  =1, 
    13    angle    =0   ,opacity=1, 
     12   firstpage=true,scale=1,angle=0,opacity=1, 
    1413   contents ={ 
    1514      \begin{tikzpicture}[remember picture,overlay] 
     
    2221%\pagestyle{scrheadings} 
    2322%\renewcommand{\chapterpagestyle}{empty} 
    24 \renewcommand{\chaptermark}[1]{ \markboth{#1}{}} %% Convert mark to lowercase 
     23\renewcommand{\chaptermark}[1]{\markboth{ #1}{}} %% Convert mark to lowercase 
    2524\renewcommand{\sectionmark}[1]{\markright{#1}{}} %%    "     ""  ""     "   
    2625\ohead{} %% Clear default headings 
     
    3736%% Cross-referencing 
    3837\hypersetup{ 
    39    pdftitle=\hdg                                          , 
    40    pdfauthor=Gurvan Madec and NEMO System Team            , 
    41    pdfsubject=Reference manual of NEMO modelling framework, 
    42    pdfkeywords=ocean circulation modelling                , 
    43    colorlinks                                             , 
    44    allcolors=manclr 
     38   pdftitle=\hdg,pdfauthor=Gurvan Madec and NEMO System Team, 
     39   pdfsubject=Reference manual of NEMO modelling framework,pdfkeywords=ocean circulation modelling, 
     40   colorlinks,allcolors=manclr 
    4541} 
    4642\renewcommand{\appendixautorefname}{appendix}          %% `\autoref` uncapitalization 
     
    6359%% Catcodes (between `\makeatletter` and `\makeatother`) 
    6460\makeatletter 
    65  
    66 %\global\let\tikz@ensure@dollar@catcode=\relax %% Prevent error with tikz and namelist inclusion 
    6761 
    6862%% Apply manual color for chap. headings (original snippets from fncychap.sty) 
     
    9387} 
    9488 
    95 %% Temporary fix? 
    96 %\def\set@curr@file#1{ 
    97 %  \begingroup 
    98 %    \escapechar\m@ne 
    99 %    \xdef\@curr@file{\expandafter\string\csname #1\endcsname} 
    100 %  \endgroup 
    101 %} 
    102 %\def\quote@name#1{"\quote@@name#1\@gobble""} 
    103 %\def\quote@@name#1"{#1\quote@@name} 
    104 %\def\unquote@name#1{\quote@@name#1\@gobble"} 
    105  
    10689\makeatother 
Note: See TracChangeset for help on using the changeset viewer.