Re: [O] export for Beamer with author options

2014-08-22 Thread Aaron Ecay
2014ko abuztuak 22an, Nicolas Goaziou-ek idatzi zuen: > > torys.ander...@gmail.com (Tory S. Anderson) writes: > >> I realize you were responding to Aaron on this, but for my own >> education, how does on "apply"? > > "Please push your patch on master branch" is more explicit. Pushed. Thanks,

Re: [O] export for Beamer with author options

2014-08-22 Thread Marcin Borkowski
Dnia 2014-08-22, o godz. 20:56:50 Marcin Borkowski napisał(a): > #+LATEX_HEADER: \author[short-author]{Really \\long \\author} > #+LATEX_HEADER: \newcommand{\author}[2][]{} Oops, my bad. Actually, it should be \renewcommand. (Though I didn't test this idea.) Best, -- Marcin Borkowski http:/

Re: [O] export for Beamer with author options

2014-08-22 Thread Marcin Borkowski
Dnia 2014-08-22, o godz. 15:37:28 Nicolas Goaziou napisał(a): > torys.ander...@gmail.com (Tory S. Anderson) writes: > > > I realize you were responding to Aaron on this, but for my own > > education, how does on "apply"? > > "Please push your patch on master branch" is more explicit. And befor

Re: [O] export for Beamer with author options

2014-08-22 Thread Nicolas Goaziou
torys.ander...@gmail.com (Tory S. Anderson) writes: > I realize you were responding to Aaron on this, but for my own > education, how does on "apply"? "Please push your patch on master branch" is more explicit. Regards,

Re: [O] export for Beamer with author options

2014-08-22 Thread Tory S. Anderson
I realize you were responding to Aaron on this, but for my own education, how does on "apply"? Nicolas Goaziou writes: > Hello, > > Aaron Ecay writes: > >> You’re right...I inadvertently tested the proposed solution with the >> latex backend, but it turns out there’s a small difference between

Re: [O] export for Beamer with author options

2014-08-22 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > You’re right...I inadvertently tested the proposed solution with the > latex backend, but it turns out there’s a small difference between how > the latex and beamer backends calculate their \author. I think both > backends should behave identically here and that the

Re: [O] export for Beamer with author options

2014-08-21 Thread Aaron Ecay
Hi Tory, You’re right...I inadvertently tested the proposed solution with the latex backend, but it turns out there’s a small difference between how the latex and beamer backends calculate their \author. I think both backends should behave identically here and that the latex behavior is more corr

Re: [O] export for Beamer with author options

2014-08-21 Thread Tory S. Anderson
Hey Aaron, THat's a good idea but it doesn't quite work; looks like #+LATEX_HEADER stuff is put in BEFORE the author nil, so I just end up with \author{} to trump my author. I've tried rearranging things but it doesn't seem to effect it. - Tory Aaron Ecay writes: > Hi Tory, > > It looks li

Re: [O] export for Beamer with author options

2014-08-21 Thread Aaron Ecay
Hi Tory, It looks like having a short and long author isn’t supported by the beamer exporter out of the box. Your best bet is probably to add this line to the top of your org file to turn off the automatic generation and insertion of \author by the export template: #+OPTIONS: author:nil Then, y

[O] export for Beamer with author options

2014-08-21 Thread Tory S. Anderson
My Beamer presentation needs the following: \author[short-author]{Really long author} Emphasis on the [short-author] parameter. I've been through the manual but I don't see a way to accomplish this sort of thing with export (there are other fields that do something similar, too). S