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

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

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

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

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

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

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

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

2009-04-14 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
niko.schw...@googlemail.comwrote:

 hmm. then i get this error message:

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

  Your command was ignored.

 Type I command return to replace it with another command,

 or return to continue without it.


 niko

 On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de 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-14 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
niko.schw...@googlemail.comwrote:

 ohh, i forgot, it also says LaTeX Error: Command \...@figure already
 defined.
 niko


 On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz niko.schw...@googlemail.com
  wrote:

 hmm. then i get this error message:

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

  Your command was ignored.

 Type I command return to replace it with another command,

 or return to continue without it.


 niko

 On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de 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-14 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
niko.schw...@googlemail.comwrote:

 hmm. then i get this error message:

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

  Your command was ignored.

 Type I command return to replace it with another command,

 or return to continue without it.


 niko

 On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de 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-14 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
niko.schw...@googlemail.comwrote:

 ohh, i forgot, it also says LaTeX Error: Command \...@figure already
 defined.
 niko


 On Tue, Apr 14, 2009 at 7:58 AM, Niko Schwarz niko.schw...@googlemail.com
  wrote:

 hmm. then i get this error message:

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

  Your command was ignored.

 Type I command return to replace it with another command,

 or return to continue without it.


 niko

 On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de 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-14 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-14 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 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

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 command return to replace it with another command,

or return to continue without it.


niko

On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de 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

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 command return to replace it with another command,

or return to continue without it.


niko

On Mon, Apr 13, 2009 at 11:45 PM, Uwe Stöhr uwesto...@web.de 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

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

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 - 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 - 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 - 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 [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 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 Sam Lewis
Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
 
> Insert->Short Title

Excellent - thanks!

Cheers, Sam





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


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


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

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

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

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


  1   2   >