Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-11 | Add fontenc, indent, subparagraph variables to LaTeX. | Andrew Dunning | 2 | -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-11 | Realign LaTeX and beamer templates. | Andrew Dunning | 2 | -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-10 | Merge pull request #130 from adunning/xltxtra | John MacFarlane | 1 | -1/+0 | |
Remove xltxtra, xunicode from LaTeX template. | |||||
2015-10-10 | Merge pull request #127 from lyrixx/patch-1 | John MacFarlane | 1 | -2/+2 | |
[Reveals] Be able to change customize 'progress' and 'controls' | |||||
2015-10-10 | Merge pull request #129 from mb21/polyglossia-lang | John MacFarlane | 1 | -2/+4 | |
Change variable to polyglossia-lang.name and .options | |||||
2015-10-10 | Merge pull request #123 from alexvong1995/better-man-template | John MacFarlane | 1 | -0/+10 | |
Better man template (Closes #117) | |||||
2015-10-10 | Remove xltxtra, xunicode. | Andrew Dunning | 1 | -1/+0 | |
2015-10-07 | Change variable to polyglossia-lang.name and .options | mb21 | 1 | -2/+4 | |
2015-10-07 | Added space after colon in figure captions. | John MacFarlane | 1 | -1/+1 | |
Closes #128. | |||||
2015-10-05 | [Reveals] Be able to change customize 'progress' and 'controls' | Grégoire Pineau | 1 | -2/+2 | |
2015-10-04 | Merge pull request #115 from xoolive/pr-tufte | John MacFarlane | 1 | -1/+9 | |
Deal with conflicts with tufte-handout.cls | |||||
2015-10-04 | Keep the same options when color is already passed | Xavier Olive | 1 | -4/+4 | |
Use `\PassOptionsToPackage` instead of `\usepackage` when package color is already loaded. Resolves: #116 See also: #107 | |||||
2015-10-04 | Deal with conflicts with tufte-handout.cls | Xavier Olive | 1 | -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-03 | Merge pull request #122 from adunning/patch-1 | John MacFarlane | 1 | -5/+5 | |
Allow for font options in LaTeX. | |||||
2015-10-01 | Add a comment stating the man page is | Alex Vong | 1 | -0/+2 | |
`Automatically generated by Pandoc $pandoc-version$`. * default.man: Add comment. | |||||
2015-10-01 | Add new template variables $adjusting$ and $hyphenate$ for `default.man`. | Alex Vong | 1 | -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-29 | Allow for font options. | Andrew Dunning | 1 | -5/+5 | |
2015-09-29 | Merge pull request #121 from gbonnefille/inner-outer | John MacFarlane | 1 | -0/+6 | |
Add support for inner/outer theme | |||||
2015-09-29 | Addd support for inner/outer theme | Guilhem Bonnefille | 1 | -0/+6 | |
2015-09-26 | Merge pull request #120 from mb21/bidi | John MacFarlane | 3 | -1/+22 | |
Support bidirectional text output with XeLaTeX, ConTeXt and HTML | |||||
2015-09-26 | Support bidirectional text output with XeLaTeX, ConTeXt and HTML | mb21 | 3 | -1/+22 | |
2015-09-25 | Merge pull request #114 from mb21/language-variables | John MacFarlane | 2 | -6/+6 | |
LaTeX, ConTeXt: more specific language variables | |||||
2015-08-20 | LaTeX, ConTeXt: more specific language variables | mb21 | 2 | -6/+6 | |
2015-08-11 | Revert "LaTeX template: move abstract to before `\maketitle`." | John MacFarlane | 1 | -3/+3 | |
This reverts commit 988a712310194d1994b71aacfc42616c6c75ac06. | |||||
2015-08-09 | LaTeX template: move abstract to before `\maketitle`. | John MacFarlane | 1 | -3/+3 | |
2015-07-06 | Merge pull request #108 from mb21/patch-2 | John MacFarlane | 1 | -1/+1 | |
ConTeXt template description lists | |||||
2015-06-28 | ConTeXt template description lists | mb21 | 1 | -1/+1 | |
2015-06-27 | Merge pull request #106 from xoolive/pr-cjk | John MacFarlane | 1 | -1/+1 | |
Pass options to CJKmainfont (CJKoption) | |||||
2015-06-27 | Merge pull request #107 from xoolive/pr-color | John MacFarlane | 1 | -0/+1 | |
Add dvipsnames colors | |||||
2015-06-27 | Rename CJKoption to CJKoptions | Xavier Olive | 1 | -1/+1 | |
2015-06-24 | Add dvipsnames colors | Xavier Olive | 1 | -0/+1 | |
2015-06-24 | Pass options to CJKmainfont (CJKoption) | Xavier Olive | 1 | -1/+1 | |
2015-06-13 | Merge pull request #99 from xoolive/master | John MacFarlane | 1 | -0/+4 | |
Support for Asian languages, CJKmainfont label | |||||
2015-06-13 | Merge pull request #98 from majutsushi/epub-role-fix | John MacFarlane | 2 | -2/+2 | |
Use creator.role instead of creator.type | |||||
2015-06-02 | Support for Asian languages, CJKmainfont label | Xavier Olive | 1 | -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-03 | Use creator.role instead of creator.type | Jan Larres | 2 | -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-02 | Added default.commonmark template. | John MacFarlane | 1 | -0/+21 | |
2015-05-27 | LaTeX template: move hyperref before polyglossia. | John MacFarlane | 1 | -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-27 | LaTeX, beamer: add setotherlanguages to polyglossia. | John MacFarlane | 2 | -0/+2 | |
2015-05-27 | Revealjs: Allow center to be set to false. Closes #93. | John MacFarlane | 1 | -1/+1 | |
2015-05-27 | Use polyglossia with xelatex in beamer. Closes #85. | John MacFarlane | 1 | -1/+6 | |
2015-05-27 | Merge pull request #90 from Kaixhin/master | John MacFarlane | 1 | -1/+1 | |
Add option for ToC color | |||||
2015-05-27 | Merge pull request #97 from emwap/beamer_tightlist | John MacFarlane | 1 | -0/+2 | |
Provide the \tightlist command | |||||
2015-05-27 | Provide the \tightlist command | Anders Persson | 1 | -0/+2 | |
Just as it is provided the default.latex template. Pandoc-1.14 expexts this command. | |||||
2015-05-11 | Beamer, LaTeX templates: Use `bibliography` instead of `biblio-files`. | John MacFarlane | 2 | -10/+10 | |
Also use `\addbibresource` instead of `\bibliography` for biblatex. See jgm/pandoc#1661. | |||||
2015-05-03 | Merge pull request #95 from lierdakil/fix-paragraph-undefined | John MacFarlane | 1 | -0/+4 | |
Fix paragraph undefined problem | |||||
2015-05-03 | Fix paragraph undefined problem | Nikolay Yakimov | 1 | -0/+4 | |
2015-05-02 | latex template: use providecommand for tightlist. | John MacFarlane | 1 | -1/+1 | |
This avoids a conflict when the memoir class is used. Closes #94. | |||||
2015-04-17 | LaTeX template: Added `\tightlist` definition. | John MacFarlane | 1 | -0/+2 | |
See jgm/pandoc#1571. | |||||
2015-04-17 | Merge pull request #92 from lierdakil/patch-1 | John MacFarlane | 1 | -0/+6 | |
Redefine (sub)paragraphs in default LaTeX template |