summaryrefslogtreecommitdiff
path: root/latex
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-04-15 18:27:57 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-04-15 18:27:57 +0200
commit8a3ba4323e3c154399848e3b101fb802f2f395f4 (patch)
treee48f5198997a1ab2e943097f41794894afe23642 /latex
parent39eb0b58dfd6de9a6909406d23ddce683992c969 (diff)
Use the public names for import1.2.3
Diffstat (limited to 'latex')
-rw-r--r--latex/algorithm.xsl4
-rw-r--r--latex/markup.xsl2
2 files changed, 3 insertions, 3 deletions
diff --git a/latex/algorithm.xsl b/latex/algorithm.xsl
index 92f08ae..138419f 100644
--- a/latex/algorithm.xsl
+++ b/latex/algorithm.xsl
@@ -4,8 +4,8 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:alg="http://h4sp.planete-kraus.eu/ns/algorithm">
- <xsl:import href="escape.xsl" />
- <xsl:import href="markup.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/escape.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/markup.xsl" />
<xsl:output method="text"/>
diff --git a/latex/markup.xsl b/latex/markup.xsl
index 46181f1..8355407 100644
--- a/latex/markup.xsl
+++ b/latex/markup.xsl
@@ -5,7 +5,7 @@
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:h4sp="http://h4sp.planete-kraus.eu/ns/h4sp">
- <xsl:import href="escape.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/escape.xsl" />
<xsl:output method="text"/>