Re: Indent first paragraph

2012-11-04 Thread Jürgen Spitzmüller
Denisson wrote:
 Hi folks,
 
 I'd like to indent first paragraph, what's the easiest way to do this? I've
 found some messy ways to do this..

\usepackage{indentfirst}

in Document  Settings  Preamble.

Jürgen

 Thanks



\addcontentsline question

2012-11-04 Thread Rich Shepard

  At the end of a report I have a starred chapter titled, Author Biography
and my client wants this to appear in the TOC. I'm having difficulties
finding the proper syntax and placement for this command.

  Following TLC2 (pages 46-47) I place the LaTeX code either before or after
the 'chapter' title with the same results: the words 'Author Biography'
appear at the end of the TOC but without a page number and in normal rather
than boldface font.

  The command:

\addtocontents{toc}{\protect\numberline{}Author Biography}

  If I try \addtocontentsline I get an error and the document won't compile.

  Please point out what I've missed here.

TIA,

Rich




Re: Indent first paragraph

2012-11-04 Thread Waluyo Adi Siswanto

I use book(KOMA-script)
the package indentfirst works for me.

regards
waluyo

On 11/04/2012 11:22 PM, Jürgen Spitzmüller wrote:

Denisson wrote:

Hi folks,

I'd like to indent first paragraph, what's the easiest way to do this? I've
found some messy ways to do this..

\usepackage{indentfirst}

in Document  Settings  Preamble.

Jürgen


Thanks




Re: \addcontentsline question

2012-11-04 Thread Jürgen Spitzmüller
Rich Shepard wrote:
 \addtocontents{toc}{\protect\numberline{}Author Biography}
 
If I try \addtocontentsline I get an error and the document won't
 compile.
 
Please point out what I've missed here.

\addcontentsline{toc}{chapter}{Author Biography}

Jürgen


Re: Indent first paragraph

2012-11-04 Thread Jürgen Spitzmüller
Denisson wrote:
 Hi folks,
 
 I'd like to indent first paragraph, what's the easiest way to do this? I've
 found some messy ways to do this..

\usepackage{indentfirst}

in Document  Settings  Preamble.

Jürgen

 Thanks



\addcontentsline question

2012-11-04 Thread Rich Shepard

  At the end of a report I have a starred chapter titled, Author Biography
and my client wants this to appear in the TOC. I'm having difficulties
finding the proper syntax and placement for this command.

  Following TLC2 (pages 46-47) I place the LaTeX code either before or after
the 'chapter' title with the same results: the words 'Author Biography'
appear at the end of the TOC but without a page number and in normal rather
than boldface font.

  The command:

\addtocontents{toc}{\protect\numberline{}Author Biography}

  If I try \addtocontentsline I get an error and the document won't compile.

  Please point out what I've missed here.

TIA,

Rich




Re: Indent first paragraph

2012-11-04 Thread Waluyo Adi Siswanto

I use book(KOMA-script)
the package indentfirst works for me.

regards
waluyo

On 11/04/2012 11:22 PM, Jürgen Spitzmüller wrote:

Denisson wrote:

Hi folks,

I'd like to indent first paragraph, what's the easiest way to do this? I've
found some messy ways to do this..

\usepackage{indentfirst}

in Document  Settings  Preamble.

Jürgen


Thanks




Re: \addcontentsline question

2012-11-04 Thread Jürgen Spitzmüller
Rich Shepard wrote:
 \addtocontents{toc}{\protect\numberline{}Author Biography}
 
If I try \addtocontentsline I get an error and the document won't
 compile.
 
Please point out what I've missed here.

\addcontentsline{toc}{chapter}{Author Biography}

Jürgen


Re: Indent first paragraph

2012-11-04 Thread Jürgen Spitzmüller
Denisson wrote:
> Hi folks,
> 
> I'd like to indent first paragraph, what's the easiest way to do this? I've
> found some messy ways to do this..

\usepackage{indentfirst}

in Document > Settings > Preamble.

Jürgen

> Thanks



\addcontentsline question

2012-11-04 Thread Rich Shepard

  At the end of a report I have a starred chapter titled, "Author Biography"
and my client wants this to appear in the TOC. I'm having difficulties
finding the proper syntax and placement for this command.

  Following TLC2 (pages 46-47) I place the LaTeX code either before or after
the 'chapter' title with the same results: the words 'Author Biography'
appear at the end of the TOC but without a page number and in normal rather
than boldface font.

  The command:

\addtocontents{toc}{\protect\numberline{}Author Biography}

  If I try \addtocontentsline I get an error and the document won't compile.

  Please point out what I've missed here.

TIA,

Rich




Re: Indent first paragraph

2012-11-04 Thread Waluyo Adi Siswanto

I use book(KOMA-script)
the package indentfirst works for me.

regards
waluyo

On 11/04/2012 11:22 PM, Jürgen Spitzmüller wrote:

Denisson wrote:

Hi folks,

I'd like to indent first paragraph, what's the easiest way to do this? I've
found some messy ways to do this..

\usepackage{indentfirst}

in Document > Settings > Preamble.

Jürgen


Thanks




Re: \addcontentsline question

2012-11-04 Thread Jürgen Spitzmüller
Rich Shepard wrote:
> \addtocontents{toc}{\protect\numberline{}Author Biography}
> 
>If I try \addtocontentsline I get an error and the document won't
> compile.
> 
>Please point out what I've missed here.

\addcontentsline{toc}{chapter}{Author Biography}

Jürgen