Re: [O] LaTeX beamer class text

2011-05-05 Thread John Tait
Thanks for your reply. I think a global option would be useful because I mightn't know in advance whether I'd need slides for particular headings or not. I'm thinking of a use case where I have produced a long LaTeX article and have selected certain tags to do so, and I would build a beamer present

Re: [O] LaTeX beamer class text

2011-05-05 Thread Eric S Fraga
John Tait writes: > Matt (and Daniel Bausch -- sorry for double post earlier) > > I've found that beamer "allowframebreaks" doesn't work for Org files that > have been included with #+INCLUDE: . [...] > Is there a way to "allowframebreaks" work globally or at least in included > files? I've go

Re: [O] LaTeX beamer class text

2011-05-03 Thread John Tait
Matt (and Daniel Bausch -- sorry for double post earlier) I've found that beamer "allowframebreaks" doesn't work for Org files that have been included with #+INCLUDE: . I've tried adding the proporites list to both the main Org file and in the included files, and made sure that "org-use-property-

Re: [O] LaTeX beamer class text

2011-04-28 Thread John Tait
Thanks Matt. It works really well. I need to set org-use-property-inheritance to t, so that subheadings follow through, but it's really easy. Cheers John On Wed, Apr 27, 2011 at 5:20 PM, Matt Lundin wrote: > John Tait writes: > > > Hi > > > > When I export an Org file to LaTeX class beamer,

Re: [O] LaTeX beamer class text

2011-04-27 Thread Matt Lundin
John Tait writes: > Hi >   > When I export an Org file to LaTeX class beamer, much of the content > can be pushed off the bottom of the slide if it doesn't all fit on one > slide. >   > Other than restricting the amount of text content under headings, is > there a simple way of allowing content t

[O] LaTeX beamer class text

2011-04-27 Thread John Tait
Hi When I export an Org file to LaTeX class beamer, much of the content can be pushed off the bottom of the slide if it doesn't all fit on one slide. Other than restricting the amount of text content under headings, is there a simple way of allowing content to spill onto the next slide? Thanks