Re: Removing figure numbers

2011-02-09 Thread Guenter Milde
On 2011-02-08, Kristoffer Lawson wrote:

 On 3 Feb 2011, at 16:54, Richard Heck wrote:

 Oh, sorry, I didn't see that you want the caption but not the label.

 If that's what you want, then you will have to do something like
 redefine the \@makecaption macro that is used to set the caption.
...

Why not simply use a Standard style for the labelless caption?

 Thanks, I'll experiment with this. Possibly worth considering some
 option for this in LyX at some point?

 I also notice a lot of people want to have images with captions which
 don't act as floats.

There is an option to place floats here definitly.

Günter



Re: Removing figure numbers

2011-02-09 Thread Guenter Milde
On 2011-02-08, Kristoffer Lawson wrote:

 On 3 Feb 2011, at 16:54, Richard Heck wrote:

 Oh, sorry, I didn't see that you want the caption but not the label.

 If that's what you want, then you will have to do something like
 redefine the \@makecaption macro that is used to set the caption.
...

Why not simply use a Standard style for the labelless caption?

 Thanks, I'll experiment with this. Possibly worth considering some
 option for this in LyX at some point?

 I also notice a lot of people want to have images with captions which
 don't act as floats.

There is an option to place floats here definitly.

Günter



Re: Removing figure numbers

2011-02-09 Thread Guenter Milde
On 2011-02-08, Kristoffer Lawson wrote:

> On 3 Feb 2011, at 16:54, Richard Heck wrote:

>> Oh, sorry, I didn't see that you want the caption but not the label.

>> If that's what you want, then you will have to do something like
>> redefine the \@makecaption macro that is used to set the caption.
...

Why not simply use a Standard style for the "labelless" caption?

> Thanks, I'll experiment with this. Possibly worth considering some
> option for this in LyX at some point?

> I also notice a lot of people want to have images with captions which
> don't act as floats.

There is an option to place floats "here definitly".

Günter



Re: Removing figure numbers

2011-02-08 Thread Kristoffer Lawson

On 3 Feb 2011, at 16:54, Richard Heck wrote:

 Oh, sorry, I didn't see that you want the caption but not the label.
 
 If that's what you want, then you will have to do something like redefine the 
 \@makecaption macro that is used to set the caption. I tried redefining 
 \fnum@figure to do nothing, but that leaves the : in front of the caption. 
 Here's the definition from article.cls:
 
 \long\def\@makecaption#1#2{%
  \vskip\abovecaptionskip
  \sbox\@tempboxa{#1: #2}%
  \ifdim \wd\@tempboxa \hsize
#1: #2\par
  \else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
  \fi
  \vskip\belowcaptionskip}
 
 #1 is what you don't want. If you never want it, then you can just replace 
 #1: #2 with #2 and be done with it. If you want it in some cases but not 
 others, that is more complicated.

Thanks, I'll experiment with this. Possibly worth considering some option for 
this in LyX at some point?

I also notice a lot of people want to have images with captions which don't act 
as floats.

-- 
Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/
http://travellingsalesman.mobi - 1km  The world's most arctic startups



Re: Removing figure numbers

2011-02-08 Thread Kristoffer Lawson

On 3 Feb 2011, at 16:54, Richard Heck wrote:

 Oh, sorry, I didn't see that you want the caption but not the label.
 
 If that's what you want, then you will have to do something like redefine the 
 \@makecaption macro that is used to set the caption. I tried redefining 
 \fnum@figure to do nothing, but that leaves the : in front of the caption. 
 Here's the definition from article.cls:
 
 \long\def\@makecaption#1#2{%
  \vskip\abovecaptionskip
  \sbox\@tempboxa{#1: #2}%
  \ifdim \wd\@tempboxa \hsize
#1: #2\par
  \else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
  \fi
  \vskip\belowcaptionskip}
 
 #1 is what you don't want. If you never want it, then you can just replace 
 #1: #2 with #2 and be done with it. If you want it in some cases but not 
 others, that is more complicated.

