table bold

2005-11-21 Thread liliann
Hi!

Does anyone know, if it is possible to get the word Table/Figure in table and 
figure headings bold? I'm using the report layout and the option 
InsertFloatstable/figure to place tables and figures into the text. The word 
Table/Figure is created automaticly in the regular style, can I somehow change 
it to bold style?

And also, I'm using author-year citation and apa style with Bibtex. I'd like to 
have the et al. italicised, is that possible, or should I use another style 
(everything else should stay the same though)?

Thanks for any help!

Liliann


Re: table bold

2005-11-21 Thread Uwe Stöhr

[EMAIL PROTECTED] wrote:


Does anyone know, if it is possible to get the word Table/Figure in table

 and figure headings bold? I'm using the report layout and the option
 InsertFloatstable/figure to place tables and figures into the text.
The word Table/Figure is created automaticly in the regular style, 

 can I somehow change it to bold style?

Add the following code to your preamble

\usepackage[labelfont=bf]{caption}

(you need to have the LaTeX-package caption installed)

regards Uwe



table bold

2005-11-21 Thread liliann
Hi!

Does anyone know, if it is possible to get the word Table/Figure in table and 
figure headings bold? I'm using the report layout and the option 
InsertFloatstable/figure to place tables and figures into the text. The word 
Table/Figure is created automaticly in the regular style, can I somehow change 
it to bold style?

And also, I'm using author-year citation and apa style with Bibtex. I'd like to 
have the et al. italicised, is that possible, or should I use another style 
(everything else should stay the same though)?

Thanks for any help!

Liliann


Re: table bold

2005-11-21 Thread Uwe Stöhr

[EMAIL PROTECTED] wrote:


Does anyone know, if it is possible to get the word Table/Figure in table

 and figure headings bold? I'm using the report layout and the option
 InsertFloatstable/figure to place tables and figures into the text.
The word Table/Figure is created automaticly in the regular style, 

 can I somehow change it to bold style?

Add the following code to your preamble

\usepackage[labelfont=bf]{caption}

(you need to have the LaTeX-package caption installed)

regards Uwe



"table" bold

2005-11-21 Thread liliann
Hi!

Does anyone know, if it is possible to get the word Table/Figure in table and 
figure headings bold? I'm using the report layout and the option 
Insert>Floats>table/figure to place tables and figures into the text. The word 
Table/Figure is created automaticly in the regular style, can I somehow change 
it to bold style?

And also, I'm using author-year citation and apa style with Bibtex. I'd like to 
have the "et al." italicised, is that possible, or should I use another style 
(everything else should stay the same though)?

Thanks for any help!

Liliann


Re: "table" bold

2005-11-21 Thread Uwe Stöhr

[EMAIL PROTECTED] wrote:


Does anyone know, if it is possible to get the word Table/Figure in table

> and figure headings bold? I'm using the report layout and the option
> Insert>Floats>table/figure to place tables and figures into the text.
The word Table/Figure is created automaticly in the regular style, 

> can I somehow change it to bold style?

Add the following code to your preamble

\usepackage[labelfont=bf]{caption}

(you need to have the LaTeX-package "caption" installed)

regards Uwe