Re: Bug in latex code

2001-04-25 Thread Dekel Tsur

On Tue, Apr 24, 2001 at 04:54:01PM +0200, Nagy Erno wrote:
 Hello!
 
 If I set the language to hungarian (magyar) the lyx generate code like
 this
 \documentclass[a4paper,magyar]{article}
 \usepackage[latin2]{inputenc}
 \usepackage{babel}
 
 istead of
 
 \documentclass[a4paper,magyar]{article}
 \usepackage[latin2]{inputenc}
 \usepackage[magyar]{babel}
 \usepackage[T1]{fontenc}

This is not a bug: when you put 'magyar' as an optional argument to 
\documentclass, it is passed to all packages, so \usepackage{babel} and
\usepackage[magyar]{babel} are equivalent.




Re: Bug in latex code

2001-04-25 Thread Dekel Tsur

On Wed, Apr 25, 2001 at 01:59:26PM +0200, Nagy Erno wrote:
  On Tue, Apr 24, 2001 at 04:54:01PM +0200, Nagy Erno wrote:
   If I set the language to hungarian (magyar) the lyx generate code like
   this
   \documentclass[a4paper,magyar]{article}
   \usepackage[latin2]{inputenc}
   \usepackage{babel}
   
   istead of
   
   \documentclass[a4paper,magyar]{article}
   \usepackage[latin2]{inputenc}
   \usepackage[magyar]{babel}
   \usepackage[T1]{fontenc}
 
 It may be, but the missing \usepackage[T1]{fontenc} line is bug,
 because the division of words will be wrong. Unfortunatly I can't try
 it with the leatest lyx (I use it from debian package). Please sombody
 (who has the current version) try it.

Do you get the 'usepackage[T1]{fontenc}' when using 'default' language ?
If not, add '\font_encoding T1' to ~/.lyx/lyxrc



Re: Bug in latex code

2001-04-25 Thread Nagy Erno

On Wed, 25 Apr 2001, Dekel Tsur wrote:
 On Tue, Apr 24, 2001 at 04:54:01PM +0200, Nagy Erno wrote:
  If I set the language to hungarian (magyar) the lyx generate code like
  this
  \documentclass[a4paper,magyar]{article}
  \usepackage[latin2]{inputenc}
  \usepackage{babel}
  
  istead of
  
  \documentclass[a4paper,magyar]{article}
  \usepackage[latin2]{inputenc}
  \usepackage[magyar]{babel}
  \usepackage[T1]{fontenc}
 This is not a bug: when you put 'magyar' as an optional argument to 
 \documentclass, it is passed to all packages, so \usepackage{babel} and
 \usepackage[magyar]{babel} are equivalent.

It may be, but the missing \usepackage[T1]{fontenc} line is bug,
because the division of words will be wrong. Unfortunatly I can't try
it with the leatest lyx (I use it from debian package). Please sombody
(who has the current version) try it.

Thanks,
Ned




Re: Bug in latex code

2001-04-25 Thread Nagy Erno

  It may be, but the missing \usepackage[T1]{fontenc} line is bug,
  because the division of words will be wrong. Unfortunatly I can't try
  it with the leatest lyx (I use it from debian package). Please sombody
  (who has the current version) try it.
 Do you get the 'usepackage[T1]{fontenc}' when using 'default' language ?
 If not, add '\font_encoding T1' to ~/.lyx/lyxrc

Well, it's work with this setting. It's ok. But I think it would be
better if it will be get into next release, because there are a lots of
people who hasn't knowledge and time to fix it. I don't know if it
needed in any else languege, but in hungarian is.

Thanks,
   Ned




Re: Bug in latex code

2001-04-25 Thread Matej Cepl

On steda 25 duben 2001  8:42 you wrote:

  It may be, but the missing "\usepackage[T1]{fontenc}" line
  is bug, because the division of words will be wrong.
  Unfortunatly I can't try it with the leatest lyx (I use it
  from debian package). Please sombody (who has the current
  version) try it.

 Do you get the 'usepackage[T1]{fontenc}' when using 'default'
 language ? If not, add '\font_encoding T1' to ~/.lyx/lyxrc

On the same tune: I am using 1.1.6fix1 and trying my beloved ae 
package (I really like the Computer Modern fonts). However, I am 
not able to get PS (via dvips) with Type1 fonts (at least, that 
is what I get with PDF (via PS)  option), but it is perfectly OK 
with PDFLaTeX. I guess, there is some config of dvips, which I 
should set up. Where is it (having fresh tetex from RedHat 7.0), 
please?

Thanx

Matej Cepl



Re: Bug in latex code