Thanks, I'll experiment with this. Possibly worth considering some option for 
this in LyX at some point?

I also notice a lot of people want to have images with captions which don't act 
as floats.

-- 
Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/
http://travellingsalesman.mobi - 1km  The world's most arctic startups



Re: Removing figure numbers

2011-02-08 Thread Kristoffer Lawson

On 3 Feb 2011, at 16:54, Richard Heck wrote:

> Oh, sorry, I didn't see that you want the caption but not the label.
> 
> If that's what you want, then you will have to do something like redefine the 
> \@makecaption macro that is used to set the caption. I tried redefining 
> \fnum@figure to do nothing, but that leaves the ":" in front of the caption. 
> Here's the definition from article.cls:
> 
> \long\def\@makecaption#1#2{%
>  \vskip\abovecaptionskip
>  \sbox\@tempboxa{#1: #2}%
>  \ifdim \wd\@tempboxa >\hsize
>#1: #2\par
>  \else
>\global \@minipagefalse
>\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
>  \fi
>  \vskip\belowcaptionskip}
> 
> #1 is what you don't want. If you never want it, then you can just replace 
> "#1: #2" with "#2" and be done with it. If you want it in some cases but not 
> others, that is more complicated.

Thanks, I'll experiment with this. Possibly worth considering some option for 
this in LyX at some point?

I also notice a lot of people want to have images with captions which don't act 
as floats.

-- 
Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/
http://travellingsalesman.mobi - 1km & The world's most arctic startups



Removing figure numbers

2011-02-03 Thread Kristoffer Lawson
Hi there, I am writing a report about a project I was running (in my signature 
for those curious :) and I would like to have captions for my images. By using 
directly inserted graphics there seems to be no way to do this. I tried using 
floated graphics but here the problem is that each caption gets the text 
Figure 1: to it. This is something I don't want as the images are there just 
to liven up the story, and I do not refer to them.

I found a hack to remove the figure number, but the Figure : text still 
remains. Am I missing some really obvious option?

-- 
Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/
http://travellingsalesman.mobi - 1km  The world's most arctic startups



Re: Removing figure numbers

2011-02-03 Thread Richard Heck

On 02/03/2011 05:54 AM, Kristoffer Lawson wrote:

Hi there, I am writing a report about a project I was running (in my signature for those 
curious :) and I would like to have captions for my images. By using directly inserted 
graphics there seems to be no way to do this. I tried using floated graphics but here the 
problem is that each caption gets the text Figure 1: to it. This is something 
I don't want as the images are there just to liven up the story, and I do not refer to 
them.

I found a hack to remove the figure number, but the Figure : text still 
remains. Am I missing some really obvious option?


In LyX, just delete the caption inset: the thing that says Figure 1.

Richard




Re: Removing figure numbers

2011-02-03 Thread Kristoffer Lawson

On 3 Feb 2011, at 15:07, Richard Heck wrote:

 On 02/03/2011 05:54 AM, Kristoffer Lawson wrote:
 Hi there, I am writing a report about a project I was running (in my 
 signature for those curious :) and I would like to have captions for my 
 images. By using directly inserted graphics there seems to be no way to do 
 this. I tried using floated graphics but here the problem is that each 
 caption gets the text Figure 1: to it. This is something I don't want as 
 the images are there just to liven up the story, and I do not refer to them.
 
 I found a hack to remove the figure number, but the Figure : text still 
 remains. Am I missing some really obvious option?
 
 In LyX, just delete the caption inset: the thing that says Figure 1.

I think you are missing the point: then I don't have any caption at all. I 
guess I could always just insert some standard text and fiddle around with the 
options and font options it until it looks like a caption, but that to me seems 
like a very un-LyX-like way to do it?

-- 
Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/
http://travellingsalesman.mobi - 1km  The world's most arctic startups



Re: Removing figure numbers

2011-02-03 Thread Richard Heck

On 02/03/2011 09:27 AM, Kristoffer Lawson wrote:

