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

Conflict with svg package #40

Open
baloe opened this issue Aug 4, 2023 · 1 comment
Open

Conflict with svg package #40

baloe opened this issue Aug 4, 2023 · 1 comment

Comments

@baloe
Copy link

baloe commented Aug 4, 2023

\documentclass{article}

\usepackage[warnundef]{jabbrv}
\usepackage{svg}
 
\begin{document}
	test
	\includesvg{figure.svg}
\end{document}

produces error

(/soft/texlive/2022/texmf-dist/tex/latex/svg/svg.sty
! Undefined control sequence.
\svg@Provides ... \ProvidesPackage {#1}[#3\space( 
                                                  #2)]\unexpanded \expandaft...

switching the order in which of jabbrv and svg are loaded produces

! Use of \svg@pictur@patched@ doesn't match its definition.
<argument> (
            
l.53   \begin{picture}(
                       1,1.02034853)%

That is on version d922ed6c3880538817d3ad3c39bc745f88702941, the master does not work for me because I need biblatex.

I have two computers, one with Ubuntu 20 and one with the most recent Manjaro. Oddly, I get this error only on Manjaro, regardless of whether I use TexLive 2022 or TexLive 2023.

@compholio
Copy link
Owner

Would you see if this is fixed now? It's probably the same problem as Issue #39.

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