Commit Graph

  • 0afdba6c59 Update listings definition for Java which is the default language when using listings. Wandmalfarbe 2019-08-04 16:30:09 +0200
  • 3300d4eedd load pkg footnotebackref after pkg footnotehyper Salim B 2019-07-24 01:40:10 +0200
  • d88a85d547 improve footnotes: Salim B 2019-07-22 14:00:49 +0200
  • f0407079bb introduce option toc-links (defaults to all) #106 Salim B 2019-07-22 13:27:46 +0200
  • 537bf1c794 Support additional keyword colors when using listings for syntax highlighting. Wandmalfarbe 2019-07-01 21:38:48 +0200
  • 21d92b4353 Fixed failing Travis build because of missing package fvextra. Wandmalfarbe 2019-07-01 21:34:48 +0200
  • b33b1ab395 Fixed #2: Long lines in code blocks wrap automatically. Wandmalfarbe 2019-07-01 20:42:58 +0200
  • a73fcc26c5 Preparation for release of version 1.2.4. v1.2.4 Wandmalfarbe 2019-06-16 14:05:37 +0200
  • 542ca6c4ca Deleted trailing whitespace. Wandmalfarbe 2019-06-16 13:52:34 +0200
  • e55a2c345f Recompiled the examples. Wandmalfarbe 2019-06-16 13:42:53 +0200
  • b38f9e4d79 Added an example on how to generate beamer slides. Wandmalfarbe 2019-06-16 13:41:29 +0200
  • da2d36e804 Fixed #99: Beamer document did not compile with pandoc when including the package titling. The generated LaTeX however did compile with an external LaTeX editor. Wandmalfarbe 2019-06-16 13:38:52 +0200
  • a02de6a670 Fixed #99: Don't fail when converting to LaTeX beamer. I've never paid attention to the output of the template when converting to beamer. It compiles now but uses the default style. Wandmalfarbe 2019-06-16 13:16:12 +0200
  • b04428cc0a Preparation for release of version 1.2.3. v1.2.3 Wandmalfarbe 2019-06-12 23:21:44 +0200
  • f192e92134 Fixed: #91, #98: Code blocks were too close to the text above. I introduced the wrong spacing in commit 5046ee08cd which fixed a very large margin between code blocks and the text above. As it turns out this was likely caused by an upstream bug in some package or the TeX distribution. It only existed in Tex Live 2018. Wandmalfarbe 2019-06-12 22:57:25 +0200
  • 50a425addb Fixed #95: The default float placement of figures can be changed with the variable float-placement-figure. Wandmalfarbe 2019-05-03 23:05:20 +0200
  • 8b22496ba8 Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Wandmalfarbe 2019-05-01 14:28:15 +0200
  • 74f28c42b4 Added a changelog. Wandmalfarbe 2019-04-12 19:58:28 +0200
  • 0ae63fa231 Updated installation instructions in the README with new XDG support. (#89) Andrew Zhou 2019-04-11 10:10:10 -0700
  • 7989559b4d Added space between two sentences in the README. #89 Wandmalfarbe 2019-04-11 19:07:36 +0200
  • fbbeeb8fab
    Update Readme with new XDG support. Andrew Zhou 2019-04-11 09:58:55 -0700
  • f99c6bd921 PR #87: Support custom values for secnumdepth and toc-depth. v1.2.2 Juan Grigera 2019-04-09 21:13:44 +0100
  • 03cf5f68a0 PR #87: Removed obsolete section "TOC depth and section numbering depth". The defined default values can now be overridden with the variables $toc-depth$ and $secnumdepth$. #87 Wandmalfarbe 2019-04-09 22:10:30 +0200
  • 70ecf7cad9 Merge branch 'master' of https://github.com/Wandmalfarbe/pandoc-latex-template Wandmalfarbe 2019-04-09 22:07:50 +0200
  • e019477a81 Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Wandmalfarbe 2019-04-09 21:47:13 +0200
  • 70509a9f0a minor change to support secnumdepth in yaml header Juan Grigera 2019-04-07 13:55:29 +0100
  • 5017b8a183 Improve Japanese dummy text JKPOKE 2019-04-06 06:56:29 +0900
  • 570b6b6404 Update eisvogel.tex #85 JKPOKE 2019-03-31 13:55:00 +0900
  • b5a1996ff4 Improve Japanese JKPOKE 2019-03-31 13:36:38 +0900
  • 2c3810b25d Changed name of the examples build script in the travis configuration so it can find the script again. v1.2.1 Wandmalfarbe 2019-03-10 21:01:27 +0100
  • 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. Wandmalfarbe 2019-03-10 20:56:15 +0100
  • 782cea088d Rebuild the examples and set the language of the markdown documents to english. Wandmalfarbe 2019-03-10 15:37:54 +0100
  • 45573f78ff Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex Wandmalfarbe 2019-03-10 15:36:39 +0100
  • 5046ee08cd Changed the top and bottom spacing of listings. Wandmalfarbe 2019-03-10 15:24:58 +0100
  • 22d2949ad2 Moved listing colors to the listings block in the template. Wandmalfarbe 2019-03-10 14:15:57 +0100
  • 9f931f7e3b Removed unused \captionsetup[longtable]. The caption position is already set with tablecaptionabove from KOMA-Script. Wandmalfarbe 2019-03-10 13:45:10 +0100
  • 445d0604ff Removed double inclusion of package xcolor and cleaned up some comments. Wandmalfarbe 2019-03-10 13:33:03 +0100
  • dfaf889910 Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. v1.2.0 Wandmalfarbe 2019-03-02 16:05:22 +0100
  • fc6fb9974e Fixed #79: Curly quotes present in code listings under XeTeX engine Andrew Hodgkinson 2019-03-03 03:35:14 +1300
  • affaa9cbb7 Added comment for fix #78 and removed packages that were included more than once. #78 Wandmalfarbe 2019-03-02 15:25:18 +0100
  • 4ea27fdb58 Update example PDF Andrew Hodgkinson 2019-02-26 11:33:19 +1300
  • 5a626358b5 Update example Markdown to emphasise smart-vs-dumb quotes Andrew Hodgkinson 2019-02-26 11:32:48 +1300
  • 96388346ed Non-curly ('dumb') listings quotes with XeLaTeX engine Andrew Hodgkinson 2019-02-26 11:32:24 +1300
  • 83c3105de7 Rebuild the examples. Added some output to the examples build script. Wandmalfarbe 2019-02-17 20:29:28 +0100
  • af44b13e07 Updated the installation instructions and moved the release script to the tools folder. Wandmalfarbe 2019-02-17 20:12:15 +0100
  • 4c98497e5e Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Wandmalfarbe 2019-02-17 19:57:54 +0100
  • c1d4c2fc38 Issue #77: Defined a default pagestyle to make it easier to change the pagestyle on certain pages or define a custom one. 1.1.0 Wandmalfarbe 2019-02-17 13:26:25 +0100
  • dbd166f601 Updated copyright year. Wandmalfarbe 2019-01-07 21:55:32 +0100
  • 7630b2c88c
    Merge pull request #74 from umanovskis/master Pascal Wagler 2018-12-22 12:22:55 +0100
  • 35aa4eac9e Add support for first-chapter variable in case it's desirable for the book not to begin with chapter 1 #74 Daniels Umanovskis 2018-12-20 21:32:04 +0100
  • 7c82f6fd8f Added script to make a release ZIP file. v1.0.0 Wandmalfarbe 2018-12-07 20:32:51 +0100
  • bec1b56658
    Merge pull request #67 from wollanup/master Pascal Wagler 2018-11-30 19:42:14 +0100
  • 5680dd6425
    Merge pull request #70 from garritfra/patch-1 Pascal Wagler 2018-11-30 19:37:59 +0100
  • 86a5f99561
    Update semantically correct path in readme #70 Garrit Franke 2018-11-23 10:27:02 +0100
  • 1b1c6537f6 Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Wandmalfarbe 2018-11-04 17:20:07 +0100
  • 5a2416417c
    Add support for listings-no-page-break #67 wollanup 2018-11-02 11:36:31 +0100
  • 1ddbcdc2fe
    Update README.md wollanup 2018-11-02 11:34:56 +0100
  • c6b0a871f5
    Update eisvogel.tex wollanup 2018-11-02 11:30:55 +0100
  • a292320dc2 Updated copyright year. Wandmalfarbe 2018-10-24 22:20:42 +0200
  • a4dae56070 Fix #64: Include setspace before hyperref to fix broken footnote links. Wandmalfarbe 2018-10-12 14:49:04 +0200
  • 50ad594fc5 Added logo on the custom title page. Wandmalfarbe 2018-09-25 20:49:19 +0200
  • 7f36404e0b Issue 61: Added support for a logo on the title page. Wandmalfarbe 2018-09-25 20:37:47 +0200
  • fc516545ef
    Merge pull request #58 from chisui/master Wandmalfarbe 2018-09-13 15:32:54 +0200
  • ab44ed727b add new variable to list of variables in readme #58 Philipp Dargel 2018-09-09 18:09:40 +0200
  • 20037b85f8 changed README to refer to variable Philipp Dargel 2018-09-09 17:12:45 +0200
  • fc90772d72 use book varibale in example build Philipp Dargel 2018-09-09 16:55:12 +0200
  • 61f64fcaac add book option Philipp Dargel 2018-09-09 16:42:40 +0200
  • 5eeb07d808
    Merge 22086263f4 into 23a97eaf0d #50 Leo 2018-08-25 21:06:40 +0000
  • 23a97eaf0d Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Rebuild the examples. Wandmalfarbe 2018-08-25 23:03:14 +0200
  • 8aa5da0038 Added line breaks in the license and used the official one from opensource.org so it gets recognized by GitHub. Wandmalfarbe 2018-08-23 00:59:17 +0200
  • db9b419e4e Minor corrections in the readme. Wandmalfarbe 2018-08-20 17:28:49 +0200
  • 7cdd698401
    Merge pull request #57 from cagix/distinguish-even-odd-pages-in-header Wandmalfarbe 2018-08-20 17:21:56 +0200
  • 154bc35e22 Book: Distinguish even/odd pages in header with twoside #57 Carsten Gips 2018-08-08 17:29:51 +0200
  • e31aedde72
    Merge pull request #55 from cagix/fix-custom-titlepage-example-color Wandmalfarbe 2018-08-08 16:16:04 +0200
  • aed5f5e379 custom-titlepage: change color from "ffffff" to "FFFFFF" #55 Carsten Gips 2018-08-08 11:52:43 +0200
  • cb29d33d8a Fix #53: Quoted some YAML fields to avoid automatic type inference. Wandmalfarbe 2018-08-07 14:22:58 +0200
  • 540173c741 It is now possible to change the text in the header and footer. Wandmalfarbe 2018-07-24 15:57:29 +0200
  • e2b2e3d944 Added new option to the readme. Wandmalfarbe 2018-07-24 14:07:29 +0200
  • fe3e3d1475 Fix #40: Header and footer can be disabled with the option disable-header-and-footer. Wandmalfarbe 2018-07-24 13:44:08 +0200
  • 22086263f4
    Customize toc title #50 Leo 2018-07-22 01:32:26 +0800
  • a433ab98fa Fixed link again. Wandmalfarbe 2018-07-20 17:46:58 +0200
  • c0a89fce9e Fixed dead link in the readme. Wandmalfarbe 2018-07-20 17:44:06 +0200
  • 18a84f4f0f Issue #44: Line numbers in listings are enabled by default and can be disabled with the option "listings-disable-line-numbers". Wandmalfarbe 2018-07-20 13:04:38 +0200
  • e27058c5d4 Fix #48: No error when using undefined color "Maroon" in template with the option "colorlinks". Wandmalfarbe 2018-07-20 12:37:24 +0200
  • 77e6e7a0fb Forgot to rename "tags" in readme. Wandmalfarbe 2018-07-20 12:27:49 +0200
  • 3be44920f6 Merge branch 'master' of https://github.com/Wandmalfarbe/pandoc-latex-template Wandmalfarbe 2018-07-20 12:24:05 +0200
  • cb9af84189 Renamed non-standard metadata field "tags" to "keywords". Wandmalfarbe 2018-07-20 12:22:46 +0200
  • fd7a45b71e
    Merge pull request #47 from qjqqyy/patch-1 Wandmalfarbe 2018-07-01 22:26:16 +0200
  • 324880a388
    Fix alternating row colors in array/matrix. #47 qjqqyy 2018-07-02 03:44:28 +0800
  • 40b00f3002 Fix #36: No option clash for package xcolor. Wandmalfarbe 2018-05-06 11:58:41 +0200
  • 20c7cdd7b2 Fixed #28 Wandmalfarbe 2018-05-02 20:52:07 +0200
  • b34762da19
    Merge pull request #38 from Andre0512/toc-own-page Wandmalfarbe 2018-05-02 20:39:33 +0200
  • cddcb0a360 Added custom variable toc-own-page #38 Andre 2018-05-02 19:10:58 +0200
  • 35fe0efa75
    Merge 425ecca72f into f9b234f151 #37 Julian 2018-04-29 13:14:22 +0000
  • 425ecca72f Adding support for tikz in template #37 Julhee 2018-04-29 15:04:01 +0200
  • f9b234f151 Changed author capitalization on the title page. Wandmalfarbe 2018-03-20 14:02:54 +0100
  • e85e08e489 Updated copyright year. Wandmalfarbe 2018-03-11 12:41:37 +0100
  • c4b5397ad4 Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Changed color of the green title page. Wandmalfarbe 2018-02-22 19:49:23 +0100
  • 70b79bfa02 Issue #26: The default line spacing can be changed via the option linestretch. Wandmalfarbe 2018-01-16 14:24:37 +0100
  • 3e6e082b5f Issue #25: Default font can be changed via the font options (mainfont, sansfont, ...). Wandmalfarbe 2018-01-16 14:20:45 +0100