[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texlive-nonbin] 01/02: fix tex4ht/pgf combination (Closes: #790018)



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texlive-nonbin.

commit 3d519ca9efc2561ab5e676c8f9a1aeee6a56b63f
Author: Norbert Preining <preining@debian.org>
Date:   Fri Jun 26 22:58:47 2015 +0900

    fix tex4ht/pgf combination (Closes: #790018)
---
 texlive-base/debian/changelog              |  6 ++++++
 texlive-base/debian/patches/pgf-tex4ht-fix | 17 +++++++++++++++++
 texlive-base/debian/patches/series         |  1 +
 3 files changed, 24 insertions(+)

diff --git a/texlive-base/debian/changelog b/texlive-base/debian/changelog
index d7b1c58..21ee8b6 100644
--- a/texlive-base/debian/changelog
+++ b/texlive-base/debian/changelog
@@ -1,3 +1,9 @@
+texlive-base (2015.20150625-2) UNRELEASED; urgency=medium
+
+  * fix tex4ht/pgf combination (Closes: #790018)
+
+ -- Norbert Preining <preining@debian.org>  Fri, 26 Jun 2015 22:58:17 +0900
+
 texlive-base (2015.20150625-1) unstable; urgency=medium
 
   * new upstream checkout
diff --git a/texlive-base/debian/patches/pgf-tex4ht-fix b/texlive-base/debian/patches/pgf-tex4ht-fix
new file mode 100644
index 0000000..d6be79b
--- /dev/null
+++ b/texlive-base/debian/patches/pgf-tex4ht-fix
@@ -0,0 +1,17 @@
+using htlatex with pgf does now work out, fix from
+https://tex.stackexchange.com/questions/185349/error-using-pgfsysdriver-with-tex4ht-only-shows-up-with-texlive-2014-ok-with-t
+---
+ texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- texlive-base-2015.20150625.orig/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def
++++ texlive-base-2015.20150625/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def
+@@ -86,7 +86,7 @@
+ %     class="}{\%s}{-\%s}{x-x-\%d}{}{">}{</span>}
+ %}
+ 
+-\def\pgfsys@svg@newline{\Hnewline}
++\def\pgfsys@svg@newline{^^J}
+ 
+ % we don't want tex4ht putting <p> and </p> tags automatically in our svg code and causing invalid xhtml in our svg pictures
+ \newif\ifpgfsys@CssIncluded@\pgfsys@CssIncluded@false
diff --git a/texlive-base/debian/patches/series b/texlive-base/debian/patches/series
index 48e9c4f..016aeeb 100644
--- a/texlive-base/debian/patches/series
+++ b/texlive-base/debian/patches/series
@@ -30,3 +30,4 @@ mptopdf-manpage-fixes
 # not really good a fix, upupstream is working on it
 # this patch creates different problems
 # fix-listings-bug
+pgf-tex4ht-fix

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git


Reply to: