Re: Changing Default Subfigure Reference in Text

2005-02-03 Thread Stephen Buonopane
  This means that when I enter the reference in the text like this 
(Figure
[cross-reference]) what I see in the compiled output is a reference 
like
this (Figure 11.5(b)). TeX added the letter within parentheses. I 
can't find
a way to turn that off so the typeset reference is like this (Figure 
11.5b).

Rich,
Did the subfigure references (e.g. (b)) appear automatically? Perhaps 
it is defined in svmono? I have always had to put in the a,b,c etc 
manually after the LyX cross-reference box.

Steve


Re: Changing Default Subfigure Reference in Text

2005-02-03 Thread Stephen Buonopane
  This means that when I enter the reference in the text like this 
(Figure
[cross-reference]) what I see in the compiled output is a reference 
like
this (Figure 11.5(b)). TeX added the letter within parentheses. I 
can't find
a way to turn that off so the typeset reference is like this (Figure 
11.5b).

Rich,
Did the subfigure references (e.g. (b)) appear automatically? Perhaps 
it is defined in svmono? I have always had to put in the a,b,c etc 
manually after the LyX cross-reference box.

Steve


Re: Changing Default Subfigure Reference in Text

2005-02-03 Thread Stephen Buonopane
  This means that when I enter the reference in the text like this 
(Figure
[cross-reference]) what I see in the compiled output is a reference 
like
this (Figure 11.5(b)). TeX added the letter within parentheses. I 
can't find
a way to turn that off so the typeset reference is like this (Figure 
11.5b).

Rich,
Did the subfigure references (e.g. (b)) appear automatically? Perhaps 
it is defined in "svmono"? I have always had to put in the a,b,c etc 
manually after the LyX cross-reference box.

Steve


Re: Changing Default Subfigure Reference in Text

2005-01-31 Thread Juergen Spitzmueller
Rich Shepard wrote:
 This means that when I enter the reference in the text like this (Figure
 [cross-reference]) what I see in the compiled output is a reference like
 this (Figure 11.5(b)). TeX added the letter within parentheses. I can't
 find a way to turn that off so the typeset reference is like this (Figure
 11.5b).

\renewcommand\thesubfigure{\thefigure\alph{subfigure}}

see the documentation of subfigure.sty

Jürgen


Re: Changing Default Subfigure Reference in Text

2005-01-31 Thread Rich Shepard
On Mon, 31 Jan 2005, Juergen Spitzmueller wrote:
\renewcommand\thesubfigure{\thefigure\alph{subfigure}}
see the documentation of subfigure.sty
Jürgen,
  Does the above go in the body of the text where the Figure is referenced,
