GithubHelp home page GithubHelp logo

Comments (6)

mrpiggi avatar mrpiggi commented on August 29, 2024 1

Well, the latest release 2019/10/01 of the LaTeXe kernel raised some issue regarding file name parsing, so this problem is probably related to ho-tex/oberdiek#73 but I'll have a look into svg.sty

As an urgent fix, you can use

\RequirePackage[2018/12/01]{latexrelease}
\documentclass{article}
\usepackage{svg}
\begin{document}
\includesvg{MWE}
\end{document}

but I will try to fix this within the svg package, if possible...

FYI: When using \IfFileExists, the found file is stored to the internal macro \@filef@und and the latest LaTeX kernel encloses the file path in quotes. The package svg relies on this internal command but did not expect quotes. I should be able to fix that...

from svg.

alessanderbotti avatar alessanderbotti commented on August 29, 2024

Thank you very much for the quick response, I really needed this urgent fix! The following date worked for me:

\RequirePackage[2019/09/30]{latexrelease}

from svg.

mrpiggi avatar mrpiggi commented on August 29, 2024

The proposed solution is not a fix but just a workaround... fix pending

from svg.

mrpiggi avatar mrpiggi commented on August 29, 2024

The initial MWE should work with v2.02c without the need for package latexrelease. The update was send to CTAN and should be available soon.

from svg.

alessanderbotti avatar alessanderbotti commented on August 29, 2024

I removed the line \RequirePackage[2019/09/30]{latexrelease} from my document, copied svg.sty version 2.02c (2019-10-10) and confirmed that it solves the problem. Thanks again.

from svg.

mrpiggi avatar mrpiggi commented on August 29, 2024

Version v2.02c is now provided to common distributions via CTAN so you should probably delete your local version of package svg in order to use future updates.

from svg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.