emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Special symbols with monospace


From: Jarmo Hurri
Subject: Re: Special symbols with monospace
Date: Thu, 15 Oct 2020 14:11:22 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Eric S Fraga <e.fraga@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

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