aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-18Man: insert "automatically generated" comment only if pandoc-version set.John MacFarlane1-0/+2
This will make it possible to deactivate it for automatic tests, so they don't need to be updated every time we bump a version.
2015-10-14Merge pull request #134 from adunning/patch-1John MacFarlane1-31/+151
Update reveal.js template from 3.1 source.
2015-10-14Add width, height variables to reveal.js.Andrew Dunning1-0/+9
2015-10-14Update reveal.js template from 3.1 source.Andrew Dunning1-31/+142
All configuration options are now available as variables, but are only be included if set (reveal.js uses defaults otherwise).
2015-10-14Merge pull request #133 from adunning/latex-optionsJohn MacFarlane2-2/+8
Add fontenc, indent, subparagraph variables to LaTeX.
2015-10-13Merge pull request #113 from hugoroy/patch-1John MacFarlane1-1/+2
Enable to hide links as plain text (hyperref option)
2015-10-13Merge pull request #132 from adunning/patch-1John MacFarlane1-4/+4
Add `dir` variable to HTML5 and update shiv.
2015-10-13Merge pull request #131 from adunning/masterJohn MacFarlane2-40/+78
Realign LaTeX and beamer templates.
2015-10-13Move HTML5 Shiv after CSS.Andrew Dunning1-3/+3
Per usage notes at <https://github.com/aFarkas/html5shiv/blob/master/readme.md>.
2015-10-13Add `dir` variable to HTML5 and update shiv.Andrew Dunning1-2/+2
Project moved from Google Code to <https://github.com/aFarkas/html5shiv>.
2015-10-11Add fontenc, indent, subparagraph variables to LaTeX.Andrew Dunning2-2/+8
`fontenc` allows for a different encoding: closes #112. `indent` and `subparagraph` allow the default Pandoc overrides for these features to be disabled.
2015-10-11Realign LaTeX and beamer templates.Andrew Dunning2-40/+78
Adds new language and bidi variables; removes duplicated `\VerbatimFootnotes`. The standard `fontspec` variables, previously omitted, are now included. Beamer defaults to the font set as `sansfont`. If `mainfont` is set, the `serif` font theme will also be used, which uses this for the slide text (does not have to be a serif font per se). The paragraph indentation and use of the `url` package seem to have had no visible effect, and have been removed.
2015-10-10Merge pull request #130 from adunning/xltxtraJohn MacFarlane1-1/+0
Remove xltxtra, xunicode from LaTeX template.
2015-10-10Merge pull request #127 from lyrixx/patch-1John MacFarlane1-2/+2
[Reveals] Be able to change customize 'progress' and 'controls'
2015-10-10Merge pull request #129 from mb21/polyglossia-langJohn MacFarlane1-2/+4
Change variable to polyglossia-lang.name and .options
2015-10-10Merge pull request #123 from alexvong1995/better-man-templateJohn MacFarlane1-0/+10
Better man template (Closes #117)
2015-10-10Remove xltxtra, xunicode.Andrew Dunning1-1/+0
2015-10-07Change variable to polyglossia-lang.name and .optionsmb211-2/+4
2015-10-07Added space after colon in figure captions.John MacFarlane1-1/+1
Closes #128.
2015-10-05[Reveals] Be able to change customize 'progress' and 'controls'Grégoire Pineau1-2/+2
2015-10-04Merge pull request #115 from xoolive/pr-tufteJohn MacFarlane1-1/+9
Deal with conflicts with tufte-handout.cls
2015-10-04Keep the same options when color is already passedXavier Olive1-4/+4
Use `\PassOptionsToPackage` instead of `\usepackage` when package color is already loaded. Resolves: #116 See also: #107
2015-10-04Deal with conflicts with tufte-handout.clsXavier Olive1-0/+8
There are several conflicts that are raised when you use tufte-handout layout with the default.latex template, namely hyperref and color, which are already loaded by the class. This commit enables to only load `hyperref` and `color` packages if they are not already loaded (by Tufte).
2015-10-03Merge pull request #122 from adunning/patch-1John MacFarlane1-5/+5
Allow for font options in LaTeX.
2015-10-01Add a comment stating the man page isAlex Vong1-0/+2
`Automatically generated by Pandoc $pandoc-version$`. * default.man: Add comment.
2015-10-01Add new template variables $adjusting$ and $hyphenate$ for `default.man`.Alex Vong1-0/+8
$adjusting$ takes the values "l", "r", "c" or "b", which adjusts text to left, right, center or both margins respectively. $hyphenate$ is set to "true" by default, setting it to "false" will turn off hyphenation. * default.man: Add new variables $adjusting$ and $hyphenate$.
2015-09-29Allow for font options.Andrew Dunning1-5/+5
2015-09-29Merge pull request #121 from gbonnefille/inner-outerJohn MacFarlane1-0/+6
Add support for inner/outer theme
2015-09-29Addd support for inner/outer themeGuilhem Bonnefille1-0/+6
2015-09-26Merge pull request #120 from mb21/bidiJohn MacFarlane3-1/+22
Support bidirectional text output with XeLaTeX, ConTeXt and HTML
2015-09-26Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb213-1/+22
2015-09-25Merge pull request #114 from mb21/language-variablesJohn MacFarlane2-6/+6
LaTeX, ConTeXt: more specific language variables
2015-08-20LaTeX, ConTeXt: more specific language variablesmb212-6/+6
2015-08-20hidelinks take no argumentHugo Roy1-2/+2
2015-08-20Enable to hide links as plain text (hyperref option)Hugo Roy1-0/+1
Add a variable "hidelinks" to allow to hide links as plain text in LaTeX. It removes any color and borer. The variable does not need any particular argument (see https://www.tug.org/applications/hyperref/manual.html)
2015-08-11Revert "LaTeX template: move abstract to before `\maketitle`."John MacFarlane1-3/+3
This reverts commit 988a712310194d1994b71aacfc42616c6c75ac06.
2015-08-09LaTeX template: move abstract to before `\maketitle`.John MacFarlane1-3/+3
2015-07-06Merge pull request #108 from mb21/patch-2John MacFarlane1-1/+1
ConTeXt template description lists
2015-06-28ConTeXt template description listsmb211-1/+1
2015-06-27Merge pull request #106 from xoolive/pr-cjkJohn MacFarlane1-1/+1
Pass options to CJKmainfont (CJKoption)
2015-06-27Merge pull request #107 from xoolive/pr-colorJohn MacFarlane1-0/+1
Add dvipsnames colors
2015-06-27Rename CJKoption to CJKoptionsXavier Olive1-1/+1
2015-06-24Add dvipsnames colorsXavier Olive1-0/+1
2015-06-24Pass options to CJKmainfont (CJKoption)Xavier Olive1-1/+1
2015-06-13Merge pull request #99 from xoolive/masterJohn MacFarlane1-0/+4
Support for Asian languages, CJKmainfont label
2015-06-13Merge pull request #98 from majutsushi/epub-role-fixJohn MacFarlane2-2/+2
Use creator.role instead of creator.type
2015-06-02Support for Asian languages, CJKmainfont labelXavier Olive1-0/+4
Works only with xelatex. This is not a big deal since when it hits on a utf8 unknown char (say Asian script), pandoc suggests to switch to the xelatex engine.
2015-06-03Use creator.role instead of creator.typeJan Larres2-2/+2
The EPUB metadata description specifies "role" for creators, not "type": http://pandoc.org/README.html#epub-metadata This fixed the two epub templates to use the correct syntax.
2015-06-02Added default.commonmark template.John MacFarlane1-0/+21
2015-05-27LaTeX template: move hyperref before polyglossia.John MacFarlane1-17/+17
This avoids a warning: “Package bidi Error: Oops! you have loaded package hyperref after bidi package. Please load package hyperref before bidi package, and then try to run xelatex on your document again.” Closes #96.