Attachment 'hilppatchfile.patch'
Download 1 --- TableOfContents.py.1.5p412 2006-02-02 12:54:14.000000000 +0530
2 +++ TableOfContents.py.1.5p412philp 2006-02-02 13:32:40.000000000 +0530
3 @@ -135,8 +135,17 @@
4 self.result.append(self.macro.formatter.number_list(0))
5
6 # Open Lists
7 + list_marker = '1'
8 + if (newindent == 2):
9 + list_marker = 'A'
10 + if (newindent == 3):
11 + list_marker = 'I'
12 + if (newindent == 4):
13 + list_marker = 'a'
14 + if (newindent == 5):
15 + list_marker = 'i'
16 for i in range(0,newindent-self.indent):
17 - self.result.append(self.macro.formatter.number_list(1))
18 + self.result.append(self.macro.formatter.number_list(1,list_marker,1))
19 self.result.append(self.macro.formatter.listitem(1))
20
21 # Add the heading
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.