aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-03-04Better language defaults in LaTeX template.John MacFarlane1-2/+7
Thansk to Francois Gannaz. The lang variable is now included, if set, in documentclass options. polyglossia is used instead of babel if xetex.
2012-03-03Slight change in context template to avoid double spacing.John MacFarlane1-1/+2
2012-03-03Default q:quote style for HTML5 template.John MacFarlane1-0/+5
2012-02-29Merge pull request #5 from adityam/masterJohn MacFarlane1-3/+8
Better support for unnumbered sections in ConTeXt
2012-02-28Better support for unnumbered sectionsAditya Mahajan1-3/+8
In ConTeXt, the canonical method to get unumbered sections is to use \title {Unnumbered chapter} \subject {Unnumbered section} \subsubject {Unnumbered subsection} etc. However, pandoc generates \section {...} tags irrespective of whether `number-sections` is active or not. Personally I think that the default pandoc output is better than generating `\title`, `\subject`, etc. in the output. The current patch sets `number=no` for first four level of section heads when `number-sections` is not set.
2012-02-11Added style tags around highlighting css in html5 template.John MacFarlane1-0/+2
2012-01-31Docbook: Alternate doctype if mathml is used.John MacFarlane1-0/+5
2012-01-30Split off default.beamer from default.latex.John MacFarlane2-29/+142
2012-01-30LaTeX: Don't include \maxwidth in beamer.John MacFarlane1-0/+3
It causes an error when you include an image.
2012-01-28Use dcterms.date for html5 metadata.John MacFarlane2-2/+2
2012-01-28dzslides: Center title page.John MacFarlane1-2/+3
2012-01-25latex: use ignorenonframetext on beamer, and make proper title slide.John MacFarlane1-1/+5
2012-01-25Added style tags around highlighting-css.John MacFarlane4-0/+8
This is needed because of change from h-k 0.4 to 0.5.
2012-01-25LaTeX template: code for section title slides in beamer.John MacFarlane1-0/+6
2012-01-24Revert titleslide change in dzslides.John MacFarlane1-1/+1
It is no longer needed because of changes in HTML writer.
2012-01-24Dzslides: tweaked titleslide css since header can now be any level.John MacFarlane1-1/+1
2012-01-24s5: Removed now-unused s5includes variable.John MacFarlane1-4/+0
2012-01-24slidy: Removed now-unused slidy-css and slidy-js variables.John MacFarlane1-16/+0
2012-01-24dzslides template: Fixed css for new highlighting-kate.John MacFarlane1-4/+0
2012-01-11Split html template into html, html5 templates.John MacFarlane2-28/+54
2012-01-08Removed openxml template.John MacFarlane1-15/+0
2012-01-08openxml: More namespaces.John MacFarlane1-0/+2
2012-01-08openxml: Added additional schemas to document tag.John MacFarlane1-2/+7
2012-01-07openxml: Added xmlns for relationships.John MacFarlane1-1/+2
2012-01-04Added math xmlns to openxml template.John MacFarlane1-1/+2
2012-01-03Added openxml template (writer still not implemented).John MacFarlane1-0/+6
2011-12-30LaTeX template: color links blue.John MacFarlane1-2/+6
2011-12-30ConTeXt: Made setuphead sensitive to `number-sections` variable.John MacFarlane1-3/+3
2011-12-29Replaced dzslides-core code with dzslides-core variable.John MacFarlane1-377/+1
2011-12-29LaTeX template: Changes to allow beamer output.John MacFarlane1-1/+16
2011-12-27Changed highlighting-css because of changes in highlighting-kate.John MacFarlane3-10/+0
This is now an entire <style> section, not just its contents.
2011-12-23LateX: Instead of having multiple imports of listings, combine to one.John MacFarlane1-4/+3
2011-12-23Add highlighting macros to default latex template.John MacFarlane1-0/+3
2011-12-20s5 : Add titleslide class to title slide.John MacFarlane1-1/+1
2011-12-18Added templates for epub coverimage, titlepage, regular page.John MacFarlane3-0/+54
This allows even more user customization.
2011-12-04default.rst: Added empty comment after directives.John MacFarlane1-0/+2
This prevents a subsequent indented paragraph from being captured by the directive. Closes pandoc#321.
2011-12-01Revert "LaTeX: Use \date{} if no date in metadata."John MacFarlane1-2/+0
This reverts commit 9ebdb944b6dd4acbca16129ec244f1795ac88316.
2011-12-01LaTeX: Use \date{} if no date in metadata.John MacFarlane1-0/+2
Thanks to Daron Wilson for the suggestion.
2011-12-01Slidy, HTML: Use h2 for author, h3 for date.John MacFarlane2-4/+4
Previously, title was h1, author h3, date h4. There was no real reason for skipping h2.
2011-11-29HTML-based templates: use separate variables for meta-date, meta-author.John MacFarlane4-16/+16
2011-11-27LaTeX template: if 'lang' is set, load babel.John MacFarlane1-0/+3
Thanks to Magnus Therning for the suggestion.
2011-11-17Improved author/date in asciidoc template.John MacFarlane1-2/+6
2011-11-16Added asciidoc template.John MacFarlane1-0/+22
2011-11-08Added Content-Style-Type to s5, slidy templates.John MacFarlane2-0/+2
2011-11-08Added Content-Style-Type meta tag for XHTML compliance.John MacFarlane1-0/+1
Closes pandoc#337.
2011-11-07Dzslides template - allow images to be their own size.John MacFarlane1-10/+0
2011-11-07Improved css for dzslides to prevent text spilling over R side.John MacFarlane1-2/+1
2011-11-07Updated dzslides template to current github version.John MacFarlane1-176/+299
2011-10-03dzslides: removed extra title element.John MacFarlane1-1/+0
2011-10-02dzslides: better default template.John MacFarlane1-10/+24
* No red color on incremental lists. * Show authors and date on title page. * Special styling for title slides (H1 by itself on slide). * Better default font and font size. * Better spacing between elements. * Styling for blockquote and pre.