Re: resize table, caption

2010-02-23 Thread Paul A. Rubin

Mike Martell wrote:

Hi:
I have tables that are too large to output to one table.  I am trying to
make the tables fit one page and have found tips to use in
ERT \resizebox{0.95\textwidth}{!}{%
When I do this, the table is the right size.  However, the caption of the
table no longer shows up.  Is there a way to resize the table and have the
caption still work?

Many thanks,
Mike

I'm using 1.5.6 on a MAC



If this is inside a table float, just put the initial ERT block inside 
the float (not outside the float), along with the table and the closing 
brace (in ERT).


From what I've seen on the web, \resizebox is designed to squish 
graphics, not text. What usually works for me is to highlight the entire 
contents of the table (just the table, not including the caption) and 
reduce the size of the font.


You didn't indicate whether your tables are too wide, too long or both. 
 For tables that fit the page width but are too long, you can switch to 
a longtable.


/Paul



Re: resize table, caption

2010-02-23 Thread Paul A. Rubin

Mike Martell wrote:

Hi:
I have tables that are too large to output to one table.  I am trying to
make the tables fit one page and have found tips to use in
ERT \resizebox{0.95\textwidth}{!}{%
When I do this, the table is the right size.  However, the caption of the
table no longer shows up.  Is there a way to resize the table and have the
caption still work?

Many thanks,
Mike

I'm using 1.5.6 on a MAC



If this is inside a table float, just put the initial ERT block inside 
the float (not outside the float), along with the table and the closing 
brace (in ERT).


From what I've seen on the web, \resizebox is designed to squish 
graphics, not text. What usually works for me is to highlight the entire 
contents of the table (just the table, not including the caption) and 
reduce the size of the font.


You didn't indicate whether your tables are too wide, too long or both. 
 For tables that fit the page width but are too long, you can switch to 
a longtable.


/Paul



Re: resize table, caption

2010-02-23 Thread Paul A. Rubin

Mike Martell wrote:

Hi:
I have tables that are too large to output to one table.  I am trying to
make the tables fit one page and have found tips to use in
ERT \resizebox{0.95\textwidth}{!}{%
When I do this, the table is the right size.  However, the caption of the
table no longer shows up.  Is there a way to resize the table and have the
caption still work?

Many thanks,
Mike

I'm using 1.5.6 on a MAC



If this is inside a table float, just put the initial ERT block inside 
the float (not outside the float), along with the table and the closing 
brace (in ERT).


From what I've seen on the web, \resizebox is designed to squish 
graphics, not text. What usually works for me is to highlight the entire 
contents of the table (just the table, not including the caption) and 
reduce the size of the font.


You didn't indicate whether your tables are too wide, too long or both. 
 For tables that fit the page width but are too long, you can switch to 
a longtable.


/Paul



resize table, caption

2010-02-22 Thread Mike Martell
Hi:
I have tables that are too large to output to one table.  I am trying to
make the tables fit one page and have found tips to use in
ERT \resizebox{0.95\textwidth}{!}{%
When I do this, the table is the right size.  However, the caption of the
table no longer shows up.  Is there a way to resize the table and have the
caption still work?

Many thanks,
Mike

I'm using 1.5.6 on a MAC


resize table, caption

2010-02-22 Thread Mike Martell
Hi:
I have tables that are too large to output to one table.  I am trying to
make the tables fit one page and have found tips to use in
ERT \resizebox{0.95\textwidth}{!}{%
When I do this, the table is the right size.  However, the caption of the
table no longer shows up.  Is there a way to resize the table and have the
caption still work?

Many thanks,
Mike

I'm using 1.5.6 on a MAC


resize table, caption

2010-02-22 Thread Mike Martell
Hi:
I have tables that are too large to output to one table.  I am trying to
make the tables fit one page and have found tips to use in
ERT \resizebox{0.95\textwidth}{!}{%
When I do this, the table is the right size.  However, the caption of the
table no longer shows up.  Is there a way to resize the table and have the
caption still work?

Many thanks,
Mike

I'm using 1.5.6 on a MAC


Re: Again table caption issue

2008-04-28 Thread Bob Lounsbury
On Sun, Apr 27, 2008 at 9:29 PM, D. Zorig [EMAIL PROTECTED] wrote:
 Hi all,

  I'm sorry to keep bothering with same issue.
  With help of Bob Lounsbury and Uwe Stoher, I have right aligned caption
  label and centered caption text in the next line with following code.

  \usepackage{caption}

  
 \DeclareCaptionFormat{custom}{\raggedleft\bfseries#1\par\centerlast\slshape#3\par}

  \captionsetup[table]{format=custom}


  But I couldn't change fonts of caption label to bold and caption text to
  slanted as it supposed to.
  I tried KOMA Script book class' own

  \setkomafont{captionlabel}{\bfseries}

  but couldn't get it change.
  It doesn't give any error just doesn't change font.
  I tried using regular book class but it didn't help.
  What could cause caption font being so stubborn?

  Thank you in advance
  --
  Zorigtkhuu Davaanyam


Just use the caption package options. Add 'labelfont=bf' to:

 \captionsetup[table]{format=custom,labelfont=bf}

Cheers,
/Bob


Re: Again table caption issue

2008-04-28 Thread Uwe Stöhr

D.Zorig schrieb:


But I couldn't change fonts of caption label to bold and caption text to
slanted as it supposed to.
I tried KOMA Script book class' own

\setkomafont{captionlabel}{\bfseries}

but couldn't get it change.


As said, you cannot mix caption commands of the caption package and of the 
koma-script class.
If the documentation of the caption package doesn't help you, I suggest to ask on the newsgroup 
comp.text.tex .


regards Uwe


Re: Again table caption issue

2008-04-28 Thread Bob Lounsbury
On Sun, Apr 27, 2008 at 9:29 PM, D. Zorig [EMAIL PROTECTED] wrote:
 Hi all,

  I'm sorry to keep bothering with same issue.
  With help of Bob Lounsbury and Uwe Stoher, I have right aligned caption
  label and centered caption text in the next line with following code.

  \usepackage{caption}

  
 \DeclareCaptionFormat{custom}{\raggedleft\bfseries#1\par\centerlast\slshape#3\par}

  \captionsetup[table]{format=custom}


  But I couldn't change fonts of caption label to bold and caption text to
  slanted as it supposed to.
  I tried KOMA Script book class' own

  \setkomafont{captionlabel}{\bfseries}

  but couldn't get it change.
  It doesn't give any error just doesn't change font.
  I tried using regular book class but it didn't help.
  What could cause caption font being so stubborn?

  Thank you in advance
  --
  Zorigtkhuu Davaanyam


Just use the caption package options. Add 'labelfont=bf' to:

 \captionsetup[table]{format=custom,labelfont=bf}

Cheers,
/Bob


Re: Again table caption issue

2008-04-28 Thread Uwe Stöhr

D.Zorig schrieb:


But I couldn't change fonts of caption label to bold and caption text to
slanted as it supposed to.
I tried KOMA Script book class' own

\setkomafont{captionlabel}{\bfseries}

but couldn't get it change.


As said, you cannot mix caption commands of the caption package and of the 
koma-script class.
If the documentation of the caption package doesn't help you, I suggest to ask on the newsgroup 
comp.text.tex .


regards Uwe


Re: Again table caption issue

2008-04-28 Thread Bob Lounsbury
On Sun, Apr 27, 2008 at 9:29 PM, D. Zorig <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  I'm sorry to keep bothering with same issue.
>  With help of Bob Lounsbury and Uwe Stoher, I have right aligned caption
>  label and centered caption text in the next line with following code.
>
>  \usepackage{caption}
>
>  
> \DeclareCaptionFormat{custom}{\raggedleft\bfseries#1\par\centerlast\slshape#3\par}
>
>  \captionsetup[table]{format=custom}
>
>
>  But I couldn't change fonts of caption label to bold and caption text to
>  slanted as it supposed to.
>  I tried KOMA Script book class' own
>
>  \setkomafont{captionlabel}{\bfseries}
>
>  but couldn't get it change.
>  It doesn't give any error just doesn't change font.
>  I tried using regular book class but it didn't help.
>  What could cause caption font being so stubborn?
>
>  Thank you in advance
>  --
>  Zorigtkhuu Davaanyam
>

Just use the caption package options. Add 'labelfont=bf' to:

 \captionsetup[table]{format=custom,labelfont=bf}

Cheers,
/Bob


Re: Again table caption issue

2008-04-28 Thread Uwe Stöhr

D.Zorig schrieb:


But I couldn't change fonts of caption label to bold and caption text to
slanted as it supposed to.
I tried KOMA Script book class' own

\setkomafont{captionlabel}{\bfseries}

but couldn't get it change.


As said, you cannot mix caption commands of the caption package and of the 
koma-script class.
If the documentation of the caption package doesn't help you, I suggest to ask on the newsgroup 
comp.text.tex .


regards Uwe


Again table caption issue

2008-04-27 Thread D . Zorig
Hi all,

I'm sorry to keep bothering with same issue.
With help of Bob Lounsbury and Uwe Stoher, I have right aligned caption
label and centered caption text in the next line with following code.

\usepackage{caption}

\DeclareCaptionFormat{custom}{\raggedleft\bfseries#1\par\centerlast\slshape#3\par}

\captionsetup[table]{format=custom}


But I couldn't change fonts of caption label to bold and caption text to
slanted as it supposed to.
I tried KOMA Script book class' own

\setkomafont{captionlabel}{\bfseries}

but couldn't get it change.
It doesn't give any error just doesn't change font.
I tried using regular book class but it didn't help.
What could cause caption font being so stubborn?

Thank you in advance
-- 
Zorigtkhuu Davaanyam


Again table caption issue

2008-04-27 Thread D . Zorig
Hi all,

I'm sorry to keep bothering with same issue.
With help of Bob Lounsbury and Uwe Stoher, I have right aligned caption
label and centered caption text in the next line with following code.

\usepackage{caption}

\DeclareCaptionFormat{custom}{\raggedleft\bfseries#1\par\centerlast\slshape#3\par}

\captionsetup[table]{format=custom}


But I couldn't change fonts of caption label to bold and caption text to
slanted as it supposed to.
I tried KOMA Script book class' own

\setkomafont{captionlabel}{\bfseries}

but couldn't get it change.
It doesn't give any error just doesn't change font.
I tried using regular book class but it didn't help.
What could cause caption font being so stubborn?

Thank you in advance
-- 
Zorigtkhuu Davaanyam


Again table caption issue

2008-04-27 Thread D . Zorig
Hi all,

I'm sorry to keep bothering with same issue.
With help of Bob Lounsbury and Uwe Stoher, I have right aligned caption
label and centered caption text in the next line with following code.

\usepackage{caption}

\DeclareCaptionFormat{custom}{\raggedleft\bfseries#1\par\centerlast\slshape#3\par}

\captionsetup[table]{format=custom}


But I couldn't change fonts of caption label to bold and caption text to
slanted as it supposed to.
I tried KOMA Script book class' own

\setkomafont{captionlabel}{\bfseries}

but couldn't get it change.
It doesn't give any error just doesn't change font.
I tried using regular book class but it didn't help.
What could cause caption font being so stubborn?

Thank you in advance
-- 
Zorigtkhuu Davaanyam


Table caption label customization

2008-04-25 Thread D . Zorig
Hi all,

I've read KOMA Script manual.  But I couldn't figure out how to customize
table caption.
Now I understand table caption consists of following four parts.
1. Caption label
2. Caption number
3. Caption delimiter
4. Caption text

I want to leave figure captions as they are and change table captions to
have right aligned Caption label with number but without delimiter and page
break then centered caption text.
\setcapindent*{xindent} produces page break and indentation.
\renewcommand*{\captionformat}{~} gets rid of delimiter which was colon.
\setcapwidth[justification]{width} is used to change caption text alignment.
But I think it changes figure and table and I have set width each time.

Please help me on this.
Thank you in advance.


-- 
Zorigtkhuu Davaanyam


Re: Table caption label customization

2008-04-25 Thread Bob Lounsbury
On Fri, Apr 25, 2008 at 8:38 AM, D. Zorig [EMAIL PROTECTED] wrote:
 Hi all,

  I've read KOMA Script manual.  But I couldn't figure out how to customize
  table caption.
  Now I understand table caption consists of following four parts.
  1. Caption label
  2. Caption number
  3. Caption delimiter
  4. Caption text

  I want to leave figure captions as they are and change table captions to
  have right aligned Caption label with number but without delimiter and page
  break then centered caption text.
  \setcapindent*{xindent} produces page break and indentation.
  \renewcommand*{\captionformat}{~} gets rid of delimiter which was colon.
  \setcapwidth[justification]{width} is used to change caption text alignment.
  But I think it changes figure and table and I have set width each time.

  Please help me on this.
  Thank you in advance.


  --
  Zorigtkhuu Davaanyam


Maybe someone else will have an answer on a way to alter figure and
table captions separately, but I'm unaware of any way to do this with
default koma-script options except as you're already doing by
specifying the options per table.

I would just use the caption package as it allows for separate options
for figures and tables. Read the caption package documentation for
koma-script related stuff. For me it turned out to be easier to just
use the default article/report/book classes and then use packages to
format things the way I wanted. Since, additional packages don't
conflict with the default classes.

Cheers,
/Bob


Re: Table caption label customization

2008-04-25 Thread Uwe Stöhr

Bob Lounsbury schrieb:


 I've read KOMA Script manual.  But I couldn't figure out how to customize
 table caption.


But it is described there. To change e.g. the caption label to bold, use this 
command in the preamble:

\setkomafont{captionlabel}{\bfseries}


 I want to leave figure captions as they are and change table captions to
 have right aligned Caption label with number but without delimiter and page
 break then centered caption text.


When you only want to change the table caption I suggest to use the LateX-package caption instead. 
Not that koma's and captions' commands interfere, so better use only the koma commands or the 
caption ones.


regards Uwe


Table caption label customization

2008-04-25 Thread D . Zorig
Hi all,

I've read KOMA Script manual.  But I couldn't figure out how to customize
table caption.
Now I understand table caption consists of following four parts.
1. Caption label
2. Caption number
3. Caption delimiter
4. Caption text

I want to leave figure captions as they are and change table captions to
have right aligned Caption label with number but without delimiter and page
break then centered caption text.
\setcapindent*{xindent} produces page break and indentation.
\renewcommand*{\captionformat}{~} gets rid of delimiter which was colon.
\setcapwidth[justification]{width} is used to change caption text alignment.
But I think it changes figure and table and I have set width each time.

Please help me on this.
Thank you in advance.


-- 
Zorigtkhuu Davaanyam


Re: Table caption label customization

2008-04-25 Thread Bob Lounsbury
On Fri, Apr 25, 2008 at 8:38 AM, D. Zorig [EMAIL PROTECTED] wrote:
 Hi all,

  I've read KOMA Script manual.  But I couldn't figure out how to customize
  table caption.
  Now I understand table caption consists of following four parts.
  1. Caption label
  2. Caption number
  3. Caption delimiter
  4. Caption text

  I want to leave figure captions as they are and change table captions to
  have right aligned Caption label with number but without delimiter and page
  break then centered caption text.
  \setcapindent*{xindent} produces page break and indentation.
  \renewcommand*{\captionformat}{~} gets rid of delimiter which was colon.
  \setcapwidth[justification]{width} is used to change caption text alignment.
  But I think it changes figure and table and I have set width each time.

  Please help me on this.
  Thank you in advance.


  --
  Zorigtkhuu Davaanyam


Maybe someone else will have an answer on a way to alter figure and
table captions separately, but I'm unaware of any way to do this with
default koma-script options except as you're already doing by
specifying the options per table.

I would just use the caption package as it allows for separate options
for figures and tables. Read the caption package documentation for
koma-script related stuff. For me it turned out to be easier to just
use the default article/report/book classes and then use packages to
format things the way I wanted. Since, additional packages don't
conflict with the default classes.

Cheers,
/Bob


Re: Table caption label customization

2008-04-25 Thread Uwe Stöhr

Bob Lounsbury schrieb:


 I've read KOMA Script manual.  But I couldn't figure out how to customize
 table caption.


But it is described there. To change e.g. the caption label to bold, use this 
command in the preamble:

\setkomafont{captionlabel}{\bfseries}


 I want to leave figure captions as they are and change table captions to
 have right aligned Caption label with number but without delimiter and page
 break then centered caption text.


When you only want to change the table caption I suggest to use the LateX-package caption instead. 
Not that koma's and captions' commands interfere, so better use only the koma commands or the 
caption ones.


regards Uwe


Table caption label customization

2008-04-25 Thread D . Zorig
Hi all,

I've read KOMA Script manual.  But I couldn't figure out how to customize
table caption.
Now I understand table caption consists of following four parts.
1. Caption label
2. Caption number
3. Caption delimiter
4. Caption text

I want to leave figure captions as they are and change table captions to
have right aligned Caption label with number but without delimiter and page
break then centered caption text.
\setcapindent*{xindent} produces page break and indentation.
\renewcommand*{\captionformat}{~} gets rid of delimiter which was colon.
\setcapwidth[justification]{width} is used to change caption text alignment.
But I think it changes figure and table and I have set width each time.

Please help me on this.
Thank you in advance.


-- 
Zorigtkhuu Davaanyam


Re: Table caption label customization

2008-04-25 Thread Bob Lounsbury
On Fri, Apr 25, 2008 at 8:38 AM, D. Zorig <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  I've read KOMA Script manual.  But I couldn't figure out how to customize
>  table caption.
>  Now I understand table caption consists of following four parts.
>  1. Caption label
>  2. Caption number
>  3. Caption delimiter
>  4. Caption text
>
>  I want to leave figure captions as they are and change table captions to
>  have right aligned Caption label with number but without delimiter and page
>  break then centered caption text.
>  \setcapindent*{xindent} produces page break and indentation.
>  \renewcommand*{\captionformat}{~} gets rid of delimiter which was colon.
>  \setcapwidth[justification]{width} is used to change caption text alignment.
>  But I think it changes figure and table and I have set width each time.
>
>  Please help me on this.
>  Thank you in advance.
>
>
>  --
>  Zorigtkhuu Davaanyam
>

Maybe someone else will have an answer on a way to alter figure and
table captions separately, but I'm unaware of any way to do this with
default koma-script options except as you're already doing by
specifying the options per table.

I would just use the caption package as it allows for separate options
for figures and tables. Read the caption package documentation for
koma-script related stuff. For me it turned out to be easier to just
use the default article/report/book classes and then use packages to
format things the way I wanted. Since, additional packages don't
conflict with the default classes.

Cheers,
/Bob


Re: Table caption label customization

2008-04-25 Thread Uwe Stöhr

Bob Lounsbury schrieb:


 I've read KOMA Script manual.  But I couldn't figure out how to customize
 table caption.


But it is described there. To change e.g. the caption label to bold, use this 
command in the preamble:

\setkomafont{captionlabel}{\bfseries}


 I want to leave figure captions as they are and change table captions to
 have right aligned Caption label with number but without delimiter and page
 break then centered caption text.


When you only want to change the table caption I suggest to use the LateX-package "caption" instead. 
Not that koma's and captions' commands interfere, so better use only the koma commands or the 
caption ones.


regards Uwe


floating table caption placing

2006-02-04 Thread Cezary Morga
Hi there,

Could anyone tell me if there is a way to make floating table's caption align 
to left? I can't find it anywhere.

-- 
Cezary Morga
GG# 169903 ICQ# 328-700-565
Jabber: thereidos(at)jabber.autocom.pl
http://thereidos.co.nr/


Re: floating table caption placing

2006-02-04 Thread Rich Shepard

On Sat, 4 Feb 2006, Cezary Morga wrote:


Could anyone tell me if there is a way to make floating table's caption
align to left? I can't find it anywhere.


  Put the cursor at the head of the caption, then from the menu system:
Layout-Paragraph-Alignment. Change that to Center in the combo box and
press the Apply button.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: floating table caption placing

2006-02-04 Thread Martin A. Hansen
if you use komascript, then try this in preamble:

\setcapindent{0pt}

else

go to www.texnik.de where there is a hint for left aligning captions.



martin


On 04/02/06, Rich Shepard [EMAIL PROTECTED] wrote:

 On Sat, 4 Feb 2006, Cezary Morga wrote:

  Could anyone tell me if there is a way to make floating table's caption
  align to left? I can't find it anywhere.

Put the cursor at the head of the caption, then from the menu system:
 Layout-Paragraph-Alignment. Change that to Center in the combo box and
 press the Apply button.

 Rich

 --
 Richard B. Shepard, Ph.D.   |   Author of Quantifying
 Environmental
 Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy
 Logic
 http://www.appl-ecosys.com Voice: 503-667-4517 Fax:
 503-667-8863



Re: floating table caption placing

2006-02-04 Thread Cezary Morga
Dnia sobota 04 lutego 2006 20:02, Rich Shepard napisał:
 On Sat, 4 Feb 2006, Cezary Morga wrote:
  Could anyone tell me if there is a way to make floating table's caption
  align to left? I can't find it anywhere.

Put the cursor at the head of the caption, then from the menu system:
 Layout-Paragraph-Alignment. Change that to Center in the combo box and
 press the Apply button.

 Rich

It is centered. I want it aligned to left and trying to do it this way doesn't 
work.
-- 
Cezary Morga
GG# 169903 ICQ# 328-700-565
Jabber: thereidos(at)jabber.autocom.pl
http://thereidos.co.nr/


floating table caption placing

2006-02-04 Thread Cezary Morga
Hi there,

Could anyone tell me if there is a way to make floating table's caption align 
to left? I can't find it anywhere.

-- 
Cezary Morga
GG# 169903 ICQ# 328-700-565
Jabber: thereidos(at)jabber.autocom.pl
http://thereidos.co.nr/


Re: floating table caption placing

2006-02-04 Thread Rich Shepard

On Sat, 4 Feb 2006, Cezary Morga wrote:


Could anyone tell me if there is a way to make floating table's caption
align to left? I can't find it anywhere.


  Put the cursor at the head of the caption, then from the menu system:
Layout-Paragraph-Alignment. Change that to Center in the combo box and
press the Apply button.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic
http://www.appl-ecosys.com Voice: 503-667-4517 Fax: 503-667-8863


Re: floating table caption placing

2006-02-04 Thread Martin A. Hansen
if you use komascript, then try this in preamble:

\setcapindent{0pt}

else

go to www.texnik.de where there is a hint for left aligning captions.



martin


On 04/02/06, Rich Shepard [EMAIL PROTECTED] wrote:

 On Sat, 4 Feb 2006, Cezary Morga wrote:

  Could anyone tell me if there is a way to make floating table's caption
  align to left? I can't find it anywhere.

Put the cursor at the head of the caption, then from the menu system:
 Layout-Paragraph-Alignment. Change that to Center in the combo box and
 press the Apply button.

 Rich

 --
 Richard B. Shepard, Ph.D.   |   Author of Quantifying
 Environmental
 Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy
 Logic
 http://www.appl-ecosys.com Voice: 503-667-4517 Fax:
 503-667-8863



Re: floating table caption placing

2006-02-04 Thread Cezary Morga
Dnia sobota 04 lutego 2006 20:02, Rich Shepard napisał:
 On Sat, 4 Feb 2006, Cezary Morga wrote:
  Could anyone tell me if there is a way to make floating table's caption
  align to left? I can't find it anywhere.

Put the cursor at the head of the caption, then from the menu system:
 Layout-Paragraph-Alignment. Change that to Center in the combo box and
 press the Apply button.

 Rich

It is centered. I want it aligned to left and trying to do it this way doesn't 
work.
-- 
Cezary Morga
GG# 169903 ICQ# 328-700-565
Jabber: thereidos(at)jabber.autocom.pl
http://thereidos.co.nr/


floating table caption placing

2006-02-04 Thread Cezary Morga
Hi there,

Could anyone tell me if there is a way to make floating table's caption align 
to left? I can't find it anywhere.

-- 
Cezary Morga
GG# 169903 ICQ# 328-700-565
Jabber: thereidos(at)jabber.autocom.pl
http://thereidos.co.nr/


Re: floating table caption placing

2006-02-04 Thread Rich Shepard

On Sat, 4 Feb 2006, Cezary Morga wrote:


Could anyone tell me if there is a way to make floating table's caption
align to left? I can't find it anywhere.


  Put the cursor at the head of the caption, then from the menu system:
Layout->Paragraph->Alignment. Change that to "Center" in the combo box and
press the "Apply" button.

Rich

--
Richard B. Shepard, Ph.D.   |   Author of "Quantifying Environmental
Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy Logic"
 Voice: 503-667-4517 Fax: 503-667-8863


Re: floating table caption placing

2006-02-04 Thread Martin A. Hansen
if you use komascript, then try this in preamble:

\setcapindent{0pt}

else

go to www.texnik.de where there is a hint for left aligning captions.



martin


On 04/02/06, Rich Shepard <[EMAIL PROTECTED]> wrote:
>
> On Sat, 4 Feb 2006, Cezary Morga wrote:
>
> > Could anyone tell me if there is a way to make floating table's caption
> > align to left? I can't find it anywhere.
>
>Put the cursor at the head of the caption, then from the menu system:
> Layout->Paragraph->Alignment. Change that to "Center" in the combo box and
> press the "Apply" button.
>
> Rich
>
> --
> Richard B. Shepard, Ph.D.   |   Author of "Quantifying
> Environmental
> Applied Ecosystem Services, Inc. (TM)   |  Impact Assessments Using Fuzzy
> Logic"
>  Voice: 503-667-4517 Fax:
> 503-667-8863
>


Re: floating table caption placing

2006-02-04 Thread Cezary Morga
Dnia sobota 04 lutego 2006 20:02, Rich Shepard napisał:
> On Sat, 4 Feb 2006, Cezary Morga wrote:
> > Could anyone tell me if there is a way to make floating table's caption
> > align to left? I can't find it anywhere.
>
>Put the cursor at the head of the caption, then from the menu system:
> Layout->Paragraph->Alignment. Change that to "Center" in the combo box and
> press the "Apply" button.
>
> Rich

It is centered. I want it aligned to left and trying to do it this way doesn't 
work.
-- 
Cezary Morga
GG# 169903 ICQ# 328-700-565
Jabber: thereidos(at)jabber.autocom.pl
http://thereidos.co.nr/


Re: long table caption + table and figure side-by-side

2004-01-26 Thread Andre Poenitz
On Tue, Jan 20, 2004 at 08:37:56AM -0500, Nirmal Govind wrote:
 Hi.. I have a long caption for a table and the overflow from the 
 first line of the caption is not centered on the second line.. any 
 way to center the second line of the caption also?

That's intentional standard LaTeX behaviour.
You can change the [EMAIL PROTECTED] if you don't like it.

Standard implementation is

[EMAIL PROTECTED]
  \vskip\abovecaptionskip
  [EMAIL PROTECTED]: #2}%
  \ifdim [EMAIL PROTECTED] \hsize
#1: #2\par
  \else
\global [EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
  \fi

Andre'


Re: long table caption + table and figure side-by-side

2004-01-26 Thread Nirmal Govind
Thanks Andre'.

nirmal

Andre Poenitz wrote:
On Tue, Jan 20, 2004 at 08:37:56AM -0500, Nirmal Govind wrote:

That's intentional standard LaTeX behaviour.
You can change the [EMAIL PROTECTED] if you don't like it.



Re: long table caption + table and figure side-by-side

2004-01-26 Thread Andre Poenitz
On Tue, Jan 20, 2004 at 08:37:56AM -0500, Nirmal Govind wrote:
 Hi.. I have a long caption for a table and the overflow from the 
 first line of the caption is not centered on the second line.. any 
 way to center the second line of the caption also?

That's intentional standard LaTeX behaviour.
You can change the [EMAIL PROTECTED] if you don't like it.

Standard implementation is

[EMAIL PROTECTED]
  \vskip\abovecaptionskip
  [EMAIL PROTECTED]: #2}%
  \ifdim [EMAIL PROTECTED] \hsize
#1: #2\par
  \else
\global [EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
  \fi

Andre'


Re: long table caption + table and figure side-by-side

2004-01-26 Thread Nirmal Govind
Thanks Andre'.

nirmal

Andre Poenitz wrote:
On Tue, Jan 20, 2004 at 08:37:56AM -0500, Nirmal Govind wrote:

That's intentional standard LaTeX behaviour.
You can change the [EMAIL PROTECTED] if you don't like it.



Re: long table caption + table and figure side-by-side

2004-01-26 Thread Andre Poenitz
On Tue, Jan 20, 2004 at 08:37:56AM -0500, Nirmal Govind wrote:
> Hi.. I have a long caption for a table and the overflow from the 
> first line of the caption is not centered on the second line.. any 
> way to center the second line of the caption also?

That's intentional standard LaTeX behaviour.
You can change the [EMAIL PROTECTED] if you don't like it.

Standard implementation is

[EMAIL PROTECTED]
  \vskip\abovecaptionskip
  [EMAIL PROTECTED]: #2}%
  \ifdim [EMAIL PROTECTED] >\hsize
#1: #2\par
  \else
\global [EMAIL PROTECTED]
[EMAIL PROTECTED]@[EMAIL PROTECTED]
  \fi

Andre'


Re: long table caption + table and figure side-by-side

2004-01-26 Thread Nirmal Govind
Thanks Andre'.

nirmal

Andre Poenitz wrote:
On Tue, Jan 20, 2004 at 08:37:56AM -0500, Nirmal Govind wrote:

That's intentional standard LaTeX behaviour.
You can change the [EMAIL PROTECTED] if you don't like it.



Re: long table caption + table and figure side-by-side

2004-01-23 Thread Nirmal Govind
Never mind the first part, I found the answer in Herbert's tips and 
tricks page:

\usepackage{ccaption}
\captionstyle{\centerlastline}
nirmal



Re: long table caption + table and figure side-by-side

2004-01-23 Thread Nirmal Govind
Never mind the first part, I found the answer in Herbert's tips and 
tricks page:

\usepackage{ccaption}
\captionstyle{\centerlastline}
nirmal



Re: long table caption + table and figure side-by-side

2004-01-23 Thread Nirmal Govind
Never mind the first part, I found the answer in Herbert's tips and 
tricks page:

\usepackage{ccaption}
\captionstyle{\centerlastline}
nirmal



long table caption + table and figure side-by-side

2004-01-20 Thread Nirmal Govind
Hi.. I have a long caption for a table and the overflow from the 
first line of the caption is not centered on the second line.. any 
way to center the second line of the caption also?

Secondly, this table is alongside a figure using the table and 
figure side-by-side tip on Herbert's page where the table and figure 
are within minipages and the two minipages are within a table float 
environment. I'm unable to get the table and the figure to align at 
the top... the table's caption is at the top and the figure's 
caption is at the bottom so actually, I'm not sure what the best way 
is to align these (I'm guessing the answer is top alignment with the 
table caption's first line being aligned with the figure's top??).. 
please let me know if you have any experience with this...

Thanks,
nirmal


long table caption + table and figure side-by-side

2004-01-20 Thread Nirmal Govind
Hi.. I have a long caption for a table and the overflow from the 
first line of the caption is not centered on the second line.. any 
way to center the second line of the caption also?

Secondly, this table is alongside a figure using the table and 
figure side-by-side tip on Herbert's page where the table and figure 
are within minipages and the two minipages are within a table float 
environment. I'm unable to get the table and the figure to align at 
the top... the table's caption is at the top and the figure's 
caption is at the bottom so actually, I'm not sure what the best way 
is to align these (I'm guessing the answer is top alignment with the 
table caption's first line being aligned with the figure's top??).. 
please let me know if you have any experience with this...

Thanks,
nirmal


long table caption + table and figure side-by-side

2004-01-20 Thread Nirmal Govind
Hi.. I have a long caption for a table and the overflow from the 
first line of the caption is not centered on the second line.. any 
way to center the second line of the caption also?

Secondly, this table is alongside a figure using the table and 
figure side-by-side tip on Herbert's page where the table and figure 
are within minipages and the two minipages are within a table float 
environment. I'm unable to get the table and the figure to align at 
the top... the table's caption is at the top and the figure's 
caption is at the bottom so actually, I'm not sure what the best way 
is to align these (I'm guessing the answer is top alignment with the 
table caption's first line being aligned with the figure's top??).. 
please let me know if you have any experience with this...

Thanks,
nirmal


table caption width

2003-10-06 Thread Gordon Wells
Hi

I know I've posted this before, but there was no reply. I would like to
know if it is possible to make captions automatically adopt the width of
their respective figures and tables in particular. I guess this can be
hacked a bit using wrapfloats but they seem to be a bit unreliable.

Thanks in advance


-- 
 |\  /---\|   
 | -/   o \ \\/  __/
 | -\ \__-/__|__/
 |/  \---/   _/_\__/
   |_ |_ ___/
~~~
Gordon Wells
Department of Biochemistry
University of Pretoria


Re: table caption width

2003-10-06 Thread Herbert Vo
Gordon Wells schrieb:
I know I've posted this before, but there was no reply. I would like to
know if it is possible to make captions automatically adopt the width of
their respective figures and tables in particular. I guess this can be
hacked a bit using wrapfloats but they seem to be a bit unreliable.
there are several solutions and if I remeber well, there
is an option for the different KOMA classes.
You can also try http://www.perce.de/LaTeX/hvfloat/
Herbert




Re: table caption width

2003-10-06 Thread Gordon Wells
(sorry, pressed send too quickly)

Hi 

Thanks for the tips. Unfortunately I'm already using a modified mwbk
class and I'm a bit reluctant to change to another float system at this
stage. I've managed to manually adjust caption width using the ccaption
package though. What I would like to know is if there is a function that
returns table/figure widths like \linewidth does for lines?

Thanks

Gordon


On Mon, 2003-10-06 at 15:11, Herbert Voß wrote:

On Mon, 2003-10-06 at 15:11, Herbert Voß wrote:
 Gordon Wells schrieb:
  
  I know I've posted this before, but there was no reply. I would like to
  know if it is possible to make captions automatically adopt the width of
  their respective figures and tables in particular. I guess this can be
  hacked a bit using wrapfloats but they seem to be a bit unreliable.
 
 there are several solutions and if I remeber well, there
 is an option for the different KOMA classes.
 You can also try http://www.perce.de/LaTeX/hvfloat/
 
 Herbert
 
 
-- 
Gordon Wells [EMAIL PROTECTED]


Re: table caption width

2003-10-06 Thread Herbert Voß
Gordon Wells schrieb:
Thanks for the tips. Unfortunately I'm already using a modified mwbk
class and I'm a bit reluctant to change to another float system at this
should be anyway no problem ...

stage. I've managed to manually adjust caption width using the ccaption
package though. What I would like to know is if there is a function that
returns table/figure widths like \linewidth does for lines?
in preamble: \newsavebox{\IBox}

and inside your floats in TeX
\savebox{\IBox}{ ... insert here the image as usual ... }
\centering
\usebox{\IBox}
\parbox{\wd\IBox}{ ... The caption text ... }


A minipage instead of the parbox is also possible

Herbert




table caption width

2003-10-06 Thread Gordon Wells
Hi

I know I've posted this before, but there was no reply. I would like to
know if it is possible to make captions automatically adopt the width of
their respective figures and tables in particular. I guess this can be
hacked a bit using wrapfloats but they seem to be a bit unreliable.

Thanks in advance


-- 
 |\  /---\|   
 | -/   o \ \\/  __/
 | -\ \__-/__|__/
 |/  \---/   _/_\__/
   |_ |_ ___/
~~~
Gordon Wells
Department of Biochemistry
University of Pretoria


Re: table caption width

2003-10-06 Thread Herbert Vo
Gordon Wells schrieb:
I know I've posted this before, but there was no reply. I would like to
know if it is possible to make captions automatically adopt the width of
their respective figures and tables in particular. I guess this can be
hacked a bit using wrapfloats but they seem to be a bit unreliable.
there are several solutions and if I remeber well, there
is an option for the different KOMA classes.
You can also try http://www.perce.de/LaTeX/hvfloat/
Herbert




Re: table caption width

2003-10-06 Thread Gordon Wells
(sorry, pressed send too quickly)

Hi 

Thanks for the tips. Unfortunately I'm already using a modified mwbk
class and I'm a bit reluctant to change to another float system at this
stage. I've managed to manually adjust caption width using the ccaption
package though. What I would like to know is if there is a function that
returns table/figure widths like \linewidth does for lines?

Thanks

Gordon


On Mon, 2003-10-06 at 15:11, Herbert Voß wrote:

On Mon, 2003-10-06 at 15:11, Herbert Voß wrote:
 Gordon Wells schrieb:
  
  I know I've posted this before, but there was no reply. I would like to
  know if it is possible to make captions automatically adopt the width of
  their respective figures and tables in particular. I guess this can be
  hacked a bit using wrapfloats but they seem to be a bit unreliable.
 
 there are several solutions and if I remeber well, there
 is an option for the different KOMA classes.
 You can also try http://www.perce.de/LaTeX/hvfloat/
 
 Herbert
 
 
-- 
Gordon Wells [EMAIL PROTECTED]


Re: table caption width

2003-10-06 Thread Herbert Voß
Gordon Wells schrieb:
Thanks for the tips. Unfortunately I'm already using a modified mwbk
class and I'm a bit reluctant to change to another float system at this
should be anyway no problem ...

stage. I've managed to manually adjust caption width using the ccaption
package though. What I would like to know is if there is a function that
returns table/figure widths like \linewidth does for lines?
in preamble: \newsavebox{\IBox}

and inside your floats in TeX
\savebox{\IBox}{ ... insert here the image as usual ... }
\centering
\usebox{\IBox}
\parbox{\wd\IBox}{ ... The caption text ... }


A minipage instead of the parbox is also possible

Herbert




table caption width

2003-10-06 Thread Gordon Wells
Hi

I know I've posted this before, but there was no reply. I would like to
know if it is possible to make captions automatically adopt the width of
their respective figures and tables in particular. I guess this can be
hacked a bit using wrapfloats but they seem to be a bit unreliable.

Thanks in advance


-- 
 |\  /---\|   
 | -/   o \ \\/  __/
 | -\ \__-/__|__/
 |/  \---/   _/_\__/
   |_ |_ ___/
~~~
Gordon Wells
Department of Biochemistry
University of Pretoria


Re: table caption width

2003-10-06 Thread Herbert Voß
Gordon Wells schrieb:
I know I've posted this before, but there was no reply. I would like to
know if it is possible to make captions automatically adopt the width of
their respective figures and tables in particular. I guess this can be
hacked a bit using wrapfloats but they seem to be a bit unreliable.
there are several solutions and if I remeber well, there
is an option for the different KOMA classes.
You can also try http://www.perce.de/LaTeX/hvfloat/
Herbert




Re: table caption width

2003-10-06 Thread Gordon Wells
(sorry, pressed send too quickly)

Hi 

Thanks for the tips. Unfortunately I'm already using a modified mwbk
class and I'm a bit reluctant to change to another float system at this
stage. I've managed to manually adjust caption width using the ccaption
package though. What I would like to know is if there is a function that
returns table/figure widths like \linewidth does for lines?

Thanks

Gordon


On Mon, 2003-10-06 at 15:11, Herbert Voß wrote:

On Mon, 2003-10-06 at 15:11, Herbert Voß wrote:
> Gordon Wells schrieb:
> > 
> > I know I've posted this before, but there was no reply. I would like to
> > know if it is possible to make captions automatically adopt the width of
> > their respective figures and tables in particular. I guess this can be
> > hacked a bit using wrapfloats but they seem to be a bit unreliable.
> 
> there are several solutions and if I remeber well, there
> is an option for the different KOMA classes.
> You can also try http://www.perce.de/LaTeX/hvfloat/
> 
> Herbert
> 
> 
-- 
Gordon Wells <[EMAIL PROTECTED]>


Re: table caption width

2003-10-06 Thread Herbert Voß
Gordon Wells schrieb:
Thanks for the tips. Unfortunately I'm already using a modified mwbk
class and I'm a bit reluctant to change to another float system at this
should be anyway no problem ...

stage. I've managed to manually adjust caption width using the ccaption
package though. What I would like to know is if there is a function that
returns table/figure widths like \linewidth does for lines?
in preamble: \newsavebox{\IBox}

and inside your floats in TeX
\savebox{\IBox}{ ... insert here the image as usual ... }
\centering
\usebox{\IBox}
\parbox{\wd\IBox}{ ... The caption text ... }


A minipage instead of the parbox is also possible

Herbert




table caption

2002-08-13 Thread Werner Pessenhofer

Hi !

I have a problem concerning to table captions in a table float:

In my document I have inserted several table floats with captions and 
everything goes fine.
But the last float I've added cause following error message by compiling with 
pdflatex:

pdfTeX warning (ext4): destination with the same identifier
(name{table.1}) h

\end(document)

] (.AgBi-temp.aux)

When I change the caption to standard format, it works.
I'm using Lyx 1.2.0.

Any ideas ??

Greetings

Werner
-- 
DI Pessenhofer Werner
Institute for chem. technology of inorganic compounds
TU-Graz
Stremayrgasse 16 / III
8010 Graz
AUSTRIA

Tel.: +43 (0)316 873 8293
mobile: +43 (0) 699 18 21 36 47
Fax.: +43 (0)316 873 8272
email: [EMAIL PROTECTED]

private:
Theodor Körner Strasse 171
8010 Graz



Re: table caption

2002-08-13 Thread Herbert Voss

Werner Pessenhofer wrote:

 When I change the caption to standard format, it works.
 I'm using Lyx 1.2.0.


give the caption

Herbert



-- 
http://www.lyx.org/help/




table caption

2002-08-13 Thread Werner Pessenhofer

Hi !

I have a problem concerning to table captions in a table float:

In my document I have inserted several table floats with captions and 
everything goes fine.
But the last float I've added cause following error message by compiling with 
pdflatex:

pdfTeX warning (ext4): destination with the same identifier
(name{table.1}) h

\end(document)

] (.AgBi-temp.aux)

When I change the caption to standard format, it works.
I'm using Lyx 1.2.0.

Any ideas ??

Greetings

Werner
-- 
DI Pessenhofer Werner
Institute for chem. technology of inorganic compounds
TU-Graz
Stremayrgasse 16 / III
8010 Graz
AUSTRIA

Tel.: +43 (0)316 873 8293
mobile: +43 (0) 699 18 21 36 47
Fax.: +43 (0)316 873 8272
email: [EMAIL PROTECTED]

private:
Theodor Körner Strasse 171
8010 Graz



Re: table caption

2002-08-13 Thread Herbert Voss

Werner Pessenhofer wrote:

 When I change the caption to standard format, it works.
 I'm using Lyx 1.2.0.


give the caption

Herbert



-- 
http://www.lyx.org/help/




table caption

2002-08-13 Thread Werner Pessenhofer

Hi !

I have a problem concerning to table captions in a table float:

In my document I have inserted several table floats with captions and 
everything goes fine.
But the last float I've added cause following error message by compiling with 
pdflatex:

pdfTeX warning (ext4): destination with the same identifier
(name{table.1}) h

\end(document)

] (.AgBi-temp.aux)

When I change the caption to standard format, it works.
I'm using Lyx 1.2.0.

Any ideas ??

Greetings

Werner
-- 
DI Pessenhofer Werner
Institute for chem. technology of inorganic compounds
TU-Graz
Stremayrgasse 16 / III
8010 Graz
AUSTRIA

Tel.: +43 (0)316 873 8293
mobile: +43 (0) 699 18 21 36 47
Fax.: +43 (0)316 873 8272
email: [EMAIL PROTECTED]

private:
Theodor Körner Strasse 171
8010 Graz



Re: table caption

2002-08-13 Thread Herbert Voss

Werner Pessenhofer wrote:

> When I change the caption to standard format, it works.
> I'm using Lyx 1.2.0.


give the caption

Herbert



-- 
http://www.lyx.org/help/




Re: table caption alignment

2001-10-11 Thread Dekel Tsur

On Wed, Oct 10, 2001 at 05:37:29PM +, E GCP wrote:
 Hi,
 
 How can I make the table caption (title) in a table float left justified? 
 LyX always centers the title with respect to the page not the width of the 
 table. I already tried Layout-Paragraph without success.

Put \usepackage[nooneline]{caption2} in the preamble.

But it is probably better to leave the caption centered, but also center the
table (put the cursor just before the table, and open the paragraph dialog).



Re: table caption alignment

2001-10-11 Thread Dekel Tsur

On Wed, Oct 10, 2001 at 05:37:29PM +, E GCP wrote:
 Hi,
 
 How can I make the table caption (title) in a table float left justified? 
 LyX always centers the title with respect to the page not the width of the 
 table. I already tried Layout-Paragraph without success.

Put \usepackage[nooneline]{caption2} in the preamble.

But it is probably better to leave the caption centered, but also center the
table (put the cursor just before the table, and open the paragraph dialog).



Re: table caption alignment

2001-10-11 Thread Dekel Tsur

On Wed, Oct 10, 2001 at 05:37:29PM +, E GCP wrote:
> Hi,
> 
> How can I make the table caption (title) in a table float left justified? 
> LyX always centers the title with respect to the page not the width of the 
> table. I already tried Layout->Paragraph without success.

Put \usepackage[nooneline]{caption2} in the preamble.

But it is probably better to leave the caption centered, but also center the
table (put the cursor just before the table, and open the paragraph dialog).



table caption alignment

2001-10-10 Thread E GCP

Hi,

How can I make the table caption (title) in a table float left justified? 
LyX always centers the title with respect to the page not the width of the 
table. I already tried Layout-Paragraph without success.

Thanks,
Enrique

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




table caption alignment

2001-10-10 Thread E GCP

Hi,

How can I make the table caption (title) in a table float left justified? 
LyX always centers the title with respect to the page not the width of the 
table. I already tried Layout-Paragraph without success.

Thanks,
Enrique

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




table caption alignment

2001-10-10 Thread E GCP

Hi,

How can I make the table caption (title) in a table float left justified? 
LyX always centers the title with respect to the page not the width of the 
table. I already tried Layout->Paragraph without success.

Thanks,
Enrique

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




Table caption II

2001-09-30 Thread Markus Mohr

Hi!

Heres the next question: :)

I have a rather longish table description and it looks like:

Table: texttexttexttexttexttextcr
texttexttexttexttext

but I would like to have:

Table: texttexttexttexttexttextcr
   texttexttexttexttext

How do I achieve that?

thanks for the help
marksu



Re: Table caption II

2001-09-30 Thread Herbert Voss

Markus Mohr wrote:
 
 I have a rather longish table description and it looks like:
 
 Table: texttexttexttexttexttextcr
 texttexttexttexttext
 
 but I would like to have:
 
 Table: texttexttexttexttexttextcr
texttexttexttexttext
 
 How do I achieve that?

package hangcaption

ftp://ftp.dante.de/tex-archive/macros/latex209/contrib/misc/hangcaption.sty

Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Table caption II

2001-09-30 Thread Markus Mohr

Hi!

Heres the next question: :)

I have a rather longish table description and it looks like:

Table: texttexttexttexttexttextcr
texttexttexttexttext

but I would like to have:

Table: texttexttexttexttexttextcr
   texttexttexttexttext

How do I achieve that?

thanks for the help
marksu



Re: Table caption II

2001-09-30 Thread Herbert Voss

Markus Mohr wrote:
 
 I have a rather longish table description and it looks like:
 
 Table: texttexttexttexttexttextcr
 texttexttexttexttext
 
 but I would like to have:
 
 Table: texttexttexttexttexttextcr
texttexttexttexttext
 
 How do I achieve that?

package hangcaption

ftp://ftp.dante.de/tex-archive/macros/latex209/contrib/misc/hangcaption.sty

Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Table caption II

2001-09-30 Thread Markus Mohr

Hi!

Heres the next question: :)

I have a rather longish table description and it looks like:

Table: texttexttexttexttexttext
texttexttexttexttext

but I would like to have:

Table: texttexttexttexttexttext
   texttexttexttexttext

How do I achieve that?

thanks for the help
marksu



Re: Table caption II

2001-09-30 Thread Herbert Voss

Markus Mohr wrote:
> 
> I have a rather longish table description and it looks like:
> 
> Table: texttexttexttexttexttext
> texttexttexttexttext
> 
> but I would like to have:
> 
> Table: texttexttexttexttexttext
>texttexttexttexttext
> 
> How do I achieve that?

package hangcaption

ftp://ftp.dante.de/tex-archive/macros/latex209/contrib/misc/hangcaption.sty

Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/



Table caption

2001-09-28 Thread Markus Mohr

Hi!

I'm using 1.1.6fix3 with Debian/unstable. I try to have a table in a
table float with the caption below the table.
When I enter the table directly behind the 'Table:' text, I get:

(Float) Table:tablecaption name

instead of:

(Float) table
Table: caption name

Compiling that leads to two errors:
'Paragraph ended before \@ caption was comlete. \end{tabular}}' and:
'Argument of\@ captionhas an extra }. \end{tabular}}' (btw its a bad
thing that I can't cutpaste from the error boxes).

Putting the caption above the table works.

(Float) Table:caption nametable

leads to:

(Float) Table: caption name
table


thanks for the help,
markus



Re: Table caption

2001-09-28 Thread Tuukka Toivonen

On Fri, 28 Sep 2001, Markus Mohr wrote:

(Float)Table:tablecaption name

instead of:

(Float)table
   Table: caption name

You can do the latter by moving the blinking cursor just after the
Table: text (and before the caption name) and pressing once Enter.
That way you should be able to insert the Tabular before the caption.

--
| Tuukka Toivonen [EMAIL PROTECTED]   [PGP public key
| Homepage: http://www.ee.oulu.fi/~tuukkat/   available]
| Try also finger -l [EMAIL PROTECTED]
| Studying information engineering at the University of Oulu
+---




Table caption

2001-09-28 Thread Markus Mohr

Hi!

I'm using 1.1.6fix3 with Debian/unstable. I try to have a table in a
table float with the caption below the table.
When I enter the table directly behind the 'Table:' text, I get:

(Float) Table:tablecaption name

instead of:

(Float) table
Table: caption name

Compiling that leads to two errors:
'Paragraph ended before \@ caption was comlete. \end{tabular}}' and:
'Argument of\@ captionhas an extra }. \end{tabular}}' (btw its a bad
thing that I can't cutpaste from the error boxes).

Putting the caption above the table works.

(Float) Table:caption nametable

leads to:

(Float) Table: caption name
table


thanks for the help,
markus



Re: Table caption

2001-09-28 Thread Tuukka Toivonen

On Fri, 28 Sep 2001, Markus Mohr wrote:

(Float)Table:tablecaption name

instead of:

(Float)table
   Table: caption name

You can do the latter by moving the blinking cursor just after the
Table: text (and before the caption name) and pressing once Enter.
That way you should be able to insert the Tabular before the caption.

--
| Tuukka Toivonen [EMAIL PROTECTED]   [PGP public key
| Homepage: http://www.ee.oulu.fi/~tuukkat/   available]
| Try also finger -l [EMAIL PROTECTED]
| Studying information engineering at the University of Oulu
+---




Table caption

2001-09-28 Thread Markus Mohr

Hi!

I'm using 1.1.6fix3 with Debian/unstable. I try to have a table in a
table float with the caption below the table.
When I enter the table directly behind the 'Table:' text, I get:

(Float) Table:

instead of:

(Float) 
Table: 

Compiling that leads to two errors:
'Paragraph ended before \@ caption was comlete. \end{tabular}}' and:
'Argument of\@ captionhas an extra }. \end{tabular}}' (btw its a bad
thing that I can't cut from the error boxes).

Putting the caption above the table works.

(Float) Table:

leads to:

(Float) Table: 



thanks for the help,
markus



Re: Table caption

2001-09-28 Thread Tuukka Toivonen

On Fri, 28 Sep 2001, Markus Mohr wrote:

>(Float)Table:
>
>instead of:
>
>(Float)
>   Table: 

You can do the latter by moving the blinking cursor just after the
"Table:" text (and before the caption name) and pressing once Enter.
That way you should be able to insert the Tabular before the caption.

--
| Tuukka Toivonen <[EMAIL PROTECTED]>   [PGP public key
| Homepage: http://www.ee.oulu.fi/~tuukkat/   available]
| Try also finger -l [EMAIL PROTECTED]
| Studying information engineering at the University of Oulu
+---




Re: Long table, caption

2000-11-24 Thread Herbert Voss

Arnd Geldermann wrote:
 
 Hallo Lyxers,
 
 I' am using a long table, all in all is longer than 1 page. I'am right
 that i couldn't use a float? But I need a caption with
 the right no. of the table. How can I deal with lyx features to solve
 the problem or do I need lyx code?

have a look at 

http://www.educat.hu-berlin.de/~voss/lyx/floats/nonFloat.phtml

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Re: Long table, caption

2000-11-24 Thread Herbert Voss

Arnd Geldermann wrote:
 
 Hallo Lyxers,
 
 I' am using a long table, all in all is longer than 1 page. I'am right
 that i couldn't use a float? But I need a caption with
 the right no. of the table. How can I deal with lyx features to solve
 the problem or do I need lyx code?

have a look at 

http://www.educat.hu-berlin.de/~voss/lyx/floats/nonFloat.phtml

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Re: Long table, caption

2000-11-24 Thread Herbert Voss

Arnd Geldermann wrote:
> 
> Hallo Lyxers,
> 
> I' am using a long table, all in all is longer than 1 page. I'am right
> that i couldn't use a float? But I need a caption with
> the right no. of the table. How can I deal with lyx features to solve
> the problem or do I need lyx code?

have a look at 

http://www.educat.hu-berlin.de/~voss/lyx/floats/nonFloat.phtml

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Long table, caption

2000-11-23 Thread Arnd Geldermann

Hallo Lyxers,

I' am using a long table, all in all is longer than 1 page. I'am right
that i couldn't use a float? But I need a caption with 
the right no. of the table. How can I deal with lyx features to solve
the problem or do I need lyx code?

Can anybody help me. Thanks a lot.



Long table, caption

2000-11-23 Thread Arnd Geldermann

Hallo Lyxers,

I' am using a long table, all in all is longer than 1 page. I'am right
that i couldn't use a float? But I need a caption with 
the right no. of the table. How can I deal with lyx features to solve
the problem or do I need lyx code?

Can anybody help me. Thanks a lot.



Long table, caption

2000-11-23 Thread Arnd Geldermann

Hallo Lyxers,

I' am using a long table, all in all is longer than 1 page. I'am right
that i couldn't use a float? But I need a caption with 
the right no. of the table. How can I deal with lyx features to solve
the problem or do I need lyx code?

Can anybody help me. Thanks a lot.



RE: Table caption placement inside table float

1999-05-17 Thread Juergen Vigna


On 15-May-99 Bas Rijniersce wrote:
 Hello,
 
 I'm using the latest (stable) Lyx release on RedHat Linux to write my
 thesis. I have some tables that I want to be left aligned. Using Layout
 - Paragraph - Alignment the table self is placed OK. But the caption
 stays centered on the page. I have tried to do the same (L-P-A) voor
 the caption, but that results in some errors. IS it possible the get a
 left-aligned caption?
 An other question, is is possible to get two small tables next to each
 other?
 

Try to look at the Minipage.lyx in the Examples directory.

I also have seen the strange behaviour of the caption, I found a way
to trick it also by using minipages on the caption and giving it not
enough space to center in the middle of the page.

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Juergen Vigna E-Mail: [EMAIL PROTECTED]
Gerbergasse 60Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-970042
ITALY

"Why is it that we rejoice at a birth and grieve at a funeral?  It is
because we are not the person involved"
-- Mark Twain

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



RE: Table caption placement inside table float

1999-05-17 Thread Juergen Vigna


On 15-May-99 Bas Rijniersce wrote:
 Hello,
 
 I'm using the latest (stable) Lyx release on RedHat Linux to write my
 thesis. I have some tables that I want to be left aligned. Using Layout
 - Paragraph - Alignment the table self is placed OK. But the caption
 stays centered on the page. I have tried to do the same (L-P-A) voor
 the caption, but that results in some errors. IS it possible the get a
 left-aligned caption?
 An other question, is is possible to get two small tables next to each
 other?
 

Try to look at the Minipage.lyx in the Examples directory.

I also have seen the strange behaviour of the caption, I found a way
to trick it also by using minipages on the caption and giving it not
enough space to center in the middle of the page.

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Juergen Vigna E-Mail: [EMAIL PROTECTED]
Gerbergasse 60Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-970042
ITALY

"Why is it that we rejoice at a birth and grieve at a funeral?  It is
because we are not the person involved"
-- Mark Twain

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



RE: Table caption placement inside table float

1999-05-17 Thread Juergen Vigna


On 15-May-99 Bas Rijniersce wrote:
> Hello,
> 
> I'm using the latest (stable) Lyx release on RedHat Linux to write my
> thesis. I have some tables that I want to be left aligned. Using Layout
> -> Paragraph -> Alignment the table self is placed OK. But the caption
> stays centered on the page. I have tried to do the same (L->P->A) voor
> the caption, but that results in some errors. IS it possible the get a
> left-aligned caption?
> An other question, is is possible to get two small tables next to each
> other?
> 

Try to look at the Minipage.lyx in the Examples directory.

I also have seen the strange behaviour of the caption, I found a way
to trick it also by using minipages on the caption and giving it not
enough space to center in the middle of the page.

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Juergen Vigna E-Mail: [EMAIL PROTECTED]
Gerbergasse 60Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-970042
ITALY

"Why is it that we rejoice at a birth and grieve at a funeral?  It is
because we are not the person involved"
-- Mark Twain

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._