[Fedora-haskell-list] [Bug 752621] markdown2pdf fails with .sty file problems

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 14 02:14:53 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752621

--- Comment #4 from Luis Villa <luis at tieguy.org> 2011-11-13 21:14:53 EST ---
Yes. Commenting out luatex references in that file makes markdown2pdf work, as
best as I can tell:

%\usepackage{ifxetex,ifluatex}
\usepackage{ifxetex}
\ifxetex
  \usepackage{fontspec,xltxtra,xunicode}
  \defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\else
%  \ifluatex
%    \usepackage{fontspec}
%    \defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
%  \else
    \usepackage[utf8]{inputenc}
%  \fi
\fi

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the haskell-devel mailing list