Re: article (koma-script) with smallest font size

2001-04-23 Thread Jacek M. Holeczek

Hi,
Thanks for reply.

 do you have layout-document-fontsize-standard ?
 it seems not to work when you choose any value there.
Yes, I have already noticed it (you mean default here, right ?).

 i have no problems with the sizes for the headings,
 look at attached ps-file for the first page.
 using article-komaclass and \usepackage[8pt]{extsizes}
 and alternative \usepackage[20pt]{extsizes}
Your ps-files are copies of Intro.lyx. By default it's class is
article and not article (koma-script). I took the same test.
When I leave the Layout-Document Layout- Class - article I get proper
sizes. But, it is sufficient to change it into article (koma-script) and
try it with \usepackage[20pt]{extsizes} and you get improper (too small)
fonts for Section and Subsection.
Anyhow, I think that I can also see the problem in your ps-files. Just
compare the size of the word Contents in the table-of-contents (it's
size remains unchanged, regardless whether you use 8pt or 20pt).
Jacek.




Re: Math-MathPanel-Matrix problem (spaces too wide)

2001-04-23 Thread Jacek M. Holeczek

Hi,
Many thanks.

 \AtBeginDocument{\addtolength{\arraycolsep}{-2pt}}
The following string (in the LaTeX Preamble) :
\AtBeginDocument{\addtolength{\arraycolsep}{-4pt}}
did the trick (-2pt is too few).
Jacek.




Re: article (koma-script) with smallest font size

2001-04-23 Thread Herbert Voss

Jacek M. Holeczek wrote:
 
 Your ps-files are copies of Intro.lyx. By default it's class is
 article and not article (koma-script). I took the same test.
 When I leave the Layout-Document Layout- Class - article I get proper
 sizes. But, it is sufficient to change it into article (koma-script) and
 try it with \usepackage[20pt]{extsizes} and you get improper (too small)
 fonts for Section and Subsection.
 Anyhow, I think that I can also see the problem in your ps-files. Just
 compare the size of the word Contents in the table-of-contents (it's
 size remains unchanged, regardless whether you use 8pt or 20pt).

write in latex preamble

\AtBeginDocument{
\let\size@part\Huge
\let\size@partnumber\huge
\let\size@section\Large
\let\size@subsection\large
\let\size@subsubsection\normalsize
\let\size@paragraph\normalsize
\let\size@subparagraph\normalsize}

you can change the fontsizes as you like it for your own

Herbert

-- 
http:[EMAIL PROTECTED]



Re: article (koma-script) with smallest font size

2001-04-23 Thread Jacek M. Holeczek

Hi,
Many thanks.

 write in latex preamble
 
 \AtBeginDocument{
 \let\size@part\Huge
 \let\size@partnumber\huge
 \let\size@section\Large
 \let\size@subsection\large
 \let\size@subsubsection\normalsize
 \let\size@paragraph\normalsize
 \let\size@subparagraph\normalsize}
 
 you can change the fontsizes as you like it for your own
This does not only allow me to change the size on demand, but also gets
rid of this bug with improper fonts of Section, Subsection and
Bibliography.
Jacek.




Problem compiling lyx1.1.6fix1 on rh7.0 alpha (bis)

2001-04-23 Thread Yann MORERE

Hello the dream team...

I've got problem compiling the 1.1.6fix1 release of lyx

here is the gcc compiler 
[yann@noemi yann]$ gcc -v
Reading specs from /usr/lib/gcc-lib/alpha-redhat-linux/2.96/specs
gcc version 2.96 2731 (Red Hat Linux 7.0)
[yann@noemi yann]$ 

here is the linux box
[yann@noemi lyx-1.1.6fix1]$ uname -a
Linux noemi.univ-valenciennes.fr 2.2.17-4 #1 Mon Oct 23 15:19:13 EDT
2000 alpha unknown
[yann@noemi lyx-1.1.6fix1]$ 

i test 2 configure command

./configure and ./configure --with-included-string


here is the results


