Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Not necessary to write `normal` to prevent links from rendering as bold.
|
|
Prevents a conflict when base text is not black. This makes the
`hidelinks` option redundant.
|
|
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.
|
|
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.
|
|
Add keywords to HTML templates; realign.
|
|
Update dzslides template from source.
|
|
Fix author, date in AsciiDoc; add keywords, abstract.
|
|
Also makes minor improvements to spacing. Adds indenting option to ConTeXt and multiple header/footer texts.
|
|
Add lang, dir, quotes where not included previously; always make
display of author and date conditional.
|
|
|
|
|
|
AsciiDoctor did not parse previous output.
|
|
Simplify hyperref usage.
|
|
ConTeXt link colour to black; define all sections.
|
|
This prevents a page number from appearing on the first page.
|
|
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.
|
|
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).
|
|
Expand ConTeXt variables; drop MkII support.
|
|
LaTeX template: add babel-otherlangs and babel-newcommands
|
|
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.
|
|
|
|
Use en dash to separate title-prefix.
|
|
Use Ligatures=TeX for fontspec.
|
|
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.
|
|
|
|
|
|
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`.”
|
|
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).
|
|
Add fontenc, indent, subparagraph variables to LaTeX.
|
|
Enable to hide links as plain text (hyperref option)
|
|
Add `dir` variable to HTML5 and update shiv.
|
|
Realign LaTeX and beamer templates.
|
|
Per usage notes at <https://github.com/aFarkas/html5shiv/blob/master/readme.md>.
|
|
Project moved from Google Code to <https://github.com/aFarkas/html5shiv>.
|
|
`fontenc` allows for a different encoding: closes #112.
`indent` and `subparagraph` allow the default Pandoc overrides for
these features to be disabled.
|
|
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.
|
|
Remove xltxtra, xunicode from LaTeX template.
|
|
[Reveals] Be able to change customize 'progress' and 'controls'
|
|
Change variable to polyglossia-lang.name and .options
|
|
Better man template (Closes #117)
|
|
|
|
|
|
Closes #128.
|
|
|
|
Deal with conflicts with tufte-handout.cls
|
|
Use `\PassOptionsToPackage` instead of `\usepackage` when package color
is already loaded.
Resolves: #116
See also: #107
|
|
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).
|