Eric S Fraga <e.fr...@ucl.ac.uk> writes:

> In that case, you may simply wish to use the alltt environment.  This
> works for me:
>
> #+begin_src org
>   ,* algorithm pseudo code
>   ,#+latex_header: \usepackage{alltt}
>   ,#+begin_alltt
>   for i \in [0,1] do
>     if i \neq 3
>       x ← i^2
>     end if
>   end for
>   ,#+end_alltt
> #+end_src

Excellent, works for me too.

What a great community!

Jarmo


Reply via email to