summaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
* Fixed html5 template so it works properly with highlighting.John MacFarlane2012-02-11
|
* Support `--mathml` flag in docbook.John MacFarlane2012-01-31
|
* Added default.beamer template (separate from default.latex).John MacFarlane2012-01-30
|
* Don't use \maxwidth in beamer template. Closes #394.John MacFarlane2012-01-30
|
* Templates: Use dcterms.date for html5 metadata.John MacFarlane2012-01-28
| | | | This is required for validation.
* dzslides template: center title slide.John MacFarlane2012-01-28
|
* Added --slide-level option to override default.John MacFarlane2012-01-25
| | | | | | | | | | | | 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).
* Depend on highlighting-kate 0.5.John MacFarlane2012-01-25
| | | | This uses styleToCss instead of styleToHtml.
* New latex templates with title slides for beamer.John MacFarlane2012-01-25
|
* Updated templates.John MacFarlane2012-01-24
|
* Updated dzslides template for new slide changes.John MacFarlane2012-01-24
|
* Updated dzslides template for new highlighting-kate.John MacFarlane2012-01-24
|
* Split html template into html, html5 templates.John MacFarlane2012-01-11
|
* LaTeX template: color links blue.John MacFarlane2011-12-30
|
* ConTeXt writer: Made `--toc` work even without `--number-sections`.John MacFarlane2011-12-30
|
* DZSlides: Added dzslides/template.html.John MacFarlane2011-12-29
| | | | | | | | | | | | | | | | | | 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.
* Added 'beamer' as an output format.John MacFarlane2011-12-29
| | | | | | | | | Beamer output uses the default LaTeX template, with some customizations via variables. Added `writerBeamer` to `WriterOptions`. Added `--beamer` option to `markdown2pdf`.
* Updated templates; changes for new highlighting-kate.John MacFarlane2011-12-27
|
* LaTeX writer: Have LHS files set the "listings" variable.John MacFarlane2011-12-23
|
* LaTeX writer: Implemented syntax highlighting for CodeBlocks.John MacFarlane2011-12-23
|
* S5 template: Added titleslide class to title slide.John MacFarlane2011-12-20
|
* EPUB: Added customizable templates for epub pages.John MacFarlane2011-12-18
| | | | epub-page.html, epub-coverimage.html, epub-titlepage.html.
* Added blank comment after directives in rst template.John MacFarlane2011-12-04
| | | | Closes #321.
* Updated templates.John MacFarlane2011-12-01
|
* Made author/date more consistent in HTML templates.John MacFarlane2011-12-01
| | | | Authors are now h2, date h3. (Instead of h3/h4, as in the past.)
* Use separate variables for meta-date, meta-author.John MacFarlane2011-11-29
| | | | | This makes footnotes work in author and date fields. Closes #301.
* Added 'lang' variable to LaTeX template.John MacFarlane2011-11-27
| | | | Thanks to Magnus Therning for the suggestion.
* Use attributes for author/date.John MacFarlane2011-11-17
|
* Updated templates.John MacFarlane2011-11-16
|
* Update templates to use Content-Style-Type meta tag.John MacFarlane2011-11-08
| | | | Closes #337.
* Updated templates.John MacFarlane2011-11-07
|
* Updated templates.John MacFarlane2011-11-07
|
* Updated templates.John MacFarlane2011-11-07
|
* Updated templates.John MacFarlane2011-10-03
|
* Better default dzslides template.John MacFarlane2011-10-02
|
* Updated templates.John MacFarlane2011-10-01
|
* Updated templates.John MacFarlane2011-10-01
|
* Updated to use revised context template.John MacFarlane2011-08-25
|
* ConTeXt writer: Changed 'descr' to 'description', fixed alignment.John MacFarlane2011-08-20
|
* Updated templates.John MacFarlane2011-08-18
|
* Fixed bug in html template with html5 and mathml.John MacFarlane2011-08-01
| | | | Closes #286.
* LaTeX template: Minor spacing changes.John MacFarlane2011-07-30
|
* LaTeX template: Don't use deprecated ucs package.John MacFarlane2011-07-30
| | | | | | | 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.
* Updated LaTeX template to use ifxetex/ifluatex rather than iftex.John MacFarlane2011-07-29
| | | | These are more likely to be in a basic TeX installation.
* Added s5-url and slidy-url variables, instead of hard-coding.John MacFarlane2011-07-28
| | | | | | | 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
* Insert CDATA around inline js/css in HTML, slidy.John MacFarlane2011-07-24
|
* HTML writer/templates: Made TOC more customizable.John MacFarlane2011-07-23
| | | | | | 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.
* HTML writer: Display author and date after title.John MacFarlane2011-07-23
|
* Fixed latex template: don't use ucs if using biblatex.John MacFarlane2011-07-23
| | | | Thanks to Joseph Reagle.
* Use different hyperref options for xetex.John MacFarlane2011-07-23
| | | | | This fixes problems with unicode bookmarks on xetex. Thanks to CircleCode.