2001-04-25 Thread Dekel Tsur

On Tue, Apr 24, 2001 at 04:54:01PM +0200, Nagy Erno wrote:
 Hello!
 
 If I set the language to hungarian (magyar) the lyx generate code like
 this
 \documentclass[a4paper,magyar]{article}
 \usepackage[latin2]{inputenc}
 \usepackage{babel}
 
 istead of
 
 \documentclass[a4paper,magyar]{article}
 \usepackage[latin2]{inputenc}
 \usepackage[magyar]{babel}
 \usepackage[T1]{fontenc}

This is not a bug: when you put 'magyar' as an optional argument to 
\documentclass, it is passed to all packages, so \usepackage{babel} and
\usepackage[magyar]{babel} are equivalent.




Re: Bug in latex code

2001-04-25 Thread Dekel Tsur

On Wed, Apr 25, 2001 at 01:59:26PM +0200, Nagy Erno wrote:
  On Tue, Apr 24, 2001 at 04:54:01PM +0200, Nagy Erno wrote:
   If I set the language to hungarian (magyar) the lyx generate code like
   this
   \documentclass[a4paper,magyar]{article}
   \usepackage[latin2]{inputenc}
   \usepackage{babel}
   
   istead of
   
   \documentclass[a4paper,magyar]{article}
   \usepackage[latin2]{inputenc}
   \usepackage[magyar]{babel}
   \usepackage[T1]{fontenc}
 
 It may be, but the missing \usepackage[T1]{fontenc} line is bug,
 because the division of words will be wrong. Unfortunatly I can't try
 it with the leatest lyx (I use it from debian package). Please sombody
 (who has the current version) try it.

Do you get the 'usepackage[T1]{fontenc}' when using 'default' language ?
If not, add '\font_encoding T1' to ~/.lyx/lyxrc



Re: Bug in latex code

2001-04-25 Thread Nagy Erno

On Wed, 25 Apr 2001, Dekel Tsur wrote:
 On Tue, Apr 24, 2001 at 04:54:01PM +0200, Nagy Erno wrote:
  If I set the language to hungarian (magyar) the lyx generate code like
  this
  \documentclass[a4paper,magyar]{article}
  \usepackage[latin2]{inputenc}
  \usepackage{babel}
  
  istead of
  
  \documentclass[a4paper,magyar]{article}
  \usepackage[latin2]{inputenc}
  \usepackage[magyar]{babel}
  \usepackage[T1]{fontenc}
 This is not a bug: when you put 'magyar' as an optional argument to 
 \documentclass, it is passed to all packages, so \usepackage{babel} and
 \usepackage[magyar]{babel} are equivalent.

It may be, but the missing \usepackage[T1]{fontenc} line is bug,
because the division of words will be wrong. Unfortunatly I can't try
it with the leatest lyx (I use it from debian package). Please sombody
(who has the current version) try it.

Thanks,
Ned




Re: Bug in latex code

2001-04-25 Thread Nagy Erno

  It may be, but the missing \usepackage[T1]{fontenc} line is bug,
  because the division of words will be wrong. Unfortunatly I can't try
  it with the leatest lyx (I use it from debian package). Please sombody
  (who has the current version) try it.
 Do you get the 'usepackage[T1]{fontenc}' when using 'default' language ?
 If not, add '\font_encoding T1' to ~/.lyx/lyxrc

Well, it's work with this setting. It's ok. But I think it would be
better if it will be get into next release, because there are a lots of
people who hasn't knowledge and time to fix it. I don't know if it
needed in any else languege, but in hungarian is.

Thanks,
   Ned




Re: Bug in latex code

2001-04-25 Thread Matej Cepl

On steda 25 duben 2001  8:42 you wrote:

  It may be, but the missing "\usepackage[T1]{fontenc}" line
  is bug, because the division of words will be wrong.
  Unfortunatly I can't try it with the leatest lyx (I use it
  from debian package). Please sombody (who has the current
  version) try it.

 Do you get the 'usepackage[T1]{fontenc}' when using 'default'
 language ? If not, add '\font_encoding T1' to ~/.lyx/lyxrc

On the same tune: I am using 1.1.6fix1 and trying my beloved ae 
package (I really like the Computer Modern fonts). However, I am 
not able to get PS (via dvips) with Type1 fonts (at least, that 
is what I get with PDF (via PS)  option), but it is perfectly OK 
with PDFLaTeX. I guess, there is some config of dvips, which I 
should set up. Where is it (having fresh tetex from RedHat 7.0), 
please?

Thanx

Matej Cepl



Re: Bug in latex code

2001-04-25 Thread Dekel Tsur

