Re: [O] Running author in beamer export

2011-03-30 Thread Chantal Keller
Thank you Chris, that works fine :-) Chantal. Le 30/03/2011 14:56, Chris Malone a écrit : > Hi Chantal, > > One way around this would be turn off =org-mode='s automatic inclusion of > the information in the #+AUTHOR: line. This can be done by setting the > export option =author= to nil --- see

Re: [O] Running author in beamer export

2011-03-30 Thread Chris Malone
Hi Chantal, One way around this would be turn off =org-mode='s automatic inclusion of the information in the #+AUTHOR: line. This can be done by setting the export option =author= to nil --- see here: http://orgmode.org/manual/Export-options.html Then, you could add your own \author[...]{...

[O] Running author in beamer export

2011-03-30 Thread Chantal Keller
Hello, I would like to export a document in LaTeX using the beamer class. I do not know how to have a running author different from the whole list of authors. In LaTeX, this would be written : \author[Foo]{Foo \and Bar} Thank you for your help, Chantal.