[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Different fonts in inline equation in latex pdf export
From: |
Suvayu Ali |
Subject: |
Re: [O] Different fonts in inline equation in latex pdf export |
Date: |
Tue, 16 Apr 2013 21:35:24 +0200 |
User-agent: |
Mutt/1.5.21 (2012-12-30) |
On Tue, Apr 16, 2013 at 11:15:00PM +0530, Sanjib Sikder wrote:
> Hi,
>
> While pdf exporting an inline equation from org-mode, I am getting two
> different fonts in the equation. I have attached an example .org file
> with the equation and the generated output files (.pdf and .tex). In
> the .tex file I can see \mathrm which is causing the problem it seems.
> How to fix the issue ?
A_{x}B_{1-x}
The above is not an inline equation. This is just sub/superscripted
text in normal flowing text. For proper inline math-mode you have to
use:
\( A_{x}B_{1-x} \)
If instead you want an unnumbered equation, use:
\[ A_{x}B_{1-x} \]
Hope this helps,
--
Suvayu
Open source is the future. It sets us free.