Commit Graph

49 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
3a1c96e507 Issue #182: Rename template to eisvogel.latex after release 2021-01-31 21:32:05 +01:00
Wandmalfarbe
cfa4da9eb5 Migrate from http://travis-ci.org to http://travis-ci.com 2020-10-29 13:27:50 +01:00
Pascal Wagler
b59a4e54bc
Added a common error to the readme (#199) 2020-10-11 22:32:53 +02:00
Pascal Wagler
ede242f31b
Added documentation about common errors to the readme (#198)
* Added documentation about common errors to the readme
2020-10-11 22:16:47 +02:00
Salim B
43f7476f51
Mention required LaTeX package for option footnotes-disable-backlinks (#148) 2020-03-26 22:45:07 +01:00
Wandmalfarbe
92dc4fd0be Closes #143: Typo tlmgr in README.md 2020-01-30 20:44:51 +01:00
Wandmalfarbe
21bd49f443 Corrected a typo in the README. 2020-01-19 15:16:14 +01:00
Wandmalfarbe
c4777e54bc Corrected a typo in the README. 2020-01-19 15:14:24 +01:00
Wandmalfarbe
8237b646ee Issue 141: Added a section on *required LaTeX packages* to the readme.
The section explains how to install the required packages with texlive and MiKtEX.
2020-01-19 15:13:08 +01:00
Wandmalfarbe
393eebd90c Added the examples page-background and japanese to the readme. 2019-12-23 23:17:48 +01:00
Danilo Carrabino
ec6454711e Added support for page background (#138)
- The variable `page-background` specifies the path to a background image for any page. The background image is scaled to cover the entire page.
- The variable `page-background-opacity` specifies the background image opacity and has a default value of `0.2`.
2019-12-23 22:01:56 +00:00
Wandmalfarbe
36e92c5eeb Closes #121: Clarify the location of the pandoc templates directory.
It is not beneficial to list the location for every OS, so I added a sentence to run `pandoc --version`. I also dropped the XP location and display the full folder path without `$XDG_DATA_HOME` or `~`.
2019-10-13 18:07:12 +02:00
Salim B
43140ba043 Improve formatting of footnotes. (#107)
- improve footnote formatting using package `footmisc`
- make the references from the footnotes at the bottom of the page into links back to the occurence of the footnotes in the main text and introduce an option `disable-footnote-backlinks` to disable this new behaviour.
- load pkg footnotebackref after pkg footnotehyper
- make footnote prettifying optional using template var
2019-10-03 20:20:22 +03:00
Wandmalfarbe
a24f339d6c Closes #123, #17: Added the variable code-block-font-size to change the font size for code blocks via the supplied LaTeX command. 2019-09-30 23:14:09 +02:00
Wandmalfarbe
7eff8ff442 Explained table-use-row-colors in the README. 2019-09-22 15:01:35 +02:00
Wandmalfarbe
c97a5aebe3 Changed README formatting. 2019-09-22 14:43:55 +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
50a425addb Fixed #95: The default float placement of figures can be changed with the variable float-placement-figure. 2019-05-03 23:05:20 +02:00
Andrew Zhou
0ae63fa231 Updated installation instructions in the README with new XDG support. (#89)
* Update Readme with new XDG support. Pandoc supports the XDG specification as of version 2.7.2.
* Added space between two sentences in the README.
2019-04-11 19:10:10 +02:00
Wandmalfarbe
782cea088d Rebuild the examples and set the language of the markdown documents to english. 2019-03-10 15:37:54 +01:00
Wandmalfarbe
af44b13e07 Updated the installation instructions and moved the release script to the tools folder. 2019-02-17 20:12:15 +01:00
Daniels Umanovskis
35aa4eac9e Add support for first-chapter variable in case it's desirable for the book not to begin with chapter 1 2018-12-20 21:32:04 +01:00
Pascal Wagler
bec1b56658
Merge pull request #67 from wollanup/master
Add option to avoid page break in listings
2018-11-30 19:42:14 +01:00
Garrit Franke
86a5f99561
Update semantically correct path in readme 2018-11-23 10:27:02 +01:00
wollanup
1ddbcdc2fe
Update README.md 2018-11-02 11:34:56 +01:00
Wandmalfarbe
7f36404e0b Issue 61: Added support for a logo on the title page. 2018-09-25 20:37:47 +02:00
Philipp Dargel
ab44ed727b add new variable to list of variables in readme 2018-09-09 18:09:40 +02:00
Philipp Dargel
20037b85f8 changed README to refer to variable 2018-09-09 17:12:45 +02:00
Wandmalfarbe
db9b419e4e Minor corrections in the readme. 2018-08-20 17:28:49 +02:00
Wandmalfarbe
cb29d33d8a Fix #53: Quoted some YAML fields to avoid automatic type inference. 2018-08-07 14:22:58 +02:00
Wandmalfarbe
540173c741 It is now possible to change the text in the header and footer. 2018-07-24 15:57:29 +02:00
Wandmalfarbe
e2b2e3d944 Added new option to the readme. 2018-07-24 14:07:29 +02:00
Wandmalfarbe
a433ab98fa Fixed link again. 2018-07-20 17:46:58 +02:00
Wandmalfarbe
c0a89fce9e Fixed dead link in the readme. 2018-07-20 17:44:06 +02:00
Wandmalfarbe
18a84f4f0f Issue #44: Line numbers in listings are enabled by default and can be disabled with the option "listings-disable-line-numbers". 2018-07-20 13:04:38 +02:00
Wandmalfarbe
77e6e7a0fb Forgot to rename "tags" in readme. 2018-07-20 12:27:49 +02:00
Andre
cddcb0a360 Added custom variable toc-own-page 2018-05-02 19:10:58 +02:00
Werner Robitza
86ff9de440 add setting for caption justifications
Allows setting the caption justification, as the default is to center
figures but left-align captions.
2017-12-13 14:36:44 +01:00
Wandmalfarbe
198caad091 Added more example images to the readme. 2017-12-12 22:06:05 +01:00
Wandmalfarbe
ae5b3fccac Travis: Install needspace package. Added travis button. 2017-11-13 20:05:30 +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
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
2e679ea2c0 Added documentation on typesetting a book and custom template variables. 2017-10-29 17:39:50 +01:00
Wandmalfarbe
ff134fd626 Added example for a green titlepage. 2017-10-28 18:42:21 +02:00
Wandmalfarbe
1ac59827eb Renamed the template file toeisvogel.tex. 2017-09-24 13:05:27 +02:00
Wandmalfarbe
460ee4a4cf Removed the button to download the preview PDF. 2017-08-14 23:47:46 +02:00
Wandmalfarbe
56e63f18b5 Renamed Readme.md to README.md. 2017-06-13 19:58:55 +02:00