ubuntustudio-bugs team mailing list archive
-
ubuntustudio-bugs team
-
Mailing list archive
-
Message #05009
[Bug 1417470] Re: PDF+Latex export creates multipage pdf, pages missing
A quick fix to get the svg+tex > pdflatex pipline working again is to
use eps-export and convert to pdf:
inkscape -z -D --file=#1.svg --export-eps=#1.eps --export-latex
epstopdf #1.eps
sed "s/[.]eps/.pdf/g" #1.eps_tex > #1.pdf_tex
where #1 is your inkscape file.
--
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to inkscape in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1417470
Title:
PDF+Latex export creates multipage pdf, pages missing
Status in Inkscape:
Confirmed
Status in inkscape package in Ubuntu:
Confirmed
Status in inkscape package in Debian:
Confirmed
Bug description:
In 0.91 the z-order information in svg is used to create multipage
PDF+LaTeX documents as per bug 771957. However, for the SVGs I have
been converting to PDF+LaTeX in this way, the TeX-file instructs to
load more pages than the PDF has, for example the PDF has only three
pages and the TeX file also includes page=4. This basically breaks the
PDF+LaTeX export for me and I have to use EPS+LaTeX + epstopdf
package.
The bug occurs on OpenSuse 13.1 and Windows 8.1.
Attached a zip file with two svg files and their broken PDF+LaTeX
counterparts.
To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/1417470/+subscriptions