[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kbd and similar command within code
From: |
Patrice Dumas |
Subject: |
Re: kbd and similar command within code |
Date: |
Tue, 31 Jul 2012 00:59:22 +0200 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
On Mon, Jul 30, 2012 at 10:26:28PM +0000, Karl Berry wrote:
>
> I didn't look at the HTML output. Does that follow TeX, i.e., no quotes
> in the @code cases, just the font change?
There are quotes added for 'file', 'option', 'samp'.
The elements are
'b' => 'b',
'cite' => 'cite',
'code' => 'code',
'command' => 'code',
'dfn' => 'em',
'emph' => 'em',
'env' => 'code',
'file' => 'tt',
'i' => 'i',
'slanted' => 'i',
'sansserif' => 'span class="sansserif"',
'kbd' => 'kbd',
'option' => 'samp',
'r' => 'span class="roman"',
'samp' => 'samp',
'sc' => 'small',
'strong' => 'strong',
't' => 'tt',
'var' => 'var',
'verb' => 'tt',
'math' => 'em',
Maybe @file and @option should not have quotes and @file should also be
<samp>? Otherwise it looks good to me.
@indicateurl is '<'.'<code>' ......
@key is '<'.arg.'>'.
--
Pat
Re: kbd and similar command within code, Patrice Dumas, 2012/07/30