Commit graph

394 commits

Author SHA1 Message Date
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
John MacFarlane
cddd99ccb2 Merge pull request #115 from xoolive/pr-tufte
Deal with conflicts with tufte-handout.cls
2015-10-04 21:42:43 -07:00
Xavier Olive
def68fce50 Keep the same options when color is already passed
Use `\PassOptionsToPackage` instead of `\usepackage` when package color
is already loaded.

Resolves: #116
See also: #107
2015-10-04 21:03:26 +02:00
Xavier Olive
f73de97de9 Deal with conflicts with tufte-handout.cls
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-04 21:03:26 +02:00
John MacFarlane
229ec44bb6 Merge pull request #122 from adunning/patch-1
Allow for font options in LaTeX.
2015-10-03 16:57:09 -07:00
Alex Vong
8a4bf5f764 Add a comment stating the man page is
`Automatically generated by Pandoc $pandoc-version$`.

* default.man: Add comment.
2015-10-01 02:28:17 +08:00
Alex Vong
304c65f73f Add new template variables $adjusting$ and $hyphenate$ for default.man.
$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-10-01 02:28:17 +08:00
Andrew Dunning
1d728214e8 Allow for font options. 2015-09-29 16:55:50 -04:00
John MacFarlane
2f5f539605 Merge pull request #121 from gbonnefille/inner-outer
Add support for inner/outer theme
2015-09-29 10:00:22 -07:00