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

Doesn't work with markdown package #28

Closed
hacker-DOM opened this issue Jun 22, 2020 · 4 comments
Closed

Doesn't work with markdown package #28

hacker-DOM opened this issue Jun 22, 2020 · 4 comments

Comments

@hacker-DOM
Copy link

hacker-DOM commented Jun 22, 2020

Input:

\documentclass{article}

\usepackage{markdown}
\usepackage{svg}
\begin{document}
a
\end{document}

Expected output: a

Received: gibberish.

Also see same issue on markdown.

@hacker-DOM
Copy link
Author

Enountered on Overleaf with poth Lualatex and pdflatex.

@mrpiggi
Copy link
Owner

mrpiggi commented Jun 22, 2020

The problem can be further reduced to the package pgfrcs. I will have a look at this.

@mrpiggi
Copy link
Owner

mrpiggi commented Jun 22, 2020

And strips down to this issue: ho-tex/transparent#3

Actually I had included a fix for the package transparent in the assumption that the problem will be solved with the next release. But this was not the case. This should work:

\documentclass{article}
\usepackage{markdown}
\usepackage{svg}
\usepackage{pgfsys}
\begin{document}
a
\end{document}

Alternatively you can disable the package with option \usepackage[usetransparent=false]{svg}.

@mrpiggi
Copy link
Owner

mrpiggi commented Jun 23, 2020

Please keep in mind, that Overleaf currently uses TeX Live 2019. This fix won't be available with Overleaf until it---and of course your project as well---is updated to TeX Live 2020.

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