On Tue, Apr 24, 2001 at 04:54:01PM +0200, Nagy Erno wrote:
> Hello!
> 
> If I set the language to hungarian (magyar) the lyx generate code like
> this
> \documentclass[a4paper,magyar]{article}
> \usepackage[latin2]{inputenc}
> \usepackage{babel}
> 
> istead of
> 
> \documentclass[a4paper,magyar]{article}
> \usepackage[latin2]{inputenc}
> \usepackage[magyar]{babel}
> \usepackage[T1]{fontenc}

This is not a bug: when you put 'magyar' as an optional argument to 
\documentclass, it is passed to all packages, so \usepackage{babel} and
\usepackage[magyar]{babel} are equivalent.




Re: Bug in latex code

2001-04-25 Thread Dekel Tsur

On Wed, Apr 25, 2001 at 01:59:26PM +0200, Nagy Erno wrote:
> > On Tue, Apr 24, 2001 at 04:54:01PM +0200, Nagy Erno wrote:
> > > If I set the language to hungarian (magyar) the lyx generate code like
> > > this
> > > \documentclass[a4paper,magyar]{article}
> > > \usepackage[latin2]{inputenc}
> > > \usepackage{babel}
> > > 
> > > istead of
> > > 
> > > \documentclass[a4paper,magyar]{article}
> > > \usepackage[latin2]{inputenc}
> > > \usepackage[magyar]{babel}
> > > \usepackage[T1]{fontenc}
> 
> It may be, but the missing "\usepackage[T1]{fontenc}" line is bug,
> because the division of words will be wrong. Unfortunatly I can't try
> it with the leatest lyx (I use it from debian package). Please sombody
> (who has the current version) try it.

Do you get the 'usepackage[T1]{fontenc}' when using 'default' language ?
If not, add '\font_encoding T1' to ~/.lyx/lyxrc



Re: Bug in latex code

2001-04-25 Thread Nagy Erno

On Wed, 25 Apr 2001, Dekel Tsur wrote:
> On Tue, Apr 24, 2001 at 04:54:01PM +0200, Nagy Erno wrote:
> > If I set the language to hungarian (magyar) the lyx generate code like
> > this
> > \documentclass[a4paper,magyar]{article}
> > \usepackage[latin2]{inputenc}
> > \usepackage{babel}
> > 
> > istead of
> > 
> > \documentclass[a4paper,magyar]{article}
> > \usepackage[latin2]{inputenc}
> > \usepackage[magyar]{babel}
> > \usepackage[T1]{fontenc}
> This is not a bug: when you put 'magyar' as an optional argument to 
> \documentclass, it is passed to all packages, so \usepackage{babel} and
> \usepackage[magyar]{babel} are equivalent.

It may be, but the missing "\usepackage[T1]{fontenc}" line is bug,
because the division of words will be wrong. Unfortunatly I can't try
it with the leatest lyx (I use it from debian package). Please sombody
(who has the current version) try it.

Thanks,
Ned




Re: Bug in latex code

2001-04-25 Thread Nagy Erno

> > It may be, but the missing "\usepackage[T1]{fontenc}" line is bug,
> > because the division of words will be wrong. Unfortunatly I can't try
> > it with the leatest lyx (I use it from debian package). Please sombody
> > (who has the current version) try it.
> Do you get the 'usepackage[T1]{fontenc}' when using 'default' language ?
> If not, add '\font_encoding T1' to ~/.lyx/lyxrc

Well, it's work with this setting. It's ok. But I think it would be
better if it will be get into next release, because there are a lots of
people who hasn't knowledge and time to fix it. I don't know if it
needed in any else languege, but in hungarian is.

Thanks,
   Ned




Re: Bug in latex code

2001-04-25 Thread Matej Cepl

On steda 25 duben 2001  8:42 you wrote:

> > It may be, but the missing "\usepackage[T1]{fontenc}" line
> > is bug, because the division of words will be wrong.
> > Unfortunatly I can't try it with the leatest lyx (I use it
> > from debian package). Please sombody (who has the current
> > version) try it.
>
> Do you get the 'usepackage[T1]{fontenc}' when using 'default'
> language ? If not, add '\font_encoding T1' to ~/.lyx/lyxrc

On the same tune: I am using 1.1.6fix1 and trying my beloved ae 
package (I really like the Computer Modern fonts). However, I am 
not able to get PS (via dvips) with Type1 fonts (at least, that 
is what I get with PDF (via PS)  option), but it is perfectly OK 
with PDFLaTeX. I guess, there is some config of dvips, which I 
should set up. Where is it (having fresh tetex from RedHat 7.0), 
please?

