github-actions[bot]
3b91566da2
Add changes
3 years ago
Wen Wei Tseng
328c589bc4
Add GitHub actions ( #267 )
Add GitHub actions
3 years ago
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.
3 years ago
shmalebx9
3aed2ca98d
Exclude title page from page count ( #230 )
3 years ago
Jacques Supcik
c5744f7e4a
Fix the example of boxes with awesomebox ( #261 )
3 years ago
Pascal Wagler
496dfcf67f
Merge changed from the pandoc default latex template ( #262 )
- Merged with dd7b83ac91/data/templates/default.latex
- Rebuild the examples
3 years ago
Michael Robson
4909f13d58
Update README.md ( #239 )
Fix broken link to example markdown file
4 years ago
Wandmalfarbe
ad404d0446
Regenerate examples
4 years ago
Khaveesh
4b7c6f41e4
My attempt at replacing fancyhdr with scrlayer-scrpage ( #174 )
Replace `fancyhdr` with `scrlayer-scrpage`
4 years ago
Wandmalfarbe
4e93f2ecc7
Update copyright year
4 years ago
Wandmalfarbe
b52d47aaa5
Disable color output in build script
4 years ago
Wandmalfarbe
4d2a946cd4
Run shell scripts with `bash` and not with `sh`
4 years ago
Wandmalfarbe
ac02de2aab
Skip examples `language-chinese` and `language-japanese` because they don't run on travis
4 years ago
Wandmalfarbe
221a18a84c
Restructure Examples & Add new build script
4 years ago
Wandmalfarbe
e437dbab45
Prepare for release of version 2.0.0
4 years ago
Wandmalfarbe
20c2bec7d1
Update copyright year
4 years ago
Wandmalfarbe
196279a218
Merge changes from the pandoc default latex template
4 years ago
Wandmalfarbe
9c56c48b99
Issue #221 : `logo-width` has no hardcoded unit `pt` anymore
4 years ago
Wandmalfarbe
3a1c96e507
Issue #182 : Rename template to `eisvogel.latex` after release
4 years ago
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.
4 years ago
Wandmalfarbe
a8728eb03f
Change title for documentation
4 years ago
Wandmalfarbe
46f2a7d5e1
Change title and description for documentation
4 years ago
Pascal Wagler
5f58228225
Update index.md
4 years ago
Pascal Wagler
c06d19dd2e
Set theme jekyll-theme-cayman
4 years ago
Wandmalfarbe
4558a4adf6
Travis CI: Build with the latest pandoc version `2.11.2`.
4 years ago
Wandmalfarbe
a65960e55e
Preparation for release of version 1.6.1
4 years ago
Wandmalfarbe
e93ef0ddb0
Issue #208 : Fix compilation error when using tables because of missing `calc` package.
Merge with default template.
4 years ago
Wandmalfarbe
f15e2275a7
Preparation for release of version 1.6.0
4 years ago
Wandmalfarbe
cfa4da9eb5
Migrate from http://travis-ci.org to http://travis-ci.com
4 years ago
Pascal Wagler
aaa91f30ac
Merge changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex ( #205 )
4 years ago
Wandmalfarbe
f80ea187cd
Revert "Merge changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex ( #204 )"
This reverts commit 27a5d106dc
.
4 years ago
Pascal Wagler
27a5d106dc
Merge changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex ( #204 )
4 years ago
Pascal Wagler
b59a4e54bc
Added a common error to the readme ( #199 )
4 years ago
Pascal Wagler
ede242f31b
Added documentation about common errors to the readme ( #198 )
* Added documentation about common errors to the readme
4 years ago
Wandmalfarbe
e6e5890494
Add package `trimspaces` to travis build for the example `boxes-with-pandoc-latex-environment-and-tcolorbox`
4 years ago
Wandmalfarbe
08c0864eae
Hopefully fixing broken Travis build by removing the package `verbatim` that should be installed anyway
4 years ago
Wandmalfarbe
d4cf54f440
Issue #163 : The command `\thedate` can be used in the source document or metadata fields
4 years ago
Wandmalfarbe
2b989366b5
Preparation for release of version 1.5.0
4 years ago
Wandmalfarbe
4a2adb0b49
Issue #175 : Create release assets with and without version number for easy access
4 years ago
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`.
4 years ago
Wandmalfarbe
84c0d9da68
Fix LaTeX installation problems on travis by installing everything manually
- There are always problems when installing LaTeX or pandoc from the default
Ubuntu repos because they are too old. Now I'm taking a sledgehammer to
crack the nut by installing everything manually. I'm also switching from
the language `r` to `java` because I plan to include unit tests written in
Java (they need Maven to run).
5 years ago
Wandmalfarbe
d1d8e8f08b
Fix Travis build by installing the python package `wheel` (see https://github.com/pypa/setuptools/issues/1934 )
5 years ago
Wandmalfarbe
84b70f64dd
Updated the gitignore to exclude the unfinished unit tests and files from linux, macos, latex, windows
5 years ago
Khaveesh
7763e06771
Fixed a couple of LuaLaTeX warnings ( #169 )
5 years ago
Salim B
43f7476f51
Mention required LaTeX package for option `footnotes-disable-backlinks` ( #148 )
5 years ago
Alexandre ZANNI
f65b80c12f
Issue #149 : Remove `graphicx` dependency
5 years ago
Wandmalfarbe
5f740f8de0
Rebuild the examples
5 years ago
Wandmalfarbe
557c4d0620
Preparation for release of version 1.4.0
5 years ago
Wandmalfarbe
4dd81a33c5
Updated copyright year
5 years ago
Wandmalfarbe
92dc4fd0be
Closes #143 : Typo `tlmgr` in README.md
5 years ago