figure-number in list of figures

2008-04-04 Thread Wolfgang Engelmann
Hi,
how can I increase the distance between the figure-number and the figure 
legend in the list of figures?

example:
9.9 legend 1 is ok
9.10 legend  is ok
10.10legend 2 here I would like a space

Wolfgang


Re: figure-number in list of figures

2008-04-04 Thread Bob Lounsbury
On Fri, Apr 4, 2008 at 9:50 AM, Wolfgang Engelmann
[EMAIL PROTECTED] wrote:
 Hi,
  how can I increase the distance between the figure-number and the figure
  legend in the list of figures?

  example:
  9.9 legend 1 is ok
  9.10 legend  is ok
  10.10legend 2 here I would like a space

  Wolfgang


The tocloft package will do this. I'm sure there are other ways.

Cheers,
/Bob


Re: figure-number in list of figures

2008-04-04 Thread Uwe Stöhr

Bob Lounsbury schrieb:

On Fri, Apr 4, 2008 at 9:50 AM, Wolfgang Engelmann

Hi,
 how can I increase the distance between the figure-number and the figure
 legend in the list of figures?

 example:
 9.9 legend 1 is ok
 9.10 legend  is ok
 10.10legend 2 here I would like a space


The tocloft package will do this. I'm sure there are other ways.


Look here for details, but the tocloft package is indeed the easiest way:
http://www.dante.de/faq/de-tex-faq/html/makros3.html#3

regards Uwe


figure-number in list of figures

2008-04-04 Thread Wolfgang Engelmann
Hi,
how can I increase the distance between the figure-number and the figure 
legend in the list of figures?

example:
9.9 legend 1 is ok
9.10 legend  is ok
10.10legend 2 here I would like a space

Wolfgang


Re: figure-number in list of figures

2008-04-04 Thread Bob Lounsbury
On Fri, Apr 4, 2008 at 9:50 AM, Wolfgang Engelmann
[EMAIL PROTECTED] wrote:
 Hi,
  how can I increase the distance between the figure-number and the figure
  legend in the list of figures?

  example:
  9.9 legend 1 is ok
  9.10 legend  is ok
  10.10legend 2 here I would like a space

  Wolfgang


The tocloft package will do this. I'm sure there are other ways.

Cheers,
/Bob


Re: figure-number in list of figures

2008-04-04 Thread Uwe Stöhr

Bob Lounsbury schrieb:

On Fri, Apr 4, 2008 at 9:50 AM, Wolfgang Engelmann

Hi,
 how can I increase the distance between the figure-number and the figure
 legend in the list of figures?

 example:
 9.9 legend 1 is ok
 9.10 legend  is ok
 10.10legend 2 here I would like a space


The tocloft package will do this. I'm sure there are other ways.


Look here for details, but the tocloft package is indeed the easiest way:
http://www.dante.de/faq/de-tex-faq/html/makros3.html#3

regards Uwe


figure-number in list of figures

2008-04-04 Thread Wolfgang Engelmann
Hi,
how can I increase the distance between the figure-number and the figure 
legend in the list of figures?

example:
9.9 legend 1 is ok
9.10 legend  is ok
10.10legend 2 here I would like a space

Wolfgang


Re: figure-number in list of figures

2008-04-04 Thread Bob Lounsbury
On Fri, Apr 4, 2008 at 9:50 AM, Wolfgang Engelmann
<[EMAIL PROTECTED]> wrote:
> Hi,
>  how can I increase the distance between the figure-number and the figure
>  legend in the list of figures?
>
>  example:
>  9.9 legend 1 is ok
>  9.10 legend  is ok
>  10.10legend 2 here I would like a space
>
>  Wolfgang
>

The tocloft package will do this. I'm sure there are other ways.

Cheers,
/Bob


Re: figure-number in list of figures

2008-04-04 Thread Uwe Stöhr

Bob Lounsbury schrieb:

On Fri, Apr 4, 2008 at 9:50 AM, Wolfgang Engelmann

Hi,
 how can I increase the distance between the figure-number and the figure
 legend in the list of figures?

 example:
 9.9 legend 1 is ok
 9.10 legend  is ok
 10.10legend 2 here I would like a space


The tocloft package will do this. I'm sure there are other ways.


Look here for details, but the tocloft package is indeed the easiest way:
http://www.dante.de/faq/de-tex-faq/html/makros3.html#3

regards Uwe


List of Figures Enumeration subsectionwise

2008-03-15 Thread Kane Kano
Hallo everbody, 

I have justed genarated my list of figures but I am not satisfied with the way 
of enumarating my figures. It counts every figure like 1, 2, 3... etc. 

Does anyone know how I could adjust the numbering of figures to my Lyx 
document?  For example if I have inserted 3 figures in subsection 1.3, they 
should be counted like

Figure 1.3.1
Figure 1.3.2
Figure 1.3.3

Thanks a lot

Kane




  Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go

Re: List of Figures Enumeration subsectionwise

2008-03-15 Thread Bob Lounsbury
On Sat, Mar 15, 2008 at 10:31 AM, Kane Kano [EMAIL PROTECTED] wrote:
 Hallo everbody,

  I have justed genarated my list of figures but I am not satisfied with the 
 way of enumarating my figures. It counts every figure like 1, 2, 3... etc.

  Does anyone know how I could adjust the numbering of figures to my Lyx 
 document?  For example if I have inserted 3 figures in subsection 1.3, they 
 should be counted like

  Figure 1.3.1
  Figure 1.3.2
  Figure 1.3.3

  Thanks a lot

  Kane


You just need to put '\numberwithin{figure}{subsection}' in your
preamble and set Document-Settings-Math Options to 'Use AMS math
package'. The same can be done for tables 'table' and equations
'equation'.

Cheers,
/Bob


List of Figures Enumeration subsectionwise

2008-03-15 Thread Kane Kano
Hallo everbody, 

I have justed genarated my list of figures but I am not satisfied with the way 
of enumarating my figures. It counts every figure like 1, 2, 3... etc. 

Does anyone know how I could adjust the numbering of figures to my Lyx 
document?  For example if I have inserted 3 figures in subsection 1.3, they 
should be counted like

Figure 1.3.1
Figure 1.3.2
Figure 1.3.3

Thanks a lot

Kane




  Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go

Re: List of Figures Enumeration subsectionwise

