Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
8fbada29
Commit
8fbada29
authored
8 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
Replacing include by import
parent
48bb0137
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ws/Xmlmind/Patch/080_matmlJaxVisualization.patch
+33
-39
33 additions, 39 deletions
ws/Xmlmind/Patch/080_matmlJaxVisualization.patch
with
33 additions
and
39 deletions
ws/Xmlmind/Patch/080_matmlJaxVisualization.patch
+
33
−
39
View file @
8fbada29
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/docbook.xsl xmlmind/addon/config/docbook5/xsl/html/docbook.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/docbook.xsl 2016-07-25 08:41:08.802556544 +0200
+++ xmlmind/addon/config/docbook5/xsl/html/docbook.xsl 2016-07-25 09:02:23.082910084 +0200
@@ -74,6 +74,7 @@
<xsl:include href="annotations.xsl"/>
<xsl:include href="../common/addns.xsl"/>
<xsl:include href="publishers.xsl"/>
+<xsl:include href="../common/hdmextensions.xsl"/>
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/html/docbook.xsl 2015-12-27 00:15:38.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/html/docbook.xsl 2016-08-28 08:13:55.935543407 +0200
@@ -5,6 +5,7 @@
exclude-result-prefixes="exsl d"
version='1.0'>
<xsl:param name="stylesheet.result.type" select="'html'"/>
<xsl:param name="htmlhelp.output" select="0"/>
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/math.xsl xmlmind/addon/config/docbook5/xsl/html/math.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/math.xsl 2016-07-25 08:41:08.802556544 +0200
+++ xmlmind/addon/config/docbook5/xsl/html/math.xsl 2016-07-25 09:02:23.082910084 +0200
+<xsl:import href="../../xslCustom/hdmextensions.xsl"/>
<xsl:output method="html"
encoding="ISO-8859-1"
indent="no"/>
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/html/math.xsl 2015-12-27 00:15:38.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/html/math.xsl 2016-08-27 07:45:09.737053052 +0200
@@ -33,10 +33,10 @@
<!-- "Support" for MathML -->
...
...
@@ -25,20 +23,18 @@ diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/math.xsl xmlmind
</xsl:template>
<!-- Support for TeX math in alt -->
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/docbook.xsl xmlmind/addon/config/docbook5/xsl/xhtml/docbook.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/docbook.xsl 2016-07-25 08:41:08.830556158 +0200
+++ xmlmind/addon/config/docbook5/xsl/xhtml/docbook.xsl 2016-07-25 09:03:29.146061592 +0200
@@ -71,6 +71,7 @@
<xsl:include href="annotations.xsl"/>
<xsl:include href="../common/addns.xsl"/>
<xsl:include href="publishers.xsl"/>
+<xsl:include href="../common/hdmextensions.xsl"/>
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/xhtml/docbook.xsl 2015-12-27 00:15:40.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/xhtml/docbook.xsl 2016-08-28 08:15:05.906598471 +0200
@@ -4,6 +4,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook"
xmlns:exsl="http://exslt.org/common" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="exsl d" version="1.0">
<xsl:param name="stylesheet.result.type" select="'xhtml'"/>
<xsl:param name="htmlhelp.output" select="0"/>
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/math.xsl xmlmind/addon/config/docbook5/xsl/xhtml/math.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/math.xsl 2016-07-25 08:41:08.834556102 +0200
+++ xmlmind/addon/config/docbook5/xsl/xhtml/math.xsl 2016-07-25 09:04:26.869314844 +0200
+<xsl:import href="../../xslCustom/hdmextensions.xsl"/>
<xsl:output method="xml" encoding="UTF-8" indent="no" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<!-- ********************************************************************
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/xhtml/math.xsl 2015-12-27 00:15:40.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/xhtml/math.xsl 2016-08-27 07:45:09.737053052 +0200
@@ -32,10 +32,10 @@
<!-- "Support" for MathML -->
...
...
@@ -52,20 +48,18 @@ diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/math.xsl xmlmin
</xsl:template>
<!-- Support for TeX math in alt -->
diff -Naur xmlmind_7.0.0_plugins
/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl
xmlmind/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl
---
xmlmind
_7.0.0_plugins
/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl 2016-0
7
-2
5
08:
4
1:
08.786556765
+0200
+++ xmlmind/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl 2016-07-25 09:05:03.196842574 +0200
@@ -71,6 +71,7 @@
<xsl:include href="annotations.xsl"/
>
<xsl:include href="../common/addns.xsl"/>
<xsl:i
nclude
href="
publisher
s.xsl"/>
+
<xsl:
include href="../common/hdmextensions.xsl"
/>
--- xxe-pro-7_1_0
/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl
2016-01-06 16:39:30.000000000 +0100
+++
xmlmind/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl 2016-0
8
-2
8
08:
2
1:
36.333331944
+0200
@@ -4,6 +4,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook"
xmlns:exsl="http://exslt.org/common" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="exsl d" version="1.0"
>
+
<xsl:i
mport
href="
../../xslCustom/hdmextension
s.xsl"/>
<xsl:
output method="xml" encoding="UTF-8" indent="no"
/>
<xsl:param name="stylesheet.result.type" select="'xhtml'"/>
<xsl:param name="htmlhelp.output" select="0"/>
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml-1_1/math.xsl xmlmind/addon/config/docbook5/xsl/xhtml-1_1/math.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml-1_1/math.xsl 2016-07-25 08:41:08.790556710 +0200
+++ xmlmind/addon/config/docbook5/xsl/xhtml-1_1/math.xsl 2016-07-25 09:05:50.276228105 +0200
<!-- ********************************************************************
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/xhtml-1_1/math.xsl 2015-12-27 00:15:36.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/xhtml-1_1/math.xsl 2016-08-27 07:45:09.737053052 +0200
@@ -32,10 +32,10 @@
<!-- "Support" for MathML -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment