Erich Neuwirth <[email protected]> writes:
> I need control over the font used for results of inline computations in
> exported files.
> When I have the following code
>
> This is inline R 1+2 = src_R{1+2}
>
> and export it to html (or LaTeX) the fonts used for the regular text and the
> fonts used for the results
> of the computation are different. Is there an easy way to tell org mode to
> use the regular text font for the
> result of the computation?
Hi Erich,
try something like
This is inline R 1+2 = src_R[:results raw]{1+2}
Cheers,
Andreas