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 9365 for branches – NEMO

Changeset 9365 for branches


Ignore:
Timestamp:
2018-02-28T14:39:33+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Replace 'split' by 'aligned' env, now the HTML conversion is fully operational with htlatex

Location:
branches/2017/dev_merge_2017/DOC/TexFiles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/TexFiles/Chapters/Annex_ISO.tex

    r9364 r9365  
    392392  \quad {b_T}_{i+i_p+1/2}^k\left(\frac{\partial T}{\partial 
    393393      t}T\right)_{i+i_p+1/2}^k \\ 
    394  \begin{split} 
     394 \begin{aligned} 
    395395  &= -T_{i+i_p-1/2}^k{\;} _i^k{\mathbb{F}_u}_{i_p}^{k_p} (T) \quad + \quad  T_{i+i_p+1/2}^k 
    396396  {\;}_i^k{\mathbb{F}_u}_{i_p}^{k_p} (T) \\ 
    397397  &={\;} _i^k{\mathbb{F}_u}_{i_p}^{k_p} (T)\,\delta_{i+ i_p}[T^k], \label{eq:triad:dvar_iso_i} 
    398  \end{split} 
     398 \end{aligned} 
    399399\end{multline} 
    400400while the vertical flux similarly drives a net rate of change of 
  • branches/2017/dev_merge_2017/DOC/TexFiles/Preamble.tex

    r9360 r9365  
    2222\usepackage{graphicx}                            % allows insertion of pictures 
    2323\graphicspath{{Figures/}}                                  % Set global directory for pictures 
    24 \usepackage[capbesideposition={top,center}]{floatrow}      % allows captions 
    25 \floatsetup[table]{style=plaintop}                         % beside pictures 
     24%\usepackage[capbesideposition={top,center}]{floatrow}      % allows captions 
     25%\floatsetup[table]{style=plaintop}                         % beside pictures 
    2626\usepackage[margin=10pt,font={small},                      % Gives small font for captions 
    2727labelsep=colon,labelfont={bf}]{caption}                    % 
     
    211211  title=\lstname, 
    212212} 
    213  
    214 \usepackage{minted} 
    215 \usemintedstyle{emacs} 
Note: See TracChangeset for help on using the changeset viewer.