Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-27 | Updated README for pandco-templates. | John MacFarlane | 1 | -16/+23 | |
2017-02-20 | default.revealjs template: make 'history' default to true. | John MacFarlane | 1 | -1/+3 | |
2017-02-20 | Merge commit '9e52ac6bb02afd7b4ed5dad61021a1fa33051203' as 'data/templates' | John MacFarlane | 33 | -0/+2242 | |
2017-02-20 | Removed data/templates submodule. | John MacFarlane | 1 | -9/+0 | |
2017-02-06 | default.beamer changes (Thomas Hodgson): | John MacFarlane | 1 | -7/+7 | |
- Use dvipsnames options when colorlinks specified (otherwise we get an error for 'maroon') - Added titegraphic and logo variables. | |||||
2017-02-06 | Use unicode-math by default in default.latex template. | John MacFarlane | 1 | -6/+8 | |
mathspec will be used in xelatex if the `mathspec` variable is set; otherwise unicode-math will be used. Thanks to Václav Haisman. | |||||
2017-01-29 | Use latest master HEAD for templates. | John MacFarlane | 1 | -5/+6 | |
2017-01-26 | Split writeDocbook into writeDocbook4, writeDocbook5. | John MacFarlane | 1 | -5/+5 | |
Removed writerDocbookVersion in WriterOptions. Renamed default.docbook template to default.docbook4. Allow docbook4 as an output format. But alias docbook = docbook4. | |||||
2017-01-26 | EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3. | John MacFarlane | 1 | -5/+5 | |
Also include explicit epub2 output format in CLI tool. | |||||
2017-01-25 | Rename default.html template to default.html4. | John MacFarlane | 1 | -8/+5 | |
2017-01-25 | Copied a few changes from default.latex to default.beamer. | John MacFarlane | 1 | -12/+7 | |
(Wandmalfarbe) | |||||
2017-01-24 | Changed position of \VerbatimNotes and fancyvrb in latex, beamer templates. | John MacFarlane | 1 | -7/+12 | |
This fixes hyperlinks on footnotes in documents that contain verbatim in notes. (Note: the beamer template was updated to match the LaTeX template, but at this point verbatim in notes seems not to work in beamer.) Closes #3361. | |||||
2017-01-18 | Fix sample.lua barfing on Raw data (#3358) | bumper314 | 1 | -0/+4 | |
* Fix for "pandoc: user error (Incorrect result type (string expected, got nil))." when the source format contains Raw data. * Update sample.lua | |||||
2017-01-10 | LaTeX template: Add hyphen option to url package. | John MacFarlane | 1 | -7/+7 | |
2017-01-03 | LaTeX template: allow passing `microtypeoptions` to microtype. | John MacFarlane | 1 | -7/+7 | |
Thanks to Vaclav Haisman. | |||||
2016-12-30 | docbook5template: fix namespace declarations (Mauro Bieg). | John MacFarlane | 1 | -7/+7 | |
2016-12-09 | We no longer need the MathMLInHTML.js shim from 2004! | John MacFarlane | 1 | -70/+0 | |
2016-12-07 | Really fixed bash completion this time! | John MacFarlane | 1 | -1/+1 | |
Closes #2749. | |||||
2016-12-07 | Improved bash-completion for filenames with spaces. | John MacFarlane | 1 | -1/+1 | |
2016-12-07 | Fixed bash completion for filenames with spaces. | John MacFarlane | 1 | -4/+20 | |
Closes #2749. | |||||
2016-12-04 | LaTeX template: use correct separator for pdfkeywords. | John MacFarlane | 1 | -7/+7 | |
Needs a comma not a semicolon. Thanks to Wandmalfarbe. | |||||
2016-11-26 | [odt] Infer table's caption from the paragraph (#3224) | hubertp-lshift | 1 | -1/+1 | |
ODT's reader always put empty captions for the parsed tables. This commit 1) checks paragraphs that follow the table definition 2) treats specially a paragraph with a style named 'Table' 3) does some postprocessing of the paragraphs that combines tables followed immediately by captions The ODT writer used 'TableCaption' style name for the caption paragraph. This commit follows the open office approach which allows for appending captions to table but uses a built-in style named 'Table' instead of 'TableCaption'. Any users of odt format (both writer and reader) are therefore required to change the style's name to 'Table', if necessary. | |||||
2016-11-25 | Use pre-wrap for code in dzslides template (Nicolas Porcel). | John MacFarlane | 1 | -7/+7 | |
Otherwise overly long code will appear on every slide. | |||||
2016-11-08 | Inline code when text has a special style | Hubert Plociniczak | 1 | -0/+8 | |
When a piece of text has a text 'Source_Text' then we assume that this is a piece of the document that represents a code that needs to be inlined. Addapted an odt writer to also reflect that change; previously it was just writing a 'preformatted' text using a non-distinguishable font style. Code blocks are still not recognized by the ODT reader. That's a separate issue. | |||||
2016-10-25 | Add hypersetup options to beamer templates (Jake Zimmerman). | John MacFarlane | 1 | -9/+7 | |
2016-10-23 | Handle line blocks in sample.lua custom lua writer. | John MacFarlane | 1 | -0/+5 | |
2016-09-28 | LaTeX template: use footnote package to fix notes in tables. | John MacFarlane | 1 | -7/+9 | |
Thanks to Václav Haisman. | |||||
2016-09-28 | revealjs template: Added `notes-server` option (Yoan Blanc). | John MacFarlane | 1 | -5/+8 | |
jgm/pandoc-templates#212 | |||||
2016-09-28 | LaTeX template: set default figure placement. | John MacFarlane | 1 | -5/+5 | |
Thanks to Václav Haisman. This accompanies #3093. This change allows users to set the default figure placement for figures, instead of enforcing one choice. Users with custom templates will need to add this. | |||||
2016-09-25 | Use p tags for subtitle, author, date in epub, revealjs, slidy templates. | John MacFarlane | 1 | -8/+5 | |
See #3119. | |||||
2016-09-25 | HTML template: use p instead of h1 for subtitle, author, date. | John MacFarlane | 1 | -7/+7 | |
Closes #3119. | |||||
2016-09-23 | Beamer template: added support for fontfamilies. | John MacFarlane | 1 | -7/+7 | |
As already in LaTeX. Closes #216. | |||||
2016-08-11 | Added `themeoptions` variable to beamer template (Carsten Gips). | John MacFarlane | 1 | -7/+7 | |
2016-08-06 | Added `beamerarticle` variable. | John MacFarlane | 1 | -7/+7 | |
This causes the `beamerarticle` package to be loaded in beamer, to produce an article from beamer slides. (Carsten Gips) | |||||
2016-07-22 | Textile reader: support `bc..` extended code blocks. | John MacFarlane | 1 | -9/+7 | |
Also, remove trailing newline in code blocks (consistently with Markdown reader). | |||||
2016-07-20 | Restored whitespace between paragraphs in beamer template. | John MacFarlane | 1 | -7/+9 | |
See jgm/pandoc-templates#207. | |||||
2016-07-18 | LaTeX template: Added dummy definition for `\institute`. | John MacFarlane | 1 | -7/+7 | |
This isn't a standard command, and we want to avoid a crash when `institute` is used with the default template. | |||||
2016-07-01 | beamer, latex templates: pass biblatexoptions directly in package load. | John MacFarlane | 1 | -7/+7 | |
This allows runtime optinos to be used. Fixes jgm/pandoc-citeproc#201 | |||||
2016-06-30 | Added Zim Wiki writer, template and tests. | Alex Ivkin | 1 | -5/+8 | |
2016-06-25 | Added `secnumdepth` variable to LaTeX template. | John MacFarlane | 1 | -22/+5 | |
Closes #2920. | |||||
2016-06-20 | Implement RawInline and RawBlock in sample lua custom writer. | John MacFarlane | 1 | -0/+12 | |
Closes #2985. | |||||
2016-06-07 | latex template: fix for obscure hyperref/xelatex issue. | John MacFarlane | 1 | -7/+21 | |
Here's a minimal case: \documentclass[]{article} \usepackage{hyperref} \begin{document} \section{\%á} \end{document} Without this change, this fails on the second invocation of xelatex. See https://tex.stackexchange.com/questions/313266/and-non-ascii-characters-in-headings This affects inputs this like # %á with pdf output via xelatex. | |||||
2016-05-19 | LaTeX template: support for custom font families. | John MacFarlane | 1 | -7/+7 | |
Needed for correct polyglossia operation with Cyrillic fonts and perhaps can find some other usages. Example usage in YAML metadata: ``` fontfamilies: - name: \cyrillicfont font: Liberation Serif - name: \cyrillicfonttt options: Scale=MatchLowercase font: Liberation ``` (vladipus) | |||||
2016-05-01 | Added docbook5 template. | John MacFarlane | 1 | -7/+7 | |
2016-03-19 | Added `institute` variable in LaTeX and Beamer templates. | John MacFarlane | 1 | -7/+7 | |
2016-02-05 | Custom writer: Pass attributes parameter to CaptionedImage. | John MacFarlane | 1 | -1/+1 | |
Closes #2697. | |||||
2016-01-21 | Added default.tei TEI template | John MacFarlane | 1 | -7/+7 | |
2016-01-01 | HTML slide templates: add toc. (Andrew Dunning) | John MacFarlane | 1 | -14/+7 | |
2015-12-23 | Added 'paper' after $papersize$ variable in latex template. | John MacFarlane | 1 | -7/+14 | |
Thus you can say `papersize: a4` and the latex will contain `a4paper`. This change may break some existing workflows; if you currently specify `a4paper`, you'll get `a4paperpaper` which is meaningless. However, the change seems worth it, as it will make the `papersize` variable work uniformly across ConTeXt, LaTeX, and html->pdf via wkhtmltopdf. See https://github.com/jgm/pandoc/commit/3861df510c45ecfc0ac9581dc6f16b07eac4a 62d#commitcomment-15135193 | |||||
2015-12-19 | Beamer: Moved header-includes before setting of title etc. | John MacFarlane | 1 | -7/+7 | |
This matches a change already made in the LaTeX template (Thomas Hodgson). Closes jgm/pandoc-templates#168 |