make[3]: Entre dans le répertoire
`/home/yann/temp/lyx-1.1.6fix1/src/mathed'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../src -I../../images -I./../ -I../.. -I../.. -I../../boost 
-isystem /usr/X11R6/include  -g -O2 -fno-exceptions -c formula.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../..
-I../.. -I../../boost -isystem /usr/X11R6/include -g -O2 -fno-exceptions
-c formula.C -o formula.o
formula.C:942:2: warning: #warning This is a terrible hack! We should
find a better solution.
formula.C:1067:2: warning: #warning This is a terrible hack! We should
find a better solution.
In file included from ../../src/insets/lyxinset.h:23,
 from formula.h:27,
 from formula.C:25:
../../src/gettext.h:46: warning: identifier name `_' conflicts with GNU 
C++ internal naming strategy
../../src/gettext.h:48: warning: identifier name `_' conflicts with GNU 
C++ internal naming strategy
In file included from formula.C:30:
../../src/minibuffer.h:17: using directive `Object' introduced 
ambiguous type `_ObjectRec *'
formula.C: In method `const string InsetFormula::EditMessage () const':
formula.C:486: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategyformula.C: In method `UpdatableInset::RESULT 
InsetFormula::LocalDispatch (BufferView *, int, const string )':
formula.C:881: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:892: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:894: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:909: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:924: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:927: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1085: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1087: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1122: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1131: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1251: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
make[3]: *** [formula.lo] Erreur 1
make[3]: Quitte le répertoire `/home/yann/temp/lyx-1.1.6fix1/src/mathed'
make[2]: *** [all-recursive] Erreur 1
make[2]: Quitte le répertoire `/home/yann/temp/lyx-1.1.6fix1/src'
make[1]: *** [all-recursive-am] Erreur 2
make[1]: Quitte le répertoire `/home/yann/temp/lyx-1.1.6fix1/src'
make: *** [all-recursive] Erreur 1
[yann@noemi lyx-1.1.6fix1]$ 


has someone an idea?

