Search found 7 matches

by ankscorek
Sat Aug 27, 2011 3:49 am
Forum: Page Layout
Topic: Paragraph numbering
Replies: 11
Views: 7842

Paragraph numbering

thanks this is working out like this

1. xxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxx

(a) xxxxxxxxxxxx
xxxxxxxxxxxxxxxxx.
(i) xxxxxxx
xxxxxxxxxxxx.

this is perfect till here what if i want to do this:-

1. xxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxx

(a) xxxxxxxxxxxx
xxxxxxxxxxxxxxxxx.
(i ...
by ankscorek
Sun May 16, 2010 6:19 pm
Forum: Page Layout
Topic: Paragraph numbering
Replies: 11
Views: 7842

Paragraph numbering

ok here is exactly what i have been looking for

\documentclass[12pt,a4paper]{article}
%\setcounter{secnumdepth}{5}
\renewcommand\theparagraph{\arabic{paragraph}}
\thispagestyle{empty}
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{enumitem}
\usepackage[pdftex]{graphicx}

\newenvironment ...
by ankscorek
Sat May 15, 2010 4:27 pm
Forum: Page Layout
Topic: Paragraph numbering
Replies: 11
Views: 7842

Paragraph numbering

Ok here it is ..

in ur above quote the sub-para 1 (a) should be

\begin{enumerate}[label=(\alph*),labelindent=\parindent,leftmargin=*]

The problem is that this sub para is not coming in this format

1. xxxxxxxxxxx xxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxx
(a) xxxxxxxxxxxxxxxxxxx
xxxxxx.

then ...
by ankscorek
Sat May 15, 2010 12:54 pm
Forum: Page Layout
Topic: Paragraph numbering
Replies: 11
Views: 7842

Paragraph numbering

Oh My God

Ghost thanks for the help

I was in the midst of reading the package manual when your brilliance helped me out.

Thanks it surely does work

and i hope the nested enviornment will also work

\begin{center}
\textbf{\underline{INTRODUCTION}}
\end{center} \vspace{0.2in}

Will this also ...
by ankscorek
Sat May 15, 2010 12:38 pm
Forum: Page Layout
Topic: Paragraph numbering
Replies: 11
Views: 7842

Re: Paragraph numbering

Hey Thanks for the enumitem package but it is giving me "enumerate like paragraphs."

i want the enumerate items to be like paragraph

1. This is a paragraph style
which starts from underneath
"1."
by ankscorek
Sat May 15, 2010 12:22 pm
Forum: Page Layout
Topic: Paragraph numbering
Replies: 11
Views: 7842

Re: Paragraph numbering

The enumerate enviornment is ok but the alignment of the lines in it is a bit problematic

however i want the alignment to be

1. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

i already mentioned it in my post..

please any suggestions to change the enum enviornment ...
by ankscorek
Sat May 15, 2010 9:24 am
Forum: Page Layout
Topic: Paragraph numbering
Replies: 11
Views: 7842

Paragraph numbering

Hi friends

I am using Kile and i need to use a customised para number

for that i am doing

\renewcommand\theparagraph{\arabic{paragraph}}

The output is

1 someparagraph starts
2 Another paragraph starts

However i want the ouput like

1. somepara starts
2. another para starts

Please ...