PDF+Latex export creates multipage pdf, pages missing
Bug #1417470 reported by
jvdberg
This bug affects 35 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Triaged
|
Medium
|
Unassigned | ||
inkscape (Debian) |
Fix Released
|
Unknown
|
|||
inkscape (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
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.
Related branches
tags: | added: exporting latex pdf |
Changed in inkscape: | |
status: | New → Confirmed |
Changed in inkscape: | |
importance: | Undecided → Medium |
Changed in inkscape: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in inkscape (Debian): | |
status: | Unknown → Confirmed |
affects: | ubuntu → inkscape (Ubuntu) |
Changed in inkscape (Ubuntu): | |
assignee: | David R. Bild (drbild) → nobody |
Changed in inkscape: | |
assignee: | nobody → Max Gaukler (mgmax) |
Changed in inkscape (Debian): | |
status: | Confirmed → Fix Released |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
Changed in inkscape: | |
milestone: | 1.0alpha → 1.0 |
To post a comment you must log in.
Thanks for the report. The files that I originally wrote the z-ordering patch for also exhibit this problem now too. (On openSUSE 13.2.)
For now, you can manually edit the generated *.pdf_tex files to remove the offending lines. They should be of the form: .){\includegrap hics[.. .,page= ...]{*. pdf}}%
\put(..
The way Cairo exports pages must have changed. If I can get the 0.91 source to build on my machine now, I'll try to get a patch submitted. When I looked into this ~3 weeks ago, the build was broken.