Am Montag, 27. April 2015 um 01:08:46, schrieb Enrico Forestieri 
<[email protected]>
>
> pdftocairo.diff

The patch fails for master with
patching file lib/scripts/legacy_lyxpreview2ppm.py
Hunk #4 FAILED at 233.
Hunk #5 succeeded at 308 (offset -3 lines).
Hunk #6 succeeded at 324 (offset -3 lines).
Hunk #7 succeeded at 386 (offset -3 lines).
Hunk #8 succeeded at 431 (offset -3 lines).
1 out of 8 hunks FAILED -- saving rejects to file 
lib/scripts/legacy_lyxpreview2ppm.py.rej


In legacy_lyxpreview2ppm.py:223

\usepackage{color}
\definecolor{fg}{rgb}{%s}
\definecolor{bg}{rgb}{%s}
\pagecolor{bg}
\usepackage[%s,lyx,tightpage]{preview}
\makeatletter
\g@addto@macro\preview{\begingroup\color{bg}\special{ps::clippath 
fill}\color{fg}}
\g@addto@macro\endpreview{\endgroup}
\makeatother
...

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

--- lib/scripts/legacy_lyxpreview2ppm.py
+++ lib/scripts/legacy_lyxpreview2ppm.py
@@ -233,6 +237,7 @@
 \definecolor{bg}{rgb}{%s}
 \pagecolor{bg}
 \usepackage[%s,tightpage]{preview}
+\usepackage{ae,aecompl}
 \makeatletter
 \g@addto@macro\preview{\begingroup\color{bg}\special{ps::clippath fill}\color{fg}}
 \g@addto@macro\endpreview{\endgroup}

Reply via email to