Re: framed paragraph

2000-04-05 Thread Herbert Voss

"[EMAIL PROTECTED]" wrote:
 fbox {
  \begin{Benumerate}
 ...
  \end{Benumerate}
 }
 
 the customisation guide helps me understands that i can create a laout
 the
 fbox (with Latextype commnand), or \begin...\end (with Latextype
 Environment)
 
 , but i dont know how to do it it both at the same type, ie a layout
 that would emit fbox { \begin{Benumerate} athe begining, and
 \end{Benumerate}
 } at the end?

try

 \fbox{\parbox{14cm}{  ...  any text with paragraphs ... }}

14cm is the width of the box, choose any value you like or

\fbox{\parbox{1.0\columnwidth}{ ... bl bla bla ...}} for the maximum.


Herbert

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




Re: subscripts alignment

2000-04-05 Thread Paolo M. Pumilia

From Tuukka Toivonen, Mon Apr 03, at 12:04:
 .On Wed, 29 Mar 2000, Paolo M. Pumilia wrote:
 . Difference in subscripts positions is evident. Maybe is due to my current 
 .Yes, I see what you mean.
 .As a first try you could try enabling "AMS-Math" from some menu, I think
 .it was in "Document Layout" popup. Worth a try, anyway. (Or disabling it
 .if it was enabled).

Thank you. Enabling "AMS-Math" did the trick.

Pol
-- 
 Paolo Pumilia
 email: [EMAIL PROTECTED]
 o o o cstc  o o o



LinuxPPC 2000

2000-04-05 Thread Matthieu Amiguet

Hello LyX-Users!

I'm trying to get Lyx running on a LinuxPPC 2000 installation, kernel
2.2.15pre3 (if this matters), but I can't manage (I'm not even sure I
could get xforms properly installed). Is anybody using Lyx on the same
system? if so, can you say me how to do it?
I'm a Linux beginner, and so I can't even guess precisely what isn't
working... I've got Lyx running well with LinuxPPC R4, but I can't do
the same things for the 2000 version.
When answering, please send me a copy, because I'm not reading the list.
Thank you for any help.

Matthieu

---

Matthieu Amiguet, doctorant
IIUN
Université de Neuchâtel (Switzerland)
[EMAIL PROTECTED]



Re: Q: 1) Bold greek 2) Newline after paragraph

2000-04-05 Thread Herbert Voss

[EMAIL PROTECTED] wrote:

 1) In math mode, I can get regular letters in bold - but not greek letters.
 Why/How?

have a look at (there is an example-file)

http://www.educat.hu-berlin.de/~voss/Informatik/LyXTips.html#bold_2


 2) Is there an easy way to get newline after paragraphs and subparagraphs?

\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\normalsize\bfseries}}

Herbert

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



Re: Fixing the Position of a Table

2000-04-05 Thread Herbert Voss

"Richard A. Bilonick" wrote:
 
 Hi. I need to place a table in a certain position in my document. Lyx wants
 to put all the tables at the end. I'm using the table float because I want
 the table numbering and caption. Is there any way to force the position?

layout-document-float placement-!htb

or choose float-package and than use option H

Herbert


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



Re: framed paragraph

2000-04-05 Thread Herbert Voss

"[EMAIL PROTECTED]" wrote:
 fbox {
  \begin{Benumerate}
 ...
  \end{Benumerate}
 }
 
 the customisation guide helps me understands that i can create a laout
 the
 fbox (with Latextype commnand), or \begin...\end (with Latextype
 Environment)
 
 , but i dont know how to do it it both at the same type, ie a layout
 that would emit fbox { \begin{Benumerate} athe begining, and
 \end{Benumerate}
 } at the end?

try

 \fbox{\parbox{14cm}{  ...  any text with paragraphs ... }}

14cm is the width of the box, choose any value you like or

\fbox{\parbox{1.0\columnwidth}{ ... bl bla bla ...}} for the maximum.


Herbert

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




Re: subscripts alignment

2000-04-05 Thread Paolo M. Pumilia

From Tuukka Toivonen, Mon Apr 03, at 12:04:
 .On Wed, 29 Mar 2000, Paolo M. Pumilia wrote:
 . Difference in subscripts positions is evident. Maybe is due to my current 
 .Yes, I see what you mean.
 .As a first try you could try enabling "AMS-Math" from some menu, I think
 .it was in "Document Layout" popup. Worth a try, anyway. (Or disabling it
 .if it was enabled).

Thank you. Enabling "AMS-Math" did the trick.

Pol
-- 
 Paolo Pumilia
 email: [EMAIL PROTECTED]
 o o o cstc  o o o



LinuxPPC 2000

2000-04-05 Thread Matthieu Amiguet

Hello LyX-Users!