On 3 Feb 2011, at 15:07, Richard Heck wrote:


On 02/03/2011 05:54 AM, Kristoffer Lawson wrote:

Hi there, I am writing a report about a project I was running (in my signature for those 
curious :) and I would like to have captions for my images. By using directly inserted 
graphics there seems to be no way to do this. I tried using floated graphics but here the 
problem is that each caption gets the text Figure 1: to it. This is something 
I don't want as the images are there just to liven up the story, and I do not refer to 
them.

I found a hack to remove the figure number, but the Figure : text still 
remains. Am I missing some really obvious option?


In LyX, just delete the caption inset: the thing that says Figure 1.

I think you are missing the point: then I don't have any caption at all. I 
guess I could always just insert some standard text and fiddle around with the 
options and font options it until it looks like a caption, but that to me seems 
like a very un-LyX-like way to do it?


Oh, sorry, I didn't see that you want the caption but not the label.

If that's what you want, then you will have to do something like 
redefine the \@makecaption macro that is used to set the caption. I 
tried redefining \fnum@figure to do nothing, but that leaves the : in 
front of the caption. Here's the definition from article.cls:


\long\def\@makecaption#1#2{%
  \vskip\abovecaptionskip
  \sbox\@tempboxa{#1: #2}%
  \ifdim \wd\@tempboxa \hsize
#1: #2\par
  \else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
  \fi
  \vskip\belowcaptionskip}

#1 is what you don't want. If you never want it, then you can just 
replace #1: #2 with #2 and be done with it. If you want it in some 
cases but not others, that is more complicated.


Richard



Re: Removing figure numbers

2011-02-03 Thread Steve Litt
On Thursday 03 February 2011 09:27:31 Kristoffer Lawson wrote:

 I think you are missing the point: then I don't have any caption at all. I
  guess I could always just insert some standard text and fiddle around with
  the options and font options it until it looks like a caption, but that to
  me seems like a very un-LyX-like way to do it?

You could just define a couple environments to house the graphic and the 
caption, or perhaps define an environment for the graphic, and that 
environment prints variable mycaption, and mycaption is set by a character 
style that doesn't print its content. I do this for my Warnings boxes.

I think the most LyXically correct way to do it is to use an environment with 
a label, but I'm not sure how those work.

HTH

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt



Removing figure numbers

2011-02-03 Thread Kristoffer Lawson
Hi there, I am writing a report about a project I was running (in my signature 
for those curious :) and I would like to have captions for my images. By using 
directly inserted graphics there seems to be no way to do this. I tried using 
floated graphics but here the problem is that each caption gets the text 
Figure 1: to it. This is something I don't want as the images are there just 
to liven up the story, and I do not refer to them.

I found a hack to remove the figure number, but the Figure : text still 
remains. Am I missing some really obvious option?

-- 
Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/
http://travellingsalesman.mobi - 1km  The world's most arctic startups



Re: Removing figure numbers

2011-02-03 Thread Richard Heck

On 02/03/2011 05:54 AM, Kristoffer Lawson wrote:

Hi there, I am writing a report about a project I was running (in my signature for those 
curious :) and I would like to have captions for my images. By using directly inserted 
graphics there seems to be no way to do this. I tried using floated graphics but here the 
problem is that each caption gets the text Figure 1: to it. This is something 
I don't want as the images are there just to liven up the story, and I do not refer to 
them.

I found a hack to remove the figure number, but the Figure : text still 
remains. Am I missing some really obvious option?


In LyX, just delete the caption inset: the thing that says Figure 1.

Richard




Re: Removing figure numbers

2011-02-03 Thread Kristoffer Lawson

On 3 Feb 2011, at 15:07, Richard Heck wrote:

 On 02/03/2011 05:54 AM, Kristoffer Lawson wrote:
 Hi there, I am writing a report about a project I was running (in my 
 signature for those curious :) and I would like to have captions for my 
 images. By using directly inserted graphics there seems to be no way to do 
 this. I tried using floated graphics but here the problem is that each 
 caption gets the text Figure 1: to it. This is something I don't want as 
 the images are there just to liven up the story, and I do not refer to them.
 
 I found a hack to remove the figure number, but the Figure : text still 
 remains. Am I missing some really obvious option?
 
 In LyX, just delete the caption inset: the thing that says Figure 1.

