summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAge
* 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.
| * MathMLinHTML: Fix deprecation warninggwern2014-04-20
| | | | | | | | | | | | | | | | The use of `nodeValue` on `Attr` objects causes a deprecation warning in Firefox since version 7. This patch causes calls to `value` instead of `nodeValue` for all `Attr` objects. This closes #362.
| * Beamer template: Consistent styles for figure and table captionsJohn MacFarlane2014-04-11
| | | | | | | | Thanks to aaronwolen.
| * Beamer template: Adjust widths correctly for oversized images.John MacFarlane2014-04-11
| | | | | | | | Thanks to Garrick Aden-Buie for the patch.
| * Fixed PDF print function in reveal.js template.John MacFarlane2014-04-05
| | | | | | | | Closes #1220. Thanks to kevinkenan.
| * DocBook template: use authorgroup if there are authors.John MacFarlane2014-04-04
| |
| * Added caption package to default beamer template. Closes #1200.John MacFarlane2014-04-04
| |
| * beamer template: changes for better unicode handling.John MacFarlane2014-03-19
| | | | | | | | Ported from LaTeX template. Thanks to KarolS for the patch.
| * Added default.icml to templates.John MacFarlane2014-03-04
| |
| * default.latex template: use fontenc package only for pdflatex.John MacFarlane2014-02-20
| | | | | | | | See #1164.
| * Move include-after to end in revealjs template. (certainlyakey)John MacFarlane2014-02-18
| |
| * reference.odt: Tidied styles.xml.John MacFarlane2014-01-02
| |
| * reference.docx: Include 'FootnoteText' style.John MacFarlane2013-12-27
| | | | | | | | | | | | | | | | Otherwise Word ignores the style, even when specified in the pPr element. I believe this should help with issue #901. You should now get 'FootnoteText' as the style of the footnote. You'll have to adjust the style yourself; it's currently just the same as Normal.
| * Allow use of `\includegraphics[size]` in beamer.John MacFarlane2013-12-13
| | | | | | | | | | This just required porting a macro definition from the default latex template to the default beamer template.
| * Added Cite function to sample.lua.John MacFarlane2013-12-13
| |
| * latex template: Put header-includes after title.John MacFarlane2013-12-11
| | | | | | | | Closes #908.
| * default latex template: added abstract variable.John MacFarlane2013-12-11
| |
| * Updated beamer template for booktabs.John MacFarlane2013-12-09
| |
| * Use latest pandoc-templates.John MacFarlane2013-12-03
| |
| * Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04
| | | | | | | | [ci skip]