Re: German umlauts in math equations, again...

1999-08-20 Thread Jean-Pierre.Chretien


 Date: Fri, 20 Aug 1999 09:21:27 +0200
 From: Frank Mahler [EMAIL PROTECTED]
 To: LyX mailinglist [EMAIL PROTECTED]
 Subject: German umlauts in math equations, again...
 
 Hi there!
 
 I just made an upgrade to Suse-6.2 and am finally able to enter german
 umlauts in math-text-mode.
 
 Unfortunately when I save and then re-load the document again, all
 umlauts are gone!
 

How are umlauts encoded in math text mode?
Here in the LyX file for ä
\begin_inset Formula \( \ddot{\textrm{a}} \)
\end_inset 

In the meantime, I reminded that I explicitly reprogrammed
the bindings to get the umlaut in math mode (initially I needed
the umlaut in math mode as a shortcut for second order derivative w.r.t.
time, which is \ddot{} in LaTeX). 

So I added in the math.bind file:
\bind "M-m S-quotedbl"  "math-insert ddot"

AFAIR, Jean-Marc recommended rather:
\bind "M-m ~S-quotedbl" "accent-umlaut"
which is present in the standard math binding of 1.0.3 and 1.0.4

Both bindings produce the LyX code above, which gives back the umlauts
when you relead the file.


Regards

-- 
Jean-Pierre




Re: First Line Indentation

1999-08-20 Thread Jean-Pierre.Chretien


 Date: Thu, 19 Aug 1999 21:26:15 -0700
 From: "Michael D. Mann" [EMAIL PROTECTED]
 To: Herbert [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED]
 Subject: Re: First Line Indentation
 
 Herbert,
 
 Thanks for your response, but that didn't work. The "indent" radiobutton was
 already selected. No matter which one I select, I get the exact same output.
 
 Is there something special I need to do to "define" a paragraph?
 
 Michael

There is a problem if replacing « indent » by « skip » does not change
anything in the dvi. What document class are you using ?
Does it change the LyX window appearance ?

The package name mentioned must be indentfirst (p.28 of the Companion).

Regards

-- 
Jean-Pierre



Re: german sharp s in formula

1999-08-20 Thread Jean-Pierre.Chretien


 From: Reinhard Borek [EMAIL PROTECTED]
 To: Lyx-User [EMAIL PROTECTED]
 Subject: german sharp s in formula
 Date: Fri, 20 Aug 1999 14:38:40 +0200
 
 Hi,
 how I can put a german sharp s in text-mode in a formula?
 

The mbox trick must work in that case, encoding the sharp s with \ss
This does not work in math text mode because the \ keystroke shifts back
in TeX mode.

-- 
Jean-Pierre



Re: German umlauts in math equations, again...

1999-08-20 Thread Jean-Pierre.Chretien


 Date: Fri, 20 Aug 1999 09:21:27 +0200
 From: Frank Mahler [EMAIL PROTECTED]
 To: LyX mailinglist [EMAIL PROTECTED]
 Subject: German umlauts in math equations, again...
 
 Hi there!
 
 I just made an upgrade to Suse-6.2 and am finally able to enter german
 umlauts in math-text-mode.
 
 Unfortunately when I save and then re-load the document again, all
 umlauts are gone!
 

How are umlauts encoded in math text mode?
Here in the LyX file for ä
\begin_inset Formula \( \ddot{\textrm{a}} \)
\end_inset 

In the meantime, I reminded that I explicitly reprogrammed
the bindings to get the umlaut in math mode (initially I needed
the umlaut in math mode as a shortcut for second order derivative w.r.t.
time, which is \ddot{} in LaTeX). 

So I added in the math.bind file:
\bind "M-m S-quotedbl"  "math-insert ddot"

AFAIR, Jean-Marc recommended rather:
\bind "M-m ~S-quotedbl" "accent-umlaut"
which is present in the standard math binding of 1.0.3 and 1.0.4

Both bindings produce the LyX code above, which gives back the umlauts
when you relead the file.


Regards

-- 
Jean-Pierre




Re: First Line Indentation

