Commit Graph

292 Commits

Author SHA1 Message Date
Wandmalfarbe
0e2153eb52 Changed the link color and merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. 2017-09-13 20:44:03 +02:00
Wandmalfarbe
fa70452e83 Added some special characters that can be used in listings (…, ≥, ≤, „, “,”). 2017-09-04 19:14:57 +02:00
Wandmalfarbe
d9edef7059 Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex 2017-08-15 00:11:37 +02:00
Wandmalfarbe
460ee4a4cf Removed the button to download the preview PDF. 2017-08-14 23:47:46 +02:00
Wandmalfarbe
dee6a72215 Issue #9: Package ‘geometry’ is only used once even when there are additional options supplied via $geometry$. 2017-08-14 22:40:36 +02:00
Wandmalfarbe
6cc6d9bb60 Added a comment to the template with a link to the GitHub page. Changed the color of alternating table rows. 2017-07-05 14:45:09 +02:00
Wandmalfarbe
56e63f18b5 Renamed Readme.md to README.md. 2017-06-13 19:58:55 +02:00
Wandmalfarbe
ae47564bc3 Travis: Do not install longtable with tlmgr as it breaks the build. 2017-06-13 19:53:10 +02:00
Wandmalfarbe
526d5d9e91 Changed icon size. 2017-06-13 19:21:42 +02:00
Wandmalfarbe
71f8d40bd3 Added an icon. 2017-06-13 19:03:33 +02:00
Wandmalfarbe
fc584bb323 Code for tables is only loaded when tables are in the document. 2017-06-09 14:46:57 +02:00
Wandmalfarbe
2337e82b92 Tables have now alternate row colors. 2017-06-09 14:35:22 +02:00
Wandmalfarbe
747cad0197 Updated option for package sourcesanspro. 2017-06-04 15:42:26 +02:00
Wandmalfarbe
4193c97c8a Added missing packages to the travis build. Disabled Japanese example because of a missing font. 2017-05-31 20:57:36 +02:00
Wandmalfarbe
942ee48002 Merge branch 'master' of https://github.com/Wandmalfarbe/pandoc-latex-template 2017-05-31 17:24:16 +02:00
Wandmalfarbe
9c907b3efb Changed default language to American English. Added examples for German and Japanese. 2017-05-31 17:24:05 +02:00
Wandmalfarbe
4df6779953 Merge pull request #6 from JWhy/patch-1
Fix title page color related error with pdflatex
2017-05-26 16:10:11 +02:00
Wandmalfarbe
414886239c Issue #7: Used package ‘pagecolor’ to change the color of the title page. 2017-05-26 15:58:44 +02:00
Wandmalfarbe
9a2a96f44c Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex 2017-05-26 15:33:22 +02:00
JWhy
7d6d964840 Fix title page color related error with pdflatex 2017-05-26 13:59:35 +02:00
Wandmalfarbe
542bf3144a Issue #5: Generate correct LaTeX when using multiple authors. 2017-05-26 12:48:04 +02:00
Wandmalfarbe
8a7f32d682 The link on the preview images points to the PDFs. 2017-05-24 17:02:55 +02:00
Wandmalfarbe
9db6dc0e64 Changed the preview image and added a license section. 2017-05-24 17:00:58 +02:00
Wandmalfarbe
3aea1fcb39 Added new examples for code highlighting. 2017-05-24 16:23:05 +02:00
Wandmalfarbe
af1f182c5c Issue #4: All page margins are now the same (2.5cm). 2017-05-18 23:27:56 +02:00
Wandmalfarbe
394d0028a7 Issue #3: Added examples for the title page and a build script 2017-05-18 22:41:05 +02:00
Wandmalfarbe
b1139730ef Issue #3: Added support for a title page that can be modified. 2017-05-18 21:17:28 +02:00
Wandmalfarbe
e3b9f8881f Added travis config file and travis badge in the readme. 2017-05-16 23:08:18 +02:00
Wandmalfarbe
05043ddc95 Fixed broken link and updated the examples. 2017-05-08 20:29:48 +02:00
Wandmalfarbe
cb80ceca76 Added some examples to the readme that explain how to change the document language or get numbered sections. 2017-05-08 15:04:28 +02:00
Wandmalfarbe
9f625de2ac The default language German is only specified when no other language is set. 2017-05-08 15:03:02 +02:00
Wandmalfarbe
8a802a90ae Fix links inside captions in LaTeX output with links-as-notes. See 5048be5112 and https://github.com/jgm/pandoc/pull/3652. 2017-05-08 13:41:56 +02:00
Wandmalfarbe
e01d7e6747 Fixed #1: listing commands are only used when the option “listings” is specified. 2017-05-08 01:18:40 +02:00
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) 2017-04-30 16:40:58 +02:00
Wandmalfarbe
e5cfacdb06 Removed some unused Code. Renamed the listing style to eisvogel_listing_style. 2017-03-26 15:21:42 +02:00
Wandmalfarbe
8c396bdc78 Fixed: There were section numbers even when --number-sections wasn’t set. 2017-03-19 17:58:49 +01:00
Wandmalfarbe
7838616fe9 Changed license to BSD 3-clause. 2017-02-28 15:48:51 +01:00
Wandmalfarbe
e062fc2741 Updated Readme.md 2017-02-28 15:47:35 +01:00
Wandmalfarbe
019bc7e1f9 Updated Readme.md with installation instructions for other operating systems. 2017-02-28 14:51:57 +01:00
Wandmalfarbe
a761929412 Merged with changes from jgm/pandoc-templates/blob/master/default.latex 2017-02-20 17:20:41 +01:00
Wandmalfarbe
1a84bcb053 Initial commit 2017-02-20 15:21:50 +01:00
Wandmalfarbe
1ec0c9f5c6 Initial commit 2017-02-20 15:17:22 +01:00