Commit graph

403 commits

Author SHA1 Message Date
Vaughn Iverson
37cfc617ed Removed quotes from around values inserted for parallaxBackgroundHorizontal and parallaxBackgroundVertical. These values should be integers, not strings 2015-11-15 18:29:30 -08:00
John MacFarlane
c31874467b opendocument template: Add "automatic-styles" tag.
This allows more customization.
See jgm/pandoc#2520.
2015-11-14 17:18:33 -08:00
John MacFarlane
ef963c3060 Merge pull request #141 from adunning/keywords
ConTeXt/LaTeX/Beamer clean-up
2015-11-12 16:00:56 -08:00
Andrew Dunning
e0bd757310 Provide separate linkcontrastcolor in ConTeXt. 2015-11-09 11:37:43 -05:00
Andrew Dunning
2823096cb4 Rename ConTeXt style to linkstyle.
Not necessary to write `normal` to prevent links from rendering as bold.
2015-11-09 11:35:47 -05:00
Andrew Dunning
3ed48ae68f Make LaTeX/ConTeXt link colour optional.
Prevents a conflict when base text is not black. This makes the
`hidelinks` option redundant.
2015-11-09 11:10:47 -05:00
John MacFarlane
12a0110a0a Beamer template: added code to prevent slide breaks inside paragraphs.
This will matter, in pracitce, only when `allowframebreaks` is used.

It is especially helpful for bibliography slides.

