[tex4ht] How to increase spacings/indentation in table of content for generated HTML?
Nasser M. Abbasi
nma at 12000.org
Wed Jul 24 15:05:01 CEST 2013
On 7/24/2013 7:45 AM, Jagath AR wrote:
> Hi Nasser,
> You can try any of the following two methods in my.cfg:
>
> Method 1:
>
> 1. Change three "<li>" to "<dd>".
> 2. Change "<ul>" and "</ul>" to "<dl>" and "</dl>" respectively.
>
> Note: <dl> is used for definition list. <ul> is un-ordered list.
>
> Method 2:
>
> You can also correct this by adding css style. For this you need to change
> '<ul>' to '<ul style="list-style-type:none;">'.
>
> Can you try this.
>
> Regards,
> Jagath
>
>
Thanks Jagath;
I used your first method above and it worked very well. Here is
the result:
http://12000.org/my_notes/faq/LATEX/html_and_latex.htm
It is little easier to read the toc now with more indentation.
regards,
--Nasser
More information about the tex4ht
mailing list