Thanx

Matej Cepl



Bug in latex code

2001-04-24 Thread Nagy Erno

Hello!

If I set the language to hungarian (magyar) the lyx generate code like
this
\documentclass[a4paper,magyar]{article}
\usepackage[latin2]{inputenc}
\usepackage{babel}

istead of

\documentclass[a4paper,magyar]{article}
\usepackage[latin2]{inputenc}
\usepackage[magyar]{babel}
\usepackage[T1]{fontenc}

I use the 1.1.5fix2. Where can I send the bugreport?
Please send the answer to me, because I'm not on the mailing-list.

Thanks,
   Ned




Bug in latex code

2001-04-24 Thread Nagy Erno

Hello!

If I set the language to hungarian (magyar) the lyx generate code like
this
\documentclass[a4paper,magyar]{article}
\usepackage[latin2]{inputenc}
\usepackage{babel}

istead of

\documentclass[a4paper,magyar]{article}
\usepackage[latin2]{inputenc}
\usepackage[magyar]{babel}
\usepackage[T1]{fontenc}

I use the 1.1.5fix2. Where can I send the bugreport?
Please send the answer to me, because I'm not on the mailing-list.

Thanks,
   Ned




Bug in latex code

2001-04-24 Thread Nagy Erno

Hello!

If I set the language to hungarian (magyar) the lyx generate code like
this
\documentclass[a4paper,magyar]{article}
\usepackage[latin2]{inputenc}
\usepackage{babel}

istead of

\documentclass[a4paper,magyar]{article}
\usepackage[latin2]{inputenc}
\usepackage[magyar]{babel}
\usepackage[T1]{fontenc}

I use the 1.1.5fix2. Where can I send the bugreport?
Please send the answer to me, because I'm not on the mailing-list.

Thanks,
   Ned




Re: bug concerning latex-code (?!)

2000-01-10 Thread Juergen Vigna


On 08-Jan-2000 Lars Gullik Bjønnes wrote:

| The same error occurs with small letters, e.g.
| \small{hello}
| I tried it now..
 
 You just misunderstand how the \small cimmand works, first of all it
 does not take parameters, sot the correct way to tdo it is:
 
 {\small BSY}

Right! But anyway I don't understand why you don't use Layout-Charater
and put your text to small-size or use small-caps for this type of things.

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

Try not.
Do.
Or do not.
There is no try.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



Re: bug concerning latex-code (?!)

2000-01-10 Thread Bjoern Gerhart

Hello Juergen,

Right! But anyway I don't understand why you don't use
Layout-Charater and put your text to small-size or use
small-caps for this type of things.

I know these possibilities, small caps are too small for me, and
doing it via Layout-Character is tricky, because I already use
another fontstyle in Layout-Character. So every time I want to
use a small font, I´d to change the font there. That´s a too
long time for me.
So I just used the keyboard for the command, as I can write
quite fast..

Thanks for your suggestion :)

Kind regards
  Bjoern

-- 
physical:  Bjoern Gerhart  *  Lynarstr. 5/1502  *  D-13353 Berlin
virtual:   [EMAIL PROTECTED]  *  pgp-public-key on servers



Re: bug concerning latex-code (?!)

2000-01-10 Thread Juergen Vigna


On 08-Jan-2000 Lars Gullik Bjønnes wrote:

| The same error occurs with small letters, e.g.
| \small{hello}
| I tried it now..
 
 You just misunderstand how the \small cimmand works, first of all it
 does not take parameters, sot the correct way to tdo it is:
 
 {\small BSY}

Right! But anyway I don't understand why you don't use Layout-Charater
and put your text to small-size or use small-caps for this type of things.

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

Try not.
Do.
Or do not.
There is no try.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



Re: bug concerning latex-code (?!)

2000-01-10 Thread Bjoern Gerhart

Hello Juergen,

Right! But anyway I don't understand why you don't use
Layout-Charater and put your text to small-size or use
small-caps for this type of things.

I know these possibilities, small caps are too small for me, and
doing it via Layout-Character is tricky, because I already use
another fontstyle in Layout-Character. So every time I want to
use a small font, I´d to change the font there. That´s a too
long time for me.
So I just used the keyboard for the command, as I can write
quite fast..

Thanks for your suggestion :)

Kind regards
  Bjoern

-- 
physical:  Bjoern Gerhart  *  Lynarstr. 5/1502  *  D-13353 Berlin
virtual:   [EMAIL PROTECTED]  *  pgp-public-key on servers



Re: bug concerning latex-code (?!)

2000-01-10 Thread Juergen Vigna