Closes #2442. Thanks to Nick Bart for the solution.
2015-10-30 11:04:48 -07:00
John MacFarlane
a3c8439ad6 Beamer template: fix incompatibility of section slides with natbib.
Natbib (and presumably biblatex) bibliography commands create
their own section.  Since these are in frame environments,
we have an incompatibility with the `\AtBeginSection` macro
which creates a special frame when a new section occurs.
(We can't have a frame inside another frame.)

This change disables `\AtBeginSection` inside bibliography
slides.

This supersedes #145.  See discussion tehre.
2015-10-29 10:10:42 -07:00
John MacFarlane
de2e524e7d Merge pull request #144 from adunning/html-keywords
Add keywords to HTML templates; realign.
2015-10-25 12:18:14 -07:00
John MacFarlane
2d4df824cd Merge pull request #143 from adunning/patch-1
Update dzslides template from source.
2015-10-25 12:17:19 -07:00
John MacFarlane
219dea4059 Merge pull request #142 from adunning/asciidoc
Fix author, date in AsciiDoc; add keywords, abstract.
2015-10-25 12:16:32 -07:00
Andrew Dunning
e7f2258c89 Always use $for$ to allow multiple options in LaTeX/ConTeXt/Beamer.
Also makes minor improvements to spacing. Adds indenting option to ConTeXt and multiple header/footer texts.
2015-10-23 08:55:45 -04:00
Andrew Dunning
400dadd444 Realign HTML templates.
Add lang, dir, quotes where not included previously; always make
display of author and date conditional.
2015-10-22 18:05:18 -04:00
Andrew Dunning
f92d725b05 Add keywords to HTML templates. 2015-10-22 18:01:27 -04:00
Andrew Dunning
7733b15c8d Update dzslides template from source. 2015-10-22 17:13:25 -04:00
Andrew Dunning
5481fb0853 Fix author, date in AsciiDoc; add keywords, abstract.
AsciiDoctor did not parse previous output.
2015-10-22 16:03:09 -04:00
John MacFarlane
06fe6706f1 Merge pull request #139 from adunning/patch-2
Simplify hyperref usage.
2015-10-20 14:59:38 -07:00
John MacFarlane
d2ae8a577b Merge pull request #140 from adunning/patch-1
ConTeXt link colour to black; define all sections.
2015-10-20 13:37:41 -07:00
Andrew Dunning
8264f9f8f8 Write title block in ConTeXt using \title.
This prevents a page number from appearing on the first page.
2015-10-20 16:07:18 -04:00
Andrew Dunning
d54b34cca6 ConTeXt link colour to black; define all sections.
Sets default link colour to black with normal style (default is bolded red/green links), per the discussion in #138. Provides heading styles for all section types applied by Pandoc.
2015-10-20 15:31:11 -04:00
Andrew Dunning
a84f822c30 Change default LaTeX link colour to black.
This reflects the default behaviour of `hyperref` when `colorlinks` is not enabled (but instead sets the colour to black when it is not specified by the user, for the sake of simplicity).
2015-10-20 14:38:48 -04:00
John MacFarlane
69ccb94916 Merge pull request #138 from adunning/patch-1
Expand ConTeXt variables; drop MkII support.
2015-10-20 11:24:11 -07:00
John MacFarlane
5d0aaa0b39 Merge pull request #137 from mb21/lang-inlines
LaTeX template: add babel-otherlangs and babel-newcommands
2015-10-19 23:01:46 -07:00
Andrew Dunning
17f380f089 Simplify hyperref usage.
The different usage for `xetex` appears to have been a workaround for bugs fixed in 2009 (see my question on this at <http://tex.stackexchange.com/questions/273339/what-hyperref-options-should-be-used-for-correct-unicode-output>), meaning that the same options can be used for all engines. The `subtitle` is used to set the PDF subject, following ConTeXt. The `bookmarks` option is enabled by default and does not need to be repeated.
2015-10-19 18:21:58 -04:00
Andrew Dunning
befc9e2e84 Expand ConTeXt variables; drop MkII support. 2015-10-19 17:55:56 -04:00
John MacFarlane
60228b4005 Merge pull request #136 from adunning/title-prefix
Use en dash to separate title-prefix.
2015-10-18 21:50:58 -07:00
John MacFarlane
69609ded4e Merge pull request #135 from adunning/fontspec
Use Ligatures=TeX for fontspec.
2015-10-18 21:50:11 -07:00
John MacFarlane
879f793fac Man: insert "automatically generated" comment only if pandoc-version set.
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-18 09:57:01 -07:00
mb21
e3cfba2926 LaTeX and beamer templates: add babel-otherlangs and babel-newcommands 2015-10-18 16:48:55 +02:00
Andrew Dunning
4ee7a20dfc Use en dash to separate title-prefix. 2015-10-16 08:48:24 -04:00
Andrew Dunning
a91783cee3 Use Ligatures=TeX for fontspec.
This avoids the ‘use `Ligatures=TeX` instead of `Mapping=tex-text`’
warning when using LuaTeX. The manual clarifies: “for consistency
`Ligatures=TeX` will perform the same function as `Mapping=tex-text`.”
2015-10-16 08:41:15 -04:00
John MacFarlane
319b641365 Merge pull request #134 from adunning/patch-1
Update reveal.js template from 3.1 source.
2015-10-14 20:46:54 -07:00
Andrew Dunning
d104c53565 Add width, height variables to reveal.js. 2015-10-14 17:31:23 -04:00
Andrew Dunning
da139313d2 Update reveal.js template from 3.1 source.
All configuration options are now available as variables, but are only be included if set (reveal.js uses defaults otherwise).
2015-10-14 17:15:21 -04:00
John MacFarlane
16a172d79c Merge pull request #133 from adunning/latex-options
Add fontenc, indent, subparagraph variables to LaTeX.
2015-10-14 10:02:49 -07:00
John MacFarlane
aad70de992 Merge pull request #113 from hugoroy/patch-1
Enable to hide links as plain text (hyperref option)
2015-10-13 20:31:51 -07:00
John MacFarlane
40cc09ff57 Merge pull request #132 from adunning/patch-1
Add `dir` variable to HTML5 and update shiv.
2015-10-13 20:30:25 -07:00
John MacFarlane
d998cfbfc3 Merge pull request #131 from adunning/master
Realign LaTeX and beamer templates.
2015-10-13 20:29:23 -07:00
Andrew Dunning
a108c1ea17 Move HTML5 Shiv after CSS.
Per usage notes at <https://github.com/aFarkas/html5shiv/blob/master/readme.md>.
2015-10-13 22:30:55 -04:00
Andrew Dunning
d6f2a585bc Add dir variable to HTML5 and update shiv.
Project moved from Google Code to <https://github.com/aFarkas/html5shiv>.
2015-10-13 22:22:38 -04:00
Andrew Dunning
4698c2f5cb Add fontenc, indent, subparagraph variables to LaTeX.
`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 02:03:42 -04:00
Andrew Dunning
92e66456ec Realign LaTeX and beamer templates.
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-11 01:39:56 -04:00
John MacFarlane
ff0db28a2c Merge pull request #130 from adunning/xltxtra
Remove xltxtra, xunicode from LaTeX template.
2015-10-10 16:07:25 -07:00
John MacFarlane
0081fa9306 Merge pull request #127 from lyrixx/patch-1
[Reveals] Be able to change customize 'progress' and 'controls'
2015-10-10 14:04:38 -07:00
John MacFarlane
f32abb9617 Merge pull request #129 from mb21/polyglossia-lang
Change variable to polyglossia-lang.name and .options
2015-10-10 13:52:06 -07:00
John MacFarlane
627f9344b3 Merge pull request #123 from alexvong1995/better-man-template
Better man template (Closes #117)
2015-10-10 13:13:03 -07:00
Andrew Dunning
5701a7cc35 Remove xltxtra, xunicode. 2015-10-10 11:22:30 -04:00
mb21
77cb2e5cfa Change variable to polyglossia-lang.name and .options 2015-10-07 22:46:44 +02:00
John MacFarlane
159a15c96c Added space after colon in figure captions.
Closes #128.
2015-10-07 09:48:10 -07:00
Grégoire Pineau
859c5feeb9 [Reveals] Be able to change customize 'progress' and 'controls' 2015-10-05 16:39:28 +02:00