Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-19 | Updated latex, beamer templates to support language divs/spans. | John MacFarlane | 1 | -7/+7 | |
Mainly this adds a template variable that can be filled by commands that make babel understand the polyglossia-style language directives. Thanks to mb21. | |||||
2015-10-18 | HTML-based templates: Use en dash between title prefix & title. | John MacFarlane | 1 | -7/+7 | |
Instead of a hyphen. (Andrew Dunning.) | |||||
2015-10-18 | Man template: make "generated by" comment conditional. | John MacFarlane | 1 | -7/+7 | |
This allows it to be disabled for automated tests, so they needn't be updated every version bump. | |||||
2015-10-14 | reveal.js template changes (Andrew Dunning). | John MacFarlane | 1 | -7/+7 | |
- Add width, height variables to reveal.js. - 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 | LaTeX template: Add fontenc, indent, subparagraph variables. | John MacFarlane | 1 | -7/+7 | |
Thanks to Andrew Dunning. | |||||
2015-10-13 | Template changes: | John MacFarlane | 1 | -7/+7 | |
- Move HTML5 shiv after CSS (Andrew Dunning). - Fix HTML5 shiv URL (Andrew Dunning). - Add dir attribute in html5 (Andrew Dunning). - Realign beamer and LaTeX templates (Andrew Dunning). | |||||
2015-10-10 | Removed xltxtra, xunicode from LaTeX template. | John MacFarlane | 1 | -7/+7 | |
Thanks Andrew Dunning. Updated tests and changelog. | |||||
2015-10-10 | reveal.js template: add controls, progress variables. | John MacFarlane | 1 | -7/+7 | |
Thanks to Grégoire Pineau. | |||||
2015-10-10 | Adjusted latex template for changes to polyglossia-lang variable. | John MacFarlane | 1 | -7/+7 | |
2015-10-10 | Man template improvements: | John MacFarlane | 1 | -6/+7 | |
- Added comment stating that the page is autogenerated by pandoc, giving version. - Added `adjusting` and `hyphenate` variables. - Documented new variables. | |||||
2015-10-07 | Beamer template: Added space after colon in figure caption. | John MacFarlane | 1 | -7/+6 | |
2015-10-04 | Updated latex template to work better with tufte... | John MacFarlane | 1 | -7/+7 | |
and other packages that include hyperref or color. Thanks to Xavier Olive. | |||||
2015-10-03 | Template updates. | John MacFarlane | 1 | -7/+7 | |
Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`. | |||||
2015-09-29 | Beamer template: allow setting outer/inner theme. | John MacFarlane | 1 | -7/+7 | |
2015-09-26 | Changes to templates to support handling of bidirectional text. | John MacFarlane | 1 | -7/+7 | |
(LaTeX, ConTeXt, HTML) | |||||
2015-09-25 | LaTeX, ConTeXt templates: more specific language variables. | John MacFarlane | 1 | -6/+7 | |
Instead of directly using `lang`, we now use `babel-lang` and `polyglossia-lang` and `context-lang`. These variables are set by the writers to the necessary values, based on the `lang` variable (which now always takes a value in BCP47 format). | |||||
2015-08-11 | LaTeX template: reverted change in abstract position. | John MacFarlane | 1 | -6/+5 | |
2015-08-11 | Revert "LaTeX template: move abstract to before `\maketitle`." | John MacFarlane | 1 | -5/+8 | |
This reverts commit aa08b4cd677b975cf63c451a3414df447e31b55c. | |||||
2015-08-09 | LaTeX template: move abstract to before `\maketitle`. | John MacFarlane | 1 | -8/+5 | |
See http://tex.stackexchange.com/questions/139469/to-have-abstract-in-the-docu ment-class-revtex | |||||
2015-07-06 | ConTeXt template: activate hanging indent for definition lists. | John MacFarlane | 1 | -7/+7 | |
(mb21) | |||||
2015-06-27 | Updated LaTeX template: `CJKoptions` variable, allow dvipsnames for colors. | John MacFarlane | 1 | -7/+7 | |
Thanks to Xavier Olive. The addition of the `CJKoptions` variable allows one to set (e.g.) a bigger font size for Asian fonts than latin ones. Including dvipsnames allows specifying colors like MidnightBlue for link colors. This brings in a dependency on the color package, but it is a standard package and required anyway by graphics. | |||||
2015-06-13 | Added CJKmainfont to latex template (Xavier Olive). | John MacFarlane | 1 | -7/+7 | |
2015-06-13 | epub templates: use 'author.role', not 'author.type'. | John MacFarlane | 1 | -5/+8 | |
2015-06-02 | Added default commonmark template. | John MacFarlane | 1 | -11/+5 | |
2015-05-27 | LaTeX template: Move hyperref before polyglossia. | John MacFarlane | 1 | -5/+11 | |
This avoids an error "Please load package hyperref before bidi package, and then try to run xelatex on your document again". See jgm/pandoc-templates #96. | |||||
2015-05-27 | LaTeX/beamer: added `setotherlanguages` in polyglossia. | John MacFarlane | 1 | -5/+5 | |
This uses an `otherlang` variable that takes a list of languages. As requseted in #2174. | |||||
2015-05-27 | Revealjs: allow 'center' to be set to false. | John MacFarlane | 1 | -5/+5 | |
2015-05-27 | Template changes. | John MacFarlane | 1 | -9/+5 | |
* Use polyglossia with xelatex in beamer (#85). * Provide `\tightlist` in beamer template (Anders Persson). * Add toccolor variable to control link color in toc (Kaixhin). | |||||
2015-05-11 | LaTeX, Beamer templates: use `bibliography` instead of `biblio-files`. | John MacFarlane | 1 | -7/+8 | |
Also use `\addbibresource` instead of `\bibliography` for biblatex. See #1661. | |||||
2015-05-10 | Fixed accidental reversion to earlier templates version. | John MacFarlane | 1 | -7/+7 | |
From last commit. | |||||
2015-05-09 | Improved warnings when image size can't be determined. | John MacFarlane | 1 | -7/+7 | |
Closes #1834. | |||||
2015-05-03 | LaTeX template: degrade gracefully if `\paragraph` not defined. | John MacFarlane | 1 | -7/+7 | |
2015-05-02 | latex template: use providecommand for tightlist. | John MacFarlane | 1 | -6/+7 | |
This avoids a conflict when memoir class is used. Thanks to Joseph Harriott. | |||||
2015-04-17 | Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into ↵ | John MacFarlane | 1 | -7/+6 | |
jlduran-latex-tightlist Conflicts: data/templates | |||||
2015-04-17 | LaTeX template: redefine `\paragraph`, `\subparagraph`... | John MacFarlane | 1 | -6/+7 | |
to behave more like section headers. Closes #1658. | |||||
2015-04-13 | LaTeX template: include grffile together with graphicx. | John MacFarlane | 1 | -7/+6 | |
This properly handles filenames containing spaces and dots. Closes #2074. | |||||
2015-04-12 | OpenDocument template: use `text:p` instead of `text:h` for title. | John MacFarlane | 1 | -5/+8 | |
Using `text:h` causes problems with numbering. Closes #2059. Thansk to @nkalvi for diagnosing this. | |||||
2015-04-07 | RST writer: better handling of raw latex inline. | John MacFarlane | 1 | -7/+5 | |
We use `` :raw-latex:`...` `` and add a definition for this role to the template. Closes #1961. | |||||
2015-04-07 | epub, epub3: added header-includes, include-before, include-after. | John MacFarlane | 1 | -9/+6 | |
Closes #1987. | |||||
2015-04-07 | reveal.js template: move custom css after theme. | John MacFarlane | 1 | -7/+9 | |
This allows custom css to modify themes, instead of being replaced by themes. | |||||
2015-03-31 | reveal.js template: add new configurable options. | John MacFarlane | 1 | -5/+8 | |
(Dmitry Smirnov, jgm/pandoc-templates#89) * Made option "center" configurable. * Added new options "maxScale" and "slideNumber". * Added comments to existing options. | |||||
2015-02-16 | Fixed revealjs template so style css is correctly included. | John MacFarlane | 1 | -8/+5 | |
Closes #1949. | |||||
2015-01-20 | revealjs template - link to non-minified css, js. | John MacFarlane | 1 | -7/+7 | |
The minified versions no longer ship with the library. | |||||
2014-12-28 | EPUB templates: use div, not p, for "rights" on title page. | John MacFarlane | 1 | -6/+7 | |
2014-11-17 | Really fix #1758. Add `id="cover"` to body on cover page. | John MacFarlane | 1 | -5/+7 | |
Not title page! | |||||
2014-11-16 | Removed extra body tag from epub3 template. | John MacFarlane | 1 | -7/+5 | |
This fixes a bug introduced by the previous fix. | |||||
2014-11-16 | epub, epub3 templates: Added id="cover" to body of titlepage. | John MacFarlane | 1 | -6/+6 | |
This aids styling, making it possible for example to set 0 margins on the title page. Closes jgm/pandoc#1758. | |||||
2014-09-27 | LaTeX template: Add shorthands=off to babel options. | John MacFarlane | 1 | -7/+6 | |
Closes #1648. | |||||
2014-09-26 | LaTeX template: load polyglossia before bibtex. | John MacFarlane | 1 | -8/+7 | |
Fixes jgm/pandoc-templates#70. Thanks to bluebirch. | |||||
2014-09-09 | LaTeX template: Added \VerbatimFootnotes if there is verbatim in notes. | John MacFarlane | 1 | -26/+7 | |
Fixes a bug when there is verbatim inside notes. Closes #1616. |