Yann
-- 
The Principal of Greenbow County Central Schools: Your
momma sure does care 'bout your schoolin' son 

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE mailto:[EMAIL PROTECTED] )
(Docteur en Automatique  http://ymorere.multimania.com/ )



Re: Problem compiling lyx1.1.6fix1 on rh7.0 alpha (bis)

2001-04-23 Thread Tuukka Toivonen

On Mon, 23 Apr 2001, Yann MORERE wrote:

 I've got problem compiling the 1.1.6fix1 release of lyx

 ../../src/gettext.h:46: warning: identifier name `_' conflicts with GNU 
 C++ internal naming strategy

gettext is the Native Language Support library. If it is ok to use
english with LyX try to run configure with

./configure --disable-nls

(that is what I do...)




fancyhdr versus koma-script

2001-04-23 Thread Detlev Humann



Hi!
I'm writing in book-koma-script-style andI´d 
like to use fancyhdr, too.
Unfortunately it is obviously impossible to use the 
koma-script-command \headfont while working withfancyhdr (no effects to 
the header-style). 
Is there any other possibilityto change the 
font (fonttype, -size) using koma-script and fancyhdr together? 
I haven´t found anything in the documentation, 
neither ofkoma-scriptnor of fancyhdr.
Thanks in advance! 
Detlev


Re: symbol missing in lyx window

2001-04-23 Thread Rem

More specifically, I can not see any of the symbols on the lyx screen (not
even integration and summation!). I tried the rpms, and even compiling from
the source... Nothing works out. I wonder if it is a font problem somewhere?

thanks in advance

remzi

- Original Message -
From: Remzi Seker [EMAIL PROTECTED]
To: LyX users [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 1:44 PM
Subject: symbol missing in lyx window


 Lyx 1.1.6fix1, on Mandrake 8.0 does not show some math symbols in the
 document. Same thing happens in the math panel too. Some of the menus in
the
 math panel are empty.

 The symbols look okay in the dvi file though.

 Any idea what may be the matter?

 Remzi




Re: symbol missing in lyx window

2001-04-23 Thread Tuukka Toivonen

On Mon, 23 Apr 2001, Rem wrote:

 More specifically, I can not see any of the symbols on the lyx screen (not
 even integration and summation!). I tried the rpms, and even compiling from
 the source... Nothing works out. I wonder if it is a font problem somewhere?

Yes, I had similar problem myself.

I fixed the problem by editing /etc/XF86Config (or /etc/X11/XF86Config in
redhat, it seems) by swapping the FontPath definitions in another
order. Try that or commenting out all fontpaths which are not absolutely
necessary.




screen font

2001-04-23 Thread Shawn Koons

Hello,

I have recently installed RH6.2 and Lyx1.1.6fix1 on an old Compaq
laptop. Lyx's on-screen font  is very strange (looks like a combination
or westminster and playbill fonts in Word2000) and is very hard on the
eyes. Is there a way that it can be corrected to a more readable font (I
prefer a non-sarif font on-screen) or is it something I will have to
live with?

Shawn Koons

--
Mitakuye Oyasin
--





Re: screen font

2001-04-23 Thread Christopher Jones

Edit-Preferences-Screen Fonts

On Mon, 23 Apr 2001, you wrote:
 Hello,
 
 I have recently installed RH6.2 and Lyx1.1.6fix1 on an old Compaq
 laptop. Lyx's on-screen font  is very strange (looks like a combination
 or westminster and playbill fonts in Word2000) and is very hard on the
 eyes. Is there a way that it can be corrected to a more readable font (I
 prefer a non-sarif font on-screen) or is it something I will have to
 live with?
 
 Shawn Koons
 
 --
 Mitakuye Oyasin
 --



Re: symbol missing in lyx window

2001-04-23 Thread Matej Cepl

On April 23 2001 16:50 Tuukka Toivonen wrote:
 I fixed the problem by editing /etc/XF86Config (or
 /etc/X11/XF86Config in redhat, it seems) by swapping the
 FontPath definitions in another order. Try that or
 commenting out all fontpaths which are not absolutely
 necessary.

Well, I feel rather stupid, but I do not have any Math menu at 
all. What's wrong with me?

Matej



Re: article (koma-script) with smallest font size

2001-04-23 Thread Jacek M. Holeczek

Hi,
Thanks for reply.

 do you have layout-document-fontsize-standard ?
 it seems not to work when you choose any value there.
Yes, I have already noticed it (you mean default here, right ?).

 i have no problems with the sizes for the headings,
 look at attached ps-file for the first page.
 using article-komaclass and \usepackage[8pt]{extsizes}
 and alternative \usepackage[20pt]{extsizes}
Your ps-files are copies of Intro.lyx. By default it's class is
article and not article (koma-script). I took the same test.
When I leave the Layout-Document Layout- Class - article I get proper
sizes. But, it is sufficient to change it into article (koma-script) and
try it with \usepackage[20pt]{extsizes} and you get improper (too small)
fonts for Section and Subsection.
Anyhow, I think that I can also see the problem in your ps-files. Just
compare the size of the word Contents in the table-of-contents (it's
size remains unchanged, regardless whether you use 8pt or 20pt).
Jacek.




Re: Math-MathPanel-Matrix problem (spaces too wide)

2001-04-23 Thread Jacek M. Holeczek

Hi,
Many thanks.

 \AtBeginDocument{\addtolength{\arraycolsep}{-2pt}}
The following string (in the LaTeX Preamble) :
\AtBeginDocument{\addtolength{\arraycolsep}{-4pt}}
did the trick (-2pt is too few).
Jacek.




Re: article (koma-script) with smallest font size

2001-04-23 Thread Herbert Voss

Jacek M. Holeczek wrote:
 
 Your ps-files are copies of Intro.lyx. By default it's class is
 article and not article (koma-script). I took the same test.
 When I leave the Layout-Document Layout- Class - article I get proper
 sizes. But, it is sufficient to change it into article (koma-script) and
 try it with \usepackage[20pt]{extsizes} and you get improper (too small)
 fonts for Section and Subsection.
 Anyhow, I think that I can also see the problem in your ps-files. Just
 compare the size of the word Contents in the table-of-contents (it's
 size remains unchanged, regardless whether you use 8pt or 20pt).

write in latex preamble

\AtBeginDocument{
\let\size@part\Huge
\let\size@partnumber\huge
\let\size@section\Large
\let\size@subsection\large
\let\size@subsubsection\normalsize
\let\size@paragraph\normalsize
\let\size@subparagraph\normalsize}

you can change the fontsizes as you like it for your own

Herbert

-- 
http:[EMAIL PROTECTED]



Re: article (koma-script) with smallest font size

2001-04-23 Thread Jacek M. Holeczek

Hi,
Many thanks.

 write in latex preamble
 
 \AtBeginDocument{
 \let\size@part\Huge
 \let\size@partnumber\huge
 \let\size@section\Large
 \let\size@subsection\large
 \let\size@subsubsection\normalsize
 \let\size@paragraph\normalsize
 \let\size@subparagraph\normalsize}
 
 you can change the fontsizes as you like it for your own
This does not only allow me to change the size on demand, but also gets
rid of this bug with improper fonts of Section, Subsection and
Bibliography.
Jacek.




Problem compiling lyx1.1.6fix1 on rh7.0 alpha (bis)

2001-04-23 Thread Yann MORERE

Hello the dream team...

I've got problem compiling the 1.1.6fix1 release of lyx

here is the gcc compiler 
[yann@noemi yann]$ gcc -v
Reading specs from /usr/lib/gcc-lib/alpha-redhat-linux/2.96/specs
gcc version 2.96 2731 (Red Hat Linux 7.0)
[yann@noemi yann]$ 

here is the linux box
[yann@noemi lyx-1.1.6fix1]$ uname -a
Linux noemi.univ-valenciennes.fr 2.2.17-4 #1 Mon Oct 23 15:19:13 EDT
2000 alpha unknown
[yann@noemi lyx-1.1.6fix1]$ 

i test 2 configure command

./configure and ./configure --with-included-string


here is the results


make[3]: Entre dans le répertoire
`/home/yann/temp/lyx-1.1.6fix1/src/mathed'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../src -I../../images -I./../ -I../.. -I../.. -I../../boost 
-isystem /usr/X11R6/include  -g -O2 -fno-exceptions -c formula.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../..
-I../.. -I../../boost -isystem /usr/X11R6/include -g -O2 -fno-exceptions
-c formula.C -o formula.o
formula.C:942:2: warning: #warning This is a terrible hack! We should
find a better solution.
formula.C:1067:2: warning: #warning This is a terrible hack! We should
find a better solution.
In file included from ../../src/insets/lyxinset.h:23,
 from formula.h:27,
 from formula.C:25:
../../src/gettext.h:46: warning: identifier name `_' conflicts with GNU 
C++ internal naming strategy
../../src/gettext.h:48: warning: identifier name `_' conflicts with GNU 
C++ internal naming strategy
In file included from formula.C:30:
../../src/minibuffer.h:17: using directive `Object' introduced 
ambiguous type `_ObjectRec *'
formula.C: In method `const string InsetFormula::EditMessage () const':
formula.C:486: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategyformula.C: In method `UpdatableInset::RESULT 
InsetFormula::LocalDispatch (BufferView *, int, const string )':
formula.C:881: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:892: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:894: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:909: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:924: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:927: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1085: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1087: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1122: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1131: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1251: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
make[3]: *** [formula.lo] Erreur 1
make[3]: Quitte le répertoire `/home/yann/temp/lyx-1.1.6fix1/src/mathed'
make[2]: *** [all-recursive] Erreur 1
make[2]: Quitte le répertoire `/home/yann/temp/lyx-1.1.6fix1/src'
make[1]: *** [all-recursive-am] Erreur 2
make[1]: Quitte le répertoire `/home/yann/temp/lyx-1.1.6fix1/src'
make: *** [all-recursive] Erreur 1
[yann@noemi lyx-1.1.6fix1]$ 


has someone an idea?

Yann
-- 
The Principal of Greenbow County Central Schools: Your
momma sure does care 'bout your schoolin' son 

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE mailto:[EMAIL PROTECTED] )
(Docteur en Automatique  http://ymorere.multimania.com/ )



Re: Problem compiling lyx1.1.6fix1 on rh7.0 alpha (bis)

2001-04-23 Thread Tuukka Toivonen

On Mon, 23 Apr 2001, Yann MORERE wrote:

 I've got problem compiling the 1.1.6fix1 release of lyx

 ../../src/gettext.h:46: warning: identifier name `_' conflicts with GNU 
 C++ internal naming strategy

gettext is the Native Language Support library. If it is ok to use
english with LyX try to run configure with

./configure --disable-nls

(that is what I do...)




fancyhdr versus koma-script

2001-04-23 Thread Detlev Humann



Hi!
I'm writing in book-koma-script-style andI´d 
like to use fancyhdr, too.
Unfortunately it is obviously impossible to use the 
koma-script-command \headfont while working withfancyhdr (no effects to 
the header-style). 
Is there any other possibilityto change the 
font (fonttype, -size) using koma-script and fancyhdr together? 
I haven´t found anything in the documentation, 
neither ofkoma-scriptnor of fancyhdr.
Thanks in advance! 
Detlev


Re: symbol missing in lyx window

2001-04-23 Thread Rem

More specifically, I can not see any of the symbols on the lyx screen (not
even integration and summation!). I tried the rpms, and even compiling from
the source... Nothing works out. I wonder if it is a font problem somewhere?

thanks in advance

remzi

- Original Message -
From: Remzi Seker [EMAIL PROTECTED]
To: LyX users [EMAIL PROTECTED]
Sent: Monday, April 23, 2001 1:44 PM
Subject: symbol missing in lyx window


 Lyx 1.1.6fix1, on Mandrake 8.0 does not show some math symbols in the
 document. Same thing happens in the math panel too. Some of the menus in
the
 math panel are empty.

 The symbols look okay in the dvi file though.

 Any idea what may be the matter?

 Remzi




Re: symbol missing in lyx window

2001-04-23 Thread Tuukka Toivonen

On Mon, 23 Apr 2001, Rem wrote:

 More specifically, I can not see any of the symbols on the lyx screen (not
 even integration and summation!). I tried the rpms, and even compiling from
 the source... Nothing works out. I wonder if it is a font problem somewhere?

Yes, I had similar problem myself.

I fixed the problem by editing /etc/XF86Config (or /etc/X11/XF86Config in
redhat, it seems) by swapping the FontPath definitions in another
order. Try that or commenting out all fontpaths which are not absolutely
necessary.




screen font

2001-04-23 Thread Shawn Koons

Hello,

I have recently installed RH6.2 and Lyx1.1.6fix1 on an old Compaq
laptop. Lyx's on-screen font  is very strange (looks like a combination
or westminster and playbill fonts in Word2000) and is very hard on the
eyes. Is there a way that it can be corrected to a more readable font (I
prefer a non-sarif font on-screen) or is it something I will have to
live with?