I think you are missing the point: then I don't have any caption at all. I 
guess I could always just insert some standard text and fiddle around with the 
options and font options it until it looks like a caption, but that to me seems 
like a very un-LyX-like way to do it?

-- 
Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/
http://travellingsalesman.mobi - 1km  The world's most arctic startups



Re: Removing figure numbers

2011-02-03 Thread Richard Heck

On 02/03/2011 09:27 AM, Kristoffer Lawson wrote:

On 3 Feb 2011, at 15:07, Richard Heck wrote:


On 02/03/2011 05:54 AM, Kristoffer Lawson wrote:

Hi there, I am writing a report about a project I was running (in my signature for those 
curious :) and I would like to have captions for my images. By using directly inserted 
graphics there seems to be no way to do this. I tried using floated graphics but here the 
problem is that each caption gets the text Figure 1: to it. This is something 
I don't want as the images are there just to liven up the story, and I do not refer to 
them.

I found a hack to remove the figure number, but the Figure : text still 
remains. Am I missing some really obvious option?


In LyX, just delete the caption inset: the thing that says Figure 1.

I think you are missing the point: then I don't have any caption at all. I 
guess I could always just insert some standard text and fiddle around with the 
options and font options it until it looks like a caption, but that to me seems 
like a very un-LyX-like way to do it?


Oh, sorry, I didn't see that you want the caption but not the label.

If that's what you want, then you will have to do something like 
redefine the \@makecaption macro that is used to set the caption. I 
tried redefining \fnum@figure to do nothing, but that leaves the : in 
front of the caption. Here's the definition from article.cls:


\long\def\@makecaption#1#2{%
  \vskip\abovecaptionskip
  \sbox\@tempboxa{#1: #2}%
  \ifdim \wd\@tempboxa \hsize
#1: #2\par
  \else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
  \fi
  \vskip\belowcaptionskip}

#1 is what you don't want. If you never want it, then you can just 
replace #1: #2 with #2 and be done with it. If you want it in some 
cases but not others, that is more complicated.


Richard



Re: Removing figure numbers

2011-02-03 Thread Steve Litt
On Thursday 03 February 2011 09:27:31 Kristoffer Lawson wrote:

 I think you are missing the point: then I don't have any caption at all. I
  guess I could always just insert some standard text and fiddle around with
  the options and font options it until it looks like a caption, but that to
  me seems like a very un-LyX-like way to do it?

You could just define a couple environments to house the graphic and the 
caption, or perhaps define an environment for the graphic, and that 
environment prints variable mycaption, and mycaption is set by a character 
style that doesn't print its content. I do this for my Warnings boxes.

I think the most LyXically correct way to do it is to use an environment with 
a label, but I'm not sure how those work.

HTH

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt



Removing figure numbers

2011-02-03 Thread Kristoffer Lawson
Hi there, I am writing a report about a project I was running (in my signature 
for those curious :) and I would like to have captions for my images. By using 
directly inserted graphics there seems to be no way to do this. I tried using 
floated graphics but here the problem is that each caption gets the text 
"Figure 1:" to it. This is something I don't want as the images are there just 
to liven up the story, and I do not refer to them.

I found a hack to remove the figure number, but the "Figure :" text still 
remains. Am I missing some really obvious option?

-- 
Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/
http://travellingsalesman.mobi - 1km & The world's most arctic startups



Re: Removing figure numbers

2011-02-03 Thread Richard Heck

On 02/03/2011 05:54 AM, Kristoffer Lawson wrote:

Hi there, I am writing a report about a project I was running (in my signature for those 
curious :) and I would like to have captions for my images. By using directly inserted 
graphics there seems to be no way to do this. I tried using floated graphics but here the 
problem is that each caption gets the text "Figure 1:" to it. This is something 
I don't want as the images are there just to liven up the story, and I do not refer to 
them.