I'm trying to get Lyx running on a LinuxPPC 2000 installation, kernel
2.2.15pre3 (if this matters), but I can't manage (I'm not even sure I
could get xforms properly installed). Is anybody using Lyx on the same
system? if so, can you say me how to do it?
I'm a Linux beginner, and so I can't even guess precisely what isn't
working... I've got Lyx running well with LinuxPPC R4, but I can't do
the same things for the 2000 version.
When answering, please send me a copy, because I'm not reading the list.
Thank you for any help.

Matthieu

---

Matthieu Amiguet, doctorant
IIUN
Université de Neuchâtel (Switzerland)
[EMAIL PROTECTED]



Re: Q: 1) Bold greek 2) Newline after paragraph

2000-04-05 Thread Herbert Voss

[EMAIL PROTECTED] wrote:

 1) In math mode, I can get regular letters in bold - but not greek letters.
 Why/How?

have a look at (there is an example-file)

http://www.educat.hu-berlin.de/~voss/Informatik/LyXTips.html#bold_2


 2) Is there an easy way to get newline after paragraphs and subparagraphs?

\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\normalsize\bfseries}}

Herbert

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



Re: Fixing the Position of a Table

2000-04-05 Thread Herbert Voss

"Richard A. Bilonick" wrote:
 
 Hi. I need to place a table in a certain position in my document. Lyx wants
 to put all the tables at the end. I'm using the table float because I want
 the table numbering and caption. Is there any way to force the position?

layout-document-float placement-!htb

or choose float-package and than use option H

Herbert


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



Re: framed paragraph

2000-04-05 Thread Herbert Voss

"[EMAIL PROTECTED]" wrote:
> fbox {
>  \begin{Benumerate}
> ...
>  \end{Benumerate}
> }
> 
> the customisation guide helps me understands that i can create a laout
> the
> fbox (with Latextype commnand), or \begin...\end (with Latextype
> Environment)
> 
> , but i dont know how to do it it both at the same type, ie a layout
> that would emit fbox { \begin{Benumerate} athe begining, and
> \end{Benumerate}
> } at the end?

try

 \fbox{\parbox{14cm}{  ...  any text with paragraphs ... }}

14cm is the width of the box, choose any value you like or

\fbox{\parbox{1.0\columnwidth}{ ... bl bla bla ...}} for the maximum.


Herbert

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




Re: subscripts alignment

2000-04-05 Thread Paolo M. Pumilia

>From Tuukka Toivonen, Mon Apr 03, at 12:04:
 .On Wed, 29 Mar 2000, Paolo M. Pumilia wrote:
 .> Difference in subscripts positions is evident. Maybe is due to my current 
 .Yes, I see what you mean.
 .As a first try you could try enabling "AMS-Math" from some menu, I think
 .it was in "Document Layout" popup. Worth a try, anyway. (Or disabling it
 .if it was enabled).

Thank you. Enabling "AMS-Math" did the trick.

Pol
-- 
 Paolo Pumilia
 email: [EMAIL PROTECTED]
 o o o cstc  o o o



LinuxPPC 2000

2000-04-05 Thread Matthieu Amiguet

Hello LyX-Users!

I'm trying to get Lyx running on a LinuxPPC 2000 installation, kernel
2.2.15pre3 (if this matters), but I can't manage (I'm not even sure I
could get xforms properly installed). Is anybody using Lyx on the same
system? if so, can you say me how to do it?
I'm a Linux beginner, and so I can't even guess precisely what isn't
working... I've got Lyx running well with LinuxPPC R4, but I can't do
the same things for the 2000 version.
When answering, please send me a copy, because I'm not reading the list.
Thank you for any help.

Matthieu

---

Matthieu Amiguet, doctorant
IIUN
Université de Neuchâtel (Switzerland)
[EMAIL PROTECTED]



Re: Q: 1) Bold greek 2) Newline after paragraph

2000-04-05 Thread Herbert Voss

[EMAIL PROTECTED] wrote:

> 1) In math mode, I can get regular letters in bold - but not greek letters.
> Why/How?

have a look at (there is an example-file)

http://www.educat.hu-berlin.de/~voss/Informatik/LyXTips.html#bold_2


> 2) Is there an easy way to get newline after paragraphs and subparagraphs?

\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-3.25ex\@plus -1ex \@minus -.2ex}%
{1.5ex \@plus .2ex}%
{\normalfont\normalsize\bfseries}}

Herbert

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



Re: Fixing the Position of a Table

2000-04-05 Thread Herbert Voss

"Richard A. Bilonick" wrote:
> 
> Hi. I need to place a table in a certain position in my document. Lyx wants
> to put all the tables at the end. I'm using the table float because I want
> the table numbering and caption. Is there any way to force the position?

layout->document->float placement->!htb

or choose float-package and than use option H

Herbert


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