On 08-Jan-2000 Lars Gullik Bjønnes wrote:

>| The same error occurs with small letters, e.g.
>| \small{hello}
>| I tried it now..
> 
> You just misunderstand how the \small cimmand works, first of all it
> does not take parameters, sot the correct way to tdo it is:
> 
> {\small BSY}

Right! But anyway I don't understand why you don't use Layout->Charater
and put your text to small-size or use small-caps for this type of things.

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna  E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel:+39-0471-450260
I-39100 Bozen Fax:+39-0471-450296
ITALY Web:http://www.sad.it/~jug

Try not.
Do.
Or do not.
There is no try.

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._



Re: bug concerning latex-code (?!)

2000-01-10 Thread Bjoern Gerhart

Hello Juergen,

>Right! But anyway I don't understand why you don't use
>Layout->Charater and put your text to small-size or use
>small-caps for this type of things.

I know these possibilities, small caps are too small for me, and
doing it via Layout->Character is tricky, because I already use
another fontstyle in Layout->Character. So every time I want to
use a small font, I´d to change the font there. That´s a too
long time for me.
So I just used the keyboard for the command, as I can write
quite fast..

Thanks for your suggestion :)

Kind regards
  Bjoern

-- 
physical:  Bjoern Gerhart  *  Lynarstr. 5/1502  *  D-13353 Berlin
virtual:   [EMAIL PROTECTED]  *  pgp-public-key on servers



bug concerning latex-code (?!)

2000-01-07 Thread Bjoern Gerhart

Dear LyX-friends,

I think I detected a bug in lyx 1.1.2.
I´m writing a "report"-document with the standard font and 11 pt
in layout - document.
I need to describe signals, and signals are written in capitals.
But I wanted to make the capitals smaller, as they seemed to be
bigger than the other text. So I wrote in latex-source:
\small{BSY}
When I looked at my text in xdvi and on the printer, I wondered
how small my text was. And I recognized the text was getting
smaller just behind the \small{BSY}.

Then I erased the \small{} around the BSY - and now all the text
was in the same size of 11 pt.  Thats very funny, as I also have
negated signals and use commands like:
\ensuremath{\overline{\mbox{\small{IEN
and this doesn´t have any effect on the following text size ;-)

The same error occurs with small letters, e.g.
\small{hello}
I tried it now..

Kind regards
 Bjoern

-- 
  Bjoern Gerhart [EMAIL PROTECTED]
  pgp-key on servers e.g. pgp.uni-mainz.de



bug concerning latex-code (?!)

2000-01-07 Thread Bjoern Gerhart

Dear LyX-friends,

I think I detected a bug in lyx 1.1.2.
I´m writing a "report"-document with the standard font and 11 pt
in layout - document.
I need to describe signals, and signals are written in capitals.
But I wanted to make the capitals smaller, as they seemed to be
bigger than the other text. So I wrote in latex-source:
\small{BSY}
When I looked at my text in xdvi and on the printer, I wondered
how small my text was. And I recognized the text was getting
smaller just behind the \small{BSY}.

Then I erased the \small{} around the BSY - and now all the text
was in the same size of 11 pt.  Thats very funny, as I also have
negated signals and use commands like:
\ensuremath{\overline{\mbox{\small{IEN
and this doesn´t have any effect on the following text size ;-)

The same error occurs with small letters, e.g.
\small{hello}
I tried it now..

Kind regards
 Bjoern

-- 
  Bjoern Gerhart [EMAIL PROTECTED]
  pgp-key on servers e.g. pgp.uni-mainz.de



bug concerning latex-code (?!)

2000-01-07 Thread Bjoern Gerhart

Dear LyX-friends,

I think I detected a bug in lyx 1.1.2.
I´m writing a "report"-document with the standard font and 11 pt
in layout -> document.
I need to describe signals, and signals are written in capitals.
But I wanted to make the capitals smaller, as they seemed to be
bigger than the other text. So I wrote in latex-source:
\small{BSY}
When I looked at my text in xdvi and on the printer, I wondered
how small my text was. And I recognized the text was getting
smaller just behind the \small{BSY}.

Then I erased the \small{} around the BSY - and now all the text
was in the same size of 11 pt.  Thats very funny, as I also have
negated signals and use commands like:
\ensuremath{\overline{\mbox{\small{IEN
and this doesn´t have any effect on the following text size ;-)

The same error occurs with small letters, e.g.
\small{hello}
I tried it now..

Kind regards
 Bjoern

-- 
  Bjoern Gerhart [EMAIL PROTECTED]
  pgp-key on servers e.g. pgp.uni-mainz.de