1999-08-20 Thread Jean-Pierre.Chretien


 Date: Thu, 19 Aug 1999 21:26:15 -0700
 From: "Michael D. Mann" [EMAIL PROTECTED]
 To: Herbert [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED]
 Subject: Re: First Line Indentation
 
 Herbert,
 
 Thanks for your response, but that didn't work. The "indent" radiobutton was
 already selected. No matter which one I select, I get the exact same output.
 
 Is there something special I need to do to "define" a paragraph?
 
 Michael

There is a problem if replacing « indent » by « skip » does not change
anything in the dvi. What document class are you using ?
Does it change the LyX window appearance ?

The package name mentioned must be indentfirst (p.28 of the Companion).

Regards

-- 
Jean-Pierre



Re: german sharp s in formula

1999-08-20 Thread Jean-Pierre.Chretien


 From: Reinhard Borek [EMAIL PROTECTED]
 To: Lyx-User [EMAIL PROTECTED]
 Subject: german sharp s in formula
 Date: Fri, 20 Aug 1999 14:38:40 +0200
 
 Hi,
 how I can put a german sharp s in text-mode in a formula?
 

The mbox trick must work in that case, encoding the sharp s with \ss
This does not work in math text mode because the \ keystroke shifts back
in TeX mode.

-- 
Jean-Pierre



Re: German umlauts in math equations, again...

1999-08-20 Thread Jean-Pierre.Chretien


>> Date: Fri, 20 Aug 1999 09:21:27 +0200
>> From: Frank Mahler <[EMAIL PROTECTED]>
>> To: LyX mailinglist <[EMAIL PROTECTED]>
>> Subject: German umlauts in math equations, again...
>> 
>> Hi there!
>> 
>> I just made an upgrade to Suse-6.2 and am finally able to enter german
>> umlauts in math-text-mode.
>> 
>> Unfortunately when I save and then re-load the document again, all
>> umlauts are gone!
>> 

How are umlauts encoded in math text mode?
Here in the LyX file for ä
\begin_inset Formula \( \ddot{\textrm{a}} \)
\end_inset 

In the meantime, I reminded that I explicitly reprogrammed
the bindings to get the umlaut in math mode (initially I needed
the umlaut in math mode as a shortcut for second order derivative w.r.t.
time, which is \ddot{} in LaTeX). 

So I added in the math.bind file:
\bind "M-m S-quotedbl"  "math-insert ddot"

AFAIR, Jean-Marc recommended rather:
\bind "M-m ~S-quotedbl" "accent-umlaut"
which is present in the standard math binding of 1.0.3 and 1.0.4

Both bindings produce the LyX code above, which gives back the umlauts
when you relead the file.


Regards

-- 
Jean-Pierre




Re: First Line Indentation

1999-08-20 Thread Jean-Pierre.Chretien


>> Date: Thu, 19 Aug 1999 21:26:15 -0700
>> From: "Michael D. Mann" <[EMAIL PROTECTED]>
>> To: Herbert <[EMAIL PROTECTED]>
>> CC: [EMAIL PROTECTED]
>> Subject: Re: First Line Indentation
>> 
>> Herbert,
>> 
>> Thanks for your response, but that didn't work. The "indent" radiobutton was
>> already selected. No matter which one I select, I get the exact same output.
>> 
>> Is there something special I need to do to "define" a paragraph?
>> 
>> Michael

There is a problem if replacing « indent » by « skip » does not change
anything in the dvi. What document class are you using ?
Does it change the LyX window appearance ?

The package name mentioned must be indentfirst (p.28 of the Companion).

Regards

-- 
Jean-Pierre



Re: german sharp s in formula

1999-08-20 Thread Jean-Pierre.Chretien


>> From: Reinhard Borek <[EMAIL PROTECTED]>
>> To: Lyx-User <[EMAIL PROTECTED]>
>> Subject: german sharp s in formula
>> Date: Fri, 20 Aug 1999 14:38:40 +0200
>> 
>> Hi,
>> how I can put a german sharp s in text-mode in a formula?
>> 

The mbox trick must work in that case, encoding the sharp s with \ss
This does not work in math text mode because the \ keystroke shifts back
in TeX mode.

-- 
Jean-Pierre