emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] another example


From: Rasmus
Subject: Re: [O] another example
Date: Tue, 07 May 2013 13:44:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

> Look the following examples 
>
>> \begin{displaymath}
>> Xs,δ:=Hs,δ× Hs,δ+1× Hs,δ+1×
>> Hs+1,δ+2
>> \end{displaymath}
> org-preview-latex-fragment does not work, change displaymath for
> equation, again org-preview-latex-fragment does not work, but 
> \[ \]
> does work, this is odd


1. The example you posted contains utf8 symbols and you'd likely need
   unicodemath (the package) to display it.  For this you'd need
   xelatex or lualatex.  But probably you wrote it as plain LaTeX code
   in your document.

2. displaymath is from amsmath.  This works on my system:
   #+BEGIN_SRC org
   #+LATEX_HEADER: \usepackage{amsmath}
   \begin{displaymath}
   x=1
   \end{displaymath}
   #+END_SRC

-Rasmus

-- 
Got mashed potatoes. Ain't got no T-Bone. No T-Bone





reply via email to

[Prev in Thread] Current Thread [Next in Thread]