Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exportation of values incorrect #3

Open
shaolintl opened this issue Feb 4, 2016 · 2 comments
Open

exportation of values incorrect #3

shaolintl opened this issue Feb 4, 2016 · 2 comments

Comments

@shaolintl
Copy link

Hi,

First, I want to thank you for your software which makes the integration of inkscape and latex-beamer really simple.

I have recently reinstalled my Debian version and running the overlays_export script on old svg files, I get different results as can be seen below. It seems that the values are being inserted in different places and there are also other changes.
I have noticed that the binary did not change for a long time but I wondered if I might have updated a dependency which cause this behavior.

Best regards,
Tomer

New version:
0x0p+0yer "layer1"
\pgfdeclareimage[width=\paperwidth]{images//slide14a/layer1}{+-}
\begin{textblock}{1}(0,0)
\pgfuseimage{}
\end{textblock}

Old version:
% Layer "layer1"
\pgfdeclareimage[width=\paperwidth]{layer1}{images//slide14a/layer1}
\begin{textblock}{1}(0,0)
\pgfuseimage<+>{layer1}
\end{textblock}

@jbohren
Copy link
Owner

jbohren commented Feb 4, 2016

I think Inkscape might have changed the mapping between layer names and labels in the SVG files it generates. Is it possible for you to attach the source SVG you're trying to use or alternatively create a minimal example that reproduces the problem? What version of Debian / Perl / Inkscape do you have?

Thanks!

@shaolintl
Copy link
Author

I think the problem is local on my machine (some broken library or dependency) and not in either inkscape or beamerscape. Still, I thought you might have an idea of which library is the source of the problem. I attach/give below all the required information.

Many thanks again for your help!

I attach the original svg and the old and new overlay.tex generated by the tool
slide.zip

The svg attached is an old one that was used in order to generate both the good and the bad outputs, so it seems more probable a problem with one of the libraries that are used by the script. Here are the versions:

Linux cactus 4.3.0-1-amd64 #1 SMP Debian 4.3.3-7 (2016-01-19) x86_64 GNU/Linux
inkscape 0.91-7+b1

and in the file below the versions of all perl dependencies.
perl_versions.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants