You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}
The text was updated successfully, but these errors were encountered:
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?
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:
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}
The text was updated successfully, but these errors were encountered: