Re: figure floats with text besides the picture

2001-01-05 Thread Wolfgang Kilian

Hello,
 thanks very much for your excellent help. I don't know why I am not 
able to do the [hb] by typing within the float (it always appears as text 
also I changed to Tex-mode). But nevertheless it works by coppying your 
exmple within Lyx.

I now have problems with the ispell for a german text. It seems that it 
does not work with the umlaute. Is there a workaround?

So thanks again
Wolfgang






Re: figure floats with text besides the picture

2001-01-05 Thread Herbert Voss

Wolfgang Kilian wrote:
 
 Hello,
  thanks very much for your excellent help. I don't know why I am not
 able to do the [hb] by typing within the float (it always appears as text
 also I changed to Tex-mode). But nevertheless it works by coppying your
 exmple within Lyx.

leave the field in layout-document-float placement  blank
and write at the very first line INSIDE the
float in tex (red) for example [!htb].

 I now have problems with the ispell for a german text. It seems that it
 does not work with the umlaute. Is there a workaround?

use input encoding in the spellcheckers preferences.

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Re: figure floats with text besides the picture

2001-01-05 Thread Wolfgang Kilian

Hello,
 thanks very much for your excellent help. I don't know why I am not 
able to do the [hb] by typing within the float (it always appears as text 
also I changed to Tex-mode). But nevertheless it works by coppying your 
exmple within Lyx.

I now have problems with the ispell for a german text. It seems that it 
does not work with the umlaute. Is there a workaround?

So thanks again
Wolfgang






Re: figure floats with text besides the picture

2001-01-05 Thread Herbert Voss

Wolfgang Kilian wrote:
 
 Hello,
  thanks very much for your excellent help. I don't know why I am not
 able to do the [hb] by typing within the float (it always appears as text
 also I changed to Tex-mode). But nevertheless it works by coppying your
 exmple within Lyx.

leave the field in layout-document-float placement  blank
and write at the very first line INSIDE the
float in tex (red) for example [!htb].

 I now have problems with the ispell for a german text. It seems that it
 does not work with the umlaute. Is there a workaround?

use input encoding in the spellcheckers preferences.

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Re: figure floats with text besides the picture

2001-01-05 Thread Wolfgang Kilian

Hello,
 thanks very much for your excellent help. I don't know why I am not 
able to do the [hb] by typing within the float (it always appears as text 
also I changed to Tex-mode). But nevertheless it works by coppying your 
exmple within Lyx.

I now have problems with the ispell for a german text. It seems that it 
does not work with the umlaute. Is there a workaround?

So thanks again
Wolfgang






Re: figure floats with text besides the picture

2001-01-05 Thread Herbert Voss

Wolfgang Kilian wrote:
> 
> Hello,
>  thanks very much for your excellent help. I don't know why I am not
> able to do the [hb] by typing within the float (it always appears as text
> also I changed to Tex-mode). But nevertheless it works by coppying your
> exmple within Lyx.

leave the field in layout->document->float placement  blank
and write at the very first line INSIDE the
float in tex (red) for example [!htb].

> I now have problems with the ispell for a german text. It seems that it
> does not work with the umlaute. Is there a workaround?

use input encoding in the spellcheckers preferences.

Herbert


-- 
[EMAIL PROTECTED]
http://perce.de/lyx/




Re: figure floats with text besides the picture

2001-01-04 Thread Dekel Tsur

On Thu, Jan 04, 2001 at 11:21:10PM +0200, Dekel Tsur wrote:
 Alternatively, you can use the following hack:
 Insert the following lines to your .layout file

 Style Caption
 ...

An alternative to the above is to put the following in the layout file:

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



Re: figure floats with text besides the picture

2001-01-04 Thread Dekel Tsur

On Thu, Jan 04, 2001 at 11:21:10PM +0200, Dekel Tsur wrote:
 Alternatively, you can use the following hack:
 Insert the following lines to your .layout file

 Style Caption
 ...

An alternative to the above is to put the following in the layout file:

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



Re: figure floats with text besides the picture

2001-01-04 Thread Dekel Tsur

On Thu, Jan 04, 2001 at 11:21:10PM +0200, Dekel Tsur wrote:
> Alternatively, you can use the following hack:
> Insert the following lines to your .layout file
>
> Style Caption
> ...

An alternative to the above is to put the following in the layout file:

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