summaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAge
* LaTeX template: Separate urlcolor and linkcolor variables.John MacFarlane2012-06-08
|
* LaTeX template: use ifxetex, ifluatex instead of iftex.John MacFarlane2012-06-05
|
* LaTeX template: Removed extra blank line.John MacFarlane2012-06-05
|
* LaTeX template improvements.John MacFarlane2012-06-05
| | | | | | | | * Don't print date unless one is given explicitly in the document. * Use iftex instead of ifxetex, ifluatex. * Simplified templates. * Use fontenc [T1] by default, and lmodern. * Use microtype if available (with pdflatex only).
* LaTeX template: Added linkcolor and links-as-notes variables.John MacFarlane2012-06-05
| | | | Make TOC links black.
* Updated LaTeX template.John MacFarlane2012-06-03
| | | | Internal links black; removed unneeded url package.
* Revert "Updated LaTeX template (use black for internal links and TOC)."John MacFarlane2012-06-03
| | | | This reverts commit 4c5616fe2d761f35ea96f7722355a183cfbd28d6.
* Updated LaTeX template (use black for internal links and TOC).John MacFarlane2012-06-03
|
* Slidy lang support and new slideous template.John MacFarlane2012-05-30
|
* Use blue for URL links in latex/pdf output.John MacFarlane2012-04-28
|
* LaTeX writer: Use fixltx2e package to provide '\textsubscript'.John MacFarlane2012-04-21
|
* Fixed document encoding in texinfo template.John MacFarlane2012-04-06
| | | | Resolves Debian Bug #667816.
* LaTeX writer: don't use eurosym package unless document has a €.John MacFarlane2012-04-03
|
* Fixed issue with q in dzslides template.John MacFarlane2012-03-28
|
* Added PDF metadata (title,author) in LaTeX standalone + PDF output.John MacFarlane2012-03-25
| | | | Closes #459.
* dzslides: Updated template.html and styles in default template.John MacFarlane2012-03-23
| | | | Closes #454.
* Added mathfont variable to latex template.John MacFarlane2012-03-15
|
* LaTeX template tweaks:John MacFarlane2012-03-15
| | | | | - allow geometry variable to be repeated for multiple options - use mainfont instead of romanfont
* Updated latex template.John MacFarlane2012-03-14
|
* Updated latex template.John MacFarlane2012-03-14
|
* Added romanfont, sansfont, monofont variables to latex template.John MacFarlane2012-03-14
|
* Added `geometry` variable to default LaTeX template.John MacFarlane2012-03-14
|
* Set mainlang variable in context writer.John MacFarlane2012-03-07
| | | | | This parallels behavior of latex writer. Mainlang is the last of a comma-separated list of languages in lang.
* Fixes list label positions in beamer.John MacFarlane2012-03-07
|
* Fixed ployglossia support in LaTeX template for multiple langs.John MacFarlane2012-03-05
| | | | | \setmainlanguage will now just use the last of a comma-separated list of languages.
* Fixed default LaTeX template so \euro and € work.John MacFarlane2012-03-04
| | | | Closes #309.
* Updated LaTeX template for better language support.John MacFarlane2012-03-04
| | | | | Uses polyglossia if xetex, sets lang as documentclass option. Thanks to François Gannaz.
* Updated context template to avoid extra spaces.John MacFarlane2012-03-03
|
* Use <q> tags for Quoted items for HTML5 output.John MacFarlane2012-03-03
| | | | | The quote style can be changed by modifying the template or including a css file. A default quote style is included.
* 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
|