On Aug 7, 2011, at 10:00 AM, Vincent Massol wrote:
On Aug 6, 2011, at 8:06 PM, Vincent Massol wrote:
Hi Ricardo,
On Aug 6, 2011, at 12:24 AM, <[email protected]> <[email protected]> wrote:
Hi all!
Running XWiki Enterprise 2.4.30451 I'm not able to get 1.2.3 format numbered TOC entries. Here what I'm doing:
http://ebiotic.net/bin/IDIS/AnnualReport
And there the concerned XWiki doc...
http://extensions.xwiki.org/xwiki/bin/view/Extension/TOC+Macro
Please, were is Note 2? Within the Parameters definition section ir reads:
"if should generate numbering (1.2.3 format) for titles (see also Note 2)"
I've browsed Jira issues for a description of the problem (solved or not) to no avail.
Please, where am I wrong? Thanks for your help!
ok here's what I gathered:
1) Each level starts at 1 currently. It's 1.1.1 format and not 1.2.3 format. The doc needs to be updated (done). Please open a jira if you need the other format 2) I couldn't find note 2 either. I've removed it from the doc. 3) I couldn't find a jira issue about this
Actually everything is possible using some CSS (depending on which browsers you wish to support).
So what do you need:
1 nnnnn 2 nnnnn 2.1 nnnnnnnn 3 nnnnn
or
1 nnnnn 2 nnnnn 3 nnnnnnnn 4 nnnnn
?
One example: http://www.24k.com.sg/blog-2.html
I've documented this on: http://extensions.xwiki.org/xwiki/bin/view/Extension/TOC+Macro#HExample3:Dif... Thanks -Vincent