Re: [O] org-edit-special on "inline latex"

2012-12-23 Thread Bastien
Hi Jonas, co...@online.de (Jonas Hörsch) writes: > i recently switched from using the verbose > > #+begin_latex > \begin{eqnarray} > 8 &=& 7 + 1 > \end{eqnarray} > #+end_latex > > to just the "inline version" > > \begin{eqnarray} > 8 &=& 7 + 1 > \end{eqnarray} > > which is: shorter to write t

[O] org-edit-special on "inline latex"

2012-12-04 Thread Jonas Hörsch
hi list, i recently switched from using the verbose #+begin_latex \begin{eqnarray} 8 &=& 7 + 1 \end{eqnarray} #+end_latex to just the "inline version" \begin{eqnarray} 8 &=& 7 + 1 \end{eqnarray} which is: shorter to write thus also clearer to read and as a welcome gadget even exports to ht