aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2015-05-27LaTeX, beamer: add setotherlanguages to polyglossia.John MacFarlane2-0/+2
2015-05-27Revealjs: Allow center to be set to false. Closes #93.John MacFarlane1-1/+1
2015-05-27Use polyglossia with xelatex in beamer. Closes #85.John MacFarlane1-1/+6
2015-05-27Merge pull request #90 from Kaixhin/masterJohn MacFarlane1-1/+1
Add option for ToC color
2015-05-27Merge pull request #97 from emwap/beamer_tightlistJohn MacFarlane1-0/+2
Provide the \tightlist command
2015-05-27Provide the \tightlist commandAnders Persson1-0/+2
Just as it is provided the default.latex template. Pandoc-1.14 expexts this command.
2015-05-11Beamer, LaTeX templates: Use `bibliography` instead of `biblio-files`.John MacFarlane2-10/+10
Also use `\addbibresource` instead of `\bibliography` for biblatex. See jgm/pandoc#1661.
2015-05-03Merge pull request #95 from lierdakil/fix-paragraph-undefinedJohn MacFarlane1-0/+4
Fix paragraph undefined problem
2015-05-03Fix paragraph undefined problemNikolay Yakimov1-0/+4
2015-05-02latex template: use providecommand for tightlist.John MacFarlane1-1/+1
This avoids a conflict when the memoir class is used. Closes #94.
2015-04-17LaTeX template: Added `\tightlist` definition.John MacFarlane1-0/+2
See jgm/pandoc#1571.
2015-04-17Merge pull request #92 from lierdakil/patch-1John MacFarlane1-0/+6
Redefine (sub)paragraphs in default LaTeX template
2015-04-17Redefine (sub)paragraphs in default LaTeX templateNikolay Yakimov1-0/+6
This should make those behave more like sections, as per https://github.com/jgm/pandoc/issues/1658
2015-04-13LaTeX: include grffile when including graphics.John MacFarlane1-1/+1
This allows filenames with spaces etc. See jgm/pandoc#2074.
2015-04-12OpenDocument: use text:p instead of text:h for title.John MacFarlane1-1/+1
Using text:h causes problems with numbering. See jgm/pandoc#2059.
2015-04-07rst template: Added conditional role definition for raw-latex.John MacFarlane1-0/+6
2015-04-07epub, epub3: added header-includes, include-before, include-after.John MacFarlane2-0/+18
Closes jgm/pandoc#1987.
2015-04-07reveal.js template: move custom css after theme.John MacFarlane1-3/+3
This allows custom css to modify themes, instead of being replaced by themes. Closes #91.
2015-04-01Add option for ToC colorKaixhin1-1/+1
2015-03-31Merge pull request #89 from onlyjob/reveal.jsJohn MacFarlane1-4/+6
reveal.js: add new configurable options and comments:
2015-04-01reveal.js: add new configurable options and comments:Dmitry Smirnov1-4/+6
* Made option "center" configurable. * Added new options "maxScale" and "slideNumber". * Added comments to existing options. Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
2015-02-16Fixed some cosmetic spacing issues in reveal.js template.John MacFarlane1-21/+21