From d4629876d03b2b67477205cff81e95a6b929ffea Mon Sep 17 00:00:00 2001
From: "Dr. Martin Goik" <goik@hdm-stuttgart.de>
Date: Sun, 19 Apr 2020 20:05:55 +0200
Subject: [PATCH] Fop MathML support

---
 Conf/jeuclid.conf | 3 +++
 README.md         | 5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)
 create mode 100644 Conf/jeuclid.conf

diff --git a/Conf/jeuclid.conf b/Conf/jeuclid.conf
new file mode 100644
index 000000000..281d62c06
--- /dev/null
+++ b/Conf/jeuclid.conf
@@ -0,0 +1,3 @@
+# Goik Jeuclid
+find_jars jeuclid-core.jar jeuclid-fop.jar
+
diff --git a/README.md b/README.md
index 66b834007..b819871a1 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,9 @@ Course material generation and installation has been successfully tested on Ubun
 * imagemagick providing convert
 * transfig providing fig2dev and fig2mpdf 
 * fig2ps providing fig2pdf 
-* pdf2svg 
 * poppler-utils providing pdftoppm
-* [Oracle JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads)  
+* openjdk-11
+* pdf2svg libjeuclid-fop-java
+* /etc/fop.conf.d/jeuclid.conf
 * Scripts from bin subfolder figspecial2pdf, figspecial2png and figspecial2svg 
 * cd /usr/share;git clone https://github.com/hakimel/reveal.js 
-- 
GitLab