On Thu, Jun 08, 2017 at 12:40:28AM +0900, Jean-Christophe Helary wrote: > (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"> > — Function: <b>make-abbrev-table</b><var> &optional props<a > name="index-make_002dabbrev_002dtable-4078"></a></var><br>
I tried it with the latest development version of texinfo and it came out as: <dt><a name="index-make_002dabbrev_002dtable"></a>Function: <strong>make-abbrev-table</strong> <em>&optional props</em></dt> What version of Texinfo are you using? It might be possible to change the output if it would be useful. > What I'd rather have is something like: > > <div class="defun"> > — Function: <span class="functionname">make-abbrev-table</span> <span > class="argument_type">&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
