Khaveesh
4b7c6f41e4
My attempt at replacing fancyhdr with scrlayer-scrpage ( #174 )
...
Replace `fancyhdr` with `scrlayer-scrpage`
2021-02-07 23:33:40 +01:00
Wandmalfarbe
20c2bec7d1
Update copyright year
2021-01-31 22:41:37 +01:00
Wandmalfarbe
196279a218
Merge changes from the pandoc default latex template
2021-01-31 22:36:08 +01:00
Wandmalfarbe
9c56c48b99
Issue #221 : logo-width
has no hardcoded unit pt
anymore
2021-01-31 22:13:46 +01:00
Wandmalfarbe
e93ef0ddb0
Issue #208 : Fix compilation error when using tables because of missing calc
package.
...
Merge with default template.
2020-11-26 17:15:28 +01:00
Pascal Wagler
aaa91f30ac
Merge changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex ( #205 )
2020-10-29 12:54:07 +01:00
Wandmalfarbe
f80ea187cd
Revert "Merge changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex ( #204 )"
...
This reverts commit 27a5d106dc
.
2020-10-29 12:43:33 +01:00
Pascal Wagler
27a5d106dc
Merge changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex ( #204 )
2020-10-29 12:34:22 +01:00
Wandmalfarbe
d4cf54f440
Issue #163 : The command \thedate
can be used in the source document or metadata fields
2020-09-20 21:20:30 +02:00
Khaveesh
7763e06771
Fixed a couple of LuaLaTeX warnings ( #169 )
2020-05-03 22:01:46 +02:00
Alexandre ZANNI
f65b80c12f
Issue #149 : Remove graphicx
dependency
2020-03-25 17:33:12 +01:00
Wandmalfarbe
4dd81a33c5
Updated copyright year
2020-02-02 15:20:12 +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
1f44238c6a
Issue #135 : Fixed compilation failure when using the beamer
output format.
2019-12-08 16:16:53 +01:00
Wandmalfarbe
8ef72c6c9e
Issue #135 : Fixed wrong margins when not using the titlepage option.
2019-12-08 15:59:34 +01:00
Pascal Wagler
ad5ab13ba9
Fixed build error because geometry
is needed when using the titlepage. ( #127 )
2019-10-06 17:45:43 +03:00
Andrew Zhou
32a1e29cd6
Added missing $endif$ that caused a compilation failure. ( #125 )
2019-10-06 15:23:17 +03:00
Wandmalfarbe
914d67c99f
Specifying mainfont
when using PdfLaTeX should not change anything because mainfont
is only for XeLaTeX.
2019-10-05 18:01:52 +02:00
Wandmalfarbe
be2d243225
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
2019-10-05 17:59:58 +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
be52c88c08
Added support for background images on the title page.
2019-08-04 17:48:52 +02:00
Wandmalfarbe
86bf7c0d97
Issue #29 : Disable striped tables per default. Enable them with the option table-use-row-colors: true
.
2019-08-04 16:47:49 +02:00
Wandmalfarbe
0afdba6c59
Update listings definition for Java which is the default language when using listings.
2019-08-04 16:30:09 +02:00
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.
2019-07-01 21:38:48 +02:00
Wandmalfarbe
b33b1ab395
Fixed #2 : Long lines in code blocks wrap automatically.
2019-07-01 20:42:58 +02:00
Wandmalfarbe
542ca6c4ca
Deleted trailing whitespace.
2019-06-16 13:52:34 +02:00
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.
2019-06-16 13:38:52 +02:00
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.
2019-06-16 13:16:12 +02:00
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.
2019-06-12 22:57:25 +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
Wandmalfarbe
8b22496ba8
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
2019-05-01 14:28:15 +02:00
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$`.
2019-04-09 22:13:44 +02:00
Wandmalfarbe
e019477a81
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
2019-04-09 21:47:13 +02:00
Wandmalfarbe
45573f78ff
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex
2019-03-10 15:36:39 +01:00
Wandmalfarbe
5046ee08cd
Changed the top and bottom spacing of listings.
2019-03-10 15:24:58 +01:00
Wandmalfarbe
22d2949ad2
Moved listing colors to the listings block in the template.
2019-03-10 14:15:57 +01:00
Wandmalfarbe
9f931f7e3b
Removed unused \captionsetup[longtable]
. The caption position is already set with tablecaptionabove
from KOMA-Script.
2019-03-10 13:45:10 +01:00
Wandmalfarbe
445d0604ff
Removed double inclusion of package xcolor
and cleaned up some comments.
2019-03-10 13:33:03 +01:00
Wandmalfarbe
dfaf889910
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
2019-03-02 16:05:22 +01:00
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.
2019-03-02 15:35:14 +01:00
Wandmalfarbe
4c98497e5e
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
2019-02-17 19:57:54 +01:00
Wandmalfarbe
c1d4c2fc38
Issue #77 : Defined a default pagestyle to make it easier to change the pagestyle on certain pages or define a custom one.
2019-02-17 13:26:25 +01:00
Wandmalfarbe
dbd166f601
Updated copyright year.
2019-01-07 21:55:32 +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
Wandmalfarbe
1b1c6537f6
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex .
2018-11-04 17:20:07 +01:00
wollanup
c6b0a871f5
Update eisvogel.tex
2018-11-02 11:30:55 +01:00
Wandmalfarbe
a4dae56070
Fix #64 : Include setspace before hyperref to fix broken footnote links.
2018-10-12 14:49:04 +02:00
Wandmalfarbe
7f36404e0b
Issue 61: Added support for a logo on the title page.
2018-09-25 20:37:47 +02:00