or in the figure float itself? I looked at subfigure.sty but did not see an
answer.
  When I put it after the citation (Figure [ERT] ... the dvi output shows
(Figure 11.511.5a. Trial-and-error is not getting me the right location.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Changing Default Subfigure Reference in Text

2005-01-31 Thread Juergen Spitzmueller
Rich Shepard wrote:
  \renewcommand\thesubfigure{\thefigure\alph{subfigure}}
  see the documentation of subfigure.sty

 Jürgen,

    Does the above go in the body of the text where the Figure is
 referenced, or in the figure float itself? I looked at subfigure.sty but
 did not see an answer.

Preamble. But looking at the subfigure doc myself (sec. 4.2), I see that you 
should use something like

% the subfigure string (style 1a)
\renewcommand\thesubfigure{\thefigure\alph{subfigure}}

% This is the label of the subfigure caption (style a: caption):
[EMAIL PROTECTED]:\space}

% Additional text for the reference, deleted.
[EMAIL PROTECTED]

You can tweak this as you like.

Jürgen




Re: Changing Default Subfigure Reference in Text

2005-01-31 Thread Juergen Spitzmueller
Rich Shepard wrote:
 This means that when I enter the reference in the text like this (Figure
 [cross-reference]) what I see in the compiled output is a reference like
 this (Figure 11.5(b)). TeX added the letter within parentheses. I can't
 find a way to turn that off so the typeset reference is like this (Figure
 11.5b).

\renewcommand\thesubfigure{\thefigure\alph{subfigure}}

see the documentation of subfigure.sty

Jürgen


Re: Changing Default Subfigure Reference in Text

2005-01-31 Thread Rich Shepard
On Mon, 31 Jan 2005, Juergen Spitzmueller wrote:
\renewcommand\thesubfigure{\thefigure\alph{subfigure}}
see the documentation of subfigure.sty
Jürgen,
  Does the above go in the body of the text where the Figure is referenced,
or in the figure float itself? I looked at subfigure.sty but did not see an
answer.
  When I put it after the citation (Figure [ERT] ... the dvi output shows
(Figure 11.511.5a. Trial-and-error is not getting me the right location.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com   Voice: 503-667-4517   Fax: 503-667-8863

Re: Changing Default Subfigure Reference in Text

2005-01-31 Thread Juergen Spitzmueller
Rich Shepard wrote:
  \renewcommand\thesubfigure{\thefigure\alph{subfigure}}
  see the documentation of subfigure.sty

 Jürgen,

    Does the above go in the body of the text where the Figure is
 referenced, or in the figure float itself? I looked at subfigure.sty but
 did not see an answer.

Preamble. But looking at the subfigure doc myself (sec. 4.2), I see that you 
should use something like

% the subfigure string (style 1a)
\renewcommand\thesubfigure{\thefigure\alph{subfigure}}

% This is the label of the subfigure caption (style a: caption):
[EMAIL PROTECTED]:\space}

% Additional text for the reference, deleted.
[EMAIL PROTECTED]

You can tweak this as you like.

Jürgen




Re: Changing Default Subfigure Reference in Text

2005-01-31 Thread Juergen Spitzmueller
Rich Shepard wrote:
> This means that when I enter the reference in the text like this (Figure
> [cross-reference]) what I see in the compiled output is a reference like
> this (Figure 11.5(b)). TeX added the letter within parentheses. I can't
> find a way to turn that off so the typeset reference is like this (Figure
> 11.5b).

\renewcommand\thesubfigure{\thefigure\alph{subfigure}}

see the documentation of subfigure.sty

Jürgen


Re: Changing Default Subfigure Reference in Text

2005-01-31 Thread Rich Shepard
On Mon, 31 Jan 2005, Juergen Spitzmueller wrote:
\renewcommand\thesubfigure{\thefigure\alph{subfigure}}
see the documentation of subfigure.sty
Jürgen,
  Does the above go in the body of the text where the Figure is referenced,
or in the figure float itself? I looked at subfigure.sty but did not see an
answer.
  When I put it after the citation (Figure [ERT] ... the dvi output shows
(Figure 11.511.5a. Trial-and-error is not getting me the right location.
Thanks,
Rich
--
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
   Voice: 503-667-4517   Fax: 503-667-8863

Re: Changing Default Subfigure Reference in Text

2005-01-31 Thread Juergen Spitzmueller
Rich Shepard wrote:
> > \renewcommand\thesubfigure{\thefigure\alph{subfigure}}
> > see the documentation of subfigure.sty
>
> Jürgen,
>
>    Does the above go in the body of the text where the Figure is
> referenced, or in the figure float itself? I looked at subfigure.sty but
> did not see an answer.

Preamble. But looking at the subfigure doc myself (sec. 4.2), I see that you 
should use something like

% the subfigure string (style "1a")
\renewcommand\thesubfigure{\thefigure\alph{subfigure}}

% This is the label of the subfigure caption (style "a: "):
[EMAIL PROTECTED]:\space}

% Additional text for the reference, deleted.
[EMAIL PROTECTED]

You can tweak this as you like.

Jürgen