Commit Graph

263 Commits

Author SHA1 Message Date
github-actions[bot]
01189ced5b Add changes 2023-02-03 21:04:41 +00:00
damien clochard
0a278b0aba
[doc] How to use the pandoc/extra docker image (#319)
* Add documentation in the README on how to use the `pandoc/extra` docker image
2023-02-03 22:00:18 +01:00
github-actions[bot]
f098348690 Add changes 2023-01-22 11:54:36 +00:00
Wandmalfarbe
c2c058ebe1 Add support for pandoc 3 2023-01-22 12:49:16 +01:00
github-actions[bot]
0fd152d9d1 Add changes 2022-12-04 13:55:25 +00:00
Wandmalfarbe
41b0f5f461 Preparation for release of version 2.1.0 2022-12-04 14:51:05 +01:00
Wandmalfarbe
4220af54d6 Remove broken example language-persian 2022-12-04 14:51:05 +01:00
Wandmalfarbe
23d6bcae55 Update copyright year 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
Wandmalfarbe
5e8c1bc64a Issue #275: Restore pagestyle plain for chapters 2021-12-19 18:16:19 +01:00
github-actions[bot]
6417716d69 Add changes 2021-12-19 16:45:59 +00:00
ret2src
1c3ba2cbf9
Fix headers and footers bug introduced in commit 4b7c6f41e4bda1645eb5… (#248)
* Fix headers and footers bug introduced in commit 4b7c6f41e4
2021-12-19 17:43:11 +01: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
Wen Wei Tseng
328c589bc4
Add GitHub actions (#267)
Add GitHub actions
2021-11-14 11:08:38 +01:00
Ludvig Hozman
6baf692c89
Make code-block-font-size not affect inline listings (#229)
When using listings, the variable `code-block-font-size`
also affected `lstinline` environments.
This will make inline listings follow the surronding font size, as expected.
2021-10-22 21:16:42 +02:00
shmalebx9
3aed2ca98d
Exclude title page from page count (#230) 2021-10-16 21:18:39 +02: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
Michael Robson
4909f13d58
Update README.md (#239)
Fix broken link to example markdown file
2021-04-28 23:09:24 +02:00
Wandmalfarbe
ad404d0446 Regenerate examples 2021-02-07 23:42:02 +01:00
Khaveesh
4b7c6f41e4
My attempt at replacing fancyhdr with scrlayer-scrpage (#174)
Replace `fancyhdr` with `scrlayer-scrpage`
2021-02-07 23:33:40 +01:00
Wandmalfarbe
4e93f2ecc7 Update copyright year 2021-02-02 23:26:04 +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
e437dbab45 Prepare for release of version 2.0.0 2021-01-31 23:03:01 +01:00
Wandmalfarbe
20c2bec7d1 Update copyright year 2021-01-31 22:41:37 +01:00
Wandmalfarbe
196279a218 Merge changes from the pandoc default latex template 2021-01-31 22:36:08 +01:00
Wandmalfarbe
9c56c48b99 Issue #221: logo-width has no hardcoded unit pt anymore 2021-01-31 22:13:46 +01:00
Wandmalfarbe
3a1c96e507 Issue #182: Rename template to eisvogel.latex after release 2021-01-31 21:32:05 +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
a8728eb03f Change title for documentation 2020-11-29 20:58:38 +01:00
Wandmalfarbe
46f2a7d5e1 Change title and description for documentation 2020-11-29 20:57:46 +01:00
Pascal Wagler
5f58228225
Update index.md 2020-11-29 20:34:45 +01:00
Pascal Wagler
c06d19dd2e Set theme jekyll-theme-cayman 2020-11-29 20:30:54 +01:00
Wandmalfarbe
4558a4adf6 Travis CI: Build with the latest pandoc version 2.11.2. 2020-11-26 17:48:33 +01:00
Wandmalfarbe
a65960e55e Preparation for release of version 1.6.1 2020-11-26 17:32:13 +01:00
Wandmalfarbe
e93ef0ddb0 Issue #208: Fix compilation error when using tables because of missing calc package.
Merge with default template.
2020-11-26 17:15:28 +01:00
Wandmalfarbe
f15e2275a7 Preparation for release of version 1.6.0 2020-11-02 15:58:01 +01:00
Wandmalfarbe
cfa4da9eb5 Migrate from http://travis-ci.org to http://travis-ci.com 2020-10-29 13:27:50 +01:00