Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-01 | LaTeX/Beamer templates: Remove conditionalization around date. | John MacFarlane | 1 | -2/+0 | |
This restores the old behavior, where no date was printed if no date was specified. If the `\date` command is removed entirely, standard document classes will print today's date. Closes #1321. Partially reverts fc5229df167aa61cdbcf14ce24581b36bb0a5b90. See #61. | |||||
2014-05-06 | Load upquote after fontenc in latex template. | John MacFarlane | 1 | -0/+1 | |
2014-05-06 | upquote must be used after fontenc | Yihui Xie | 1 | -1/+1 | |
otherwise single quotes in verbatim environments will be in trouble; see an example at http://stackoverflow.com/a/12852815/559676 | |||||
2014-04-11 | Use \setkeys{Gin}{} to set appropriate defaults for \includegraphics, ↵ | Yihui Xie | 1 | -6/+5 | |
instead of entirely redefining this command. Note we also consider the height of images; if an image is too high, 0.8\textheight will be used for beamer slides, and \textheight is used for articles (see http://tex.stackexchange.com/q/11954/9128). If the user has explicitly provided the width/height options in \includegraphics[], our defaults will be overwritten, and this approach is better than the check `\@ifnextchar[` after \includegraphics because the latter approach simply gives up everything once it sees [, whereas \setkeys{Gin} can keep the good defaults unless they are explicitly overwritten in []. closes #30, closes #28, and closes #26 | |||||
2014-04-11 | Merge pull request #44 from aaronwolen/beamer-captions | John MacFarlane | 1 | -0/+3 | |
Beamer template: Consistent styles for figure and table captions | |||||
2014-04-11 | Fix issue #52: set max width and height of images in default.beamer | Garrick Aden-Buie | 1 | -17/+8 | |
2014-04-04 | Added caption package to beamer template. | John MacFarlane | 1 | -0/+1 | |
Closes #1200. | |||||
2014-02-26 | Backported changes from default.latex to default.beamer in order to improve ↵ | KarolS | 1 | -0/+10 | |
Unicode support | |||||
2013-12-13 | Fixing default.beamer includegraphics redefinition to allow custom options | Kevin | 1 | -1/+4 | |
2013-12-09 | Beamer template: add booktabs package | Kevin | 1 | -1/+1 | |
2013-10-23 | Beamer template: Consistent styles for figure and table captions | aaronwolen | 1 | -0/+3 | |
2013-10-21 | Beamer template: put slide around bibliography with natbib or biblatex. | John MacFarlane | 1 | -1/+5 | |
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 | |