commit 0311bda2b7c3a86a0ae7eb759b371d1e8fa2ad56
Author: Uwe Stöhr <[email protected]>
Date:   Fri Dec 4 01:48:14 2015 +0100

    Spanish Tutorial.lyx: preamble code proposed by Günther
    
    - please don't revert anything only because compiling with system fonts 
fails. This is not the scope of the manuals.

diff --git a/lib/doc/es/Tutorial.lyx b/lib/doc/es/Tutorial.lyx
index 05eab1a..3127d4a 100644
--- a/lib/doc/es/Tutorial.lyx
+++ b/lib/doc/es/Tutorial.lyx
@@ -14,13 +14,8 @@
 % the documentation team
 % email: [email protected]
 
-\usepackage{ifpdf} % part of the hyperref bundle
-\ifpdf % if pdflatex is used
-
- % set fonts for nicer pdf view
- \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
-
-\fi % end if pdflatex is used
+% Work around a bug in Babel-Spanish with \lim if non-TeX fonts are used:
+\@ifpackageloaded{fontspec}{\unaccentedoperators}{}
 
 % the pages of the TOC is numbered roman
 % and a pdf-bookmark for the TOC is added

Reply via email to