I have a few questions regarding algorithms,
1. I need to have the lines of my algorithm numbered but each line number is not necessarily the previous number + 1. For example:
Code: Select all
1. x = 1
2. if some inequality
2.1 do something
3. end if
4. while something
4.1 loop
5 etc
2. Is it possible to change the name of the algorithm float so that my caption says something besides Algorithm?
3. Is it possible to remove the section number from the algorith numbering. My algorithms are for a university assignment that does not have any sections. The section is number is 0 for the whole doucment. The figure float seems to ignore the section number for captioning if the section number is 0 but the algorithm float doesn't.
Thanks in advance,
spuzzdawg