Re: List of Figures

2017-03-15 Thread CarLaTeX
2017-03-15 4:42 GMT+01:00 Steve Burnham :

>
>
> On Mon, Mar 13, 2017 at 4:10 AM CarLaTeX  wrote:
>
>
> 2017-03-13 8:27 GMT+01:00 Guenter Milde :
>
> On 2017-03-12, Steve Burnham wrote:
> > On Sat, Mar 11, 2017 at 10:35 PM CarLaTeX  wrote:
> >> Il 12 Mar 2017 4:05 AM, "Steve Burnham"  ha scritto:
>
> >> I'm having a hard time figuring an error out LyX gives on compilation.
> I'm
> >> trying to include a list of figures in my document. One document based
> on
> >> the same template (custom university thesis template) but this document
> >> throws the following error:
>
> >> Contents.
>
> >> ! Undefined control sequence.
>
> >> l.117 \listoffigures
>
> ...
>
> > I was trying to avoid the minimal example since I have to use a
> > dropbox link because of all of the custom class and layout files.
>
> We still ask to provide a minimal example. It is far more easy for you
> than for anyone else (downloading and experimenting with uncommon stuff)
> and has to be done anyway to get to the core of the problem.
>
> Günter
>
>
> Sorry, I did "reply" instead of "reply to all":
>
> --
> The culprits are these commented lines in your uuthesis.cls:
>
> %\newif\iflistoffigures
> ...
> %\listoffigurestrue
> ...
> %
> %\def\listoffigures{
> %  \iflistoffigures
> %\newpage
> %\thispagestyle{empty}
> %\addcontentsline{toc}{chapter}{LIST OF FIGURES}
> %\mainheading{LIST OF FIGURES}\vskip 3pt
> %\ifnoisy \typeout{List of Figures.} \fi
> %\@starttoc{lof}
> %  \else
> %\ifnoisy \typeout{No list of figures.} \fi
> %  \fi
> %}
>
> If you leave out all the "%", you'll get your LoF.
>
> However, I think you have to ask who provided you the uuthesis.cls, maybe
> they have commented those lines because they don't want LoFs in that kind
> of thesis.
>
> Good luck for your graduation!
>
> Carla
> -
>
> P.S. = However, Günter is right, I you had done a MWE, you would probably
> have found the problem by yourself!
>
>
> Thank you all that did it.
>
> Funny thing is once I started uncommenting things I realized that I was
> the one who commented it out several years ago when I was doing my master's
> thesis. The rule is if you have more than 25 figures then there is no list
> of figures which I find silly. I have more than 25 for my dissertation but
> for my own personal copy I want the list. I swore I had removed the
> functionality but thought I made changes in the preamble. After being
> unable to fix it I figured it must be something else and emailed out. So
> thanks again, it feels great to be finished!
>
> -Steve
>

I'm happy to hear you've solved your problem.
The rule is very silly, indeed!
The LoF is useful when you have a lot of figures, not on the contrary!
Have a good day!

Carla


Re: List of Figures

2017-03-14 Thread Steve Burnham
On Mon, Mar 13, 2017 at 4:10 AM CarLaTeX  wrote:


2017-03-13 8:27 GMT+01:00 Guenter Milde :

On 2017-03-12, Steve Burnham wrote:
> On Sat, Mar 11, 2017 at 10:35 PM CarLaTeX  wrote:
>> Il 12 Mar 2017 4:05 AM, "Steve Burnham"  ha scritto:

>> I'm having a hard time figuring an error out LyX gives on compilation.
I'm
>> trying to include a list of figures in my document. One document based on
>> the same template (custom university thesis template) but this document
>> throws the following error:

>> Contents.

>> ! Undefined control sequence.

>> l.117 \listoffigures

...

> I was trying to avoid the minimal example since I have to use a
> dropbox link because of all of the custom class and layout files.

We still ask to provide a minimal example. It is far more easy for you
than for anyone else (downloading and experimenting with uncommon stuff)
and has to be done anyway to get to the core of the problem.

Günter


Sorry, I did "reply" instead of "reply to all":

--
The culprits are these commented lines in your uuthesis.cls:

%\newif\iflistoffigures
...
%\listoffigurestrue
...
%
%\def\listoffigures{
%  \iflistoffigures
%\newpage
%\thispagestyle{empty}
%\addcontentsline{toc}{chapter}{LIST OF FIGURES}
%\mainheading{LIST OF FIGURES}\vskip 3pt
%\ifnoisy \typeout{List of Figures.} \fi
%\@starttoc{lof}
%  \else
%\ifnoisy \typeout{No list of figures.} \fi
%  \fi
%}

If you leave out all the "%", you'll get your LoF.

However, I think you have to ask who provided you the uuthesis.cls, maybe
they have commented those lines because they don't want LoFs in that kind
of thesis.

Good luck for your graduation!

Carla
-

P.S. = However, Günter is right, I you had done a MWE, you would probably
have found the problem by yourself!


Thank you all that did it.

Funny thing is once I started uncommenting things I realized that I was the
one who commented it out several years ago when I was doing my master's
thesis. The rule is if you have more than 25 figures then there is no list
of figures which I find silly. I have more than 25 for my dissertation but
for my own personal copy I want the list. I swore I had removed the
functionality but thought I made changes in the preamble. After being
unable to fix it I figured it must be something else and emailed out. So
thanks again, it feels great to be finished!

-Steve


Re: List of Figures

