Re: [O] [beamer] a bug in exporting

2011-05-13 Thread Eric S Fraga
Eric S Fraga writes: [...] > The easiest solution would be to save the text as a "box" in latex and > use that box within the headline as the latter would be a simple latex > directive that org would have no problem with. I don't have my latex > book handy but something along the lines of the f

Re: [O] [beamer] a bug in exporting

2011-05-12 Thread Eric S Fraga
zwz writes: > Eric S Fraga writes: > >> zwz writes: >> >>> In a org file I have >>> >>> * what is x? >>> #+BEGIN_SRC c >>> char (*(*x())[])(); >>> #+END_SRC >>> \pause >>> char \fbox{\fbox{(*\fbox{\fbox{(*\fbox{x()})}[]})}()}; >>> >>> The latex generated for the last line turned out t

Re: [O] [beamer] a bug in exporting

2011-05-12 Thread zwz
Eric S Fraga writes: > zwz writes: > >> In a org file I have >> >> * what is x? >> #+BEGIN_SRC c >> char (*(*x())[])(); >> #+END_SRC >> \pause >> char \fbox{\fbox{(*\fbox{\fbox{(*\fbox{x()})}[]})}()}; >> >> The latex generated for the last line turned out to be >> char \fbox\{\fbox\{(*

Re: [O] [beamer] a bug in exporting

2011-05-12 Thread Eric S Fraga
zwz writes: > In a org file I have > > * what is x? > #+BEGIN_SRC c > char (*(*x())[])(); > #+END_SRC > \pause > char \fbox{\fbox{(*\fbox{\fbox{(*\fbox{x()})}[]})}()}; > > The latex generated for the last line turned out to be > char \fbox\{\fbox\{(*\fbox{\fbox{(*\fbox{x()})}[]})\}()\};

[O] [beamer] a bug in exporting

2011-05-11 Thread zwz
In a org file I have * what is x? #+BEGIN_SRC c char (*(*x())[])(); #+END_SRC \pause char \fbox{\fbox{(*\fbox{\fbox{(*\fbox{x()})}[]})}()}; The latex generated for the last line turned out to be char \fbox\{\fbox\{(*\fbox{\fbox{(*\fbox{x()})}[]})\}()\}; which is not expected. Is it a b