Shawn Koons

--
Mitakuye Oyasin
--





Re: screen font

2001-04-23 Thread Christopher Jones

Edit-Preferences-Screen Fonts

On Mon, 23 Apr 2001, you wrote:
 Hello,
 
 I have recently installed RH6.2 and Lyx1.1.6fix1 on an old Compaq
 laptop. Lyx's on-screen font  is very strange (looks like a combination
 or westminster and playbill fonts in Word2000) and is very hard on the
 eyes. Is there a way that it can be corrected to a more readable font (I
 prefer a non-sarif font on-screen) or is it something I will have to
 live with?
 
 Shawn Koons
 
 --
 Mitakuye Oyasin
 --



Re: symbol missing in lyx window

2001-04-23 Thread Matej Cepl

On April 23 2001 16:50 Tuukka Toivonen wrote:
 I fixed the problem by editing /etc/XF86Config (or
 /etc/X11/XF86Config in redhat, it seems) by swapping the
 FontPath definitions in another order. Try that or
 commenting out all fontpaths which are not absolutely
 necessary.

Well, I feel rather stupid, but I do not have any Math menu at 
all. What's wrong with me?

Matej



Re: article (koma-script) with smallest font size

2001-04-23 Thread Jacek M. Holeczek

Hi,
Thanks for reply.

