jabbrv
jabbrv copied to clipboard
Conflict with `svg` package
\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.
Would you see if this is fixed now? It's probably the same problem as Issue #39.