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
Wandmalfarbe
f15e2275a7
Preparation for release of version 1.6.0
2020-11-02 15:58:01 +01:00
Wandmalfarbe
cfa4da9eb5
Migrate from http://travis-ci.org to http://travis-ci.com
2020-10-29 13:27:50 +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
Pascal Wagler
b59a4e54bc
Added a common error to the readme ( #199 )
2020-10-11 22:32:53 +02:00
Pascal Wagler
ede242f31b
Added documentation about common errors to the readme ( #198 )
...
* Added documentation about common errors to the readme
2020-10-11 22:16:47 +02:00
Wandmalfarbe
e6e5890494
Add package trimspaces
to travis build for the example boxes-with-pandoc-latex-environment-and-tcolorbox
2020-09-20 21:38:31 +02:00
Wandmalfarbe
08c0864eae
Hopefully fixing broken Travis build by removing the package verbatim
that should be installed anyway
2020-09-20 21:32:17 +02: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
Wandmalfarbe
2b989366b5
Preparation for release of version 1.5.0
2020-06-14 20:31:38 +02:00
Wandmalfarbe
4a2adb0b49
Issue #175 : Create release assets with and without version number for easy access
2020-06-14 20:15:14 +02:00
Wandmalfarbe
948150d172
Added example boxes-with-pandoc-latex-environment-and-tcolorbox
...
This example shows how to render beautiful boxes with the filter `pandoc-latex-environment` and the package `tcolorbox`.
2020-06-14 20:10:34 +02:00
Wandmalfarbe
84c0d9da68
Fix LaTeX installation problems on travis by installing everything manually
...
- There are always problems when installing LaTeX or pandoc from the default
Ubuntu repos because they are too old. Now I'm taking a sledgehammer to
crack the nut by installing everything manually. I'm also switching from
the language `r` to `java` because I plan to include unit tests written in
Java (they need Maven to run).
2020-05-03 23:19:48 +02:00
Wandmalfarbe
d1d8e8f08b
Fix Travis build by installing the python package wheel
(see https://github.com/pypa/setuptools/issues/1934 )
2020-05-03 22:48:48 +02:00
Wandmalfarbe
84b70f64dd
Updated the gitignore to exclude the unfinished unit tests and files from linux, macos, latex, windows
2020-05-03 22:46:39 +02:00
Khaveesh
7763e06771
Fixed a couple of LuaLaTeX warnings ( #169 )
2020-05-03 22:01:46 +02:00
Salim B
43f7476f51
Mention required LaTeX package for option footnotes-disable-backlinks
( #148 )
2020-03-26 22:45:07 +01:00
Alexandre ZANNI
f65b80c12f
Issue #149 : Remove graphicx
dependency
2020-03-25 17:33:12 +01:00
Wandmalfarbe
5f740f8de0
Rebuild the examples
2020-02-02 15:41:58 +01:00
Wandmalfarbe
557c4d0620
Preparation for release of version 1.4.0
2020-02-02 15:34:06 +01:00
Wandmalfarbe
4dd81a33c5
Updated copyright year
2020-02-02 15:20:12 +01:00
Wandmalfarbe
92dc4fd0be
Closes #143 : Typo tlmgr
in README.md
2020-01-30 20:44:51 +01:00
Wandmalfarbe
21bd49f443
Corrected a typo in the README.
2020-01-19 15:16:14 +01:00
Wandmalfarbe
c4777e54bc
Corrected a typo in the README.
2020-01-19 15:14:24 +01:00
Wandmalfarbe
8237b646ee
Issue 141: Added a section on *required LaTeX packages* to the readme.
...
The section explains how to install the required packages with texlive and MiKtEX.
2020-01-19 15:13:08 +01:00
Wandmalfarbe
3527df56e3
Issue #140 : Added an example on how to compile Chinese documents.
2020-01-10 21:35:44 +01:00
Wandmalfarbe
d5155adebf
Fix travis build.
...
- Specify optional os as `linux`.
- Use the latest available distribution for R which is Ubuntu Xenial.
- Use the latest pandoc version `2.9.1`.
- Install the missing package `fontawesome5` which is needed for `awesomebox`.
2020-01-01 23:09:45 +01:00
Wandmalfarbe
274bed6726
Fix installation of setuptools
.
2020-01-01 22:34:58 +01:00
Wandmalfarbe
4938fc9d85
Hopefully fix failing travis build.
2020-01-01 22:30:27 +01:00
Wandmalfarbe
15241862ae
Use pip3
to install python based filters on travis.
2020-01-01 22:24:14 +01:00
Wandmalfarbe
5dea3bf00c
Install python filter pandoc-latex-environment
on travis to build the examples.
2020-01-01 22:16:32 +01:00
Wandmalfarbe
30c292c95b
Issue #115 : Added an example on how to generate admonition boxes.
...
- The example demonstrates the use of the filter `pandoc-latex-environments` to create custom admonition boxes with the `awesomebox` package.
*pandoc-latex-environment* is a pandoc filter for adding LaTeX environement on specific HTML div tags.
- Added LaTeX package `awesomebox` to the `travis.yml` file
2020-01-01 22:11:08 +01:00
Wandmalfarbe
8b27e324d5
Install missing package background
for the Travis build of the example page-background
.
2019-12-23 23:25:09 +01:00
Wandmalfarbe
1aeb8cc7da
Added example page-background
to the examples build and travis tests.
2019-12-23 23:20:58 +01:00
Wandmalfarbe
393eebd90c
Added the examples page-background
and japanese
to the readme.
2019-12-23 23:17:48 +01:00
Wandmalfarbe
b6b1983d4a
Added an example for page-background
.
2019-12-23 23:17:06 +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
b2a0703adc
Update changelog for version 1.3.1
.
2019-12-08 16:44:12 +01: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
Wandmalfarbe
955df39660
Preparation for release of version 1.3.0.
2019-10-26 17:28:18 +02:00
Wandmalfarbe
36e92c5eeb
Closes #121 : Clarify the location of the pandoc templates directory.
...
It is not beneficial to list the location for every OS, so I added a sentence to run `pandoc --version`. I also dropped the XP location and display the full folder path without `$XDG_DATA_HOME` or `~`.
2019-10-13 18:07:12 +02: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
Pascal Wagler
8f8fc7312f
Fixed Travis build. ( #124 )
2019-10-03 21:35:48 +03: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