summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAge
...
* | reveal.js template: move custom css after theme.John MacFarlane2015-04-07
| | | | | | | | | | This allows custom css to modify themes, instead of being replaced by themes.
* | reveal.js template: add new configurable options.John MacFarlane2015-03-31
| | | | | | | | | | | | | | | | (Dmitry Smirnov, jgm/pandoc-templates#89) * Made option "center" configurable. * Added new options "maxScale" and "slideNumber". * Added comments to existing options.
* | Merge pull request #2035 from lierdakil/issue2031John MacFarlane2015-03-30
|\ \ | | | | | | Docx Writer/Reference: Add keepNext to objects w/ captions
| * | Reference Docx: Add keepNext to table captionsNikolay Yakimov2015-03-29
| | |
| * | Docx Writer: Add a style to figure imagesNikolay Yakimov2015-03-29
| | | | | | | | | | | | | | | | | | | | | Figures with empty captions use style "Figure" Figures with nonempty captions use style "Figure with Caption", which is based on "Figure", and additionally has keepNext set.
* | | Add toc heading style to reference.docxNikolay Yakimov2015-03-29
|/ /
* | Reference Docx: update word/footnotes.xmlNikolay Yakimov2015-03-29
| |
* | Create reference files from unpacked archives with helper programNikolay Yakimov2015-03-28
| |
* | Add unpacked reference dataNikolay Yakimov2015-03-28
| |
* | Remove pre-built reference filesNikolay Yakimov2015-03-28
| |
* | Update reference.docxNikolay Yakimov2015-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following styles are set as custom: * Author * Abstract * Compact * Image Caption * Table Caption * Definition Term * Definition * First Paragraph Following styles are renamed to correspond with Word Normal.dotm * Block Quote -> Block Text * Link -> Hyperlink * Footnote Ref -> Footnote Reference Following styles added: * Caption Following styles' inheritance changed: * Image Caption <- Caption * Table Caption <- Caption
* | Fixed revealjs template so style css is correctly included.John MacFarlane2015-02-16
| | | | | | | | Closes #1949.
* | Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal2015-02-12
| | | | | | | | | | | | | | | | Word uses, by default, footnotes with id -1 and 0 for separators. If a user modifies reference.docx, they will end up with a settings.xml file that references these footnotes, but no such footnotes in the document. This will produce a corruption error. Here we add these to the document and settings.xml file, so future modifications won't break the file.
* | Docx Writer: Alter Blockquote style slightly.Jesse Rosenthal2015-02-11
| | | | | | | | | | | | | | Since blockquote derives from BodyText, we just want to specify by default that it won't indent, regardless of what BodyText does. Note that this will not produce any visible difference in the default configuration.
* | Docx Writer: Update reference.docxJesse Rosenthal2015-02-11
| | | | | | | | | | This updates reference.docx to make BodyText a quick style, and inherit from it appropriately.
* | Added FirstParagraph to docx templates.Jesse Rosenthal2015-02-09
| |
* | revealjs template - link to non-minified css, js.John MacFarlane2015-01-20
| | | | | | | | The minified versions no longer ship with the library.
* | Remove SourceCode style from reference.docx.John MacFarlane2015-01-12
| | | | | | | | | | | | | | | | This is added automatically by the docx writer. If it's in the template, we'll get two copies. See #1872.
* | EPUB templates: use div, not p, for "rights" on title page.John MacFarlane2014-12-28
| |
* | Really fix #1758. Add `id="cover"` to body on cover page.John MacFarlane2014-11-17
| | | | | | | | Not title page!
* | Removed extra body tag from epub3 template.John MacFarlane2014-11-16
| | | | | | | | This fixes a bug introduced by the previous fix.
* | epub, epub3 templates: Added id="cover" to body of titlepage.John MacFarlane2014-11-16
| | | | | | | | | | This aids styling, making it possible for example to set 0 margins on the title page. Closes jgm/pandoc#1758.
* | LaTeX template: Add shorthands=off to babel options.John MacFarlane2014-09-27
| | | | | | | | Closes #1648.
* | LaTeX template: load polyglossia before bibtex.John MacFarlane2014-09-26
| | | | | | | | | | Fixes jgm/pandoc-templates#70. Thanks to bluebirch.
* | LaTeX template: Added \VerbatimFootnotes if there is verbatim in notes.John MacFarlane2014-09-09
|/ | | | | Fixes a bug when there is verbatim inside notes. Closes #1616.
* EPUB, EPUB3 templates: Handle structured metadata on titlepage.John MacFarlane2014-08-31
| | | | | | | | | | | | | | | | | | | | | | | | Previously we just expected 'title', 'subtitle', 'author', 'date'. Now we still support those, but also support the format recommended for epub metadata in the pandoc README: --- title: - type: main text: My Book - type: subtitle text: An investigation of metadata creator: - role: author text: John Smith - role: editor text: Sarah Jones identifier: - scheme: DOI text: doi:10.234234.234/33 publisher: My Press rights: (c) 2007 John Smith, CC BY-NC ...
* Docx writer: Bibliography entries get Bibliography style.John MacFarlane2014-08-23
| | | | Closes #1559.
* LaTeX template: disable microtype protrusion for typewriter font.John MacFarlane2014-08-20
| | | | Closes #1549. Thanks to lemzwerg.
* Fixed typo in templates README.John MacFarlane2014-08-17
|
* Updated README in templates to indicate templates license.John MacFarlane2014-08-16
| | | | The templates are duel licensed, BSD3 and GPL2+.
* EPUB3 template: add epub:type annotation in titlepage.John MacFarlane2014-08-13
|
* Docx Reader: Trim line breaks from the beginning and end of SectionJesse Rosenthal2014-08-12
| | | | | | Headers. We might also want to do this elsewhere (for pars, for example).
* epub3 template: Put title page in section with epub:type titlepage.John MacFarlane2014-08-12
|
* Docx writer: Print subtitle from metadata if present.John MacFarlane2014-07-29
| | | | | | Use Subtitle style. See #1451.
* Docx writer: include abstract with Abstract style.John MacFarlane2014-07-26
| | | | Addresses docx part of #1451.
* Include `lot` and `lof` variables in latex template.John MacFarlane2014-07-20
| | | | | | | | | | | | | These can be set to get `\listoftables` and `\listoffigures`. Closes #1407. At this point we won't add a command line argument, because this only affects one writer. But the variables can be set at the command line with -Vlof -Vlot or in YAML metadata.
* Custom writers now work with `--template`.John MacFarlane2014-07-16
| | | | Removed HTML header scaffolding from data/sample.lua.
* Made Citation information available in lua custom writer.John MacFarlane2014-07-16
|
* Added type attribute to link tags in epub3 template.John MacFarlane2014-07-08
| | | | | They are supposed to be only "advisory" in HTML5, but apparently kindlegen needs them.
* Merge remote-tracking branch 'jgm/master' into dokuwikiClare Macrae2014-06-29
|\
| * Added haddock template.John MacFarlane2014-06-18
| |
| * Updated default latex template so `\subtitle` works properly.John MacFarlane2014-06-09
| | | | | | | | Closes #1327.
| * Removed header1.xml, footer1.xml from reference.docx.John MacFarlane2014-06-01
| |
| * Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane2014-06-01
| |
| * LaTeX/Beamer templates: remove conditional around date.John MacFarlane2014-06-01
| | | | | | | | Closes #1321.
| * LaTeX template: Added linestretch variable.John MacFarlane2014-05-06
| | | | | | | | Documented this and fontfamily.
| * Added fontfamily variable to latex template. (tlvince)John MacFarlane2014-05-06
| |
| * Updated templates: conditionalize author/date in latex template.John MacFarlane2014-05-06
| |
| * Update latex/beamer templates: load upquote after fontenc.John MacFarlane2014-05-06
| |
| * Use \setkeys{Gin}{} to set appropriate defaults for \includegraphics.John MacFarlane2014-04-30
| | | | | | | | In pandoc and beamer templates. Thanks to Yihui Xie.