2017-03-13 Thread CarLaTeX
2017-03-13 8:27 GMT+01:00 Guenter Milde :

> On 2017-03-12, Steve Burnham wrote:
> > On Sat, Mar 11, 2017 at 10:35 PM CarLaTeX  wrote:
> >> Il 12 Mar 2017 4:05 AM, "Steve Burnham"  ha scritto:
>
> >> I'm having a hard time figuring an error out LyX gives on compilation.
> I'm
> >> trying to include a list of figures in my document. One document based
> on
> >> the same template (custom university thesis template) but this document
> >> throws the following error:
>
> >> Contents.
>
> >> ! Undefined control sequence.
>
> >> l.117 \listoffigures
>
> ...
>
> > I was trying to avoid the minimal example since I have to use a
> > dropbox link because of all of the custom class and layout files.
>
> We still ask to provide a minimal example. It is far more easy for you
> than for anyone else (downloading and experimenting with uncommon stuff)
> and has to be done anyway to get to the core of the problem.
>
> Günter
>
>
Sorry, I did "reply" instead of "reply to all":

--
The culprits are these commented lines in your uuthesis.cls:

%\newif\iflistoffigures
...
%\listoffigurestrue
...
%
%\def\listoffigures{
%  \iflistoffigures
%\newpage
%\thispagestyle{empty}
%\addcontentsline{toc}{chapter}{LIST OF FIGURES}
%\mainheading{LIST OF FIGURES}\vskip 3pt
%\ifnoisy \typeout{List of Figures.} \fi
%\@starttoc{lof}
%  \else
%\ifnoisy \typeout{No list of figures.} \fi
%  \fi
%}

If you leave out all the "%", you'll get your LoF.

However, I think you have to ask who provided you the uuthesis.cls, maybe
they have commented those lines because they don't want LoFs in that kind
of thesis.

Good luck for your graduation!

Carla
-

P.S. = However, Günter is right, I you had done a MWE, you would probably
have found the problem by yourself!


Re: List of Figures

2017-03-13 Thread Guenter Milde
On 2017-03-12, Steve Burnham wrote:
> On Sat, Mar 11, 2017 at 10:35 PM CarLaTeX  wrote:
>> Il 12 Mar 2017 4:05 AM, "Steve Burnham"  ha scritto:

>> I'm having a hard time figuring an error out LyX gives on compilation. I'm
>> trying to include a list of figures in my document. One document based on
>> the same template (custom university thesis template) but this document
>> throws the following error:

>> Contents.

>> ! Undefined control sequence.

>> l.117 \listoffigures

...

> I was trying to avoid the minimal example since I have to use a
> dropbox link because of all of the custom class and layout files.

We still ask to provide a minimal example. It is far more easy for you
than for anyone else (downloading and experimenting with uncommon stuff)
and has to be done anyway to get to the core of the problem.

Günter



Re: List of Figures

2017-03-12 Thread Steve Burnham
On Sat, Mar 11, 2017 at 10:35 PM CarLaTeX  wrote:

