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
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
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\{(*
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()})}[]})\}()\};
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