guix-devel
[Top][All Lists]
Advanced

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

Re: Manual consistency


From: Ricardo Wurmus
Subject: Re: Manual consistency
Date: Thu, 11 Jun 2020 22:53:14 +0200
User-agent: mu4e 1.4.4; emacs 26.3

Dmitry Alexandrov <dag@gnui.org> writes:

> Ricardo Wurmus <rekado@elephly.net> wrote:
>> Dmitry Alexandrov <dag@gnui.org> writes:
>>>
>>>       <style>
>>>         code .PS1 {
>>>             -webkit-user-select: none;
>>>             -moz-user-select: none; /* Not required since F***fox 69. */
>>>             user-select: none;
>>>         }
>>>       </style>
>>
>> The only minor problem is that with Texinfo we cannot insert conditional 
>> tags within the context of an example section
>
> Dunno, I can:
>
>       \input texinfo
>       @setfilename non-selectable-command-prompts-mwe.info
>       @documentencoding UTF-8
>       @settitle Non-selectable command prompts
>       
>       @macro PS1 {prompt}
>       @inlineraw{html,<span class="PS1">}\prompt\@inlineraw{html,</span>}
>       @end macro
>       
>       @node Example
>       
>       @example
>       @PS1{$ }wget …/guix-install.sh
>       @PS1{$ }su -
>       @PS1{# }bash ./guix-install.sh
>       @end example
>       
>       @bye

Oh, neat!  Let’s try this.

-- 
Ricardo



reply via email to

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