> Il 12 Mar 2017 4:05 AM, "Steve Burnham"  ha scritto:
>
> I'm having a hard time figuring an error out LyX gives on compilation. I'm
> trying to include a list of figures in my document. One document based on
> the same template (custom university thesis template) but this document
> throws the following error:
>
> Contents.
>
> ! Undefined control sequence.
>
> l.117 \listoffigures
>
> The control sequence at the end of the top line
>
> of your error message was never \def'ed. If you have
>
> misspelled it (e.g., `\hobx'), type `I' and the correct
>
> spelling (e.g., `I\hbox'). Otherwise just continue,
>
> and I'll forget about whatever was undefined.
>
>
> The \tableofcontents and \listoftables works just fine but \listoffigures
> won't cooperate. Thanks for any insight,
>
>
> -Steve
>
>
> Look at this answer on TeX.SE:
> http://tex.stackexchange.com/a/201505/101651.
>
> If it doesn't solve your problem, I think we need more info (that is,
> could you try to create a minimal example that reproduce the error and
> attach the file to your post?).
>
> Bye!
> Carla
>

I wish it had been that simple. I thought I had seen that package so was
excited. I was trying to avoid the minimal example since I have to use a
dropbox link because of all of the custom class and layout files. Here is a
dropbox link though with a zip file containing all the necessary stuff. You
can comment out "\listoffigures" in the ERT at the beginning of the
document and it compiles just fine but when uncommented it breaks.

https://www.dropbox.com/s/1njle770rqlexmm/table_of_figures.zip?dl=0

-Steve


Re: List of Figures

2017-03-11 Thread CarLaTeX
Il 12 Mar 2017 4:05 AM, "Steve Burnham"  ha scritto:

I'm having a hard time figuring an error out LyX gives on compilation. I'm
trying to include a list of figures in my document. One document based on
the same template (custom university thesis template) but this document
throws the following error:

Contents.

! Undefined control sequence.

l.117 \listoffigures

The control sequence at the end of the top line

of your error message was never \def'ed. If you have

misspelled it (e.g., `\hobx'), type `I' and the correct

spelling (e.g., `I\hbox'). Otherwise just continue,

and I'll forget about whatever was undefined.


The \tableofcontents and \listoftables works just fine but \listoffigures
won't cooperate. Thanks for any insight,


-Steve


Look at this answer on TeX.SE: http://tex.stackexchange.com/a/201505/101651.

If it doesn't solve your problem, I think we need more info (that is, could
you try to create a minimal example that reproduce the error and attach the
file to your post?).

Bye!
Carla


Re: List of Figures to Toc

2015-03-02 Thread Michael Berger

On 03/02/2015 09:47 PM, Aline Gautrein wrote:

Hey guys,

I am stil trying to resolve my contents problem:

I now try to use

\addcontentsline{toc}{chapter}{\listoftables}\markboth{}{}
\addcontentsline{toc}{chapter}{\listoffigures}\markboth{}{}

etc...

Now I get the error message:

TeX capacity exceeded, sorry [input stack size=5000].
\addcontentsline{toc}{chapter}{\listoftables}

\markboth{}{}

If you really absolutely need more capacity,

you can ask a wizard to enlarge me.


What can I do?


Greetings!

NewUser



Hi Aline,
Try \addcontentsline{toc}{chapter}{listoftables}\markboth{}{}
i.e. remove the backslash preceding "listoftables".
It works here.
Michael

PS:
Perhaps the screenshot is more explanatory,
Michael



Re: List of Figures to Toc

2015-03-02 Thread Michael Berger

On 03/02/2015 09:47 PM, Aline Gautrein wrote:

Hey guys,

I am stil trying to resolve my contents problem:

I now try to use

\addcontentsline{toc}{chapter}{\listoftables}\markboth{}{}
\addcontentsline{toc}{chapter}{\listoffigures}\markboth{}{}

etc...

Now I get the error message:

TeX capacity exceeded, sorry [input stack size=5000].
\addcontentsline{toc}{chapter}{\listoftables}

\markboth{}{}

If you really absolutely need more capacity,

you can ask a wizard to enlarge me.


What can I do?


Greetings!

NewUser



Hi Aline,
Try \addcontentsline{toc}{chapter}{listoftables}\markboth{}{}
i.e. remove the backslash preceding "listoftables".
It works here.
Michael


Re: List of Figures to Toc

2015-03-02 Thread Johannes Böttcher

Hi,

add to your preamble, from a previous mail i know that you are using a 
KOMA class.


KOMAoption{listof}{totoc}

best regards

On 02.03.2015 21:47, Aline Gautrein wrote:

Hey guys,

I am stil trying to resolve my contents problem:

I now try to use

\addcontentsline{toc}{chapter}{\listoftables}\markboth{}{}
\addcontentsline{toc}{chapter}{\listoffigures}\markboth{}{}

etc...

Now I get the error message:

TeX capacity exceeded, sorry [input stack size=5000].
\addcontentsline{toc}{chapter}{\listoftables}

\markboth{}{}

If you really absolutely need more capacity,

you can ask a wizard to enlarge me.


What can I do?


Greetings!

NewUser



Re: list of figures and table overlapping with title

2013-08-26 Thread Wolfgang Engelmann
Am Saturday, 24. August 2013, 21:39:40 schrieb luke jones:
> Hi guys
> 
> I'm using Lyx for my PhD thesis. Unfortunately I do not know how to use
> Latex, but I have been very happy with Lyx.
> 
> When I generate the PDF output, in the list of figures and tables when I
> get to
> 
> 5.5.10
> 5.5.11
> 
> then the 0 overlaps with the first letter of the title of the table or
> figure.
had the same problem once. See

http://comments.gmane.org/gmane.editors.lyx.general/78633
for the solution, which says

add in the preamble some of this:


%more space between figurenumber and text in toc
\usepackage{tocloft}
%\addtolength{\cftlotnumwidth}{1em}
%%\addtolength{\cftlotnumwidth}{2em}
%\addtolength{\cftlofnumwidth}{1em}
%%\addtolength{\cftlofnumwidth}{2em}
%\addtolength{\cftsubsecnumwidth}{0.3em}
\addtolength{\cftsubsecnumwidth}{0.5em}
%\addtolength{\cftsecnumwidth}{0.3em}
\addtolength{\cftsecnumwidth}{0.5em}
%\addtolength{\cftchapnumwidth}{1em}
\addtolength{\cftchapnumwidth}{2em}
\addtolength{\cftfignumwidth}{1em}


you might need to increase the numbers

> 
> I have been reading online about changing Latex codes but I don't know
> how to do this.
> 
> Is there an easy way to get round this problem?
> 
> If not, could you advise me how to change the code "for dummys"!
> 
> Thanks in advance
> 
> LJ


-- 
-
Wolfgang Engelmann
Schlossgartenstrasse 22
D-72070 Tübingen
Tel 07071 68325


Re: list of figures

2011-05-26 Thread Julien Rioux

On 26/05/2011 10:44 AM, Doc Doc wrote:



Hi,

I use the University of new south wales layout for my document

when I create the PDF file, I have a little problem with the list of
figures. the first letter of the caption appears above the number of the
  figure. Is thèse any way to avoid that?

I tried to use
\usepackage{tocloft}

\setlength{\cftfignumwidth}{3em}
with tocloft.sty installed but when I insert it in the preamble of the 
document, it generates many errors

is there any way to solve this problem?

thank you







This is pretty obscure black magic but it works. Put this in your preamble

\renewcommand*{\numberline}[1]{\hb@xt@2em{#1\hfil}}

and adjust the length (2em) as necessary.

See
http://tex.stackexchange.com/questions/11569/customize-spacing-between-section-number-and-its-caption

--
Julien


RE: list of figures

2011-05-26 Thread Doc Doc

Hi
Thank you for your answer
the layout and the example file are in 
http://www.thesis-template.com/archives/58

Raùf







Date: Thu, 26 May 2011 12:24:59 -0400
From: rgh...@comcast.net
To: raouf_tem...@hotmail.com
CC: lyx-users@lists.lyx.org
Subject: Re: list of figures



  



  
  
On 05/26/2011 10:44 AM, Doc Doc wrote:

  
  

  Hi,

  I use the University of new south wales layout for my document

  when I create the PDF file, I have a little problem with the list
  of figures. the first letter of the caption appears above the
  number of the figure. Is thèse any way to avoid that?

  

  I tried to use 

  \usepackage{tocloft}

  \setlength{\cftfignumwidth}{3em}

  with tocloft.sty installed but when I insert it in the preamble of
  the document, it generates many errors

  

  is there any way to solve this problem?

  


Can you please post a short example file? You may also need to
include the layout and the cls file, since most of us will not have
them.



Richard


  

Re: list of figures

2011-05-26 Thread Richard Heck
On 05/26/2011 10:44 AM, Doc Doc wrote:
>
> Hi,
> I use the University of new south wales layout for my document
> when I create the PDF file, I have a little problem with the list of
> figures. the first letter of the caption appears above the number of
> the figure. Is thèse any way to avoid that?
>
> I tried to use
> \usepackage{tocloft}
> \setlength{\cftfignumwidth}{3em}
> with tocloft.sty installed but when I insert it in the preamble of the
> document, it generates many errors
>
> is there any way to solve this problem?
>
Can you please post a short example file? You may also need to include
the layout and the cls file, since most of us will not have them.

Richard



Re: list of figures

2010-11-24 Thread katbeasty

I found the solution, in case anyone else needs it:

Add the following to the LaTex Preamble:

\usepackage{tocloft}

## adds the word Figure
\renewcommand{\cftfigpresnum}{Figure }

## adds white space
\renewcommand{\cftfignumwidth}{5em}


##same for tables
\renewcommand{\cfttabpresnum}{Table }
\renewcommand{\cfttabnumwidth}{5em} 
-- 
View this message in context: 
http://lyx.475766.n2.nabble.com/list-of-figures-tp475878p5770300.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: list of figures

2010-11-24 Thread katbeasty

Hi Morgan, 

how do you add the word "Figure" before the figure number?

Thanks Katja
-- 
View this message in context: 
http://lyx.475766.n2.nabble.com/list-of-figures-tp475878p5770172.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: list of figures

2009-04-13 Thread Niko Schwarz
solved!
i added this to the pre-amble:

\renewcommand...@figure{\@tocline{0}{3pt plus2pt}{0pt}{2.5em}{}}

On Tue, Apr 14, 2009 at 7:59 AM, Niko Schwarz
wrote:

> ohh, i forgot, it also says "LaTeX Error: Command \...@figure already
> defined."
> niko
>
>
> On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz  > wrote:
>
>> hmm. then i get this error message:
>>
>> @figur...@dottedtocline{1}{1.5em}{2.3em}}
>>
>>  Your command was ignored.
>>
>> Type I   to replace it with another command,
>>
>> or  to continue without it.
>>
>>
>> niko
>>
>> On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr  wrote:
>>
>>> Niko Schwarz schrieb:
>>>
>>>  in my list of figures, the numbers of the figures are standing much too
 close to the captions of the figures! what can i do?

>>>
>>> Add this command to your document preamble:
>>>
>>> \newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}
>>>
>>> (http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)
>>>
>>> regards Uwe
>>>
>>
>>
>


Re: list of figures

2009-04-13 Thread Niko Schwarz
ohh, i forgot, it also says "LaTeX Error: Command \...@figure already
defined."
niko

On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz
wrote:

> hmm. then i get this error message:
>
> @figur...@dottedtocline{1}{1.5em}{2.3em}}
>
>  Your command was ignored.
>
> Type I   to replace it with another command,
>
> or  to continue without it.
>
>
> niko
>
> On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr  wrote:
>
>> Niko Schwarz schrieb:
>>
>>  in my list of figures, the numbers of the figures are standing much too
>>> close to the captions of the figures! what can i do?
>>>
>>
>> Add this command to your document preamble:
>>
>> \newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}
>>
>> (http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)
>>
>> regards Uwe
>>
>
>


Re: list of figures

2009-04-13 Thread Niko Schwarz
hmm. then i get this error message:

@figur...@dottedtocline{1}{1.5em}{2.3em}}

 Your command was ignored.

Type I   to replace it with another command,

or  to continue without it.


niko

On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr  wrote:

> Niko Schwarz schrieb:
>
>  in my list of figures, the numbers of the figures are standing much too
>> close to the captions of the figures! what can i do?
>>
>
> Add this command to your document preamble:
>
> \newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}
>
> (http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)
>
> regards Uwe
>


Re: list of figures

2009-04-13 Thread Uwe Stöhr

Niko Schwarz schrieb:


in my list of figures, the numbers of the figures are standing much too
close to the captions of the figures! what can i do?


Add this command to your document preamble:

\newcommand...@figure{\@dottedtocline{1}{1.5em}{2.3em}}

(http://texnik.dante.de/cgi-bin/mainFAQ.cgi?file=tocloft/TOC#label)

regards Uwe


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: 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 - 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.



Re: List of Figures Mibehaves?

2007-08-06 Thread Uwe Stöhr

Roy Schestowitz schrieb:


I am using LyX 1.3.5 to produce this and I have no idea what else to
check. Any thoughts/advice?


The only advice I can give is to update to a newer LyX version. I can recommend the new LyX 1.5.1 
release but when you want to keep working with LyX 1.3.x you should at least update to LyX 1.3.7. 
(Windows installer for this version is available here:

 
https://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=13213
 (version 1.1) )

regards Uwe


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





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

2007-04-18 Thread Juergen Spitzmueller
Sam Lewis wrote:

> 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?

Insert->Short Title

Jürgen




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


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-03 Thread christiaan johannes pauw
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: 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


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: 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


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 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


Re: List of figures

2005-05-12 Thread Uwe Stöhr
Geoffrey Lloyd wrote:
I have a list of figures page in my document.  However I have some very 
long captions.  As a reult the LOF looks full and messy.  Is there any 
way to define a caption heading that appears in the LOF such that the 
whole caption doesnt.
Use a short title.
regards Uwe


Re: List of figures

2005-05-12 Thread Angus Leeming
Geoffrey Lloyd wrote:

> Hi
> 
> I have a list of figures page in my document.  However I have some very
> long captions.  As a reult the LOF looks full and messy.  Is there any
> way to define a caption heading that appears in the LOF such that the
> whole caption doesnt.
> 
> eg Figure 1 A nice picture of a cat
> 
> but the actual caption says -
> 
> A nice picture of a cat that has recently
> been fed something nice blah blah

Insert->Short Title

-- 
Angus



Re: List of figures

2005-05-12 Thread Rob S
Geoffrey Lloyd wrote:
Hi
I have a list of figures page in my document.  However I have some very 
long captions.  As a reult the LOF looks full and messy.  Is there any 
way to define a caption heading that appears in the LOF such that the 
whole caption doesnt.

eg Figure 1 A nice picture of a cat
but the actual caption says -
A nice picture of a cat that has recently been fed something nice blah blah
Geoff;
From toolbar select insert--short title add this just before the 
original caption.

Add the short title version in this box - job done!
Rob S
--
R D Saunders
Hydraulic Research Group
Department of Civil and Environmental Engineering
University of Southampton
UK


Re: List of Figures without bibliography

2004-10-18 Thread Setyo Nugroho
Hello Vaclav & Rob,
Thank you very much for your help. 
The problem is solved. 

Regards,
Setyo

 




Re: List of Figures without bibliography

2004-10-18 Thread Setyo Nugroho
Hello Rob,
Thank you for your speedy reply. 
I am sorry, I do not fully understand what you mean by "Use Insert -- Short title 
option".

Could you please explain it a bit more detailed? 

Regards,
Setyo
 


On Mon, 18 Oct 2004 14:00:30 +0100
Rob S <[EMAIL PROTECTED]> wrote:

> Use the Insert -- Short title option.
> 
> Rob S
> 
> Setyo Nugroho wrote:
> 
> >Hi all,
> >The document class of my text is book (koma-script). Few figures contain reference 
> >to bibliography, such as Figure x [Carroll, 2003].
> >The List of Figures contains the same. 
> >
> >Could some help me please how to remove the bibilographic reference in the List of 
> >Figures?
> >
> >Regards,
> >Setyo
> >
> >  
> >
> 


Re: List of Figures without bibliography

2004-10-18 Thread Juergen Spitzmueller
Setyo Nugroho wrote:
> Could some help me please how to remove the bibilographic reference in the
> List of Figures?

Use the OptArg Inset (Insert->Short Title) and copy the caption's text 
(without the citation reference) into it.

Jürgen


Re: List of Figures without bibliography

2004-10-18 Thread Rob S
Use the Insert -- Short title option.
Rob S
Setyo Nugroho wrote:
Hi all,
The document class of my text is book (koma-script). Few figures contain reference to bibliography, such as Figure x [Carroll, 2003].
The List of Figures contains the same. 

Could some help me please how to remove the bibilographic reference in the List of 
Figures?
Regards,
Setyo
 




Re: List of Figures without bibliography

2004-10-18 Thread Vaclav Smidl
Hi,
I would use short-titles for this. Though the name suggest its use for titles 
it also works for the captions.

At the beginning of each caption do:Insert>Short Title
It gives you an [opt] inset. Write the caption without references there and it 
will be used in the List of Figures instead of the full caption that follows.

Vasek


On Monday 18 October 2004 14:56, Setyo Nugroho wrote:
> Hi all,
> The document class of my text is book (koma-script). Few figures contain
> reference to bibliography, such as Figure x [Carroll, 2003]. The List
> of Figures contains the same.
>
> Could some help me please how to remove the bibilographic reference in the
> List of Figures?
>
> Regards,
> Setyo


RE: List of Figures (Tables, etc.)

2004-03-14 Thread Jim Ragsdale
Wow thanks for the info. I have been wondering about this too :).

> -Original Message-
> From: Owen Lucas [mailto:[EMAIL PROTECTED]
> Sent: Sunday, March 14, 2004 9:47 PM
> To: lyx-users
> Subject: Re: List of Figures (Tables, etc.)
> 
> 
> you can use a ert to do this caption
> simply put
> 
> \caption [thing to go in tof]{thing to go under figure \cite{book}}
> 
> where you want the caption to go above or below the figure
> 
> oz
> 
> Darin wrote:
> > Hello,
> > 
> > When I make a List of Figures (via Insert->Lists & TOC
> > -> List of Figures), the list formed uses the entire
> > caption of the figure as the name of the figure.  Is
> > there a way to give figures names that would show up
> > in the list of figures but not necessarily show up in
> > the caption of the figure?  As an example, what I am
> > hoping is that if I have a figure that is a picture of
> > an oak tree, then I would like the list of figures to
> > say only "Oak Tree" while the caption describes at
> > length the tree and its significance in the document. 
> > If this is not possible, is it possible to have the
> > list of figures only use the first sentence of the
> > caption rather than the whole thing (e.g. have the
> > first sentence be "Oak Tree."?  
> > 
> > Thanks in advance.
> 


Re: List of Figures (Tables, etc.)

2004-03-14 Thread Owen Lucas
you can use a ert to do this caption
simply put
\caption [thing to go in tof]{thing to go under figure \cite{book}}

where you want the caption to go above or below the figure

oz

Darin wrote:
Hello,

When I make a List of Figures (via Insert->Lists & TOC
-> List of Figures), the list formed uses the entire
caption of the figure as the name of the figure.  Is
there a way to give figures names that would show up
in the list of figures but not necessarily show up in
the caption of the figure?  As an example, what I am
hoping is that if I have a figure that is a picture of
an oak tree, then I would like the list of figures to
say only "Oak Tree" while the caption describes at
length the tree and its significance in the document. 
If this is not possible, is it possible to have the
list of figures only use the first sentence of the
caption rather than the whole thing (e.g. have the
first sentence be "Oak Tree."?  

Thanks in advance.



Re: List of Figures (Tables, etc.)

2004-03-14 Thread Rich Shepard
On Sun, 14 Mar 2004, Darin wrote:

> Is there a way to give figures names that would show up in the list of
> figures but not necessarily show up in the caption of the figure?

Darin,

  Insert->Short title works for chapters and sections; I believe it also
works for captions. The Users Guide is not explicit. Try it.

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: list of figures

2003-10-02 Thread Angus Leeming
Wolfgang Engelmann wrote:
> I do not get the listing of the figures if I click on `list of figures'
> at the begin of my lyx-document. Instead it shows the table of content,
> as it does if I click on `table of content'. Same with `list of tables'.
> I would like to use this feature, since it helps to quickly jump to
> certain figures I want to work on.
> What do I do wrong?

Maybe nothing. Does the dialog not have a choice widget allowing you to 
select List of Figures? (I believe this affects naviagation only).

Alternatively, is there not a Navigate menu or similar?

> I am using Version 1.2.0
Ancient history. Current version is 1.3.3.

-- 
Angus



Re: List of figures

2002-10-08 Thread Dekel Tsur

On Sun, Oct 06, 2002 at 12:53:27PM +0200, I Wayan Warmada wrote:
>
> Dear LyX-users,
> I have a problem with the list of figures in LyX-1.3.0cvs. The long title
> of the figures is not wrapped correctly (over the page boundary). Could
> you please explain me how to solve the problem?

It is usually not a good idea to have long lines in the list of figures.
In LyX 1.3.0cvs, you can have different text in the LOF than the caption text.
To do this, go to the caption paragraph, select "Insert->Short title"
from the menu, and enter the text for the LOF.



Re: List of figures

2002-10-07 Thread I Wayan Warmada

Andre Poenitz wrote:

>Would it help you to have some kind of "chemical formula inset" similar to
>the "math formula inset" that puts everything into \mathrm automatically?
>
>I was thinking about such a feature a while ago...
>  
>
Yes. I always type a chemical formula as \mathrm. It would be great if 
it possible to add such feature in lyx
to help writing chemical formulas easily. Thank's.

Wayan




Re: List of figures

2002-10-07 Thread Andre Poenitz

On Sun, Oct 06, 2002 at 12:53:27PM +0200, I Wayan Warmada wrote:
> I have used LyX-1.3.0cvs because the problem of the previous version of
> LyX (1.2.0 and 1.2.1) in the \mathrm{} command. I have write a lot of
> chemical equation. Need a lot of time if I used 1.2.x series to type a
> chemical formula. The \mathrm{} problem is solved in the cvs version.

Would it help you to have some kind of "chemical formula inset" similar to
the "math formula inset" that puts everything into \mathrm automatically?

I was thinking about such a feature a while ago...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: List of figures

2002-09-05 Thread Dekel Tsur

On Thu, Sep 05, 2002 at 11:51:50AM +0200, Axel Heinrici wrote:
> > I had the same problem and found a solution on Herbert's
> > marvelous pages:
> >
> > http://www.lyx.org/help/floats/caption.php
> >
> This works! The problem is now that the shortcaptions I inserted 
> with the tex command "\caption[...]{...}" disapear in the list of 
> figures but appear in the cption. The list of figures consists of 
> many lines just containing .. 

This is because the shortcaption layout listed on the above page redefines the
caption command. Use the following in your layout file instead:

Style ShortCaption
  CopyStyle Caption
  LatexName shortcaption
  LabelString   "Short Caption:"
  LabelType Static
  Preamble
\let\oldcaption=\caption
\newcommand{\shortcaption}[1]{%
  \renewcommand{\caption}[1]{\oldcaption[#1]{##1}}%
}
  EndPreamble
End



Re: List of figures

2002-09-05 Thread Axel Heinrici

Hello

On Wednesday 04 September 2002 17:50, Christian Ridderström wrote:

> Hi Axel
>
> I had the same problem and found a solution on Herbert's
> marvelous pages:
>
>   http://www.lyx.org/help/floats/caption.php
>
> which has a secion called "Short captionstyle". Look on that
> page, or search this mail archive for previous posts on short
> captionstyle. It works perfectly for me.
>
This works! The problem is now that the shortcaptions I inserted 
with the tex command "\caption[...]{...}" disapear in the list of 
figures but appear in the cption. The list of figures consists of 
many lines just containing .. 
The captions under the figures in the document now show 
"Figure:[]."
Since I used the tex commends quite often I think I better keep on 
using the tex commands. Or is there anybody who can tell why the 
"short caption"-style is not compatible with the tex command 
"\capition[..]{..}"

greetings Axel




Re: List of figures

2002-09-04 Thread Christian Ridderström

> I don't know how to set text apearing in the list of figures. I 
> managed to get all figures having the correct format for the 
> caption. But the whole caption appers in the list of figures. In 
> latex one can use "\caption [text to appear in list of 
> figures]{text to appear directly under the picture}". Is there a 
> way to do so in lyx?
> 
Hi Axel

I had the same problem and found a solution on Herbert's marvelous
pages:

http://www.lyx.org/help/floats/caption.php

which has a secion called "Short captionstyle". Look on that page, or 
search this mail archive for previous posts on short captionstyle. It 
works perfectly for me.

/Christian







Re: list of figures

2002-08-19 Thread Dekel Tsur

On Sun, Aug 18, 2002 at 03:24:41PM +0200, Philipp Kuster wrote:
> My figures in the document do include the name of the figure and the source. 
> This looks like this: 
> Caption: 'Name of the figure', 'Source' [...]
> 
> I can't change this format, because of the preferences of my prof.
> In the list of figures it's showing me the whole line, including the Source.
> Of Course there should just be seen the name of the figure, excluding the 
> Source. Hope somebody can help me with this problem. Thanks in advance.

Copy the file stdlayouts.inc to ~/.lyx/layouts/, and add to it
(at the end) the following lines: 

Style ShortCaption
  CopyStyle Caption
  LatexName shortcaption
  LabelString   "Short Caption:"
  LabelType Static
  Preamble
\let\oldcaption=\caption
\newcommand{\shortcaption}[1]{%
  \renewcommand{\caption}[1]{\oldcaption[#1]{##1}}%
}
  EndPreamble
End

Then, before each caption, insert a shortcaption paragraph that contains
only 'Name of the figure'.



Re: list of figures

2002-08-19 Thread Raul de la Cruz

Yes I have a similar problem, I am interested in the same question.
If somebody could answer us... I will be very thanked.

On Sun, 18 Aug 2002 15:24:41 +0200, Philipp Kuster wrote:

> Hello everybody,
> 
> I have written my diploma thesis using Lyx. Everything worked fine and
> it was fun working with this program. But now I've got a problem with
> the text in the list of figures.
> My figures in the document do include the name of the figure and the
> source. This looks like this:
> Caption: 'Name of the figure', 'Source' [...]
> 
> I can't change this format, because of the preferences of my prof. In
> the list of figures it's showing me the whole line, including the
> Source. Of Course there should just be seen the name of the figure,
> excluding the Source. Hope somebody can help me with this problem.
> Thanks in advance.
> 
> philipp





Re: List of Figures

2001-08-09 Thread Remzi Seker

That's it!
Thanks bunch!
R
On Thursday 09 August 2001 12:01, Herbert Voss wrote:
> Remzi Seker wrote:
> > I already have
> >
> > \clubpenalty=1
> >   \widowpenalty=1
> >   \displaywidowpenalty=1
> >
> > but it doesn't seem to work...
>
> try on the page where the last item should be:
>
> \enlargesthispage*{2ex}
>
> play a bit with the size 2ex.
>
> Herbert



Re: List of Figures

2001-08-09 Thread Herbert Voss

Remzi Seker wrote:
> 
> I already have
> 
> \clubpenalty=1
>   \widowpenalty=1
>   \displaywidowpenalty=1
> 
> but it doesn't seem to work...

try on the page where the last item should be:

\enlargesthispage*{2ex}

play a bit with the size 2ex.

Herbert

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



Re: List of Figures

2001-08-09 Thread Remzi Seker

I already have 

\clubpenalty=1
  \widowpenalty=1 
  \displaywidowpenalty=1

but it doesn't seem to work...

R

On Thursday 09 August 2001 11:50, Herbert Voss wrote:
> Remzi Seker wrote:
> > The last item (one line) in LOF is on another page by itself and I need
> > to squeeze it into the previous page with rest of the items in the list. 
> > Any idea how I can do that?
>
> http://www.educat.hu-berlin.de/~voss/lyx/layouts/widows.html
>
> Herbert



Re: List of Figures

2001-08-09 Thread Herbert Voss

Remzi Seker wrote:
> 
> The last item (one line) in LOF is on another page by itself and I need to
> squeeze it into the previous page with rest of the items in the list.  Any
> idea how I can do that?

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

Herbert

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



Re: list of figures with short captions

1999-08-25 Thread Jean-Pierre.Chretien


>> From: Wolfgang Engelmann <[EMAIL PROTECTED]>
>> To: LyX Users mailing list <[EMAIL PROTECTED]>
>> Subject: list of figures with short captions 
>> Date: Tue, 24 Aug 1999 11:58:08 +0200
>> 
>> I would appreciate help for a few questions:
>> 1*
>> I know that Lyx is currently not
>> supporting directly the  \caption[short legend]{long legend} command
>> However, my legends are quite long and the list of figures becomes too long 
and
>> difficult to read. What should I do to create a short legend list? The 
problem
>> is that the Tex command \caption[short legend]{long legend} 
>> is not accepted in the figure environment of lyx. If I put the command 
outside
>> the figure, the page listing does not correspond always to the actual 
position
>> of the figure, because the figures are partly positioned at pages different
>> from the one where the figure is referred to. It is a book of several hundred
>> pages and about 300 figures, so handwork is difficult.

>From a previosu answer bt Jürgen Vigna:
--- Begin inclusion   
Just change the "Figure: " line to "Standard-Layout"
(from caption), then Type this in TeX-Mode

"\caption[]{}"
--- end inclusion   --
>> 2*
>> How do I get the chapter* title (i.e. this chapter is not numbered) in the
>> list of contents? 
>> 3*
>> List of Figures
>> List of Tables
>> Chapter* Preface
>> Chapter* Introduction
>> How do I avoid that the page header `list of tables' is shown also on the 
pages
>> following 
>> Chapter* Preface and
>> Chapter* Introduction
>> until the next regular chapter 
>> Chapter Biological clocks
>> has started?

Do both in the same shot: define in the preamble

\newcommand{\tocchap}[1]{\addcontentsline{toc}{chapter}{\protect\numberline
{}#1}\markboth{#1}{#1}\thispagestyle{plain}}

(the \thispagestyle{plain} avoids headers on the chapter title page,
I use it with fancyhdr.sty and \pagestyle{fancyplain} to tune
precisly the header and footer elements).

The type in TeX 
\tocchap{Preface}
...
after each starred \chapter


>> 4*Where can I find informations beyond the one in the Lyx help documentation 
on
>> the best way to write the bibliography? natbib...

Get the natbib doc on the nearest CTAN archive.

Regards

-- 
Jean-Pierre




Re: list of figures

1999-05-17 Thread Jean-Marc Lasgouttes

> "yan" == yan wong <[EMAIL PROTECTED]> writes:

yan> thanks very much, I'm impressed by how quickly helpful advice is
yan> given on this list: I just wanted you all to know that it is very
yan> appreciated.

You're welcome.

yan> Just a quick remark, though: The advice above works fine in most
yan> cases, but there is (I think) a lyx bug here...

yan> If I put

yan> \caption[ This is $\pi$ a symbol ]{caption title} ^ ^
yan> ^^ ^

yan> in a standard environment inside a figure float (the ^ symbols
yan> marking "red" Latex text), the list of figures prints out
yan> fine. However, if I replace $\pi$ with a lyx math box, and insert
yan> the \pi as a symbol, I get the latex error "Bad math enviroment
yan> delimiter". I presume this is something to do with having the
yan> maths nested in the [ ] brackets. It works fine using the lyx
yan> math editor inside the { } brackets.

This is not really a LyX bug, but rather the kind of things that
happen when using ugly workarounds like the one I suggested... What
happens is that the math editor will output pi as \(\pi\) and the
command \( is `fragile', meaning that it cannot go like that in text
which will move to table of contents or similar (for obscure and
technical reasons I do not fully understand). The solution in this
case is to add \protect just before the formula, and LyX does that in
section headers. However, in the present case, LyX has no way to know
that \pi is in a `moving' argument, and the magical \protect is not
added.

JMarc



Re: list of figures

1999-05-14 Thread yan wong

On Mon, 10 May 1999, Jean-Marc Lasgouttes wrote:
> yan> How can I specify a shorter description to appear in the table of
> yan> figures list, if the caption in the caption environment is too
> yan> long to be useful? 

> This is not possible currently... The only way is to type in a
> standard paragraph
> \caption[short caption]{long caption}
> where \caption and the brackets are marked as TeX.

thanks very much, I'm impressed by how quickly helpful advice is given on
this list: I just wanted you all to know that it is very appreciated.

Just a quick remark, though: The advice above works fine in most cases,
but there is (I think) a lyx bug here...


If I put 

\caption[ This is $\pi$ a symbol ]{caption title}
^ ^  ^^ ^

in a standard environment inside a figure float (the ^ symbols marking
"red" Latex text), the list of figures prints out fine. However, if I
replace $\pi$ with a lyx math box, and insert the \pi as a symbol, I get
the latex error "Bad math enviroment delimiter". I presume this is
something to do with having the maths nested in the [ ] brackets. It works
fine using the lyx math editor inside the { } brackets.

For the moment, I can get by fine by using ERT to do the maths in a
caption, but maybe its an easy bug to correct...

oh - I'm using lyx 1.0.1, but I think it probably doesn't matter in this
case.



Re: list of figures

1999-05-10 Thread Jean-Marc Lasgouttes

> "yan" == yan wong <[EMAIL PROTECTED]> writes:

yan> How can I specify a shorter description to appear in the table of
yan> figures list, if the caption in the caption environment is too
yan> long to be useful?  I think this can be done easily in latex, but
yan> can't see any documentation as to how it can be done in lyx.

This is not possible currently... The only way is to type in a
standard paragraph
\caption[short caption]{long caption}
where \caption and the brackets are marked as TeX.

JMarc