Hi to all, I looked in the Internet how to change my starting number while i use enumerate. This is what i find: (http://wiki.lyx.org/0.5.27/pmwiki.php/FAQ/Unsorted) In order to make an enumerated list start with e.g. 5, you can add this ERT as the first thing on the line: [5]\setcounter{enumi}{5} I tried and it didnt worked, I also try [5.]\setcounter{enumi}{5} (I saw somewhere) and it didn't work as well.
If it is not correct, what is the correct way? Hannan