Wandmalfarbe
8aa5da0038
Added line breaks in the license and used the official one from opensource.org so it gets recognized by GitHub.
2018-08-23 00:59:17 +02:00
Wandmalfarbe
db9b419e4e
Minor corrections in the readme.
2018-08-20 17:28:49 +02:00
Wandmalfarbe
7cdd698401
Merge pull request #57 from cagix/distinguish-even-odd-pages-in-header
...
Book: Distinguish even/odd pages in header with twoside
2018-08-20 17:21:56 +02:00
Carsten Gips
154bc35e22
Book: Distinguish even/odd pages in header with twoside
...
fixes https://github.com/Wandmalfarbe/pandoc-latex-template/issues/56
2018-08-08 17:29:51 +02:00
Wandmalfarbe
e31aedde72
Merge pull request #55 from cagix/fix-custom-titlepage-example-color
...
Fix custom-titlepage-example
2018-08-08 16:16:04 +02:00
Carsten Gips
aed5f5e379
custom-titlepage: change color from "ffffff" to "FFFFFF"
...
to should avoid LaTeX complaining about a wrong color:
pandoc custom-titlepage/custom-titlepage.md -o custom-titlepage/custom-titlepage.pdf --from markdown --template ../eisvogel.latex --listings
Error producing PDF.
! Missing number, treated as zero.
<to be read again>
f
l.339 \color[HTML]{ffffff}
2018-08-08 11:52:43 +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
fe3e3d1475
Fix #40 : Header and footer can be disabled with the option disable-header-and-footer
.
2018-07-24 13:44:08 +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
e27058c5d4
Fix #48 : No error when using undefined color "Maroon" in template with the option "colorlinks".
2018-07-20 12:37:24 +02:00
Wandmalfarbe
77e6e7a0fb
Forgot to rename "tags" in readme.
2018-07-20 12:27:49 +02:00
Wandmalfarbe
3be44920f6
Merge branch 'master' of https://github.com/Wandmalfarbe/pandoc-latex-template
2018-07-20 12:24:05 +02:00
Wandmalfarbe
cb9af84189
Renamed non-standard metadata field "tags" to "keywords".
2018-07-20 12:22:46 +02:00
Wandmalfarbe
fd7a45b71e
Merge pull request #47 from qjqqyy/patch-1
...
Fix alternating row colors in array/matrix.
2018-07-01 22:26:16 +02:00
qjqqyy
324880a388
Fix alternating row colors in array/matrix.
...
Prevent `\rowcolors` in longtable from contaminating array/matrix environments in math mode.
2018-07-02 03:44:28 +08:00
Wandmalfarbe
40b00f3002
Fix #36 : No option clash for package xcolor.
2018-05-06 11:58:41 +02:00
Wandmalfarbe
20c7cdd7b2
Fixed #28
2018-05-02 20:52:07 +02:00
Wandmalfarbe
b34762da19
Merge pull request #38 from Andre0512/toc-own-page
...
Added custom variable toc-own-page
2018-05-02 20:39:33 +02:00
Andre
cddcb0a360
Added custom variable toc-own-page
2018-05-02 19:10:58 +02:00
Wandmalfarbe
f9b234f151
Changed author capitalization on the title page.
2018-03-20 14:02:54 +01:00
Wandmalfarbe
e85e08e489
Updated copyright year.
2018-03-11 12:41:37 +01:00
Wandmalfarbe
c4b5397ad4
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex . Changed color of the green title page.
2018-02-22 19:49:23 +01:00
Wandmalfarbe
70b79bfa02
Issue #26 : The default line spacing can be changed via the option linestretch.
2018-01-16 14:24:37 +01:00
Wandmalfarbe
3e6e082b5f
Issue #25 : Default font can be changed via the font options (mainfont, sansfont, ...).
2018-01-16 14:20:45 +01:00
Wandmalfarbe
c1d62f1771
Merge pull request #24 from slhck/add-justification
...
Add setting for caption justifications.
2017-12-18 14:11:59 +01: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
0ee442578c
Travis: Compile with pandoc 2.0.2.
2017-12-12 21:59:25 +01:00
Wandmalfarbe
b098f4df1a
Added an example for images and tables.
2017-12-12 21:54:06 +01:00
Wandmalfarbe
b18234a068
Added support for nice looking captions on tables and images.
2017-12-12 21:52:47 +01:00
Wandmalfarbe
7e493f4172
Issue #8 : Source Sans Pro is now applied as the main font even when using XeLaTeX with polyglossia.
2017-11-19 21:00:57 +01:00
Wandmalfarbe
ae5b3fccac
Travis: Install needspace
package. Added travis button.
2017-11-13 20:05:30 +01:00
Wandmalfarbe
c0fd31ac1a
Issue #18 : Each table starts with the same row colors.
2017-11-13 13:13:16 +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
60aef01119
Travis: Install mdframed
package for block quotations.
2017-11-03 18:22:16 +01:00
Wandmalfarbe
b392bbf285
Rebuild the examples.
2017-11-03 18:19:15 +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
45336e0e10
Travis: Forgot to remove the old command.
2017-11-01 13:25:16 +01:00
Wandmalfarbe
b18db6b69f
Travis: no -i
option for sed
because it needs a special parameter on macOS but not on other systems.
2017-11-01 13:23:30 +01:00
Wandmalfarbe
46466829aa
Added an example for typesetting a book.
2017-10-31 17:04:55 +01:00
Wandmalfarbe
2e679ea2c0
Added documentation on typesetting a book and custom template variables.
2017-10-29 17:39:50 +01:00
Wandmalfarbe
b3e21593b3
Rebuild the examples.
2017-10-29 15:53:07 +01:00
Wandmalfarbe
da376abc55
Issue #16 : Chapter headings don't look strange anymore.
2017-10-29 15:51:33 +01:00
Wandmalfarbe
d1dc442aff
Issue #15 : Uppercase author names should display correctly even when they contain national characters.
2017-10-29 14:10:11 +01:00
Wandmalfarbe
ff134fd626
Added example for a green titlepage.
2017-10-28 18:42:21 +02:00
Wandmalfarbe
d424230eb3
Merge branch 'master' of https://github.com/Wandmalfarbe/pandoc-latex-template
2017-10-05 17:04:30 +02:00