Wandmalfarbe
914d67c99f
Specifying `mainfont` when using PdfLaTeX should not change anything because `mainfont` is only for XeLaTeX.
5 years ago
Wandmalfarbe
be2d243225
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
5 years ago
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
5 years ago
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.
5 years ago
Wandmalfarbe
be52c88c08
Added support for background images on the title page.
5 years ago
Wandmalfarbe
86bf7c0d97
Issue #29 : Disable striped tables per default. Enable them with the option `table-use-row-colors: true`.
5 years ago
Wandmalfarbe
0afdba6c59
Update listings definition for Java which is the default language when using listings.
5 years ago
Wandmalfarbe
537bf1c794
Support additional keyword colors when using `listings` for syntax highlighting.
The support depends on the used language. Some languages like `motorola68k`, `x86masm`, `inform`, `llvm`, `lua`, `metapost`, `mupad`, `ocl`, `python`, `verrilog`, `basic`, `cil`, `fortran` and `hansl` will have additional colors for some keywords.
5 years ago
Wandmalfarbe
b33b1ab395
Fixed #2 : Long lines in code blocks wrap automatically.
5 years ago
Wandmalfarbe
542ca6c4ca
Deleted trailing whitespace.
5 years ago
Wandmalfarbe
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.
5 years ago
Wandmalfarbe
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.
5 years ago
Wandmalfarbe
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.
5 years ago
Wandmalfarbe
50a425addb
Fixed #95 : The default float placement of figures can be changed with the variable `float-placement-figure`.
6 years ago
Wandmalfarbe
8b22496ba8
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
6 years ago
Juan Grigera
f99c6bd921
PR #87 : Support custom values for `secnumdepth` and `toc-depth`.
Removed obsolete section "TOC depth and section numbering deph". The defined default values can now be overridden with the variables `$toc-depth$` and `$secnumdepth$`.
6 years ago
Wandmalfarbe
e019477a81
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
6 years ago
Wandmalfarbe
45573f78ff
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex
6 years ago
Wandmalfarbe
5046ee08cd
Changed the top and bottom spacing of listings.
6 years ago
Wandmalfarbe
22d2949ad2
Moved listing colors to the listings block in the template.
6 years ago
Wandmalfarbe
9f931f7e3b
Removed unused `\captionsetup[longtable]`. The caption position is already set with `tablecaptionabove` from KOMA-Script.
6 years ago
Wandmalfarbe
445d0604ff
Removed double inclusion of package `xcolor` and cleaned up some comments.
6 years ago
Wandmalfarbe
dfaf889910
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
6 years ago
Andrew Hodgkinson
fc6fb9974e
Fixed #79 : Curly quotes present in code listings under XeTeX engine
* Used non-curly quotes in listings (`U+0022`) with XeTeX engine instead of `U+201D`.
* Updated example Markdown and example PDF to emphasise smart-vs-dumb quotes.
* Added comment that a fix for this workaround is already available but not released.
6 years ago
Wandmalfarbe
4c98497e5e
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
6 years ago
Wandmalfarbe
c1d4c2fc38
Issue #77 : Defined a default pagestyle to make it easier to change the pagestyle on certain pages or define a custom one.
6 years ago
Wandmalfarbe
dbd166f601
Updated copyright year.
6 years ago
Daniels Umanovskis
35aa4eac9e
Add support for first-chapter variable in case it's desirable for the book not to begin with chapter 1
6 years ago
Wandmalfarbe
1b1c6537f6
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
6 years ago
wollanup
c6b0a871f5
Update eisvogel.tex
6 years ago
Wandmalfarbe
a4dae56070
Fix #64 : Include setspace before hyperref to fix broken footnote links.
6 years ago
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
fixes https://github.com/Wandmalfarbe/pandoc-latex-template/issues/56
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.
Prevent `\rowcolors` in longtable from contaminating array/matrix environments in math mode.
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
Allows setting the caption justification, as the default is to center
figures but left-align captions.
7 years ago