Commit Graph

64 Commits

Author SHA1 Message Date
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
Wandmalfarbe
23a97eaf0d Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Rebuild the examples. 2018-08-25 23:03:14 +02:00
Carsten Gips
aed5f5e379 custom-titlepage: change color from "ffffff" to "FFFFFF"
to should avoid LaTeX complaining about a wrong color:

pandoc custom-titlepage/custom-titlepage.md -o custom-titlepage/custom-titlepage.pdf --from markdown --template ../eisvogel.latex --listings
Error producing PDF.
! Missing number, treated as zero.
<to be read again>
                   f
l.339 \color[HTML]{ffffff}
2018-08-08 11:52:43 +02:00
Wandmalfarbe
cb29d33d8a Fix #53: Quoted some YAML fields to avoid automatic type inference. 2018-08-07 14:22:58 +02:00
Wandmalfarbe
cb9af84189 Renamed non-standard metadata field "tags" to "keywords". 2018-07-20 12:22:46 +02:00
Wandmalfarbe
f9b234f151 Changed author capitalization on the title page. 2018-03-20 14:02:54 +01:00
Wandmalfarbe
c4b5397ad4 Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Changed color of the green title page. 2018-02-22 19:49:23 +01:00
Wandmalfarbe
b098f4df1a Added an example for images and tables. 2017-12-12 21:54:06 +01:00
Wandmalfarbe
ae2a62e8a7 Rebuild examples with pandoc 2. Added pandoc 2 compatibility note to the readme. Removed travis button from readme until the travis build is fixed. 2017-11-09 20:44:27 +01:00
Wandmalfarbe
b392bbf285 Rebuild the examples. 2017-11-03 18:19:15 +01:00