aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Make texinfo encoding UTF-8 instead of utf-8.John MacFarlane1-1/+1
Resolves Debian Bug #667816.
2012-04-03LaTeX template: only include eurosym if the document uses a euro symbol.John MacFarlane1-0/+2
2012-03-28Better default for q in dzslides template.John MacFarlane1-0/+1
2012-03-28Removed styling of q in dzslides template.John MacFarlane1-9/+0
2012-03-25Include PDF metadata (author, title) in latex template.John MacFarlane1-0/+6
2012-03-23Updated dzslides styles based on new template.html.John MacFarlane1-6/+18
2012-03-15LaTeX template: Added mathfont variable.John MacFarlane1-0/+6
2012-03-15LaTeX: use mainfont instead of romanfont, allow multiple geometry.John MacFarlane1-5/+5
2012-03-14FIxed spacing in latex template.John MacFarlane1-12/+12
2012-03-14LaTeX template: don't use SetupFonts macro.John MacFarlane1-6/+13
2012-03-14Added romanfont, sansfont, monofont variables to latex template.John MacFarlane1-4/+15
Note: These only work with xelatex/lualatex.
2012-03-14Added `geometry` variable.John MacFarlane1-0/+3
2012-03-07Fixed spacing issue in context template.John MacFarlane1-1/+0
2012-03-07Use mainlang variable to set main language in context template.John MacFarlane1-2/+2
2012-03-07Merge pull request #6 from adityam/masterJohn MacFarlane1-0/+4
Set mainlanguage for ConTeXt
2012-03-07Fix list labels in beamer.John MacFarlane1-6/+0
This code (from the latex template) was causing bullets and list numbers to extend beyond the left edge of the slide in beamer. Removing it seems to fix things.
2012-03-05Set mainlanguage for ConTeXtAditya Mahajan1-0/+4
2012-03-05LaTeX template: use mainlang variable in \setmainlanguage.John MacFarlane1-1/+1
2012-03-04LaTeX commands to deal with \euro command with every engine.John MacFarlane1-0/+3
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.