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 11688 for NEMO/trunk/doc – NEMO

Changeset 11688 for NEMO/trunk/doc


Ignore:
Timestamp:
2019-10-11T17:59:02+02:00 (4 years ago)
Author:
nicolasmartin
Message:

Load grffile package to avoid import issue with file extension

Location:
NEMO/trunk/doc/latex/global
Files:
2 edited

Legend:

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

    r11591 r11688  
    3333    \LARGE Version \version\ -\ \today \\ 
    3434    \medskip 
    35     \href{http://doi.org/10.5281/zenodo.\zid}{ \includegraphics{{badges/zenodo.\zid}.pdf} } 
     35    \href{http://doi.org/10.5281/zenodo.\zid}{ \includegraphics{badges/zenodo.\zid} } 
    3636  \end{center} 
    3737 
  • NEMO/trunk/doc/latex/global/packages.tex

    r11686 r11688  
    2323 
    2424%% Formatting 
    25 \usepackage[inline, shortlabels]{enumitem} 
     25\usepackage[inline]{enumitem} 
    2626\usepackage{etoc, tabularx, xcolor} 
    2727 
    2828%% Graphics 
    29 \usepackage{caption, graphicx} 
     29\usepackage{caption, graphicx, grffile} 
    3030 
    3131%% Labels 
Note: See TracChangeset for help on using the changeset viewer.