-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Copyright (C) Philip Ilten <[email protected]>, 2012-2016<br> | ||
Copyright (C) Falk Hanisch <[email protected]>, 2017-2020 | ||
|
||
**svg 2020/06/12 v2.02g** | ||
**svg 2020/06/23 v2.02h** | ||
|
||
---------------------------------------------------------------------------- | ||
|
||
|
@@ -39,6 +39,10 @@ can be invoked. | |
Versions | ||
-------- | ||
|
||
**v2.02h** (2020/06/23) | ||
+ hot fix for package **transparent**, | ||
see https://github.com/mrpiggi/svg/issues/28 | ||
|
||
**v2.02g** (2020/06/12) | ||
+ hot fix for including files with mutliple dots in it's names, | ||
see https://github.com/mrpiggi/svg/issues/27 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
\documentclass{article} | ||
|
||
\usepackage{markdown} | ||
\usepackage{svg} | ||
|
||
\begin{document} | ||
a | ||
\end{document} | ||
|
||
\documentclass{article} | ||
\usepackage{transparent} | ||
\usepackage{pgffor} | ||
%\usepackage{pgfcalendar} | ||
%\usepackage{pgfmath} | ||
%\usepackage{datatool-pgfmath} | ||
%\usepackage{csvsimple} | ||
%\usepackage{pgfrcs} | ||
\begin{document} | ||
\makeatletter | ||
|
||
\meaning\pgfutil@addpdfresource@extgs | ||
|
||
\meaning\pgf@sys@addpdfresource@extgs@plain | ||
|
||
\end{document} |