commit 0e23cfde2976b45d6249dbb9f022b9a848040390
Author: Kornel Benko <[email protected]>
Date:   Thu Dec 3 15:28:01 2015 +0100

    Partly revert a7659d207d77aa73b05473a7c386413890c579d2
    
    Export test now passes.

diff --git a/lib/doc/es/Tutorial.lyx b/lib/doc/es/Tutorial.lyx
index 692503b..05eab1a 100644
--- a/lib/doc/es/Tutorial.lyx
+++ b/lib/doc/es/Tutorial.lyx
@@ -14,6 +14,14 @@
 % 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
+
 % the pages of the TOC is numbered roman
 % and a pdf-bookmark for the TOC is added
 \let\myTOC\tableofcontents

Reply via email to