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 12149 for NEMO/branches/2019/ENHANCE-03_closea/doc/latex/global/highlighting.tex – NEMO

Ignore:
Timestamp:
2019-12-10T15:03:24+01:00 (4 years ago)
Author:
ayoung
Message:

Updated trunk to 12072

Location:
NEMO/branches/2019/ENHANCE-03_closea/doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/ENHANCE-03_closea/doc

    • Property svn:externals set to
      ^/utils/badges badges
      ^/utils/logos logos
  • NEMO/branches/2019/ENHANCE-03_closea/doc/latex

    • Property svn:ignore deleted
  • NEMO/branches/2019/ENHANCE-03_closea/doc/latex/global

    • Property svn:ignore deleted
  • NEMO/branches/2019/ENHANCE-03_closea/doc/latex/global/highlighting.tex

    r11176 r12149  
    22%% ============================================================================== 
    33 
    4 \usepackage[outputdir=../build]{minted} 
     4\usepackage[outputdir=../build, chapter, newfloat]{minted} 
    55 
    66%% Global highlighting style 
    7 \setminted{style=emacs, fontsize=\scriptsize, breaklines, frame=leftline} 
     7\definecolor{bg}{HTML}{f8f8f8} 
     8\usemintedstyle{emacs} 
     9\setminted{bgcolor=bg, fontsize=\scriptsize, breaklines} 
    810\setminted[xml]{style=borland} %% Specific per language 
    911 
     
    2022 
    2123%% File 
    22 \newmintedfile[forfile]{fortran}{}   % \forfile{../namelists/nam...} 
     24\newmintedfile[forfile]{fortran}{} 
    2325 
    2426%% Inline 
    25 \newmintinline[forcode]{fortran}{fontsize=auto, frame=lines}   % \forcode{...} 
    26 \newmintinline[xmlcode]{xml}{    fontsize=auto, frame=lines}   % \xmlcode{...} 
    27 \newmintinline[snippet]{console}{fontsize=auto, frame=lines}   % \snippet{...} 
     27\newmintinline[forcode]{fortran}{bgcolor=, fontsize=auto}   % \forcode{...} 
     28\newmintinline[xmlcode]{xml}{    bgcolor=, fontsize=auto}   % \xmlcode{...} 
     29\newmintinline[snippet]{console}{bgcolor=, fontsize=auto}   % \snippet{...} 
     30 
     31%% Namelists inclusion 
     32\newcommand{\nlst}[1]{\forfile{../../../namelists/#1}} 
Note: See TracChangeset for help on using the changeset viewer.