2008-03-15 Thread Bob Lounsbury
On Sat, Mar 15, 2008 at 10:31 AM, Kane Kano [EMAIL PROTECTED] wrote:
 Hallo everbody,

  I have justed genarated my list of figures but I am not satisfied with the 
 way of enumarating my figures. It counts every figure like 1, 2, 3... etc.

  Does anyone know how I could adjust the numbering of figures to my Lyx 
 document?  For example if I have inserted 3 figures in subsection 1.3, they 
 should be counted like

  Figure 1.3.1
  Figure 1.3.2
  Figure 1.3.3

  Thanks a lot

  Kane


You just need to put '\numberwithin{figure}{subsection}' in your
preamble and set Document-Settings-Math Options to 'Use AMS math
package'. The same can be done for tables 'table' and equations
'equation'.

Cheers,
/Bob


List of Figures Enumeration subsectionwise

2008-03-15 Thread Kane Kano
Hallo everbody, 

I have justed genarated my list of figures but I am not satisfied with the way 
of enumarating my figures. It counts every figure like 1, 2, 3... etc. 

Does anyone know how I could adjust the numbering of figures to my Lyx 
document?  For example if I have inserted 3 figures in subsection 1.3, they 
should be counted like

Figure 1.3.1
Figure 1.3.2
Figure 1.3.3

Thanks a lot

Kane




  Lesen Sie Ihre E-Mails jetzt einfach von unterwegs.
www.yahoo.de/go

Re: List of Figures Enumeration subsectionwise

2008-03-15 Thread Bob Lounsbury
On Sat, Mar 15, 2008 at 10:31 AM, Kane Kano <[EMAIL PROTECTED]> wrote:
> Hallo everbody,
>
>  I have justed genarated my list of figures but I am not satisfied with the 
> way of enumarating my figures. It counts every figure like 1, 2, 3... etc.
>
>  Does anyone know how I could adjust the numbering of figures to my Lyx 
> document?  For example if I have inserted 3 figures in subsection 1.3, they 
> should be counted like
>
>  Figure 1.3.1
>  Figure 1.3.2
>  Figure 1.3.3
>
>  Thanks a lot
>
>  Kane


You just need to put '\numberwithin{figure}{subsection}' in your
preamble and set Document->Settings->Math Options to 'Use AMS math
package'. The same can be done for tables 'table' and equations
'equation'.

Cheers,
/Bob


Re: Help with List of Figures

2008-02-01 Thread Uwe Stöhr

Adrian Peter schrieb:


I am trying to create a list-of-figures page for a multi-part report.
However, when I insert a 'List of Figures' the entire figure caption is
being displayed on the list-of-figures page.  I only want the title of the
figure caption displayed followed by the page number.


Then you have to add short titles to the image captions (LyX menu Insert-Short 
Title).
The content of the short title is then shown in the list of figures.

regards Uwe


Help with List of Figures

2008-02-01 Thread Adrian Peter
Hi,

 

I am trying to create a list-of-figures page for a multi-part report.
However, when I insert a 'List of Figures' the entire figure caption is
being displayed on the list-of-figures page.  I only want the title of the
figure caption displayed followed by the page number.  Can anyone tell me
what I'm doing wrong?  Thank you in advance.

 

