Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Fixed document encoding in texinfo template. | John MacFarlane | 1 | -5/+7 | |
Resolves Debian Bug #667816. | |||||
2012-04-03 | LaTeX writer: don't use eurosym package unless document has a €. | John MacFarlane | 1 | -5/+5 | |
2012-03-28 | Fixed issue with q in dzslides template. | John MacFarlane | 1 | -5/+5 | |
2012-03-25 | Added PDF metadata (title,author) in LaTeX standalone + PDF output. | John MacFarlane | 1 | -5/+5 | |
Closes #459. | |||||
2012-03-23 | dzslides: Updated template.html and styles in default template. | John MacFarlane | 1 | -5/+5 | |
Closes #454. | |||||
2012-03-15 | Added mathfont variable to latex template. | John MacFarlane | 1 | -5/+5 | |
2012-03-15 | LaTeX template tweaks: | John MacFarlane | 1 | -5/+5 | |
- allow geometry variable to be repeated for multiple options - use mainfont instead of romanfont | |||||
2012-03-14 | Updated latex template. | John MacFarlane | 1 | -5/+5 | |
2012-03-14 | Updated latex template. | John MacFarlane | 1 | -7/+5 | |
2012-03-14 | Added romanfont, sansfont, monofont variables to latex template. | John MacFarlane | 1 | -5/+7 | |
2012-03-14 | Added `geometry` variable to default LaTeX template. | John MacFarlane | 1 | -5/+5 | |
2012-03-07 | Set mainlang variable in context writer. | John MacFarlane | 1 | -11/+5 | |
This parallels behavior of latex writer. Mainlang is the last of a comma-separated list of languages in lang. | |||||
2012-03-07 | Fixes list label positions in beamer. | John MacFarlane | 1 | -5/+11 | |
2012-03-05 | Fixed ployglossia support in LaTeX template for multiple langs. | John MacFarlane | 1 | -5/+5 | |
\setmainlanguage will now just use the last of a comma-separated list of languages. | |||||
2012-03-04 | Fixed default LaTeX template so \euro and € work. | John MacFarlane | 1 | -9/+5 | |
Closes #309. | |||||
2012-03-04 | Updated LaTeX template for better language support. | John MacFarlane | 1 | -5/+9 | |
Uses polyglossia if xetex, sets lang as documentclass option. Thanks to François Gannaz. | |||||
2012-03-03 | Updated context template to avoid extra spaces. | John MacFarlane | 1 | -5/+5 | |
2012-03-03 | Use <q> tags for Quoted items for HTML5 output. | John MacFarlane | 1 | -5/+5 | |
The quote style can be changed by modifying the template or including a css file. A default quote style is included. | |||||
2012-02-11 | Fixed html5 template so it works properly with highlighting. | John MacFarlane | 1 | -5/+5 | |
2012-01-31 | Support `--mathml` flag in docbook. | John MacFarlane | 1 | -5/+5 | |
2012-01-30 | Added default.beamer template (separate from default.latex). | John MacFarlane | 1 | -7/+5 | |
2012-01-30 | Don't use \maxwidth in beamer template. Closes #394. | John MacFarlane | 1 | -5/+7 | |
2012-01-28 | Templates: Use dcterms.date for html5 metadata. | John MacFarlane | 1 | -5/+5 | |
This is required for validation. | |||||
2012-01-28 | dzslides template: center title slide. | John MacFarlane | 1 | -5/+5 | |
2012-01-25 | Added --slide-level option to override default. | John MacFarlane | 1 | -7/+5 | |
This allows users to select a slide level below the first header level with content. Note that content under sections above the slide level will not appear in slides (either in beamer or in HTML slide shows). This is primarily useful for creating documents that can be made into both slides and handouts (which contain additional content outside the slides). | |||||
2012-01-25 | Depend on highlighting-kate 0.5. | John MacFarlane | 1 | -5/+7 | |
This uses styleToCss instead of styleToHtml. | |||||
2012-01-25 | New latex templates with title slides for beamer. | John MacFarlane | 1 | -7/+5 | |
2012-01-24 | Updated templates. | John MacFarlane | 1 | -5/+7 | |
2012-01-24 | Updated dzslides template for new slide changes. | John MacFarlane | 1 | -5/+5 | |
2012-01-24 | Updated dzslides template for new highlighting-kate. | John MacFarlane | 1 | -5/+5 | |
2012-01-11 | Split html template into html, html5 templates. | John MacFarlane | 1 | -5/+5 | |
2011-12-30 | LaTeX template: color links blue. | John MacFarlane | 1 | -5/+5 | |
2011-12-30 | ConTeXt writer: Made `--toc` work even without `--number-sections`. | John MacFarlane | 1 | -5/+5 | |
2011-12-29 | DZSlides: Added dzslides/template.html. | John MacFarlane | 1 | -5/+5 | |
This is the unaltered file from the dzslides repository. Pandoc now reads it, looking for the core part, and includes this in the new dzslides template via the 'dzslides-core' variable. When dzslides is updated, you can just put the new template.html in your `~/.pandoc/dzslides` directory, and things should work -- provided the core part can be identified as everything from <!-- {{{{ dzslides core to the end of the file. This should make it a bit easier to keep up to date. | |||||
2011-12-29 | Added 'beamer' as an output format. | John MacFarlane | 1 | -7/+5 | |
Beamer output uses the default LaTeX template, with some customizations via variables. Added `writerBeamer` to `WriterOptions`. Added `--beamer` option to `markdown2pdf`. | |||||
2011-12-27 | Updated templates; changes for new highlighting-kate. | John MacFarlane | 1 | -5/+7 | |
2011-12-23 | LaTeX writer: Have LHS files set the "listings" variable. | John MacFarlane | 1 | -5/+5 | |
2011-12-23 | LaTeX writer: Implemented syntax highlighting for CodeBlocks. | John MacFarlane | 1 | -5/+5 | |
2011-12-20 | S5 template: Added titleslide class to title slide. | John MacFarlane | 1 | -7/+5 | |
2011-12-18 | EPUB: Added customizable templates for epub pages. | John MacFarlane | 1 | -7/+6 | |
epub-page.html, epub-coverimage.html, epub-titlepage.html. | |||||
2011-12-04 | Added blank comment after directives in rst template. | John MacFarlane | 1 | -6/+7 | |
Closes #321. | |||||
2011-12-01 | Updated templates. | John MacFarlane | 1 | -6/+5 | |
2011-12-01 | Made author/date more consistent in HTML templates. | John MacFarlane | 1 | -5/+8 | |
Authors are now h2, date h3. (Instead of h3/h4, as in the past.) | |||||
2011-11-29 | Use separate variables for meta-date, meta-author. | John MacFarlane | 1 | -7/+5 | |
This makes footnotes work in author and date fields. Closes #301. | |||||
2011-11-27 | Added 'lang' variable to LaTeX template. | John MacFarlane | 1 | -5/+7 | |
Thanks to Magnus Therning for the suggestion. | |||||
2011-11-17 | Use attributes for author/date. | John MacFarlane | 1 | -5/+5 | |
2011-11-16 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-11-08 | Update templates to use Content-Style-Type meta tag. | John MacFarlane | 1 | -5/+5 | |
Closes #337. | |||||
2011-11-07 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-11-07 | Updated templates. | John MacFarlane | 1 | -5/+5 | |