emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Verbatim inverted commas?


From: Andreas Leha
Subject: Re: [O] Verbatim inverted commas?
Date: Wed, 15 Apr 2015 12:27:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (darwin)

Rasmus <address@hidden> writes:
> "Loris Bennett" <address@hidden> writes:
>
>> Hi,
>>
>> I am writing a beamer presentation and would like to have the following
>> exported in a monospaced font:
>>
>>   sinfo -elo "%30N %.5D %9P %11T %.6m %20E"
>>
>> However, if I do
>>
>>   =sinfo -elo "%30N %.5D %9P %11T %.6m %20E"=
>>
>> the second pair of inverted commas causes the markup to fail
>> and the entire string, equals signs and all, is exported.
>>
>> Is there some way I can escape the inverted commas to get this to work?
>
> If inline use:
>
>    ~sinfo -elo "%30N %.5D %9P %11T %.6m %20E"​~
>
> Note the zero width space.  It should work with xelatex.  Otherwise remove
> it with a filter.
>

You could also do sth like (untested):
   @@beamer:{\ttfamily @@sinfo -elo "%30N %.5D %9P %11T %.6m %20E"@@beamer:}@@

Andreas


> If it's in its own line you could use
>
> #+BEGIN_EXAMPLE
> sinfo -elo "%30N %.5D %9P %11T %.6m %20E"
> #+END_EXAMPLE
>
> Hope it helps,
> Rasmus




reply via email to

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