diff --git a/build/.gitignore b/build/.gitignore index b544f33..b25f5b1 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -3,4 +3,3 @@ !build.gradle.kts !output-tex !output-tex/input.tex -!Content.html diff --git a/docs/html-package/Content.html b/docs/html-package/Content.html index 505a39e..1ab08c9 100644 --- a/docs/html-package/Content.html +++ b/docs/html-package/Content.html @@ -293,71 +293,66 @@

Demonstrating the Power of Markdown
Abstract
-This is a setup demonstrating the power and use of markdown for +

This is a setup demonstrating the power and use of markdown for technical documents by using a fully automated conversion sequence with gradle and of course pandoc. +href="https://pandoc.org">pandoc.”

+
+
+
Acknowledgement
+

Acknowledgements go to the authors of this setup.

diff --git a/docs/html-package/css/main.css b/docs/html-package/css/main.css index 20417d0..18fd8e1 100644 --- a/docs/html-package/css/main.css +++ b/docs/html-package/css/main.css @@ -730,6 +730,12 @@ html #main-markdown header .title-logo { html #main-markdown header .title-logo img { width: 100%; } +html #main-markdown .acknowledgement { + font-style: italic; +} +html #main-markdown .acknowledgement-title { + font-weight: bold; +} html #main-markdown .abstract { font-style: italic; } @@ -1231,6 +1237,12 @@ html #main-markdown-numbered header .title-logo { html #main-markdown-numbered header .title-logo img { width: 100%; } +html #main-markdown-numbered .acknowledgement { + font-style: italic; +} +html #main-markdown-numbered .acknowledgement-title { + font-weight: bold; +} html #main-markdown-numbered .abstract { font-style: italic; } diff --git a/docs/output/Content.pdf b/docs/output/Content.pdf index bd10389..a2105f4 100644 Binary files a/docs/output/Content.pdf and b/docs/output/Content.pdf differ