Re: [O] [Bug] [Patch] List number start with the latex exporter

2011-06-10 Thread Nicolas Goaziou
Hello, Darlan Cavalcante Moreira writes: > When using a numbered list it is possible to specify the start number using > [@number] so that one can write > 1. one > 2. two > 20. [@20] twenty > 21. twenty one > > This works OK with the HTML exporter, but in the latex exporter > the number

[O] [Bug] [Patch] List number start with the latex exporter

2011-06-09 Thread Darlan Cavalcante Moreira
When using a numbered list it is possible to specify the start number using [@number] so that one can write 1. one 2. two 20. [@20] twenty 21. twenty one This works OK with the HTML exporter, but in the latex exporter the number will be one unity above the desired value. The reason why