aboutsummaryrefslogtreecommitdiff
path: root/default.beamer
AgeCommit message (Collapse)AuthorFilesLines
2014-06-01LaTeX/Beamer templates: Remove conditionalization around date.John MacFarlane1-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-06Load upquote after fontenc in latex template.John MacFarlane1-0/+1
2014-05-06upquote must be used after fontencYihui Xie1-1/+1
otherwise single quotes in verbatim environments will be in trouble; see an example at http://stackoverflow.com/a/12852815/559676
2014-04-11Use \setkeys{Gin}{} to set appropriate defaults for \includegraphics, ↵Yihui Xie1-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-11Merge pull request #44 from aaronwolen/beamer-captionsJohn MacFarlane1-0/+3
Beamer template: Consistent styles for figure and table captions
2014-04-11Fix issue #52: set max width and height of images in default.beamerGarrick Aden-Buie1-17/+8
2014-04-04Added caption package to beamer template.John MacFarlane1-0/+1
Closes #1200.
2014-02-26Backported changes from default.latex to default.beamer in order to improve ↵KarolS1-0/+10
Unicode support
2013-12-13Fixing default.beamer includegraphics redefinition to allow custom optionsKevin1-1/+4
2013-12-09Beamer template: add booktabs packageKevin1-1/+1
2013-10-23Beamer template: Consistent styles for figure and table captionsaaronwolen1-0/+3
2013-10-21Beamer template: put slide around bibliography with natbib or biblatex.John MacFarlane1-1/+5
2013-08-05default.beamer: Add font theme optionLuis Osa1-0/+3
Add font theme option to choose one of the sets of structural fonts that come predefined with Beamer.
2013-07-17LaTeX/Beamer templates: Add classoption variable.John MacFarlane1-1/+1
This is intended for class options like `oneside`; it may be repeated with different options.
2013-06-21Added subtitle to html and latex formats.John MacFarlane1-0/+3
2013-05-07default.beamer: Added comment to graphics section.John MacFarlane1-0/+4
2013-03-03Provide \Oldincludegraphics in beamer like in LaTeXBenjamin Bannier1-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-03beamer: added lines to fix table captions with longtable.John MacFarlane1-0/+4
Thanks to Joost Kremers.
2012-09-16LaTeX, beamer templates: Don't require 'float' package.John MacFarlane1-1/+0
AS far as I can see, it isn't needed by anything pandoc does.
2012-09-16Beamer, LaTeX templates: removed enumerate package.John MacFarlane1-3/+0
2012-09-15LaTeX, beamer: Use longtable instead of ctable.John MacFarlane1-1/+1
2012-08-25Beamer template: In section pages, don't print "Section" and number.John MacFarlane1-4/+17
Similarly for parts and subsections. Reason: this is not properly internationalized, and for consistency with other slide formats. Closes #566.
2012-07-22Resize pictures that are wider than \linewidth solution from: ↵chrisersen1-0/+10
http://tex.stackexchange.com/a/6077
2012-04-21LaTeX and Beamer: Use fixltx2e package for \textsubscript.John MacFarlane1-3/+1
2012-03-07Fix list labels in beamer.John MacFarlane1-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-30Split off default.beamer from default.latex.John MacFarlane1-0/+141