Commit Graph

73 Commits

Author SHA1 Message Date
github-actions[bot]
789dc693c1 Add changes 2023-02-17 16:09:56 +00:00
github-actions[bot]
01189ced5b Add changes 2023-02-03 21:04:41 +00:00
github-actions[bot]
f098348690 Add changes 2023-01-22 11:54:36 +00:00
github-actions[bot]
0fd152d9d1 Add changes 2022-12-04 13:55:25 +00:00
Wandmalfarbe
4220af54d6 Remove broken example language-persian 2022-12-04 14:51:05 +01:00
github-actions[bot]
9e971f014c Add changes 2022-11-24 22:32:40 +00:00
Pascal Wagler
c255d9d4c5
Merge changes from the pandoc default latex template (#307)
- Merged with 144bf90ab9/data/templates/default.latex
- Rebuild the examples
- Rebuild the tests
- Add packages `hardwrap` and `catchfile` to build the broken example `title-page-background`
- Build with the latest pandoc 2.19.2
2022-11-24 23:26:34 +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
github-actions[bot]
04e329698d Add changes 2022-03-04 19:15:16 +00:00
Wandmalfarbe
93261ad404 Issue #283: Add an example for a table of contents 2022-03-04 20:09:53 +01:00
github-actions[bot]
30cfc57a0c Add changes 2021-12-19 17:29:07 +00:00
Wandmalfarbe
f5c1f20c94 Issue #275: Use chapter pagestyle only when using scrbook with book: true 2021-12-19 18:25:56 +01:00
github-actions[bot]
6417716d69 Add changes 2021-12-19 16:45:59 +00:00
github-actions[bot]
6f0a73dec6 Add changes 2021-12-19 16:29:22 +00:00
Martin Hepp
0ad8bab74e
Issue #265: Use only titlepage-logo but not logo
- `logo` is already used by beamer and one might want to use both
  formats (beamer and latex) without the logo appearing as a
  background image on beamer slides.
2021-12-19 17:26:25 +01:00
github-actions[bot]
3b91566da2 Add changes 2021-11-14 10:11:26 +00:00
Jacques Supcik
c5744f7e4a
Fix the example of boxes with awesomebox (#261) 2021-10-16 19:21:08 +02:00
Pascal Wagler
496dfcf67f
Merge changed from the pandoc default latex template (#262)
- Merged with dd7b83ac91/data/templates/default.latex
- Rebuild the examples
2021-10-15 20:34:45 +02:00
Wandmalfarbe
ad404d0446 Regenerate examples 2021-02-07 23:42:02 +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
9c56c48b99 Issue #221: logo-width has no hardcoded unit pt anymore 2021-01-31 22:13:46 +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
5f740f8de0 Rebuild the examples 2020-02-02 15:41:58 +01: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
b6b1983d4a Added an example for page-background. 2019-12-23 23:17:06 +01:00
Wandmalfarbe
e475fc8cef Issue #109: Added example on how to change header and footer. 2019-08-06 21:32:05 +02:00
Wandmalfarbe
5d23d3f93a Rebuild the examples. 2019-08-06 21:04:38 +02:00
Wandmalfarbe
9434628475 Added missing background image for the example custom-titlepage. 2019-08-06 21:02:23 +02:00
Wandmalfarbe
e6c05b46a3 The example custom-titlepage has a background and no logo. 2019-08-04 19:00:24 +02:00
Wandmalfarbe
49df77bfcb Issue #31,#41: Added support for background images on the title page. 2019-08-04 18:34:42 +02:00
Wandmalfarbe
14a30a00bf Added a few backgrounds to the titlepage example. 2019-08-04 18:16:26 +02:00
Wandmalfarbe
be52c88c08 Added support for background images on the title page. 2019-08-04 17:48:52 +02:00
Wandmalfarbe
b33b1ab395 Fixed #2: Long lines in code blocks wrap automatically. 2019-07-01 20:42:58 +02:00
Wandmalfarbe
542ca6c4ca Deleted trailing whitespace. 2019-06-16 13:52:34 +02:00
Wandmalfarbe
e55a2c345f Recompiled the examples. 2019-06-16 13:42:53 +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
Wandmalfarbe
782cea088d Rebuild the examples and set the language of the markdown documents to english. 2019-03-10 15:37:54 +01:00
Andrew Hodgkinson
fc6fb9974e Fixed #79: Curly quotes present in code listings under XeTeX engine
* Used non-curly quotes in listings (`U+0022`) with XeTeX engine instead of `U+201D`.
* Updated example Markdown and example PDF to emphasise smart-vs-dumb quotes.
* Added comment that a fix for this workaround is already available but not released.
2019-03-02 15:35:14 +01:00
Wandmalfarbe
83c3105de7 Rebuild the examples. Added some output to the examples build script. 2019-02-17 20:29:28 +01:00
Wandmalfarbe
50ad594fc5 Added logo on the custom title page. 2018-09-25 20:49:19 +02:00
Wandmalfarbe
7f36404e0b Issue 61: Added support for a logo on the title page. 2018-09-25 20:37:47 +02:00
Philipp Dargel
fc90772d72 use book varibale in example build 2018-09-09 16:55:12 +02:00