Commit Graph

18 Commits

Author SHA1 Message Date
Wandmalfarbe
4220af54d6 Remove broken example language-persian 2022-12-04 14:51:05 +01:00
Wandmalfarbe
3bc65a27fb Correct build script for examples 2022-11-24 16:39:17 +01:00
Wandmalfarbe
87923d0468 Added tests 2022-11-24 16:21:50 +01:00
Wandmalfarbe
b52d47aaa5 Disable color output in build script 2021-02-02 23:25:19 +01:00
Wandmalfarbe
4d2a946cd4 Run shell scripts with bash and not with sh 2021-02-02 23:18:49 +01:00
Wandmalfarbe
ac02de2aab Skip examples language-chinese and language-japanese because they don't run on travis 2021-02-02 23:10:32 +01:00
Wandmalfarbe
221a18a84c Restructure Examples & Add new build script 2021-02-02 23:07:32 +01:00
Wandmalfarbe
27fb7e4555 Fix broken travis build by modifying the --resource-path
When specifying the resource path via `--resource-path` the template will be searched there since pandoc 2.9.2.1.
To fix the broken travis build (`Could not find data file templates/eisvogel.latex`) the
current working directory `.` is included in the resource path for pandoc to find the template again.
2020-12-04 17:55:00 +01:00
Wandmalfarbe
948150d172 Added example boxes-with-pandoc-latex-environment-and-tcolorbox
This example shows how to render beautiful boxes with the filter `pandoc-latex-environment` and the package `tcolorbox`.
2020-06-14 20:10:34 +02:00
Wandmalfarbe
3527df56e3 Issue #140: Added an example on how to compile Chinese documents. 2020-01-10 21:35:44 +01:00
Wandmalfarbe
30c292c95b Issue #115: Added an example on how to generate admonition boxes.
- The example demonstrates the use of the filter `pandoc-latex-environments` to create custom admonition boxes with the `awesomebox` package.
  *pandoc-latex-environment* is a pandoc filter for adding LaTeX environement on specific HTML div tags.
- Added LaTeX package `awesomebox` to the `travis.yml` file
2020-01-01 22:11:08 +01:00
Wandmalfarbe
1aeb8cc7da Added example page-background to the examples build and travis tests. 2019-12-23 23:20:58 +01:00
Wandmalfarbe
e475fc8cef Issue #109: Added example on how to change header and footer. 2019-08-06 21:32:05 +02:00
Wandmalfarbe
e6c05b46a3 The example custom-titlepage has a background and no logo. 2019-08-04 19:00:24 +02:00
Wandmalfarbe
be52c88c08 Added support for background images on the title page. 2019-08-04 17:48:52 +02:00
Wandmalfarbe
542ca6c4ca Deleted trailing whitespace. 2019-06-16 13:52:34 +02:00
Wandmalfarbe
b38f9e4d79 Added an example on how to generate beamer slides. 2019-06-16 13:41:29 +02:00
Wandmalfarbe
5df6bc5acd Changed the release script to also create a tar.gz archive. Renamed the build script for the examples to build-examples.sh. Changed the gitignore. 2019-03-10 20:56:15 +01:00