Commit Graph

50 Commits

Author SHA1 Message Date
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
Wandmalfarbe
fce1ea1282 Added github like styling for block quotations. Listing line numbers are now inside the box. 2017-11-03 18:16:11 +01:00
Wandmalfarbe
45336e0e10 Travis: Forgot to remove the old command. 2017-11-01 13:25:16 +01:00
Wandmalfarbe
b18db6b69f Travis: no -i option for sed because it needs a special parameter on macOS but not on other systems. 2017-11-01 13:23:30 +01:00
Wandmalfarbe
46466829aa Added an example for typesetting a book. 2017-10-31 17:04:55 +01:00
Wandmalfarbe
b3e21593b3 Rebuild the examples. 2017-10-29 15:53:07 +01:00
Wandmalfarbe
ff134fd626 Added example for a green titlepage. 2017-10-28 18:42:21 +02:00
Wandmalfarbe
030d158556 Accidentally switched the files to copy. 2017-10-02 18:20:27 +02:00
Wandmalfarbe
5b9e8c3423 Forgot to rename the template in the build script. 2017-10-02 16:55:56 +02:00
Wandmalfarbe
4215ae0165 Rebuild the examples. 2017-09-13 20:47:58 +02:00
Wandmalfarbe
4193c97c8a Added missing packages to the travis build. Disabled Japanese example because of a missing font. 2017-05-31 20:57:36 +02:00
Wandmalfarbe
9c907b3efb Changed default language to American English. Added examples for German and Japanese. 2017-05-31 17:24:05 +02:00
Wandmalfarbe
3aea1fcb39 Added new examples for code highlighting. 2017-05-24 16:23:05 +02:00
Wandmalfarbe
af1f182c5c Issue #4: All page margins are now the same (2.5cm). 2017-05-18 23:27:56 +02:00
Wandmalfarbe
394d0028a7 Issue #3: Added examples for the title page and a build script 2017-05-18 22:41:05 +02:00