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

Changeset 11687


Ignore:
Timestamp:
2019-10-11T16:56:47+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Temporary solution to solve LaTeX compilation issue with \includegraphics while waiting for TeXLive fix
For reference, see https://github.com/MiKTeX/miktex-packaging/issues/131

File:
1 edited

Legend:

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

    r11572 r11687  
    7272} 
    7373 
     74%% Temporary fix 
     75\def\set@curr@file#1{% 
     76  \begingroup 
     77    \escapechar\m@ne 
     78    \xdef\@curr@file{\expandafter\string\csname #1\endcsname}% 
     79  \endgroup 
     80} 
     81\def\quote@name#1{"\quote@@name#1\@gobble""} 
     82\def\quote@@name#1"{#1\quote@@name} 
     83\def\unquote@name#1{\quote@@name#1\@gobble"} 
     84 
    7485\makeatother 
Note: See TracChangeset for help on using the changeset viewer.