help-texinfo
[Top][All Lists]
Advanced

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

[help-texinfo] texi and defuns (CSS)


From: Jean-Christophe Helary
Subject: [help-texinfo] texi and defuns (CSS)
Date: Thu, 8 Jun 2017 00:40:28 +0900

(related to the CSS I'm working on...)

For a standard function description like:

@defun make-abbrev-table &optional props

we have the following HTML:

<div class="defun">
&mdash; Function: <b>make-abbrev-table</b><var> &amp;optional props<a 
name="index-make_002dabbrev_002dtable-4078"></a></var><br>

What I'd rather have is something like:

<div class="defun">
&mdash; Function: <span class="functionname">make-abbrev-table</span> <span 
class="argument_type">&amp;optional</span> <span class="argument">props<a 
name="index-make_002dabbrev_002dtable-4078"></a></span><br>

so that I can use CSS on the various parts of the definition.

How can I modify this behavior ?

Jean-Christophe 


reply via email to

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