"Loris Bennett" <loris.benn...@fu-berlin.de> writes:

> Rasmus <ras...@gmx.us> writes:
>
>> "Loris Bennett" <loris.benn...@fu-berlin.de> 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.
>>
>> 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
>
> I'm actually using it as a heading:
>
> **** =sinfo -elo "%30N %.5D %9P %11T %.6m %20E"=
>
> However, I've already tried using ~, but this doesn't work either.

This works for me if using xelatex:

* =sinfo -elo "%30N %.5D %9P %11T %.6m %20E"​=

—Rasmus

-- 
And I faced endless streams of vendor-approved Ikea furniture. . .


Reply via email to