Lingyu Ma | 18 Sep 2010 17:26
Picon
Favicon

How to generate hierachical output in html format with number index?

Hi all,

I have a question about transfer the *.muse file to a *.html file.

I can only generate below hierachical structures when I use the default settings :

------------------
AAA
    BBB
    CCC
DDD
    EEE
------------------

How can I generate the output with number index like below?

------------------
1. AAA
  1.1 BBB
  1.2 CCC
2. DDD
  2.1 EEE
------------------

Should I edit the "muse-derive-style"?


By the way, I use the common "*" "**" and "***" in the *.muse file.

with best regards,
Lingyu
<div>
Hi all,<br><br>I have a question about transfer the *.muse file to a *.html file.<br><br>I can only generate below hierachical structures when I use the default settings :<br><br>------------------<br>AAA<br>&nbsp;&nbsp;&nbsp; BBB<br>&nbsp;&nbsp;&nbsp; CCC<br>DDD<br>&nbsp;&nbsp;&nbsp; EEE<br>------------------<br><br>How can I generate the output with number index like below?<br><br>------------------<br>1. AAA<br>&nbsp; 1.1 BBB<br>&nbsp; 1.2 CCC<br>2. DDD<br>&nbsp; 2.1 EEE<br>------------------<br><br>Should I edit the "muse-derive-style"?<br><br><br>By the way, I use the common "*" "**" and "***" in the *.muse file.<br><br>with best regards,<br>Lingyu 		 	   		  </div>

Gmane