> do you have layout->document->fontsize->standard ?
> it seems not to work when you choose any value there.
Yes, I have already noticed it (you mean "default" here, right ?).

> i have no problems with the sizes for the headings,
> look at attached ps-file for the first page.
> using article-komaclass and \usepackage[8pt]{extsizes}
> and alternative \usepackage[20pt]{extsizes}
Your ps-files are copies of Intro.lyx. By default it's class is
"article" and not "article (koma-script)". I took the same test.
When I leave the "Layout->Document Layout-> Class -> article" I get proper
sizes. But, it is sufficient to change it into "article (koma-script)" and
try it with "\usepackage[20pt]{extsizes}" and you get improper (too small)
fonts for "Section" and "Subsection".
Anyhow, I think that I can also see the problem in your ps-files. Just
compare the size of the word "Contents" in the table-of-contents (it's
size remains unchanged, regardless whether you use 8pt or 20pt).
Jacek.




Re: Math->MathPanel->Matrix problem ("spaces" too wide)

2001-04-23 Thread Jacek M. Holeczek

Hi,
Many thanks.

> \AtBeginDocument{\addtolength{\arraycolsep}{-2pt}}
The following string (in the LaTeX Preamble) :
\AtBeginDocument{\addtolength{\arraycolsep}{-4pt}}
did the trick ("-2pt" is too few).
Jacek.




Re: article (koma-script) with smallest font size

2001-04-23 Thread Herbert Voss

