From 7ca43604e4f5261b2c4ae7f8c06dde17ddccfe7b Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Fri, 15 Sep 2017 13:03:49 +0200
Subject: [PATCH] Reveal.js theme not capitalizing headings

---
 ws/Docbook/CustomLayer/slide/slideHdm.xsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ws/Docbook/CustomLayer/slide/slideHdm.xsl b/ws/Docbook/CustomLayer/slide/slideHdm.xsl
index fe79732b1..723bfbb37 100644
--- a/ws/Docbook/CustomLayer/slide/slideHdm.xsl
+++ b/ws/Docbook/CustomLayer/slide/slideHdm.xsl
@@ -51,7 +51,7 @@
           </title>
           <link href="common/css/positioning.css" rel="stylesheet" />
           <link href="reveal.js/css/reveal.css" rel="stylesheet" />
-          <link href="reveal.js/css/theme/solarized.css" id="theme" rel="stylesheet" />
+          <link href="reveal.js/css/theme/serif.css" id="theme" rel="stylesheet" />
           
           <!-- Code syntax highlighting -->
           <link href="reveal.js/lib/css/zenburn.css" rel="stylesheet" />
@@ -79,7 +79,7 @@
             width: '70%',
 	          margin: 0.0,
             
-            transition: 'slide', // none/fade/slide/convex/concave/zoom
+            transition: 'convex', // none/fade/slide/convex/concave/zoom
             
             math: {
             mathjax: 'mathjax/MathJax.js',
-- 
GitLab