(I'm running lyx 1.5.2 on Vista)

 

Adrian

 



Re: Help with List of Figures

2008-02-01 Thread Uwe Stöhr

Adrian Peter schrieb:


I am trying to create a list-of-figures page for a multi-part report.
However, when I insert a 'List of Figures' the entire figure caption is
being displayed on the list-of-figures page.  I only want the title of the
figure caption displayed followed by the page number.


Then you have to add short titles to the image captions (LyX menu Insert-Short 
Title).
The content of the short title is then shown in the list of figures.

regards Uwe


Help with List of Figures

2008-02-01 Thread Adrian Peter
Hi,

 

I am trying to create a list-of-figures page for a multi-part report.
However, when I insert a 'List of Figures' the entire figure caption is
being displayed on the list-of-figures page.  I only want the title of the
figure caption displayed followed by the page number.  Can anyone tell me
what I'm doing wrong?  Thank you in advance.

 

(I'm running lyx 1.5.2 on Vista)

 

Adrian

 



Re: Help with List of Figures

2008-02-01 Thread Uwe Stöhr

Adrian Peter schrieb:


I am trying to create a list-of-figures page for a multi-part report.
However, when I insert a 'List of Figures' the entire figure caption is
being displayed on the list-of-figures page.  I only want the title of the
figure caption displayed followed by the page number.


Then you have to add short titles to the image captions (LyX menu Insert->Short 
Title).
The content of the short title is then shown in the list of figures.

regards Uwe


Help with List of Figures

2008-02-01 Thread Adrian Peter
Hi,

 

I am trying to create a list-of-figures page for a multi-part report.
However, when I insert a 'List of Figures' the entire figure caption is
being displayed on the list-of-figures page.  I only want the title of the
figure caption displayed followed by the page number.  Can anyone tell me
what I'm doing wrong?  Thank you in advance.

 

(I'm running lyx 1.5.2 on Vista)

 

Adrian

 



1.5.3: list of figures

2007-12-31 Thread Wolfgang Engelmann
Thanks to Sven Hoexter´s Debian package I was able to switch from 1.4.5 to 
1.5.3 without any problems. 
I had this small inconvenience already with the older version and thought it 
might have been gone in the new one. It is, however, not gone.

If I go to navigate  list of figures, I get the figures up to 184, but not 
more (there are in my case around 450). Is there a way of shifting the figure 
list so that the remaining figure captions can be seen and selected? If not, 
would it be a large amount of work for the developers (thanks again for all 
their work!!) to use smaller distances between the lines so that at least 
twice as many figure legends could be displayed?

Wolfgang


Re: 1.5.3: list of figures

2007-12-31 Thread Jürgen Spitzmüller
Wolfgang Engelmann wrote:
 If I go to navigate  list of figures, I get the figures up to 184, but not
 more (there are in my case around 450). Is there a way of shifting the
 figure list so that the remaining figure captions can be seen and selected?

With such a huge list, it's probably handier to use Document-Outliner to 
navigate to the figures.

Jürgen


1.5.3: list of figures

2007-12-31 Thread Wolfgang Engelmann
Thanks to Sven Hoexter´s Debian package I was able to switch from 1.4.5 to 
1.5.3 without any problems. 
I had this small inconvenience already with the older version and thought it 
might have been gone in the new one. It is, however, not gone.

If I go to navigate  list of figures, I get the figures up to 184, but not 
more (there are in my case around 450). Is there a way of shifting the figure 
list so that the remaining figure captions can be seen and selected? If not, 
would it be a large amount of work for the developers (thanks again for all 
their work!!) to use smaller distances between the lines so that at least 
twice as many figure legends could be displayed?

Wolfgang


Re: 1.5.3: list of figures

2007-12-31 Thread Jürgen Spitzmüller
Wolfgang Engelmann wrote:
 If I go to navigate  list of figures, I get the figures up to 184, but not
 more (there are in my case around 450). Is there a way of shifting the
 figure list so that the remaining figure captions can be seen and selected?

With such a huge list, it's probably handier to use Document-Outliner to 
navigate to the figures.

Jürgen


1.5.3: list of figures

2007-12-31 Thread Wolfgang Engelmann
Thanks to Sven Hoexter´s Debian package I was able to switch from 1.4.5 to 
1.5.3 without any problems. 
I had this small inconvenience already with the older version and thought it 
might have been gone in the new one. It is, however, not gone.

If I go to navigate > list of figures, I get the figures up to 184, but not 
more (there are in my case around 450). Is there a way of shifting the figure 
list so that the remaining figure captions can be seen and selected? If not, 
would it be a large amount of work for the developers (thanks again for all 
their work!!) to use smaller distances between the lines so that at least 
twice as many figure legends could be displayed?

Wolfgang


Re: 1.5.3: list of figures

2007-12-31 Thread Jürgen Spitzmüller
Wolfgang Engelmann wrote:
> If I go to navigate > list of figures, I get the figures up to 184, but not
> more (there are in my case around 450). Is there a way of shifting the
> figure list so that the remaining figure captions can be seen and selected?

With such a huge list, it's probably handier to use Document->Outliner to 
navigate to the figures.

Jürgen


Re: list of figures

2007-11-04 Thread Nicolás

Morgan Silverman wrote:

Hello,
I have figured out how to add the word Figure before the figure number 
that is automatically displayed in the list of figures. I would like to 
put a space between Figure and the number, so it looks like Figure 1.2. 
Right now it looks like Figure1.2 with no space. Does anyone know how to 
add this space? Thanks.

-Morgan Silverman



I guess you can add a protected space (Insert-Formatting) after Figure


Re: list of figures

2007-11-04 Thread Nicolás

Morgan Silverman wrote:

Hello,
I have figured out how to add the word Figure before the figure number 
that is automatically displayed in the list of figures. I would like to 
put a space between Figure and the number, so it looks like Figure 1.2. 
Right now it looks like Figure1.2 with no space. Does anyone know how to 
add this space? Thanks.

-Morgan Silverman



I guess you can add a protected space (Insert-Formatting) after Figure


Re: list of figures

2007-11-04 Thread Nicolás

Morgan Silverman wrote:

Hello,
I have figured out how to add the word Figure before the figure number 
that is automatically displayed in the list of figures. I would like to 
put a space between Figure and the number, so it looks like Figure 1.2. 
Right now it looks like Figure1.2 with no space. Does anyone know how to 
add this space? Thanks.

-Morgan Silverman



I guess you can add a protected space (Insert->Formatting) after "Figure"


list of figures

2007-11-03 Thread Morgan Silverman

Hello,
I have figured out how to add the word Figure before the figure  
number that is automatically displayed in the list of figures. I  
would like to put a space between Figure and the number, so it looks  
like Figure 1.2. Right now it looks like Figure1.2 with no space.  
Does anyone know how to add this space? Thanks.

-Morgan Silverman


list of figures

2007-11-03 Thread Morgan Silverman

Hello,
I have figured out how to add the word Figure before the figure  
number that is automatically displayed in the list of figures. I  
would like to put a space between Figure and the number, so it looks  
like Figure 1.2. Right now it looks like Figure1.2 with no space.  
Does anyone know how to add this space? Thanks.

-Morgan Silverman


list of figures

2007-11-03 Thread Morgan Silverman

Hello,
I have figured out how to add the word Figure before the figure  
number that is automatically displayed in the list of figures. I  
would like to put a space between Figure and the number, so it looks  
like Figure 1.2. Right now it looks like Figure1.2 with no space.  
Does anyone know how to add this space? Thanks.

-Morgan Silverman


Re: List of Figures - Shorter Text

2007-08-10 Thread Tim Michelsen



\caption[Short Text for List]{Long Text for Figure}.

How can I model the first part [] in Lyx?

Go with your cursor in the caption then do:
 Insert - Short Title (Kurztitel) - type the short one

Thant's it! Applies also for tables -- just any caption.



List of Figures - Shorter Text

2007-08-10 Thread Fritz Bein

Hi,

I would like to have a shorter text in the list of figures than the text  
in the description of the figure. In Latex I can write it as


\caption[Short Text for List]{Long Text for Figure}.

How can I model the first part [] in Lyx?

Thanks for your help,
Fritz




Re: List of Figures - Shorter Text

2007-08-10 Thread Tim Michelsen



\caption[Short Text for List]{Long Text for Figure}.

How can I model the first part [] in Lyx?

Go with your cursor in the caption then do:
 Insert - Short Title (Kurztitel) - type the short one

Thant's it! Applies also for tables -- just any caption.



List of Figures - Shorter Text

2007-08-10 Thread Fritz Bein

Hi,

I would like to have a shorter text in the list of figures than the text  
in the description of the figure. In Latex I can write it as


\caption[Short Text for List]{Long Text for Figure}.

How can I model the first part [] in Lyx?

Thanks for your help,
Fritz




Re: List of Figures - Shorter Text

2007-08-10 Thread Tim Michelsen



\caption[Short Text for List]{Long Text for Figure}.

How can I model the first part [] in Lyx?

Go with your cursor in the caption then do:
> Insert -> Short Title (Kurztitel) -> type the short one

Thant's it! Applies also for tables -- just any caption.



List of Figures - Shorter Text

2007-08-10 Thread Fritz Bein

Hi,

I would like to have a shorter text in the list of figures than the text  
in the description of the figure. In Latex I can write it as


\caption[Short Text for List]{Long Text for Figure}.

How can I model the first part [] in Lyx?

Thanks for your help,
Fritz




Backref and list of figures

2007-06-25 Thread LB

Hello

When I use backref, the back references at the end of bibliography lines 
point not only to the citations inside the text but also to citations in the 
captions listed in the LOF.


This does not seem correct as the references in the text are no longer 
sequential since the LOF precedes the text.  Has anybody else notice this 
behaviour? Is there a way of changing this?


Thank you
Leo 





Backref and list of figures

2007-06-25 Thread LB

Hello

When I use backref, the back references at the end of bibliography lines 
point not only to the citations inside the text but also to citations in the 
captions listed in the LOF.


This does not seem correct as the references in the text are no longer 
sequential since the LOF precedes the text.  Has anybody else notice this 
behaviour? Is there a way of changing this?


Thank you
Leo 





Backref and list of figures

2007-06-25 Thread LB

Hello

When I use backref, the back references at the end of bibliography lines 
point not only to the citations inside the text but also to citations in the 
captions listed in the LOF.


This does not seem correct as the references in the text are no longer 
sequential since the LOF precedes the text.  Has anybody else notice this 
behaviour? Is there a way of changing this?


Thank you
Leo 





Different fonts in Figure title, List of Figures

2007-05-31 Thread Rockoff, David


I am writing a report in LyX, and would like to have my figure/float titles in 
bold in the body of the report, but non-bold in the List of Figures.
What is the easiest way to accomplish this?  

I have had some success with the Insert Short Title command (putting the short 
title in non-bold, and the regular title in bold).  But this does not allow me 
to have the words Figure # in bold in the report body.

Any thoughts?

TIA,
-Dave 




Re: Different fonts in Figure title, List of Figures

2007-05-31 Thread Uwe Stöhr

Rockoff, David schrieb:


I am writing a report in LyX, and would like to have my figure/float titles in 
bold in the body of the report, but non-bold in the List of Figures.
What is the easiest way to accomplish this?


Use the LaTeX-package caption. An explanation about this is given in the EmbeddedObjects manual 
which is included to LyX 1.4.4 or available here:


http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects

regards Uwe


Different fonts in Figure title, List of Figures

2007-05-31 Thread Rockoff, David


I am writing a report in LyX, and would like to have my figure/float titles in 
bold in the body of the report, but non-bold in the List of Figures.
What is the easiest way to accomplish this?  

I have had some success with the Insert Short Title command (putting the short 
title in non-bold, and the regular title in bold).  But this does not allow me 
to have the words Figure # in bold in the report body.

Any thoughts?

TIA,
-Dave 




Re: Different fonts in Figure title, List of Figures

2007-05-31 Thread Uwe Stöhr

Rockoff, David schrieb:


I am writing a report in LyX, and would like to have my figure/float titles in 
bold in the body of the report, but non-bold in the List of Figures.
What is the easiest way to accomplish this?


Use the LaTeX-package caption. An explanation about this is given in the EmbeddedObjects manual 
which is included to LyX 1.4.4 or available here:


http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects

regards Uwe


Different fonts in Figure title, List of Figures

2007-05-31 Thread Rockoff, David


I am writing a report in LyX, and would like to have my figure/float titles in 
bold in the body of the report, but non-bold in the List of Figures.
What is the easiest way to accomplish this?  

I have had some success with the Insert Short Title command (putting the short 
title in non-bold, and the regular title in bold).  But this does not allow me 
to have the words "Figure #" in bold in the report body.

Any thoughts?

TIA,
-Dave 




Re: Different fonts in Figure title, List of Figures

2007-05-31 Thread Uwe Stöhr

Rockoff, David schrieb:


I am writing a report in LyX, and would like to have my figure/float titles in 
bold in the body of the report, but non-bold in the List of Figures.
What is the easiest way to accomplish this?


Use the LaTeX-package "caption". An explanation about this is given in the EmbeddedObjects manual 
which is included to LyX 1.4.4 or available here:


http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects

regards Uwe


custom list of figures possible?

2007-05-08 Thread Holger Blank

Hello,

I'm currently writing a document with figures that have long captions. 
So the list of figures becomes very unsightly.
Is there a feature to specify short captions which appear in the list 
of figures?

If not, what would be the best trick to get this?

I'm currently using Lyx version 1.3.7. Ubuntu doesnt show me a newer version.

TIA,
Holger



Re: custom list of figures possible?

2007-05-08 Thread Bob Lounsbury

Holger Blank wrote:

Hello,

I'm currently writing a document with figures that have long captions. 
So the list of figures becomes very unsightly.
Is there a feature to specify short captions which appear in the list 
of figures?

If not, what would be the best trick to get this?

I'm currently using Lyx version 1.3.7. Ubuntu doesnt show me a newer 
version.


TIA,
Holger


In LyX 1.4.4  1.5.0beta2 it's Insert - Short Title. I don't remember 
if it's the same menu option in 1.3.7, but nonetheless you should be 
able to find the Short Title option somewhere. This will give you what 
you're looking for :-) .


Bob


custom list of figures possible?

2007-05-08 Thread Holger Blank

Hello,

I'm currently writing a document with figures that have long captions. 
So the list of figures becomes very unsightly.
Is there a feature to specify short captions which appear in the list 
of figures?

If not, what would be the best trick to get this?

I'm currently using Lyx version 1.3.7. Ubuntu doesnt show me a newer version.

TIA,
Holger



Re: custom list of figures possible?

2007-05-08 Thread Bob Lounsbury

Holger Blank wrote:

Hello,

I'm currently writing a document with figures that have long captions. 
So the list of figures becomes very unsightly.
Is there a feature to specify short captions which appear in the list 
of figures?

If not, what would be the best trick to get this?

I'm currently using Lyx version 1.3.7. Ubuntu doesnt show me a newer 
version.


TIA,
Holger


In LyX 1.4.4  1.5.0beta2 it's Insert - Short Title. I don't remember 
if it's the same menu option in 1.3.7, but nonetheless you should be 
able to find the Short Title option somewhere. This will give you what 
you're looking for :-) .


Bob


custom list of figures possible?

2007-05-08 Thread Holger Blank

Hello,

I'm currently writing a document with figures that have long captions. 
So the list of figures becomes very unsightly.
Is there a feature to specify short captions which appear in the list 
of figures?

If not, what would be the best trick to get this?

I'm currently using Lyx version 1.3.7. Ubuntu doesnt show me a newer version.

TIA,
Holger



Re: custom list of figures possible?

2007-05-08 Thread Bob Lounsbury

Holger Blank wrote:

Hello,

I'm currently writing a document with figures that have long captions. 
So the list of figures becomes very unsightly.
Is there a feature to specify short captions which appear in the list 
of figures?

If not, what would be the best trick to get this?

I'm currently using Lyx version 1.3.7. Ubuntu doesnt show me a newer 
version.


TIA,
Holger


In LyX 1.4.4 & 1.5.0beta2 it's Insert -> Short Title. I don't remember 
if it's the same menu option in 1.3.7, but nonetheless you should be 
able to find the Short Title option somewhere. This will give you what 
you're looking for :-) .


Bob


list of figures [was: Multi-Boxed-Table Float?]

2007-04-18 Thread Sam Lewis
Helge Hafting [EMAIL PROTECTED] writes:

[]
 The only difference between figure floats and table floats is the
 captions they get - and the former may be listed in the list of figures
 while the latter may be listed in the list of tables.  They don't 

Thanks! I somehow received lost of latex errors on these nestled boxes (which
complied fine outside), but didn't when I put them in a float. After removing a
long string of some special formatting, which I simplified, it then worked
*within* the float.



Another question, if I may: I use rather long captions for these box floats.
When I then insert list of figures, it overruns the list page. Is there a way to
have a (short) summary that appears in the list of figures?

Cheers, Sam



Re: list of figures [was: Multi-Boxed-Table Float?]

2007-04-18 Thread Sam Lewis
Juergen Spitzmueller [EMAIL PROTECTED] writes:
 
 Insert-Short Title

Excellent - thanks!

Cheers, Sam





list of figures [was: Multi-Boxed-Table Float?]

2007-04-18 Thread Sam Lewis
Helge Hafting [EMAIL PROTECTED] writes:

[]
 The only difference between figure floats and table floats is the
 captions they get - and the former may be listed in the list of figures
 while the latter may be listed in the list of tables.  They don't 

Thanks! I somehow received lost of latex errors on these nestled boxes (which
complied fine outside), but didn't when I put them in a float. After removing a
long string of some special formatting, which I simplified, it then worked
*within* the float.



Another question, if I may: I use rather long captions for these box floats.
When I then insert list of figures, it overruns the list page. Is there a way to
have a (short) summary that appears in the list of figures?

Cheers, Sam



Re: list of figures [was: Multi-Boxed-Table Float?]

2007-04-18 Thread Sam Lewis
Juergen Spitzmueller [EMAIL PROTECTED] writes:
 
 Insert-Short Title

Excellent - thanks!

Cheers, Sam





list of figures [was: "Multi-Boxed-Table" Float?]

2007-04-18 Thread Sam Lewis
Helge Hafting <[EMAIL PROTECTED]> writes:

[]
> The only difference between "figure" floats and "table" floats is the
> captions they get - and the former may be listed in the "list of figures"
> while the latter may be listed in the "list of tables".  They don't 

Thanks! I somehow received lost of latex errors on these nestled boxes (which
complied fine outside), but didn't when I put them in a float. After removing a
long string of some special formatting, which I simplified, it then worked
*within* the float.



Another question, if I may: I use rather long captions for these "box" floats.
When I then insert list of figures, it overruns the list page. Is there a way to
have a (short) summary that appears in the list of figures?

Cheers, Sam



Re: list of figures [was: "Multi-Boxed-Table" Float?]

2007-04-18 Thread Sam Lewis
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
 
> Insert->Short Title

Excellent - thanks!

Cheers, Sam





List of Figures (2nd edition)

2006-04-07 Thread tceglare
hello,

now i have short titles in my list of figures. but i have one more question:

how can i change the way of numbering the figures?

for example:

not(!) 1.1, 1.2, 1.3, ..., 2.1, 2.2, ...

but: 1, 2, 3, 4, ...
or A, B, C, D, ...

i am using document class book-komascript.

regards,

tc



List of Figures (2nd edition)

2006-04-07 Thread tceglare
hello,

now i have short titles in my list of figures. but i have one more question:

how can i change the way of numbering the figures?

for example:

not(!) 1.1, 1.2, 1.3, ..., 2.1, 2.2, ...

but: 1, 2, 3, 4, ...
or A, B, C, D, ...

i am using document class book-komascript.

regards,

tc



List of Figures (2nd edition)

2006-04-07 Thread tceglare
hello,

now i have short titles in my list of figures. but i have one more question:

how can i change the way of numbering the figures?

for example:

not(!) 1.1, 1.2, 1.3, ..., 2.1, 2.2, ...

but: 1, 2, 3, 4, ...
or A, B, C, D, ...

i am using document class book-komascript.

regards,

tc



Re: List of Figures

2006-04-04 Thread tceglare
Thank you very much - it works!

 Hi

 Click: Insert - short title
 and then write a shorter title after the title of the figure. In the TOC
 the short title is displayed. Also works for section titles etc. and
 works is both TOC and headers etc.

 Regards
 Christiaan




 [EMAIL PROTECTED] wrote:
hello,

i have inserted a list of figures in my document (book-komascript). the
problem is that the whole(!) description of the figures appears in the
list. i want to appear just a short title of each figure.

can anyone help me, please?

cu,

  tc







Re: List of Figures

2006-04-04 Thread Wolfgang Engelmann
Am Montag, 3. April 2006 22:57 schrieb [EMAIL PROTECTED]:
 hello,

 i have inserted a list of figures in my document (book-komascript). the
 problem is that the whole(!) description of the figures appears in the
 list. i want to appear just a short title of each figure.

 can anyone help me, please?

I guess you used floatsfigure and added the legend there after 
Figure#: blabla
Go with your cursor to Figure#:here blabla
and select shorttitle in the same dropdown column where you selected floats

a red framed field marked OPT opens, where you can insert your short title 
(easiest: cut and paste your legend and shorten it afterward)

Wolfgang


Re: List of Figures

2006-04-04 Thread tceglare
Thank you very much - it works!

 Hi

 Click: Insert - short title
 and then write a shorter title after the title of the figure. In the TOC
 the short title is displayed. Also works for section titles etc. and
 works is both TOC and headers etc.

 Regards
 Christiaan




 [EMAIL PROTECTED] wrote:
hello,

i have inserted a list of figures in my document (book-komascript). the
problem is that the whole(!) description of the figures appears in the
list. i want to appear just a short title of each figure.

can anyone help me, please?

cu,

  tc







Re: List of Figures

2006-04-04 Thread Wolfgang Engelmann
Am Montag, 3. April 2006 22:57 schrieb [EMAIL PROTECTED]:
 hello,

 i have inserted a list of figures in my document (book-komascript). the
 problem is that the whole(!) description of the figures appears in the
 list. i want to appear just a short title of each figure.

 can anyone help me, please?

I guess you used floatsfigure and added the legend there after 
Figure#: blabla
Go with your cursor to Figure#:here blabla
and select shorttitle in the same dropdown column where you selected floats

a red framed field marked OPT opens, where you can insert your short title 
(easiest: cut and paste your legend and shorten it afterward)

Wolfgang


Re: List of Figures

2006-04-04 Thread tceglare
Thank you very much - it works!

> Hi
>
> Click: Insert - short title
> and then write a shorter title after the title of the figure. In the TOC
> the short title is displayed. Also works for section titles etc. and
> works is both TOC and headers etc.
>
> Regards
> Christiaan
>
>
>
>
> [EMAIL PROTECTED] wrote:
>>hello,
>>
>>i have inserted a list of figures in my document (book-komascript). the
>>problem is that the whole(!) description of the figures appears in the
>>list. i want to appear just a short title of each figure.
>>
>>can anyone help me, please?
>>
>>cu,
>>
>>  tc
>>
>>
>
>



Re: List of Figures

2006-04-04 Thread Wolfgang Engelmann
Am Montag, 3. April 2006 22:57 schrieb [EMAIL PROTECTED]:
> hello,
>
> i have inserted a list of figures in my document (book-komascript). the
> problem is that the whole(!) description of the figures appears in the
> list. i want to appear just a short title of each figure.
>
> can anyone help me, please?

I guess you used >floats>figure and added the legend there after 
Figure#: blabla
Go with your cursor to Figure#: blabla
and select >shorttitle in the same dropdown column where you selected floats

a red framed field marked OPT opens, where you can insert your short title 
(easiest: cut and paste your legend and shorten it afterward)

Wolfgang


List of Figures

2006-04-03 Thread tceglare
hello,

i have inserted a list of figures in my document (book-komascript). the
problem is that the whole(!) description of the figures appears in the
list. i want to appear just a short title of each figure.

can anyone help me, please?

cu,

  tc


List of Figures

2006-04-03 Thread tceglare
hello,

i have inserted a list of figures in my document (book-komascript). the
problem is that the whole(!) description of the figures appears in the
list. i want to appear just a short title of each figure.

can anyone help me, please?

cu,

  tc


List of Figures

2006-04-03 Thread tceglare
hello,

i have inserted a list of figures in my document (book-komascript). the
problem is that the whole(!) description of the figures appears in the
list. i want to appear just a short title of each figure.

can anyone help me, please?

cu,

  tc


Re: list of figures / subfigures

2005-12-23 Thread Juergen Spitzmueller
Kevin Pfeiffer wrote:
 Rather than me torturing the LyX list with this, can anyone recommend a
 good LaTeX list (newsgroup?) where I can get help (beginner's) for the
 caption and subfigure packages?

comp.text.tex
de.comp.text.tex (German)

Jürgen


adding short caption to subfigure [Was Re: list of figures / subfigures]

2005-12-23 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:
 Kevin Pfeiffer writes:

 [concerning the List of Figures page]

  1. I need something like tocleft to move the subfigures to the
  far left side (since their are no figures).

Found this one... (why I couldn't find this in the subfigure docs? Who 
knows, probably user-error. This time I'm printing out all 55 of the 
damn pages and will more intensively peruse them.) 

To use short captions for _subfigures_ in the List of Figures:

\subfigure[Here the short caption][Here the caption that appears 
directly under the subfigure.]{Here the imageHere the cross-ref. 
label}

I will add this to the subfigure page in the Wiki (after Christmas, 
after the book).

All the best,

Kevin




-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: adding short caption to subfigure [Was Re: list of figures / subfigures]

2005-12-23 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:
   1. I need something like tocleft to move the subfigures to the
   far left side (since their are no figures).

Oops -- too tired. Wrong question to right answer (tocleft for lof I 
am still working on -- printer is running as we speak.)

 To use short captions for _subfigures_ in the List of Figures:

-K






-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: list of figures / subfigures

2005-12-23 Thread Juergen Spitzmueller
Kevin Pfeiffer wrote:
 Rather than me torturing the LyX list with this, can anyone recommend a
 good LaTeX list (newsgroup?) where I can get help (beginner's) for the
 caption and subfigure packages?

comp.text.tex
de.comp.text.tex (German)

Jürgen


adding short caption to subfigure [Was Re: list of figures / subfigures]

2005-12-23 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:
 Kevin Pfeiffer writes:

 [concerning the List of Figures page]

  1. I need something like tocleft to move the subfigures to the
  far left side (since their are no figures).

Found this one... (why I couldn't find this in the subfigure docs? Who 
knows, probably user-error. This time I'm printing out all 55 of the 
damn pages and will more intensively peruse them.) 

To use short captions for _subfigures_ in the List of Figures:

\subfigure[Here the short caption][Here the caption that appears 
directly under the subfigure.]{Here the imageHere the cross-ref. 
label}

I will add this to the subfigure page in the Wiki (after Christmas, 
after the book).

All the best,

Kevin




-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: adding short caption to subfigure [Was Re: list of figures / subfigures]

2005-12-23 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:
   1. I need something like tocleft to move the subfigures to the
   far left side (since their are no figures).

Oops -- too tired. Wrong question to right answer (tocleft for lof I 
am still working on -- printer is running as we speak.)

 To use short captions for _subfigures_ in the List of Figures:

-K






-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: list of figures / subfigures

2005-12-23 Thread Juergen Spitzmueller
Kevin Pfeiffer wrote:
> Rather than me torturing the LyX list with this, can anyone recommend a
> good LaTeX list (newsgroup?) where I can get help (beginner's) for the
> caption and subfigure packages?

comp.text.tex
de.comp.text.tex (German)

Jürgen


adding short caption to subfigure [Was Re: list of figures / subfigures]

2005-12-23 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:
> Kevin Pfeiffer writes:
>
> [concerning the List of Figures page]
>
> > 1. I need something like "tocleft" to move the subfigures to the
> > far left side (since their are no figures).

Found this one... (why I couldn't find this in the subfigure docs? Who 
knows, probably user-error. This time I'm printing out all 55 of the 
damn pages and will more intensively peruse them.) 

To use "short captions" for _subfigures_ in the List of Figures:

\subfigure["Here the short caption"]["Here the caption that appears 
directly under the subfigure.]{"Here the image""Here the cross-ref. 
label}

I will add this to the subfigure page in the Wiki (after Christmas, 
after the book).

All the best,

Kevin




-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


Re: adding short caption to subfigure [Was Re: list of figures / subfigures]

2005-12-23 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:
> > > 1. I need something like "tocleft" to move the subfigures to the
> > > far left side (since their are no figures).

Oops -- too tired. Wrong question to right answer ("tocleft" for "lof" I 
am still working on -- printer is running as we speak.)

> To use "short captions" for _subfigures_ in the List of Figures:

-K






-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


Re: list of figures / subfigures

2005-12-22 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:

[concerning the List of Figures page]

 1. I need something like tocleft to move the subfigures to the far
 left side (since their are no figures).

 2. I'm wondering how to use the short caption feature. (My captions
 are within the LyX caption fields under Subfigures. Can I somehow
 add this there (to the LaTeX options right below it)?

Rather than me torturing the LyX list with this, can anyone recommend a 
good LaTeX list (newsgroup?) where I can get help (beginner's) for the 
caption and subfigure packages?

Thanks all,

Kevin

-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: list of figures / subfigures

2005-12-22 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:

[concerning the List of Figures page]

 1. I need something like tocleft to move the subfigures to the far
 left side (since their are no figures).

 2. I'm wondering how to use the short caption feature. (My captions
 are within the LyX caption fields under Subfigures. Can I somehow
 add this there (to the LaTeX options right below it)?

Rather than me torturing the LyX list with this, can anyone recommend a 
good LaTeX list (newsgroup?) where I can get help (beginner's) for the 
caption and subfigure packages?

Thanks all,

Kevin

-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: list of figures / subfigures

2005-12-22 Thread Kevin Pfeiffer
Kevin Pfeiffer writes:

[concerning the List of Figures page]

> 1. I need something like "tocleft" to move the subfigures to the far
> left side (since their are no figures).
>
> 2. I'm wondering how to use the "short caption" feature. (My captions
> are within the LyX "caption" fields under "Subfigures". Can I somehow
> add this there (to the LaTeX options right below it)?

Rather than me torturing the LyX list with this, can anyone recommend a 
good LaTeX list (newsgroup?) where I can get help (beginner's) for the 
caption and subfigure packages?

Thanks all,

Kevin

-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


list of figures / subfigures

2005-12-20 Thread Kevin Pfeiffer
Hi,

I've looked through the subfig package and searched the LyX site as 
well, but can't figure out a couple things with the list of figures 
page.

I'm using subfigures only (grahics within floats) and was able to modify 
my subfigures (captions) as needed. I also use used 
\setcounter{lodepth}{2} so that they show up in the list.

But now a couple problems. 

1. I need something like tocleft to move the subfigures to the far 
left side (since their are no figures).

2. I'm wondering how to use the short caption feature. (My captions 
are within the LyX caption fields under Subfigures. Can I somehow 
add this there (to the LaTeX options right below it)?

I've tried this in the preamble:
\captionsetup[subfigure]{labelformat=simple}

But get a missing \begin{document} error.

-Kevin


-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


list of figures / subfigures

2005-12-20 Thread Kevin Pfeiffer
Hi,

I've looked through the subfig package and searched the LyX site as 
well, but can't figure out a couple things with the list of figures 
page.

I'm using subfigures only (grahics within floats) and was able to modify 
my subfigures (captions) as needed. I also use used 
\setcounter{lodepth}{2} so that they show up in the list.

But now a couple problems. 

1. I need something like tocleft to move the subfigures to the far 
left side (since their are no figures).

2. I'm wondering how to use the short caption feature. (My captions 
are within the LyX caption fields under Subfigures. Can I somehow 
add this there (to the LaTeX options right below it)?

I've tried this in the preamble:
\captionsetup[subfigure]{labelformat=simple}

But get a missing \begin{document} error.

-Kevin


-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


list of figures / subfigures

2005-12-20 Thread Kevin Pfeiffer
Hi,

I've looked through the subfig package and searched the LyX site as 
well, but can't figure out a couple things with the list of figures 
page.

I'm using subfigures only (grahics within floats) and was able to modify 
my subfigures (captions) as needed. I also use used 
\setcounter{lodepth}{2} so that they show up in the list.

But now a couple problems. 

1. I need something like "tocleft" to move the subfigures to the far 
left side (since their are no figures).

2. I'm wondering how to use the "short caption" feature. (My captions 
are within the LyX "caption" fields under "Subfigures". Can I somehow 
add this there (to the LaTeX options right below it)?

I've tried this in the preamble:
\captionsetup[subfigure]{labelformat=simple}

But get a "missing \begin{document}" error.

-Kevin


-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


All caps LIST OF FIGURES and list of appendices in TOC?

2005-12-01 Thread Andrew Morrison
Three questions:

1.  How do I make List of Figures appear as LIST OF FIGURES?

2.  Is it possible to have a list of appendices that works exactly like
the list of figures/list of tables? (Sorry for re-asking this question. I'm
guessing the answer is no.)

3.  Do all universities have INSANE formatting guidelines (see above) which
cannot be deviated from?

Thanks!

Andrew Morrison


Re: All caps LIST OF FIGURES and list of appendices in TOC?

2005-12-01 Thread Jose' Matos
On Thursday 01 December 2005 08:33, Andrew Morrison wrote:
 Three questions:

 1.  How do I make List of Figures appear as LIST OF FIGURES?

 2.  Is it possible to have a list of appendices that works exactly like
 the list of figures/list of tables? (Sorry for re-asking this question. I'm
 guessing the answer is no.)

  Check in the lyx site the link to Tips and Tricks, I remember to have seen 
there the answer for the 2 previous questions. :-)

 3.  Do all universities have INSANE formatting guidelines (see above) which
 cannot be deviated from?

  Even worse sometimes, I have seen really worse, so believe me, you are 
lucky. ;-)

 Thanks!

 Andrew Morrison

-- 
José Abílio


Re: All caps LIST OF FIGURES and list of appendices in TOC?

2005-12-01 Thread Uwe Stöhr

Andrew Morrison wrote:


1.  How do I make List of Figures appear as LIST OF FIGURES?


Assuming your document language is English then add the following 
lines to your document preamble:


\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\listfigurename}{LIST OF FIGURES}

For more infos see

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam

regards uwe


Re: All caps LIST OF FIGURES and list of appendices in TOC?

2005-12-01 Thread Andrew Morrison
On 12/1/05, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Andrew Morrison wrote:

  1.  How do I make List of Figures appear as LIST OF FIGURES?

 Assuming your document language is English then add the following
 lines to your document preamble:

 \usepackage[english]{babel}
 \addto\captionsenglish{\renewcommand{\listfigurename}{LIST OF FIGURES}

 For more infos see

 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam


Thank you, thank you, thankyouthankyou!

I googled around various incantations of renewcommand list figures  and
that page never turned up in my search!!

That's one less thing I have to fix now...back to the other anomalies.

Andrew


All caps LIST OF FIGURES and list of appendices in TOC?

2005-12-01 Thread Andrew Morrison
Three questions:

1.  How do I make List of Figures appear as LIST OF FIGURES?

2.  Is it possible to have a list of appendices that works exactly like
the list of figures/list of tables? (Sorry for re-asking this question. I'm
guessing the answer is no.)

3.  Do all universities have INSANE formatting guidelines (see above) which
cannot be deviated from?

Thanks!

Andrew Morrison


Re: All caps LIST OF FIGURES and list of appendices in TOC?

2005-12-01 Thread Jose' Matos
On Thursday 01 December 2005 08:33, Andrew Morrison wrote:
 Three questions:

 1.  How do I make List of Figures appear as LIST OF FIGURES?

 2.  Is it possible to have a list of appendices that works exactly like
 the list of figures/list of tables? (Sorry for re-asking this question. I'm
 guessing the answer is no.)

  Check in the lyx site the link to Tips and Tricks, I remember to have seen 
there the answer for the 2 previous questions. :-)

 3.  Do all universities have INSANE formatting guidelines (see above) which
 cannot be deviated from?

  Even worse sometimes, I have seen really worse, so believe me, you are 
lucky. ;-)

 Thanks!

 Andrew Morrison

-- 
José Abílio


Re: All caps LIST OF FIGURES and list of appendices in TOC?

2005-12-01 Thread Uwe Stöhr

Andrew Morrison wrote:


1.  How do I make List of Figures appear as LIST OF FIGURES?


Assuming your document language is English then add the following 
lines to your document preamble:


\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\listfigurename}{LIST OF FIGURES}

For more infos see

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam

regards uwe


Re: All caps LIST OF FIGURES and list of appendices in TOC?

2005-12-01 Thread Andrew Morrison
On 12/1/05, Uwe Stöhr [EMAIL PROTECTED] wrote:

 Andrew Morrison wrote:

  1.  How do I make List of Figures appear as LIST OF FIGURES?

 Assuming your document language is English then add the following
 lines to your document preamble:

 \usepackage[english]{babel}
 \addto\captionsenglish{\renewcommand{\listfigurename}{LIST OF FIGURES}

 For more infos see

 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam


Thank you, thank you, thankyouthankyou!

I googled around various incantations of renewcommand list figures  and
that page never turned up in my search!!

That's one less thing I have to fix now...back to the other anomalies.

Andrew


All caps "LIST OF FIGURES" and list of appendices in TOC?

2005-12-01 Thread Andrew Morrison
Three questions:

1.  How do I make "List of Figures" appear as "LIST OF FIGURES"?

2.  Is it possible to have a "list of appendices" that works exactly like
the list of figures/list of tables? (Sorry for re-asking this question. I'm
guessing the answer is no.)

3.  Do all universities have INSANE formatting guidelines (see above) which
cannot be deviated from?

Thanks!

Andrew Morrison


Re: All caps "LIST OF FIGURES" and list of appendices in TOC?

2005-12-01 Thread Jose' Matos
On Thursday 01 December 2005 08:33, Andrew Morrison wrote:
> Three questions:
>
> 1.  How do I make "List of Figures" appear as "LIST OF FIGURES"?
>
> 2.  Is it possible to have a "list of appendices" that works exactly like
> the list of figures/list of tables? (Sorry for re-asking this question. I'm
> guessing the answer is no.)

  Check in the lyx site the link to Tips and Tricks, I remember to have seen 
there the answer for the 2 previous questions. :-)

> 3.  Do all universities have INSANE formatting guidelines (see above) which
> cannot be deviated from?

  Even worse sometimes, I have seen really worse, so believe me, you are 
lucky. ;-)

> Thanks!
>
> Andrew Morrison

-- 
José Abílio


Re: All caps "LIST OF FIGURES" and list of appendices in TOC?

2005-12-01 Thread Uwe Stöhr

Andrew Morrison wrote:


1.  How do I make "List of Figures" appear as "LIST OF FIGURES"?


Assuming your document language is "English" then add the following 
lines to your document preamble:


\usepackage[english]{babel}
\addto\captionsenglish{\renewcommand{\listfigurename}{LIST OF FIGURES}

For more infos see

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam

regards uwe


Re: All caps "LIST OF FIGURES" and list of appendices in TOC?

2005-12-01 Thread Andrew Morrison
On 12/1/05, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
>
> Andrew Morrison wrote:
>
> > 1.  How do I make "List of Figures" appear as "LIST OF FIGURES"?
>
> Assuming your document language is "English" then add the following
> lines to your document preamble:
>
> \usepackage[english]{babel}
> \addto\captionsenglish{\renewcommand{\listfigurename}{LIST OF FIGURES}
>
> For more infos see
>
> http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
>

Thank you, thank you, thankyouthankyou!

I googled around various incantations of "renewcommand list figures"  and
that page never turned up in my search!!

That's one less thing I have to fix now...back to the other anomalies.

Andrew


Re: List of Figures in Table of Contents

2005-09-15 Thread Juergen Spitzmueller
Christian Fischer wrote:
 hi there,
 i think the subject already explains my problem. i want to appear my
 list of figures in the table of contents but i can't make this work. any
 suggestions?

http://wiki.lyx.org/FAQ/Unsorted#toc1

Jürgen


<    1   2   3   4   5   >