From d0b6f460681097366658ad34bcc0720a2b47e58c Mon Sep 17 00:00:00 2001 From: Jonathan Blake Date: Sun, 3 Nov 2019 14:34:20 -0800 Subject: [PATCH 1/1] Add more vulgar fractions to DTD --- common/xsl/dot.xsl | 15 ++++++++++ common/xsl/epub-ncx.xsl | 15 ++++++++++ common/xsl/epub-opf-metadata.xsl | 15 ++++++++++ common/xsl/latex-old.xsl | 15 ++++++++++ common/xsl/latex.xsl | 15 ++++++++++ common/xsl/xhtml-compatible.xsl | 15 ++++++++++ common/xsl/xhtml-less-simple.xsl | 15 ++++++++++ common/xsl/xhtml-simple.xsl | 15 ++++++++++ common/xsl/xhtml.xsl | 15 ++++++++++ en/xml/gamebook.dtd | 47 +++++++++++++++++++++++++++++++- 10 files changed, 181 insertions(+), 1 deletion(-) diff --git a/common/xsl/dot.xsl b/common/xsl/dot.xsl index 446b19d..192cbde 100644 --- a/common/xsl/dot.xsl +++ b/common/xsl/dot.xsl @@ -347,6 +347,21 @@ TODO: ¼ ½ ¾ + + + + + + + + + + + + + + + ¿ À Á diff --git a/common/xsl/epub-ncx.xsl b/common/xsl/epub-ncx.xsl index 292fef9..ed5305c 100644 --- a/common/xsl/epub-ncx.xsl +++ b/common/xsl/epub-ncx.xsl @@ -200,6 +200,21 @@ ¼ ½ ¾ + + + + + + + + + + + + + + + ¿ À Á diff --git a/common/xsl/epub-opf-metadata.xsl b/common/xsl/epub-opf-metadata.xsl index 1427d8b..50b55e4 100644 --- a/common/xsl/epub-opf-metadata.xsl +++ b/common/xsl/epub-opf-metadata.xsl @@ -387,6 +387,21 @@ is included in all copies. ¼ ½ ¾ + + + + + + + + + + + + + + + ¿ À Á diff --git a/common/xsl/latex-old.xsl b/common/xsl/latex-old.xsl index b08d9a2..146eb87 100644 --- a/common/xsl/latex-old.xsl +++ b/common/xsl/latex-old.xsl @@ -1181,6 +1181,21 @@ is included in all copies. $\frac{1}{4}$ $\frac{1}{2}$ $\frac{3}{4}$ +$\frac{1}{3}$ +$\frac{2}{3}$ +$\frac{1}{5}$ +$\frac{2}{5}$ +$\frac{3}{5}$ +$\frac{4}{5}$ +$\frac{1}{6}$ +$\frac{5}{6}$ +$\frac{1}{7}$ +$\frac{1}{8}$ +$\frac{3}{8}$ +$\frac{5}{8}$ +$\frac{7}{8}$ +$\frac{1}{9}$ +$\frac{1}{10}$ {\textquestiondown} À Á diff --git a/common/xsl/latex.xsl b/common/xsl/latex.xsl index 330257a..12acb18 100644 --- a/common/xsl/latex.xsl +++ b/common/xsl/latex.xsl @@ -1837,6 +1837,21 @@ is included in all copies. $\frac{1}{4}$ $\frac{1}{2}$ $\frac{3}{4}$ +$\frac{1}{3}$ +$\frac{2}{3}$ +$\frac{1}{5}$ +$\frac{2}{5}$ +$\frac{3}{5}$ +$\frac{4}{5}$ +$\frac{1}{6}$ +$\frac{5}{6}$ +$\frac{1}{7}$ +$\frac{1}{8}$ +$\frac{3}{8}$ +$\frac{5}{8}$ +$\frac{7}{8}$ +$\frac{1}{9}$ +$\frac{1}{10}$ {\textquestiondown} À Á diff --git a/common/xsl/xhtml-compatible.xsl b/common/xsl/xhtml-compatible.xsl index f7d8390..bbb6582 100644 --- a/common/xsl/xhtml-compatible.xsl +++ b/common/xsl/xhtml-compatible.xsl @@ -942,6 +942,21 @@ is included in all copies. ¼ ½ ¾ + + + + + + + + + + + + + + + ¿ À Á diff --git a/common/xsl/xhtml-less-simple.xsl b/common/xsl/xhtml-less-simple.xsl index fba6ef9..92fd75a 100644 --- a/common/xsl/xhtml-less-simple.xsl +++ b/common/xsl/xhtml-less-simple.xsl @@ -1105,6 +1105,21 @@ is included in all copies. ¼ ½ ¾ + + + + + + + + + + + + + + + ¿ À Á diff --git a/common/xsl/xhtml-simple.xsl b/common/xsl/xhtml-simple.xsl index 5f290a8..bc2190d 100644 --- a/common/xsl/xhtml-simple.xsl +++ b/common/xsl/xhtml-simple.xsl @@ -1178,6 +1178,21 @@ is included in all copies. ¼ ½ ¾ + + + + + + + + + + + + + + + ¿ À Á diff --git a/common/xsl/xhtml.xsl b/common/xsl/xhtml.xsl index fab55c7..0c1e70a 100644 --- a/common/xsl/xhtml.xsl +++ b/common/xsl/xhtml.xsl @@ -1000,6 +1000,21 @@ is included in all copies. ¼ ½ ¾ + + + + + + + + + + + + + + + ¿ À Á diff --git a/en/xml/gamebook.dtd b/en/xml/gamebook.dtd index e3b2fed..f62711f 100644 --- a/en/xml/gamebook.dtd +++ b/en/xml/gamebook.dtd @@ -188,7 +188,7 @@ III. Block Elements - + @@ -1770,6 +1770,51 @@ is included in all copies. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.34.1