aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2012-01-30Added default.beamer template (separate from default.latex).John MacFarlane1-7/+5
2012-01-30Don't use \maxwidth in beamer template. Closes #394.John MacFarlane1-5/+7
2012-01-28Templates: Use dcterms.date for html5 metadata.John MacFarlane1-5/+5
This is required for validation.
2012-01-28dzslides template: center title slide.John MacFarlane1-5/+5
2012-01-25Added --slide-level option to override default.John MacFarlane1-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-25Depend on highlighting-kate 0.5.John MacFarlane1-5/+7
This uses styleToCss instead of styleToHtml.
2012-01-25New latex templates with title slides for beamer.John MacFarlane1-7/+5
2012-01-24Updated templates.John MacFarlane1-5/+7
2012-01-24Updated dzslides template for new slide changes.John MacFarlane1-5/+5
2012-01-24Updated dzslides template for new highlighting-kate.John MacFarlane1-5/+5
2012-01-11Split html template into html, html5 templates.John MacFarlane1-5/+5
2011-12-30LaTeX template: color links blue.John MacFarlane1-5/+5
2011-12-30ConTeXt writer: Made `--toc` work even without `--number-sections`.John MacFarlane1-5/+5
2011-12-29DZSlides: Added dzslides/template.html.John MacFarlane1-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-29Added 'beamer' as an output format.John MacFarlane1-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-27Updated templates; changes for new highlighting-kate.John MacFarlane1-5/+7
2011-12-23LaTeX writer: Have LHS files set the "listings" variable.John MacFarlane1-5/+5
2011-12-23LaTeX writer: Implemented syntax highlighting for CodeBlocks.John MacFarlane1-5/+5
2011-12-20S5 template: Added titleslide class to title slide.John MacFarlane1-7/+5
2011-12-18EPUB: Added customizable templates for epub pages.John MacFarlane1-7/+6
epub-page.html, epub-coverimage.html, epub-titlepage.html.
2011-12-04Added blank comment after directives in rst template.John MacFarlane1-6/+7
Closes #321.
2011-12-01Updated templates.John MacFarlane1-6/+5
2011-12-01Made author/date more consistent in HTML templates.John MacFarlane1-5/+8
Authors are now h2, date h3. (Instead of h3/h4, as in the past.)
2011-11-29Use separate variables for meta-date, meta-author.John MacFarlane1-7/+5
This makes footnotes work in author and date fields. Closes #301.
2011-11-27Added 'lang' variable to LaTeX template.John MacFarlane1-5/+7
Thanks to Magnus Therning for the suggestion.
2011-11-17Use attributes for author/date.John MacFarlane1-5/+5
2011-11-16Updated templates.John MacFarlane1-5/+5
2011-11-08Update templates to use Content-Style-Type meta tag.John MacFarlane1-5/+5
Closes #337.
2011-11-07Updated templates.John MacFarlane1-5/+5
2011-11-07Updated templates.John MacFarlane1-5/+5
2011-11-07Updated templates.John MacFarlane1-5/+5
2011-10-03Updated templates.John MacFarlane1-12/+5
2011-10-02Better default dzslides template.John MacFarlane1-5/+12
2011-10-01Updated templates.John MacFarlane1-5/+5
2011-10-01Updated templates.John MacFarlane1-8/+5
2011-08-25Updated to use revised context template.John MacFarlane1-5/+8
2011-08-20ConTeXt writer: Changed 'descr' to 'description', fixed alignment.John MacFarlane1-5/+5
2011-08-18Updated templates.John MacFarlane1-5/+5
2011-08-01Fixed bug in html template with html5 and mathml.John MacFarlane1-5/+5
Closes #286.
2011-07-30LaTeX template: Minor spacing changes.John MacFarlane1-10/+5
2011-07-30LaTeX template: Don't use deprecated ucs package.John MacFarlane1-6/+9
Removed `\usepackage{ucs}` and `utf8x` encoding. The ucs package is no longer maintained, and it clashes with biblatex, csquotes, and other packages. Users who need good unicode support should use xetex or luatex.
2011-07-29Updated LaTeX template to use ifxetex/ifluatex rather than iftex.John MacFarlane1-5/+7
These are more likely to be in a basic TeX installation.
2011-07-28Added s5-url and slidy-url variables, instead of hard-coding.John MacFarlane1-5/+5
If you want to put your slidy files in the slidy subdirectory, for example, you can do pandoc -t slidy -V slidy-url=slidy -s
2011-07-24Insert CDATA around inline js/css in HTML, slidy.John MacFarlane1-9/+5
2011-07-23HTML writer/templates: Made TOC more customizable.John MacFarlane1-5/+9
The container for the TOC is now in the template, so users can insert a header or other styling. Thanks to Bruce D'Arcus for the suggestion.
2011-07-23HTML writer: Display author and date after title.John MacFarlane1-7/+5
2011-07-23Fixed latex template: don't use ucs if using biblatex.John MacFarlane1-6/+6
Thanks to Joseph Reagle.
2011-07-23Use different hyperref options for xetex.John MacFarlane1-10/+6
This fixes problems with unicode bookmarks on xetex. Thanks to CircleCode.
2011-07-23LaTeX writer: New template.John MacFarlane1-5/+11
2011-07-22Changed default template naming scheme.John MacFarlane1-5/+5
Instead of latex.template, we now have default.latex. An appropriate extension is added automatically if the value of `--template` has no extension. So, `pandoc --template=special -t latex` looks for `special.latex`, while `pandoc --template=special -t man` looks for `special.man`.