Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-13 | EPUB3 template: add epub:type annotation in titlepage. | John MacFarlane | 1 | -8/+5 | |
2014-08-12 | Docx Reader: Trim line breaks from the beginning and end of Section | Jesse Rosenthal | 1 | -5/+8 | |
Headers. We might also want to do this elsewhere (for pars, for example). | |||||
2014-08-12 | epub3 template: Put title page in section with epub:type titlepage. | John MacFarlane | 1 | -8/+5 | |
2014-07-29 | Docx writer: Print subtitle from metadata if present. | John MacFarlane | 1 | -0/+0 | |
Use Subtitle style. See #1451. | |||||
2014-07-26 | Docx writer: include abstract with Abstract style. | John MacFarlane | 1 | -0/+0 | |
Addresses docx part of #1451. | |||||
2014-07-20 | Include `lot` and `lof` variables in latex template. | John MacFarlane | 1 | -5/+8 | |
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. | |||||
2014-07-16 | Custom writers now work with `--template`. | John MacFarlane | 1 | -19/+4 | |
Removed HTML header scaffolding from data/sample.lua. | |||||
2014-07-16 | Made Citation information available in lua custom writer. | John MacFarlane | 1 | -2/+7 | |
2014-07-08 | Added type attribute to link tags in epub3 template. | John MacFarlane | 1 | -8/+5 | |
They are supposed to be only "advisory" in HTML5, but apparently kindlegen needs them. | |||||
2014-06-29 | Merge remote-tracking branch 'jgm/master' into dokuwiki | Clare Macrae | 26 | -5092/+28 | |
2014-06-28 | Updated to latest version of jgm/pandoc-templates - including default.dokuwiki | Clare Macrae | 1 | -5/+8 | |
2014-06-28 | Updated to latest version of jgm/pandoc-templates | Clare Macrae | 1 | -8/+5 | |
2014-06-18 | Added haddock template. | John MacFarlane | 1 | -7/+5 | |
2014-06-09 | Updated default latex template so `\subtitle` works properly. | John MacFarlane | 1 | -12/+6 | |
Closes #1327. | |||||
2014-06-01 | Removed header1.xml, footer1.xml from reference.docx. | John MacFarlane | 1 | -0/+0 | |
2014-06-01 | Docx writer: Header and footer are now carried over from reference.docx. | John MacFarlane | 1 | -0/+0 | |
2014-06-01 | LaTeX/Beamer templates: remove conditional around date. | John MacFarlane | 1 | -5/+13 | |
Closes #1321. | |||||
2014-05-06 | LaTeX template: Added linestretch variable. | John MacFarlane | 1 | -7/+5 | |
Documented this and fontfamily. | |||||
2014-05-06 | Added fontfamily variable to latex template. (tlvince) | John MacFarlane | 1 | -6/+6 | |
2014-05-06 | Updated templates: conditionalize author/date in latex template. | John MacFarlane | 1 | -5/+7 | |
2014-05-06 | Update latex/beamer templates: load upquote after fontenc. | John MacFarlane | 1 | -8/+5 | |
2014-04-30 | Use \setkeys{Gin}{} to set appropriate defaults for \includegraphics. | John MacFarlane | 1 | -11/+7 | |
In pandoc and beamer templates. Thanks to Yihui Xie. | |||||
2014-04-20 | MathMLinHTML: Fix deprecation warning | gwern | 1 | -10/+10 | |
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. | |||||
2014-04-11 | Beamer template: Consistent styles for figure and table captions | John MacFarlane | 1 | -5/+12 | |
Thanks to aaronwolen. | |||||
2014-04-11 | Beamer template: Adjust widths correctly for oversized images. | John MacFarlane | 1 | -7/+5 | |
Thanks to Garrick Aden-Buie for the patch. | |||||
2014-04-05 | Fixed PDF print function in reveal.js template. | John MacFarlane | 1 | -5/+7 | |
Closes #1220. Thanks to kevinkenan. | |||||
2014-04-04 | DocBook template: use authorgroup if there are authors. | John MacFarlane | 1 | -7/+5 | |
2014-04-04 | Added caption package to default beamer template. Closes #1200. | John MacFarlane | 1 | -7/+6 | |
2014-03-19 | beamer template: changes for better unicode handling. | John MacFarlane | 1 | -7/+7 | |
Ported from LaTeX template. Thanks to KarolS for the patch. | |||||
2014-03-04 | Added default.icml to templates. | John MacFarlane | 1 | -6/+7 | |
2014-02-20 | default.latex template: use fontenc package only for pdflatex. | John MacFarlane | 1 | -6/+6 | |
See #1164. | |||||
2014-02-18 | Move include-after to end in revealjs template. (certainlyakey) | John MacFarlane | 1 | -7/+6 | |
2014-01-02 | reference.odt: Tidied styles.xml. | John MacFarlane | 1 | -0/+0 | |
2013-12-27 | reference.docx: Include 'FootnoteText' style. | John MacFarlane | 1 | -0/+0 | |
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. | |||||
2013-12-13 | Allow use of `\includegraphics[size]` in beamer. | John MacFarlane | 1 | -6/+7 | |
This just required porting a macro definition from the default latex template to the default beamer template. | |||||
2013-12-13 | Added Cite function to sample.lua. | John MacFarlane | 1 | -0/+4 | |
2013-12-11 | latex template: Put header-includes after title. | John MacFarlane | 1 | -5/+7 | |
Closes #908. | |||||
2013-12-11 | default latex template: added abstract variable. | John MacFarlane | 1 | -8/+5 | |
2013-12-09 | Updated beamer template for booktabs. | John MacFarlane | 1 | -7/+7 | |
2013-12-03 | Use latest pandoc-templates. | John MacFarlane | 1 | -3/+6 | |
2013-12-04 | Add booktabs package for LaTeX tables | Jose Luis Duran | 1 | -8/+5 | |
[ci skip] | |||||
2013-11-30 | ConTeXt writer: Don't hardcode figure/table placement. | John MacFarlane | 1 | -6/+7 | |
Instead, let this be set in the template, using `\setupfloat`. Thanks to Aditya Mahajan for the suggestion. | |||||
2013-11-22 | ConTeXt writer: Use setupcaption to separate style from content. | John MacFarlane | 1 | -5/+7 | |
Instead of adding 'nunumber' every time we place a figure... Closes #1067. | |||||
2013-10-21 | Updated beamer template. | John MacFarlane | 1 | -5/+5 | |
Now references should work properly (in a slide) when `--biblatex` or `--natbib` is used. | |||||
2013-10-20 | Removed data files for s5, slideous, slidy. | John MacFarlane | 20 | -4599/+0 | |
Users of s5 and slideous will have to download the needed files, as has been documented for some time in the README. slidy files will be sought on the web, as before. | |||||
2013-09-24 | OpenDocument writer: don't use font-face-decls variable. | John MacFarlane | 1 | -8/+5 | |
2013-09-07 | HTML5 template: Add meta tag to allow user scaling. | John MacFarlane | 1 | -5/+8 | |
(Erik Evenson) | |||||
2013-08-24 | Removed dependency on citeproc-hs. | John MacFarlane | 1 | -458/+0 | |
Going forward we'll use pandoc-citeproc, as an external filter. The `--bibliography`, `--csl`, and `--citation-abbreviation` fields have been removed. Instead one must include `bibliography`, `csl`, or `csl-abbrevs` fields in the document's YAML metadata. The filter can then be used as follows: pandoc --filter pandoc-citeproc The `Text.Pandoc.Biblio` module has been removed. Henceforth, `Text.CSL.Pandoc` from pandoc-citations can be used by library users. The Markdown and LaTeX readers now longer format bibliographies and citations. That must be done using `processCites` or `processCites'` from Text.CSL.Pandoc. All bibliography-related fields have been removed from `ReaderOptions` and `WriterOptions`: `writerBiblioFiles`, `readerReferences`, `readerCitationStyle`. API change. | |||||
2013-08-11 | reference.odt: Change generator in meta.xml to Pandoc. | John MacFarlane | 1 | -0/+0 | |
2013-08-11 | ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance. | John MacFarlane | 2 | -8/+5 | |
See #939. We leave the nonconforming contextual-spacing attribute, which is provided by LibreOffice itself and seems to be supported. |