31 Commits (7f36404e0bd194142853752d20eb65844217f602)

Author SHA1 Message Date
Wandmalfarbe 7f36404e0b Issue 61: Added support for a logo on the title page. 6 years ago
Philipp Dargel 61f64fcaac add book option 6 years ago
Wandmalfarbe 23a97eaf0d Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Rebuild the examples. 6 years ago
Carsten Gips 154bc35e22 Book: Distinguish even/odd pages in header with twoside 6 years ago
Wandmalfarbe 540173c741 It is now possible to change the text in the header and footer. 6 years ago
Wandmalfarbe fe3e3d1475 Fix #40: Header and footer can be disabled with the option `disable-header-and-footer`. 6 years ago
Wandmalfarbe 18a84f4f0f Issue #44: Line numbers in listings are enabled by default and can be disabled with the option "listings-disable-line-numbers". 6 years ago
Wandmalfarbe e27058c5d4 Fix #48: No error when using undefined color "Maroon" in template with the option "colorlinks". 6 years ago
Wandmalfarbe cb9af84189 Renamed non-standard metadata field "tags" to "keywords". 6 years ago
qjqqyy 324880a388
Fix alternating row colors in array/matrix. 6 years ago
Wandmalfarbe 40b00f3002 Fix #36: No option clash for package xcolor. 7 years ago
Wandmalfarbe 20c7cdd7b2 Fixed #28 7 years ago
Andre cddcb0a360 Added custom variable toc-own-page 7 years ago
Wandmalfarbe f9b234f151 Changed author capitalization on the title page. 7 years ago
Wandmalfarbe e85e08e489 Updated copyright year. 7 years ago
Wandmalfarbe c4b5397ad4 Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Changed color of the green title page. 7 years ago
Wandmalfarbe 70b79bfa02 Issue #26: The default line spacing can be changed via the option linestretch. 7 years ago
Wandmalfarbe 3e6e082b5f Issue #25: Default font can be changed via the font options (mainfont, sansfont, ...). 7 years ago
Werner Robitza 86ff9de440 add setting for caption justifications 7 years ago
Wandmalfarbe b18234a068 Added support for nice looking captions on tables and images. 7 years ago
Wandmalfarbe 7e493f4172 Issue #8: Source Sans Pro is now applied as the main font even when using XeLaTeX with polyglossia. 7 years ago
Wandmalfarbe c0fd31ac1a Issue #18: Each table starts with the same row colors. 7 years ago
Wandmalfarbe fce1ea1282 Added github like styling for block quotations. Listing line numbers are now inside the box. 7 years ago
Wandmalfarbe da376abc55 Issue #16: Chapter headings don't look strange anymore. 7 years ago
Wandmalfarbe d1dc442aff Issue #15: Uppercase author names should display correctly even when they contain national characters. 7 years ago
Wandmalfarbe e822f2fab6 Cleaned up the table color definition. 7 years ago
Martin Larsson 10c30f4902 added float-package and changed default placement 7 years ago
Wandmalfarbe 32f99d52a1 Cleaned up listing and color definition. 7 years ago
Wandmalfarbe 1ac59827eb Renamed the template file to`eisvogel.tex`. 7 years ago
Wandmalfarbe 0e2153eb52 Changed the link color and merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. 7 years ago
Wandmalfarbe fa70452e83 Added some special characters that can be used in listings (…, ≥, ≤, „, “,”). 7 years ago
Wandmalfarbe d9edef7059 Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex 7 years ago
Wandmalfarbe dee6a72215 Issue #9: Package ‘geometry’ is only used once even when there are additional options supplied via $geometry$. 7 years ago
Wandmalfarbe 6cc6d9bb60 Added a comment to the template with a link to the GitHub page. Changed the color of alternating table rows. 7 years ago
Wandmalfarbe fc584bb323 Code for tables is only loaded when tables are in the document. 8 years ago
Wandmalfarbe 2337e82b92 Tables have now alternate row colors. 8 years ago
Wandmalfarbe 747cad0197 Updated option for package `sourcesanspro`. 8 years ago
Wandmalfarbe 9c907b3efb Changed default language to American English. Added examples for German and Japanese. 8 years ago
Wandmalfarbe 414886239c Issue #7: Used package ‘pagecolor’ to change the color of the title page. 8 years ago
Wandmalfarbe 9a2a96f44c Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex 8 years ago
JWhy 7d6d964840 Fix title page color related error with pdflatex 8 years ago
Wandmalfarbe 542bf3144a Issue #5: Generate correct LaTeX when using multiple authors. 8 years ago
Wandmalfarbe af1f182c5c Issue #4: All page margins are now the same (2.5cm). 8 years ago
Wandmalfarbe b1139730ef Issue #3: Added support for a title page that can be modified. 8 years ago
Wandmalfarbe 9f625de2ac The default language German is only specified when no other language is set. 8 years ago
Wandmalfarbe 8a802a90ae Fix links inside captions in LaTeX output with links-as-notes. See 5048be5112 and https://github.com/jgm/pandoc/pull/3652. 8 years ago
Wandmalfarbe e01d7e6747 Fixed #1: listing commands are only used when the option “listings” is specified. 8 years ago
Wandmalfarbe 5aebad5fc9 Added a new command \passthrough that will be used by pandoc to circumvent escaping issues when using lstinline inside environments (see 730796ee31 and https://github.com/jgm/pandoc/issues/1629) 8 years ago
Wandmalfarbe e5cfacdb06 Removed some unused Code. Renamed the listing style to `eisvogel_listing_style`. 8 years ago
Wandmalfarbe 8c396bdc78 Fixed: There were section numbers even when `--number-sections` wasn’t set. 8 years ago