"Jacek M. Holeczek" wrote:
> 
> Your ps-files are copies of Intro.lyx. By default it's class is
> "article" and not "article (koma-script)". I took the same test.
> When I leave the "Layout->Document Layout-> Class -> article" I get proper
> sizes. But, it is sufficient to change it into "article (koma-script)" and
> try it with "\usepackage[20pt]{extsizes}" and you get improper (too small)
> fonts for "Section" and "Subsection".
> Anyhow, I think that I can also see the problem in your ps-files. Just
> compare the size of the word "Contents" in the table-of-contents (it's
> size remains unchanged, regardless whether you use 8pt or 20pt).

write in latex preamble

\AtBeginDocument{
\let\size@part\Huge
\let\size@partnumber\huge
\let\size@section\Large
\let\size@subsection\large
\let\size@subsubsection\normalsize
\let\size@paragraph\normalsize
\let\size@subparagraph\normalsize}

you can change the fontsizes as you like it for your own

Herbert

-- 
http:[EMAIL PROTECTED]



Re: article (koma-script) with smallest font size

2001-04-23 Thread Jacek M. Holeczek

Hi,
Many thanks.

> write in latex preamble
> 
> \AtBeginDocument{
> \let\size@part\Huge
> \let\size@partnumber\huge
> \let\size@section\Large
> \let\size@subsection\large
> \let\size@subsubsection\normalsize
> \let\size@paragraph\normalsize
> \let\size@subparagraph\normalsize}
> 
> you can change the fontsizes as you like it for your own
This does not only allow me to change the size on demand, but also gets
rid of this bug with improper fonts of "Section", "Subsection" and
"Bibliography".
Jacek.




Problem compiling lyx1.1.6fix1 on rh7.0 alpha (bis)

2001-04-23 Thread Yann MORERE

Hello the dream team...

I've got problem compiling the 1.1.6fix1 release of lyx

here is the gcc compiler 
[yann@noemi yann]$ gcc -v
Reading specs from /usr/lib/gcc-lib/alpha-redhat-linux/2.96/specs
gcc version 2.96 2731 (Red Hat Linux 7.0)
[yann@noemi yann]$ 

here is the linux box
[yann@noemi lyx-1.1.6fix1]$ uname -a
Linux noemi.univ-valenciennes.fr 2.2.17-4 #1 Mon Oct 23 15:19:13 EDT
2000 alpha unknown
[yann@noemi lyx-1.1.6fix1]$ 

i test 2 configure command

./configure and ./configure --with-included-string


here is the results


make[3]: Entre dans le répertoire
`/home/yann/temp/lyx-1.1.6fix1/src/mathed'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
-I../../src -I../../images -I./../ -I../.. -I../.. -I../../boost 
-isystem /usr/X11R6/include  -g -O2 -fno-exceptions -c formula.C
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../ -I../..
-I../.. -I../../boost -isystem /usr/X11R6/include -g -O2 -fno-exceptions
-c formula.C -o formula.o
formula.C:942:2: warning: #warning This is a terrible hack! We should
find a better solution.
formula.C:1067:2: warning: #warning This is a terrible hack! We should
find a better solution.
In file included from ../../src/insets/lyxinset.h:23,
 from formula.h:27,
 from formula.C:25:
../../src/gettext.h:46: warning: identifier name `_' conflicts with GNU 
C++ internal naming strategy
../../src/gettext.h:48: warning: identifier name `_' conflicts with GNU 
C++ internal naming strategy
In file included from formula.C:30:
../../src/minibuffer.h:17: using directive `Object' introduced 
ambiguous type `_ObjectRec *'
formula.C: In method `const string InsetFormula::EditMessage () const':
formula.C:486: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategyformula.C: In method `UpdatableInset::RESULT 
InsetFormula::LocalDispatch (BufferView *, int, const string &)':
formula.C:881: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:892: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:894: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:909: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:924: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:927: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1085: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1087: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1122: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1131: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
formula.C:1251: warning: identifier name `_' conflicts with GNU C++ 
internal naming strategy
make[3]: *** [formula.lo] Erreur 1
make[3]: Quitte le répertoire `/home/yann/temp/lyx-1.1.6fix1/src/mathed'
make[2]: *** [all-recursive] Erreur 1
make[2]: Quitte le répertoire `/home/yann/temp/lyx-1.1.6fix1/src'
make[1]: *** [all-recursive-am] Erreur 2
make[1]: Quitte le répertoire `/home/yann/temp/lyx-1.1.6fix1/src'
make: *** [all-recursive] Erreur 1
[yann@noemi lyx-1.1.6fix1]$ 


has someone an idea?

Yann
-- 
The Principal of Greenbow County Central Schools: "Your
momma sure does care 'bout your schoolin' son" 

"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 ---
(Yann MORERE mailto:[EMAIL PROTECTED] )
(Docteur en Automatique  http://ymorere.multimania.com/ )



Re: Problem compiling lyx1.1.6fix1 on rh7.0 alpha (bis)

2001-04-23 Thread Tuukka Toivonen

On Mon, 23 Apr 2001, Yann MORERE wrote:

> I've got problem compiling the 1.1.6fix1 release of lyx

> ../../src/gettext.h:46: warning: identifier name `_' conflicts with GNU 
> C++ internal naming strategy