I found a hack to remove the figure number, but the "Figure :" text still 
remains. Am I missing some really obvious option?


In LyX, just delete the caption inset: the thing that says "Figure 1".

Richard




Re: Removing figure numbers

2011-02-03 Thread Kristoffer Lawson

On 3 Feb 2011, at 15:07, Richard Heck wrote:

> On 02/03/2011 05:54 AM, Kristoffer Lawson wrote:
>> Hi there, I am writing a report about a project I was running (in my 
>> signature for those curious :) and I would like to have captions for my 
>> images. By using directly inserted graphics there seems to be no way to do 
>> this. I tried using floated graphics but here the problem is that each 
>> caption gets the text "Figure 1:" to it. This is something I don't want as 
>> the images are there just to liven up the story, and I do not refer to them.
>> 
>> I found a hack to remove the figure number, but the "Figure :" text still 
>> remains. Am I missing some really obvious option?
>> 
> In LyX, just delete the caption inset: the thing that says "Figure 1".

I think you are missing the point: then I don't have any caption at all. I 
guess I could always just insert some standard text and fiddle around with the 
options and font options it until it looks like a caption, but that to me seems 
like a very un-LyX-like way to do it?

-- 
Kristoffer Lawson, Co-Founder, Scred // http://www.scred.com/
http://travellingsalesman.mobi - 1km & The world's most arctic startups



Re: Removing figure numbers

2011-02-03 Thread Richard Heck

On 02/03/2011 09:27 AM, Kristoffer Lawson wrote:

On 3 Feb 2011, at 15:07, Richard Heck wrote:


On 02/03/2011 05:54 AM, Kristoffer Lawson wrote:

Hi there, I am writing a report about a project I was running (in my signature for those 
curious :) and I would like to have captions for my images. By using directly inserted 
graphics there seems to be no way to do this. I tried using floated graphics but here the 
problem is that each caption gets the text "Figure 1:" to it. This is something 
I don't want as the images are there just to liven up the story, and I do not refer to 
them.

I found a hack to remove the figure number, but the "Figure :" text still 
remains. Am I missing some really obvious option?


In LyX, just delete the caption inset: the thing that says "Figure 1".

I think you are missing the point: then I don't have any caption at all. I 
guess I could always just insert some standard text and fiddle around with the 
options and font options it until it looks like a caption, but that to me seems 
like a very un-LyX-like way to do it?


Oh, sorry, I didn't see that you want the caption but not the label.

If that's what you want, then you will have to do something like 
redefine the \@makecaption macro that is used to set the caption. I 
tried redefining \fnum@figure to do nothing, but that leaves the ":" in 
front of the caption. Here's the definition from article.cls:


\long\def\@makecaption#1#2{%
  \vskip\abovecaptionskip
  \sbox\@tempboxa{#1: #2}%
  \ifdim \wd\@tempboxa >\hsize
#1: #2\par
  \else
\global \@minipagefalse
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
  \fi
  \vskip\belowcaptionskip}

#1 is what you don't want. If you never want it, then you can just 
replace "#1: #2" with "#2" and be done with it. If you want it in some 
cases but not others, that is more complicated.


Richard



Re: Removing figure numbers

2011-02-03 Thread Steve Litt
On Thursday 03 February 2011 09:27:31 Kristoffer Lawson wrote:

> I think you are missing the point: then I don't have any caption at all. I
>  guess I could always just insert some standard text and fiddle around with
>  the options and font options it until it looks like a caption, but that to
>  me seems like a very un-LyX-like way to do it?

You could just define a couple environments to house the graphic and the 
caption, or perhaps define an environment for the graphic, and that 
environment prints variable mycaption, and mycaption is set by a character 
style that doesn't print its content. I do this for my Warnings boxes.

I think the most LyXically correct way to do it is to use an environment with 
a label, but I'm not sure how those work.

HTH

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt