Age | Commit message (Collapse) | Author | Files | Lines |
|
Mirrors behaviour for pdfTeX.
|
|
The color options are only used for setting the link colour; it is otherwise redundant (someone wanting to add colour to other parts of the document will likely have more complex needs).
|
|
font loading with simplefonts
|
|
Revert use of \setuphead for ConTeXt title block.
|
|
`header-includes` now occurs before setting of title,
author, etc. This allows you to include a definition of
`\subtitle`, for example, before `\subtitle` is called.
Redefining of `\paragraph` and `\subparagraph` now occurs
before `header-includes` rather than after.
|
|
The fallback definition is a no-op. In a class that does not
define `\subtitle`, the `subtitle` will not appear.
This changes earlier behavior, which was to add the subtitle
to the title. This had bad results with page headers etc.
|
|
Subtitle isn't always subject. Also, subtitle can contain
formatting, so we'd need a plain text version as with title.
Easier to remove.
|
|
This reverts commit edf101400a07fd099910fd52c5c55d83855b4c38, reversing
changes made to ff9ebaa31ae31401e236574e81c2e75609adc727.
|
|
Issue for title.meta when subtitle is set
|
|
|
|
simplefonts is required, since ConTeXt stable from TeX Live 2015 seems to have problem with some typefaces when not used.
|
|
Thanks to Rik Kabel on pandoc-discuss.
|
|
Valid values are empty (default), frame, vertical, horizontal.
|
|
reveal.js - Fix broken parallaxBackgroundHorizontal and parallaxBackgroundVertical support.
|
|
and parallaxBackgroundVertical. These values should be integers, not strings
|
|
This allows more customization.
See jgm/pandoc#2520.
|
|
ConTeXt/LaTeX/Beamer clean-up
|
|
|
|
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)
|