From 24373f1e7d2f536efac22caa71de50223aca12d7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 22 Sep 2021 21:13:57 +0200 Subject: Add basic support for Org articles --- source/01_data/articles.xsl | 3 ++- utility/formatter.xsl | 19 +++++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/source/01_data/articles.xsl b/source/01_data/articles.xsl index c25fe2a..2c4fa72 100644 --- a/source/01_data/articles.xsl +++ b/source/01_data/articles.xsl @@ -27,10 +27,11 @@ - + + diff --git a/utility/formatter.xsl b/utility/formatter.xsl index ec6db47..fb4acec 100644 --- a/utility/formatter.xsl +++ b/utility/formatter.xsl @@ -126,12 +126,23 @@ + - - pandoc -f markdown -t html4 --katex --no-highlight -fmarkdown-implicit_figures - - + + + + pandoc -f markdown -t html4 --katex --no-highlight -fmarkdown-implicit_figures + + + + + + pandoc -f -t html4 --katex --no-highlight + + + + -- cgit v1.2.3