Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-05 | default.beamer: Add font theme option | Luis Osa | 1 | -0/+3 | |
Add font theme option to choose one of the sets of structural fonts that come predefined with Beamer. | |||||
2013-07-17 | LaTeX/Beamer templates: Add classoption variable. | John MacFarlane | 1 | -1/+1 | |
This is intended for class options like `oneside`; it may be repeated with different options. | |||||
2013-06-21 | Added subtitle to html and latex formats. | John MacFarlane | 1 | -0/+3 | |
2013-05-07 | default.beamer: Added comment to graphics section. | John MacFarlane | 1 | -0/+4 | |
2013-03-03 | Provide \Oldincludegraphics in beamer like in LaTeX | Benjamin Bannier | 1 | -1/+2 | |
In the old solution there was no way to use a LaTeX image where only the height was used to scale the image -- the width was always implicitly set as well leading to wrong aspect ratios. Provide a command \Oldincludegraphics which does just what \includegraphics would do in the LaTeX template. That we the same input markup could be used for beamer and LaTeX templates. | |||||
2013-02-03 | beamer: added lines to fix table captions with longtable. | John MacFarlane | 1 | -0/+4 | |
Thanks to Joost Kremers. | |||||
2012-09-16 | LaTeX, beamer templates: Don't require 'float' package. | John MacFarlane | 1 | -1/+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 | 1 | -3/+0 | |
2012-09-15 | LaTeX, beamer: Use longtable instead of ctable. | John MacFarlane | 1 | -1/+1 | |
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-07-22 | Resize pictures that are wider than \linewidth solution from: ↵ | chrisersen | 1 | -0/+10 | |
http://tex.stackexchange.com/a/6077 | |||||
2012-04-21 | LaTeX and Beamer: Use fixltx2e package for \textsubscript. | John MacFarlane | 1 | -3/+1 | |
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-01-30 | Split off default.beamer from default.latex. | John MacFarlane | 1 | -0/+141 | |