I am using Kile and i need to use a customised para number
for that i am doing
Code: Select all
\renewcommand\theparagraph{\arabic{paragraph}}
However i want the ouput like1 someparagraph starts
2 Another paragraph starts
Please note that the arabic numbers used for numbering the paragraphs are not in bold and it is followed by a "dot."1. somepara starts
2. another para starts
Incase i want to use a sub para then what should i do
1. This is the main para starting
(a) Sub para starting.....
The sub para numbering (a) to start from below T of the word "This."
i tried enumerate..but the problem is that it has to come like a para. In enum the new line does not begin from below the number as in it does in a paragraph.
Please help!