Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-11 | epub-page template: removed separate h1 $title$. | John MacFarlane | 1 | -7/+0 | |
The title is now presumed to be the h1 that begins the body (if there is one). | |||||
2012-09-16 | LaTeX, beamer templates: Don't require 'float' package. | John MacFarlane | 2 | -2/+0 | |
AS far as I can see, it isn't needed by anything pandoc does. | |||||
2012-09-16 | Beamer, LaTeX templates: removed enumerate package. | John MacFarlane | 2 | -12/+0 | |
2012-09-15 | LaTeX, beamer: Use longtable instead of ctable. | John MacFarlane | 2 | -2/+2 | |
2012-09-08 | Merge pull request #16 from adityam/master | John MacFarlane | 1 | -1/+1 | |
papersize variable for ConTeXt template | |||||
2012-09-08 | Merge pull request #15 from akerbos/patch-1 | John MacFarlane | 1 | -1/+1 | |
papersize variable in the LaTeX template | |||||
2012-09-05 | papersize variable for ConTeXt template | Aditya Mahajan | 1 | -1/+1 | |
Controls the `papersize` in ConTeXt template. Any valid argument of `\setuppapersize[...]` descirbed on the [ConTeXt wiki][wiki] works. [wiki]: http://wiki.contextgarden.net/PaperSetup | |||||
2012-09-04 | papersize variable in the LaTeX template | Raphael | 1 | -1/+1 | |
Adds a variable `papersize` in the LaTeX template which controls, surprise, paper size. Possible values are those the chosen `documentclass` allows. | |||||
2012-08-25 | Beamer template: In section pages, don't print "Section" and number. | John MacFarlane | 1 | -4/+17 | |
Similarly for parts and subsections. Reason: this is not properly internationalized, and for consistency with other slide formats. Closes #566. | |||||
2012-08-12 | Fixed titleblock in markdown, plain templates. | John MacFarlane | 2 | -6/+2 | |
Now it is just a single string. Previously separate title, author, and date variables were used, but this didn't allow different kinds of title blocks. | |||||
2012-07-22 | Resize pictures that are wider than \linewidth solution from: ↵ | chrisersen | 1 | -0/+10 | |
http://tex.stackexchange.com/a/6077 | |||||
2012-06-08 | LaTeX template: Separate `urlcolor` and `linkcolor` variables. | John MacFarlane | 1 | -2/+2 | |
2012-06-05 | LaTeX template: use ifxetex, ifluatex instead of iftex. | John MacFarlane | 1 | -9/+8 | |
iftex is not in debian. | |||||
2012-06-05 | Removed extra blank line. | John MacFarlane | 1 | -1/+0 | |
2012-06-05 | LaTeX: Use blank \date{} if no date specified. | John MacFarlane | 1 | -4/+0 | |
This way we don't get a date unless a date is explicitly specified. | |||||
2012-06-05 | Use iftex instead of ifluatex, ifxetex. Simplified template. | John MacFarlane | 1 | -28/+17 | |
2012-06-05 | LaTeX: Use fontenc [T1] and lmodern fonts. | John MacFarlane | 1 | -0/+2 | |
This gives better behavior for accented characters. | |||||
2012-06-05 | LaTeX: Make TOC links black. | John MacFarlane | 1 | -1/+3 | |
2012-06-05 | Added links-as-notes variable to print links as footnotes | John MacFarlane | 1 | -2/+4 | |
2012-06-05 | LaTeX: added linkcolor variable | John MacFarlane | 1 | -2/+2 | |
2012-06-03 | LaTeX template: Use black for internal links. | John MacFarlane | 1 | -18/+12 | |
This ensures that the table of contents will not be colored. Also added commented-out code to use footnotes for internal links (for print purposes). | |||||
2012-05-30 | Merge pull request #11 from jonassmedegaard/master | John MacFarlane | 2 | -1/+76 | |
This goes together with my pull request to pandoc... | |||||
2012-05-24 | Add Slideous template. | Jonas Smedegaard | 1 | -0/+75 | |
2012-05-24 | Support variable lang in Slidy, enabling its multi-lingual support. | Jonas Smedegaard | 1 | -1/+1 | |
2012-04-26 | Add option `urlcolor=blue` to package hyperref | Paul Vorbach | 1 | -0/+2 | |
2012-04-21 | LaTeX and Beamer: Use fixltx2e package for \textsubscript. | John MacFarlane | 2 | -6/+2 | |
2012-04-06 | Make texinfo encoding UTF-8 instead of utf-8. | John MacFarlane | 1 | -1/+1 | |
Resolves Debian Bug #667816. | |||||
2012-04-03 | LaTeX template: only include eurosym if the document uses a euro symbol. | John MacFarlane | 1 | -0/+2 | |
2012-03-28 | Better default for q in dzslides template. | John MacFarlane | 1 | -0/+1 | |
2012-03-28 | Removed styling of q in dzslides template. | John MacFarlane | 1 | -9/+0 | |
2012-03-25 | Include PDF metadata (author, title) in latex template. | John MacFarlane | 1 | -0/+6 | |
2012-03-23 | Updated dzslides styles based on new template.html. | John MacFarlane | 1 | -6/+18 | |
2012-03-15 | LaTeX template: Added mathfont variable. | John MacFarlane | 1 | -0/+6 | |
2012-03-15 | LaTeX: use mainfont instead of romanfont, allow multiple geometry. | John MacFarlane | 1 | -5/+5 | |
2012-03-14 | FIxed spacing in latex template. | John MacFarlane | 1 | -12/+12 | |
2012-03-14 | LaTeX template: don't use SetupFonts macro. | John MacFarlane | 1 | -6/+13 | |
2012-03-14 | Added romanfont, sansfont, monofont variables to latex template. | John MacFarlane | 1 | -4/+15 | |
Note: These only work with xelatex/lualatex. | |||||
2012-03-14 | Added `geometry` variable. | John MacFarlane | 1 | -0/+3 | |
2012-03-07 | Fixed spacing issue in context template. | John MacFarlane | 1 | -1/+0 | |
2012-03-07 | Use mainlang variable to set main language in context template. | John MacFarlane | 1 | -2/+2 | |
2012-03-07 | Merge pull request #6 from adityam/master | John MacFarlane | 1 | -0/+4 | |
Set mainlanguage for ConTeXt | |||||
2012-03-07 | Fix list labels in beamer. | John MacFarlane | 1 | -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-05 | Set mainlanguage for ConTeXt | Aditya Mahajan | 1 | -0/+4 | |
2012-03-05 | LaTeX template: use mainlang variable in \setmainlanguage. | John MacFarlane | 1 | -1/+1 | |
2012-03-04 | LaTeX commands to deal with \euro command with every engine. | John MacFarlane | 1 | -0/+3 | |
2012-03-04 | Better language defaults in LaTeX template. | John MacFarlane | 1 | -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-03 | Slight change in context template to avoid double spacing. | John MacFarlane | 1 | -1/+2 | |
2012-03-03 | Default q:quote style for HTML5 template. | John MacFarlane | 1 | -0/+5 | |
2012-02-29 | Merge pull request #5 from adityam/master | John MacFarlane | 1 | -3/+8 | |
Better support for unnumbered sections in ConTeXt | |||||
2012-02-28 | Better support for unnumbered sections | Aditya Mahajan | 1 | -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. |