Re: Chapter and Headers?

2000-11-22 Thread Herbert Voss

Mohammad Reza Danesh wrote:
 
 I used the following preamble in my book class document to add the
 bibliography section to my TOC, and LyX returned the following error:
 
 "Tex capacity exceeded, sorry [input stack size=300].
 \begin{thebibliography}{10}

i suppose that there's a recursion, but anyway, try the following:

 \renewenvironment{thebibliography}[1]
  {\chapter{\bibname

   %   \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}
   }%

   \list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
 \leftmargin\labelwidth


change only the above two lines. it works for me.

Herbert

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





Re: German localisation!

2000-11-22 Thread Andre Berger

Andreas Gehlert [EMAIL PROTECTED] writes:

 Hi
 
 The same happens to me. I use Solaris 2.7 together with CDE. I can use
 German menu bindings but the rest appears in English. I can't provide any
 solution either.
 
 Andreas

for bash: 

export LANG=de_DE
export LC_ALL=de_DE
export LC_CTYPE=iso_8859_1
export LC_MESSAGES=de_DE

-- 
Andre Berger [EMAIL PROTECTED] from Bonn, Germany



Re: Chapter and Headers?

2000-11-22 Thread Andre Berger

Herbert Voss [EMAIL PROTECTED] writes:

 Mohammad Reza Danesh wrote:
  
  I used the following preamble in my book class document to add the
  bibliography section to my TOC, and LyX returned the following error:
  
  "Tex capacity exceeded, sorry [input stack size=300].
  \begin{thebibliography}{10}
 
 i suppose that there's a recursion, but anyway, try the following:

This is also my guess.

[snip]

Make sure you don't use 8bit characters (ÄäÖöÜüß) and the like in your
labels!

Andre



German localisation

2000-11-22 Thread chris

Hi!

After switching from SuSE6.2 to 7.0 and KDE2 my LyX doesn't want to speak to
me in German even after setting de_DE.88591 and using my old .lyxrc.
Anyone who can help?

Regards,
Chris





German localisation!

2000-11-22 Thread Andreas Gehlert

Hi

The same happens to me. I use Solaris 2.7 together with CDE. I can use
German menu bindings but the rest appears in English. I can't provide any
solution either.

Andreas





Re: Chapter and Headers?

2000-11-22 Thread Herbert Voss

Mohammad Reza Danesh wrote:
 
 I used the following preamble in my book class document to add the
 bibliography section to my TOC, and LyX returned the following error:
 
 "Tex capacity exceeded, sorry [input stack size=300].
 \begin{thebibliography}{10}

i suppose that there's a recursion, but anyway, try the following:

 \renewenvironment{thebibliography}[1]
  {\chapter{\bibname

   %   \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}
   }%

   \list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
 \leftmargin\labelwidth


change only the above two lines. it works for me.

Herbert

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





Re: German localisation!

2000-11-22 Thread Andre Berger

Andreas Gehlert [EMAIL PROTECTED] writes:

 Hi
 
 The same happens to me. I use Solaris 2.7 together with CDE. I can use
 German menu bindings but the rest appears in English. I can't provide any
 solution either.
 
 Andreas

for bash: 

export LANG=de_DE
export LC_ALL=de_DE
export LC_CTYPE=iso_8859_1
export LC_MESSAGES=de_DE

-- 
Andre Berger [EMAIL PROTECTED] from Bonn, Germany



Re: Chapter and Headers?

2000-11-22 Thread Andre Berger

Herbert Voss [EMAIL PROTECTED] writes:

 Mohammad Reza Danesh wrote:
  
  I used the following preamble in my book class document to add the
  bibliography section to my TOC, and LyX returned the following error:
  
  "Tex capacity exceeded, sorry [input stack size=300].
  \begin{thebibliography}{10}
 
 i suppose that there's a recursion, but anyway, try the following:

This is also my guess.

[snip]

Make sure you don't use 8bit characters (ÄäÖöÜüß) and the like in your
labels!

Andre



German localisation

2000-11-22 Thread chris

Hi!

After switching from SuSE6.2 to 7.0 and KDE2 my LyX doesn't want to speak to
me in German even after setting de_DE.88591 and using my old .lyxrc.
Anyone who can help?

Regards,
Chris





German localisation!

2000-11-22 Thread Andreas Gehlert

Hi

The same happens to me. I use Solaris 2.7 together with CDE. I can use
German menu bindings but the rest appears in English. I can't provide any
solution either.

Andreas





Re: Chapter and Headers?

2000-11-22 Thread Herbert Voss

Mohammad Reza Danesh wrote:
> 
> I used the following preamble in my book class document to add the
> bibliography section to my TOC, and LyX returned the following error:
> 
> "Tex capacity exceeded, sorry [input stack size=300].
> \begin{thebibliography}{10}

i suppose that there's a recursion, but anyway, try the following:

> \renewenvironment{thebibliography}[1]
>  {\chapter{\bibname

   %   \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}
   }%

>   \list{\@biblabel{\@arabic\c@enumiv}}%
>{\settowidth\labelwidth{\@biblabel{#1}}%
> \leftmargin\labelwidth


change only the above two lines. it works for me.

Herbert

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





Re: German localisation!

2000-11-22 Thread Andre Berger

Andreas Gehlert <[EMAIL PROTECTED]> writes:

> Hi
> 
> The same happens to me. I use Solaris 2.7 together with CDE. I can use
> German menu bindings but the rest appears in English. I can't provide any
> solution either.
> 
> Andreas

for bash: 

export LANG=de_DE
export LC_ALL=de_DE
export LC_CTYPE=iso_8859_1
export LC_MESSAGES=de_DE

-- 
Andre Berger <[EMAIL PROTECTED]> from Bonn, Germany



Re: Chapter and Headers?

2000-11-22 Thread Andre Berger

Herbert Voss <[EMAIL PROTECTED]> writes:

> Mohammad Reza Danesh wrote:
> > 
> > I used the following preamble in my book class document to add the
> > bibliography section to my TOC, and LyX returned the following error:
> > 
> > "Tex capacity exceeded, sorry [input stack size=300].
> > \begin{thebibliography}{10}
> 
> i suppose that there's a recursion, but anyway, try the following:

This is also my guess.

[snip]

Make sure you don't use 8bit characters (ÄäÖöÜüß) and the like in your
labels!

Andre



German localisation

2000-11-22 Thread chris

Hi!

After switching from SuSE6.2 to 7.0 and KDE2 my LyX doesn't want to speak to
me in German even after setting de_DE.88591 and using my old .lyxrc.
Anyone who can help?

Regards,
Chris





German localisation!

2000-11-22 Thread Andreas Gehlert

Hi

The same happens to me. I use Solaris 2.7 together with CDE. I can use
German menu bindings but the rest appears in English. I can't provide any
solution either.

Andreas