Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-27 | Updated templates; changes for new highlighting-kate. | John MacFarlane | 1 | -5/+7 | |
2011-12-23 | LaTeX writer: Have LHS files set the "listings" variable. | John MacFarlane | 1 | -5/+5 | |
2011-12-23 | LaTeX writer: Implemented syntax highlighting for CodeBlocks. | John MacFarlane | 1 | -5/+5 | |
2011-12-20 | S5 template: Added titleslide class to title slide. | John MacFarlane | 1 | -7/+5 | |
2011-12-18 | EPUB: Added customizable templates for epub pages. | John MacFarlane | 1 | -7/+6 | |
epub-page.html, epub-coverimage.html, epub-titlepage.html. | |||||
2011-12-04 | Added blank comment after directives in rst template. | John MacFarlane | 1 | -6/+7 | |
Closes #321. | |||||
2011-12-01 | Updated templates. | John MacFarlane | 1 | -6/+5 | |
2011-12-01 | Made author/date more consistent in HTML templates. | John MacFarlane | 1 | -5/+8 | |
Authors are now h2, date h3. (Instead of h3/h4, as in the past.) | |||||
2011-11-29 | Use separate variables for meta-date, meta-author. | John MacFarlane | 1 | -7/+5 | |
This makes footnotes work in author and date fields. Closes #301. | |||||
2011-11-27 | Added 'lang' variable to LaTeX template. | John MacFarlane | 1 | -5/+7 | |
Thanks to Magnus Therning for the suggestion. | |||||
2011-11-17 | Use attributes for author/date. | John MacFarlane | 1 | -5/+5 | |
2011-11-16 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-11-08 | Update templates to use Content-Style-Type meta tag. | John MacFarlane | 1 | -5/+5 | |
Closes #337. | |||||
2011-11-07 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-11-07 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-11-07 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-10-03 | Updated templates. | John MacFarlane | 1 | -12/+5 | |
2011-10-02 | Better default dzslides template. | John MacFarlane | 1 | -5/+12 | |
2011-10-01 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-10-01 | Updated templates. | John MacFarlane | 1 | -8/+5 | |
2011-08-25 | Updated to use revised context template. | John MacFarlane | 1 | -5/+8 | |
2011-08-20 | ConTeXt writer: Changed 'descr' to 'description', fixed alignment. | John MacFarlane | 1 | -5/+5 | |
2011-08-18 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-08-01 | Fixed bug in html template with html5 and mathml. | John MacFarlane | 1 | -5/+5 | |
Closes #286. | |||||
2011-07-30 | LaTeX template: Minor spacing changes. | John MacFarlane | 1 | -10/+5 | |
2011-07-30 | LaTeX template: Don't use deprecated ucs package. | John MacFarlane | 1 | -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-29 | Updated LaTeX template to use ifxetex/ifluatex rather than iftex. | John MacFarlane | 1 | -5/+7 | |
These are more likely to be in a basic TeX installation. | |||||
2011-07-28 | Added s5-url and slidy-url variables, instead of hard-coding. | John MacFarlane | 1 | -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-24 | Insert CDATA around inline js/css in HTML, slidy. | John MacFarlane | 1 | -9/+5 | |
2011-07-23 | HTML writer/templates: Made TOC more customizable. | John MacFarlane | 1 | -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-23 | HTML writer: Display author and date after title. | John MacFarlane | 1 | -7/+5 | |
2011-07-23 | Fixed latex template: don't use ucs if using biblatex. | John MacFarlane | 1 | -6/+6 | |
Thanks to Joseph Reagle. | |||||
2011-07-23 | Use different hyperref options for xetex. | John MacFarlane | 1 | -10/+6 | |
This fixes problems with unicode bookmarks on xetex. Thanks to CircleCode. | |||||
2011-07-23 | LaTeX writer: New template. | John MacFarlane | 1 | -5/+11 | |
2011-07-22 | Changed default template naming scheme. | John MacFarlane | 1 | -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`. | |||||
2011-07-22 | Updated templates. | John MacFarlane | 1 | -5/+5 | |
2011-07-22 | Modified submodules. | John MacFarlane | 1 | -5/+5 | |
2011-07-19 | Added templates as a git submodule. | John MacFarlane | 17 | -709/+6 | |
This should make it easier for people to track updates to their custom templates. | |||||
2011-07-10 | Improved LaTeX tables. | John MacFarlane | 1 | -4/+2 | |
* Use ctable package, which allows footnotes and provides additional options. * Made cell alignments work in multiline tables. * Closes #272. | |||||
2011-07-06 | Slidy: Use 'titlepage' instead of 'cover' for title div. | John MacFarlane | 1 | -1/+1 | |
2011-07-06 | Slidy template: Add $duration$ variable. | John MacFarlane | 1 | -1/+5 | |
Setting this activates the timer. | |||||
2011-07-06 | Updated slidy template to use Slidy2. | John MacFarlane | 1 | -8/+8 | |
2011-02-06 | Revert "Use us-ascii charset in HTML template if --ascii option." | John MacFarlane | 1 | -8/+0 | |
This reverts commit aec54899606bed2580394baa1369e58ede20fde8. No need for this, since a UTF-8 charset will handle ascii just fine. | |||||
2011-02-06 | Use us-ascii charset in HTML template if --ascii option. | John MacFarlane | 1 | -0/+8 | |
2011-01-28 | Add possibility to use listings package for code blocks and | Josef Svenningsson | 1 | -0/+3 | |
inline code in the LaTeX writer. | |||||
2011-01-21 | latex template: move special treatment of \sout. | John MacFarlane | 1 | -2/+2 | |
It needs to be inside the if(strikeout) condition, after the ulem package is imported; otherwise we try to renewcommand{\sout} when \sout isn't yet defined. | |||||
2011-01-19 | Fixed problem with strikout in LaTeX headers with hyperref. | John MacFarlane | 1 | -0/+2 | |
Added a command to the latex template to disable \sout inside pdf strings. Thanks to Joost Kremers for the fix. | |||||
2011-01-11 | Improvements to --html5 support: | John MacFarlane | 3 | -3/+11 | |
+ <nav> for TOC, <figure> for figures, type attribute in <ol>. + Don't add math javascript in html5. + Use style attributes instead of deprecated width, align. + html template: move <title> after <meta>. Note: charset needs to be declared before title. + slidy and s5 templates: move <title> after <meta>. + html template: Added link to html5 shim for IE. + Make --html5 have an effect only for 'html' writer (not s5, slidy, epub). | |||||
2011-01-11 | Preliminary support for HTML5. | John MacFarlane | 1 | -2/+17 | |
+ Added writerHtml5 writer option. + Added --html5 option. + Added support for lang in html tag (so you can do 'pandoc -s --V lang=en', for example). + Updated html template with conditionals for HTML5. + When HTML5 selected, use <header> tag around title in document, and use <section> tags instead of <div>s if --section-divs specified. | |||||
2010-12-17 | Added new prettyprinting module. | John MacFarlane | 1 | -0/+2 | |
* Added Text.Pandoc.Pretty. This is better suited for pandoc than the 'pretty' package. One advantage is that we now get proper wrapping; Emph [Inline] is no longer treated as a big unwrappable unit. Previously we only got breaks for spaces at the "outer level." We can also more easily avoid doubled blank lines. Performance is significantly better as well. * Removed Text.Pandoc.Blocks. Text.Pandoc.Pretty allows you to define blocks and concatenate them. * Modified markdown, RST, org readers to use Text.Pandoc.Pretty instead of Text.PrettyPrint.HughesPJ. * Text.Pandoc.Shared: Added writerColumns to WriterOptions. * Markdown, RST, Org writers now break text at writerColumns. * Added --columns command-line option, which sets stColumns and writerColumns. * Table parsing: If the size of the header > stColumns, use the header size as 100% for purposes of calculating relative widths of columns. |