gettext is the Native Language Support library. If it is ok to use
english with LyX try to run configure with

./configure --disable-nls

(that is what I do...)




fancyhdr versus koma-script

2001-04-23 Thread Detlev Humann



Hi!
I'm writing in book-koma-script-style and I´d 
like to use fancyhdr, too.
Unfortunately it is obviously impossible to use the 
koma-script-command \headfont while working with fancyhdr (no effects to 
the header-style). 
Is there any other possibility to change the 
font (fonttype, -size) using koma-script and fancyhdr together? 
I haven´t found anything in the documentation, 
neither of koma-script nor of fancyhdr.
Thanks in advance! 
Detlev


Re: symbol missing in lyx window

2001-04-23 Thread Rem

More specifically, I can not see any of the symbols on the lyx screen (not
even integration and summation!). I tried the rpms, and even compiling from
the source... Nothing works out. I wonder if it is a font problem somewhere?

thanks in advance

remzi

- Original Message -
From: "Remzi Seker" <[EMAIL PROTECTED]>
To: "LyX users" <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 1:44 PM
Subject: symbol missing in lyx window


> Lyx 1.1.6fix1, on Mandrake 8.0 does not show some math symbols in the
> document. Same thing happens in the math panel too. Some of the menus in
the
> math panel are empty.
>
> The symbols look okay in the dvi file though.
>
> Any idea what may be the matter?
>
> Remzi




Re: symbol missing in lyx window

2001-04-23 Thread Tuukka Toivonen

On Mon, 23 Apr 2001, Rem wrote:

> More specifically, I can not see any of the symbols on the lyx screen (not
> even integration and summation!). I tried the rpms, and even compiling from
> the source... Nothing works out. I wonder if it is a font problem somewhere?

Yes, I had similar problem myself.

I fixed the problem by editing /etc/XF86Config (or /etc/X11/XF86Config in
redhat, it seems) by swapping the "FontPath" definitions in another
order. Try that or commenting out all fontpaths which are not absolutely
necessary.




screen font

2001-04-23 Thread Shawn Koons

Hello,

I have recently installed RH6.2 and Lyx1.1.6fix1 on an old Compaq
laptop. Lyx's on-screen font  is very strange (looks like a combination
or westminster and playbill fonts in Word2000) and is very hard on the
eyes. Is there a way that it can be corrected to a more readable font (I
prefer a non-sarif font on-screen) or is it something I will have to
live with?

Shawn Koons

--
Mitakuye Oyasin
--





Re: screen font

2001-04-23 Thread Christopher Jones

Edit->Preferences->Screen Fonts

On Mon, 23 Apr 2001, you wrote:
> Hello,
> 
> I have recently installed RH6.2 and Lyx1.1.6fix1 on an old Compaq
> laptop. Lyx's on-screen font  is very strange (looks like a combination
> or westminster and playbill fonts in Word2000) and is very hard on the
> eyes. Is there a way that it can be corrected to a more readable font (I
> prefer a non-sarif font on-screen) or is it something I will have to
> live with?
> 
> Shawn Koons
> 
> --
> Mitakuye Oyasin
> --



Re: symbol missing in lyx window

2001-04-23 Thread Matej Cepl

On April 23 2001 16:50 Tuukka Toivonen wrote:
> I fixed the problem by editing /etc/XF86Config (or
> /etc/X11/XF86Config in redhat, it seems) by swapping the
> "FontPath" definitions in another order. Try that or
> commenting out all fontpaths which are not absolutely
> necessary.

Well, I feel rather stupid, but I do not have any Math menu at 
all. What's wrong with me?

Matej