Problem typing math exposant with my sun 5 keyboard with 1.2.0cvs

2001-12-26 Thread Yann MORERE

Hello, 

I've got a sun sparcstation 5 with a sun type 5 french keyboard under
linux debian 2.2r3

I used xkeycap to get the circum accent work. I created an xmodmap file
like this.

yann@yoda:~$ more .xmodmap-yoda
!
! This is an `xmodmap' input file for Sun Microsystems Type 5 (X11R6;
French) ke
yboards.
! Automatically generated on Thu Sep 13 14:16:40 2001 by yann with
! XKeyCaps 2.46; Copyright (c) 1999 Jamie Zawinski [EMAIL PROTECTED].
! http://www.jwz.org/xkeycaps/
!
keycode 0x47 =  dead_circumflex dead_diaeresis

yann@yoda:~$ 

Under lyx 1.1.6fix3 I have to type ^-space in order to have the exposant
mode. But now if i type this, i get a blank with a circum.

How can i override that.

Have you got an idea

Yann

-- 
Yoda:
When nine hundred years old you reach, look as
good you will not. Hmm?
 ---
(  Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED]  )
(  Tel.: 33 (0)3 87 54 70 87   Fax.: 33 (0)3 87 31 53 33)
(  Maitre de Conférences   http://ymorere.multimania.com/   )



Problem typing math exposant with my sun 5 keyboard with 1.2.0cvs

2001-12-26 Thread Yann MORERE

Hello, 

I've got a sun sparcstation 5 with a sun type 5 french keyboard under
linux debian 2.2r3

I used xkeycap to get the circum accent work. I created an xmodmap file
like this.

yann@yoda:~$ more .xmodmap-yoda
!
! This is an `xmodmap' input file for Sun Microsystems Type 5 (X11R6;
French) ke
yboards.
! Automatically generated on Thu Sep 13 14:16:40 2001 by yann with
! XKeyCaps 2.46; Copyright (c) 1999 Jamie Zawinski [EMAIL PROTECTED].
! http://www.jwz.org/xkeycaps/
!
keycode 0x47 =  dead_circumflex dead_diaeresis

yann@yoda:~$ 

Under lyx 1.1.6fix3 I have to type ^-space in order to have the exposant
mode. But now if i type this, i get a blank with a circum.

How can i override that.

Have you got an idea

Yann

-- 
Yoda:
When nine hundred years old you reach, look as
good you will not. Hmm?
 ---
(  Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED]  )
(  Tel.: 33 (0)3 87 54 70 87   Fax.: 33 (0)3 87 31 53 33)
(  Maitre de Conférences   http://ymorere.multimania.com/   )



Problem typing math exposant with my sun 5 keyboard with 1.2.0cvs

2001-12-26 Thread Yann MORERE

Hello, 

I've got a sun sparcstation 5 with a sun type 5 french keyboard under
linux debian 2.2r3

I used xkeycap to get the circum accent work. I created an xmodmap file
like this.

yann@yoda:~$ more .xmodmap-yoda
!
! This is an `xmodmap' input file for Sun Microsystems Type 5 (X11R6;
French) ke
yboards.
! Automatically generated on Thu Sep 13 14:16:40 2001 by yann with
! XKeyCaps 2.46; Copyright (c) 1999 Jamie Zawinski <[EMAIL PROTECTED]>.
! http://www.jwz.org/xkeycaps/
!
keycode 0x47 =  dead_circumflex dead_diaeresis

yann@yoda:~$ 

Under lyx 1.1.6fix3 I have to type ^-space in order to have the exposant
mode. But now if i type this, i get a blank with a circum.

How can i override that.

Have you got an idea

Yann

-- 
Yoda:
When nine hundred years old you reach, look as
good you will not. Hmm?
 ---
(  Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED]  )
(  Tel.: 33 (0)3 87 54 70 87   Fax.: 33 (0)3 87 31 53 33)
(  Maitre de Conférences   http://ymorere.multimania.com/   )



Re: Bullet shape problem

2001-11-29 Thread Yann MORERE

Ce Thu, 29 Nov 2001 09:19:06 +0100 (MET)
Yann Collete [EMAIL PROTECTED] a écrit :

YC Hello,
YC 
YC I am currently writing a document using the article class.
YC I want to change the bullet's shape using the popup dialog 
YC (layout-document-bullet)
YC When I select a bullet, it as no effect on the shape of bullets in
the document 
YC when viewing with ghostview or xdvi.
YC When I Export the document to latex, I can see the following latex
code in the 
YC preamble:
YC 
YC \makeatother
YC \AtBeginDocument{
YC   \renewcommand{\labelitemi}{\(\ast\)}
YC   \renewcommand{\labelitemii}{\(\ast\)}
YC   \renewcommand{\labelitemiv}{\(\ast\)}
YC }
YC 
YC But it doesn't have any effect on the shape of bullets.
YC I am using lyx-1.1.6fix3 with tetex-1.0.?.

\AtBeginDocument{
\renewcommand{\labelitemi}{$\triangleright$}
\renewcommand{\labelitemii}{$\triangleright$}
\renewcommand{\FrenchLabelItem}{$\triangleright$}
\setcounter{secnumdepth}{5}   % depth of numbering of sectionning
commands
\setcounter{tocdepth}{3}   % depth of table of contents
}{}

ooops i get the same things, but it worked before on one of my
documents, perhaps it come from the last version of babel i installed.
Did you do it too?


YC Your sincerely, 
YC 
YC YC
YC 
YC 

Yann
-- 
Death, when unnecessary, is a tragic thing.
-- Flint, Requiem for Methuselah, stardate 5843.7

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: Bullet shape problem

2001-11-29 Thread Yann MORERE

Ce Thu, 29 Nov 2001 09:19:06 +0100 (MET)
Yann Collete [EMAIL PROTECTED] a écrit :

YC Hello,
YC 
YC I am currently writing a document using the article class.
YC I want to change the bullet's shape using the popup dialog 
YC (layout-document-bullet)
YC When I select a bullet, it as no effect on the shape of bullets in
the document 
YC when viewing with ghostview or xdvi.
YC When I Export the document to latex, I can see the following latex
code in the 
YC preamble:
YC 
YC \makeatother
YC \AtBeginDocument{
YC   \renewcommand{\labelitemi}{\(\ast\)}
YC   \renewcommand{\labelitemii}{\(\ast\)}
YC   \renewcommand{\labelitemiv}{\(\ast\)}
YC }
YC 
YC But it doesn't have any effect on the shape of bullets.
YC I am using lyx-1.1.6fix3 with tetex-1.0.?.

\AtBeginDocument{
\renewcommand{\labelitemi}{$\triangleright$}
\renewcommand{\labelitemii}{$\triangleright$}
\renewcommand{\FrenchLabelItem}{$\triangleright$}
\setcounter{secnumdepth}{5}   % depth of numbering of sectionning
commands
\setcounter{tocdepth}{3}   % depth of table of contents
}{}

ooops i get the same things, but it worked before on one of my
documents, perhaps it come from the last version of babel i installed.
Did you do it too?


YC Your sincerely, 
YC 
YC YC
YC 
YC 

Yann
-- 
Death, when unnecessary, is a tragic thing.
-- Flint, Requiem for Methuselah, stardate 5843.7

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: Bullet shape problem

2001-11-29 Thread Yann MORERE

Ce Thu, 29 Nov 2001 09:19:06 +0100 (MET)
Yann Collete <[EMAIL PROTECTED]> a écrit :

YC> Hello,
YC> 
YC> I am currently writing a document using the article class.
YC> I want to change the bullet's shape using the popup dialog 
YC> (layout->document->bullet)
YC> When I select a bullet, it as no effect on the shape of bullets in
the document 
YC> when viewing with ghostview or xdvi.
YC> When I Export the document to latex, I can see the following latex
code in the 
YC> preamble:
YC> 
YC> \makeatother
YC> \AtBeginDocument{
YC>   \renewcommand{\labelitemi}{\(\ast\)}
YC>   \renewcommand{\labelitemii}{\(\ast\)}
YC>   \renewcommand{\labelitemiv}{\(\ast\)}
YC> }
YC> 
YC> But it doesn't have any effect on the shape of bullets.
YC> I am using lyx-1.1.6fix3 with tetex-1.0.?.

\AtBeginDocument{
\renewcommand{\labelitemi}{$\triangleright$}
\renewcommand{\labelitemii}{$\triangleright$}
\renewcommand{\FrenchLabelItem}{$\triangleright$}
\setcounter{secnumdepth}{5}   % depth of numbering of sectionning
commands
\setcounter{tocdepth}{3}   % depth of table of contents
}{}

ooops i get the same things, but it worked before on one of my
documents, perhaps it come from the last version of babel i installed.
Did you do it too?


YC> Your sincerely, 
YC> 
YC> YC
YC> 
YC> 

Yann
-- 
Death, when unnecessary, is a tragic thing.
-- Flint, "Requiem for Methuselah", stardate 5843.7

"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: twoside option ignored

2001-09-26 Thread Yann MORERE

Ce  26 Sep 2001 10:14:07 +0200
Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit :

JML   Yann == Yann MORERE [EMAIL PROTECTED] writes:
JML  
JML  Yann sorry for this late response, but the only option i got in my
JML  Yann lyx doc are
JML  Yann :
JML  
JML  Yann \papercolumns 1 \papersides 2
JML  
JML  My comment was not about the lyx doc, but about the .layout
JML  file that you use for your modified book class.
JML  
sorry here is my book_theo.layout

#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass{book (theorem)}
# Book textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich [EMAIL PROTECTED]
# Transposed by Pascal André [EMAIL PROTECTED]
# Heavily modifed and enhanced by serveral developers.

# Input general definitions
Input stdclass.inc

Input amsmath_these.inc

Preamble
   \usepackage{amsthm, amsmath, amsfonts, amssymb}
   \theoremstyle{plain}
   %\newtheorem{thm}{Théorème}[chapter]%[section] enlevé par moi pour
eviter la num
érotation par section
   \newtheorem{thm}{Théorème}[section]
   %\numberwithin{equation}{section} %% Comment out for
sequentially-numbered
   %\numberwithin{figure}{section} %% Comment out for
sequentially-numbered
EndPreamble

# Global parameters.
Sides   2
PageStyle   Headings

# There is no abstract environment in book.cls
NoStyle Abstract

# a few changes to the bibliography
Style Bibliography
  TopSep4
  LabelString   Bibliography
  # label font definition
  LabelFont 
Series  Bold
SizeHuge
  EndFont
End

So in fact there is Sides   2, where does the problem come from?

Thanks

Yann

JML  JMarc
JML  


-- 
Han Solo:
Damn fool, I knew you were going to say that.
Ben (Obi-Wan) Kenobi:
Who's the more foolish, the fool, or the fool who
follows him?

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: twoside option ignored

2001-09-26 Thread Yann MORERE

Ce  26 Sep 2001 11:29:59 +0200
Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit :

JML   Yann == Yann MORERE [EMAIL PROTECTED] writes:
JML  
JML  Yann So in fact there is Sides 2, where does the problem come from?
JML  
JML  And does your latex .cls file do twoside by default?
JML 

here is the option section of my cls file

\if@compatibility\else
\DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse}
\fi
\DeclareOption{twoside}{\@twosidetrue  \@mparswitchtrue}


and 

\ExecuteOptions{letterpaper,10pt,twoside,onecolumn,final,openright}

so i think two side is the default

JML  JMarc
JML  

Yann
-- 
[After hitting Jenny's boyfriend] 

Forrest Gump: Sorry I had a fight in the middle of your
Black Panther party 

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: twoside option ignored

2001-09-26 Thread Yann MORERE

Ce  26 Sep 2001 10:14:07 +0200
Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit :

JML   Yann == Yann MORERE [EMAIL PROTECTED] writes:
JML  
JML  Yann sorry for this late response, but the only option i got in my
JML  Yann lyx doc are
JML  Yann :
JML  
JML  Yann \papercolumns 1 \papersides 2
JML  
JML  My comment was not about the lyx doc, but about the .layout
JML  file that you use for your modified book class.
JML  
sorry here is my book_theo.layout

#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass{book (theorem)}
# Book textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich [EMAIL PROTECTED]
# Transposed by Pascal André [EMAIL PROTECTED]
# Heavily modifed and enhanced by serveral developers.

# Input general definitions
Input stdclass.inc

Input amsmath_these.inc

Preamble
   \usepackage{amsthm, amsmath, amsfonts, amssymb}
   \theoremstyle{plain}
   %\newtheorem{thm}{Théorème}[chapter]%[section] enlevé par moi pour
eviter la num
érotation par section
   \newtheorem{thm}{Théorème}[section]
   %\numberwithin{equation}{section} %% Comment out for
sequentially-numbered
   %\numberwithin{figure}{section} %% Comment out for
sequentially-numbered
EndPreamble

# Global parameters.
Sides   2
PageStyle   Headings

# There is no abstract environment in book.cls
NoStyle Abstract

# a few changes to the bibliography
Style Bibliography
  TopSep4
  LabelString   Bibliography
  # label font definition
  LabelFont 
Series  Bold
SizeHuge
  EndFont
End

So in fact there is Sides   2, where does the problem come from?

Thanks

Yann

JML  JMarc
JML  


-- 
Han Solo:
Damn fool, I knew you were going to say that.
Ben (Obi-Wan) Kenobi:
Who's the more foolish, the fool, or the fool who
follows him?

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: twoside option ignored

2001-09-26 Thread Yann MORERE

Ce  26 Sep 2001 11:29:59 +0200
Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit :

JML   Yann == Yann MORERE [EMAIL PROTECTED] writes:
JML  
JML  Yann So in fact there is Sides 2, where does the problem come from?
JML  
JML  And does your latex .cls file do twoside by default?
JML 

here is the option section of my cls file

\if@compatibility\else
\DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse}
\fi
\DeclareOption{twoside}{\@twosidetrue  \@mparswitchtrue}


and 

\ExecuteOptions{letterpaper,10pt,twoside,onecolumn,final,openright}

so i think two side is the default

JML  JMarc
JML  

Yann
-- 
[After hitting Jenny's boyfriend] 

Forrest Gump: Sorry I had a fight in the middle of your
Black Panther party 

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: "twoside" option ignored

2001-09-26 Thread Yann MORERE

Ce  26 Sep 2001 10:14:07 +0200
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> a écrit :

JML > >>>>> "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes:
JML > 
JML > Yann> sorry for this late response, but the only option i got in my
JML > Yann> lyx doc are
JML > Yann> :
JML > 
JML > Yann> \papercolumns 1 \papersides 2
JML > 
JML > My comment was not about the lyx doc, but about the .layout
JML > file that you use for your modified book class.
JML > 
sorry here is my book_theo.layout

#% Do not delete the line below; configure depends on this
#  \DeclareLaTeXClass{book (theorem)}
# Book textclass definition file. Taken from initial LyX source code
# Author : Matthias Ettrich <[EMAIL PROTECTED]>
# Transposed by Pascal André <[EMAIL PROTECTED]>
# Heavily modifed and enhanced by serveral developers.

# Input general definitions
Input stdclass.inc

Input amsmath_these.inc

Preamble
   \usepackage{amsthm, amsmath, amsfonts, amssymb}
   \theoremstyle{plain}
   %\newtheorem{thm}{Théorème}[chapter]%[section] enlevé par moi pour
eviter la num
érotation par section
   \newtheorem{thm}{Théorème}[section]
   %\numberwithin{equation}{section} %% Comment out for
sequentially-numbered
   %\numberwithin{figure}{section} %% Comment out for
sequentially-numbered
EndPreamble

# Global parameters.
Sides   2
PageStyle   Headings

# There is no abstract environment in book.cls
NoStyle Abstract

# a few changes to the bibliography
Style Bibliography
  TopSep4
  LabelString   Bibliography
  # label font definition
  LabelFont 
Series  Bold
SizeHuge
  EndFont
End

So in fact there is Sides   2, where does the problem come from?

Thanks

Yann

JML > JMarc
JML > 


-- 
Han Solo:
Damn fool, I knew you were going to say that.
Ben (Obi-Wan) Kenobi:
Who's the more foolish, the fool, or the fool who
follows him?

"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: "twoside" option ignored

2001-09-26 Thread Yann MORERE

Ce  26 Sep 2001 11:29:59 +0200
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> a écrit :

JML > >>>>> "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes:
JML > 
JML > Yann> So in fact there is Sides 2, where does the problem come from?
JML > 
JML > And does your latex .cls file do twoside by default?
JML >

here is the option section of my cls file

\if@compatibility\else
\DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse}
\fi
\DeclareOption{twoside}{\@twosidetrue  \@mparswitchtrue}


and 

\ExecuteOptions{letterpaper,10pt,twoside,onecolumn,final,openright}

so i think two side is the default

JML > JMarc
JML > 

Yann
-- 
[After hitting Jenny's boyfriend] 

Forrest Gump: "Sorry I had a fight in the middle of your
Black Panther party" 

"Y faut liiirrreee, Arlequin, Champion de l'amourrrr" Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



twoside option ignored

2001-09-25 Thread Yann MORERE

Hello all lyx users,

i've got a strange thing on my lyx1.1.6fix3.
I'm using a modified book class. And when configuring a twoside document
in order to have great headings, lyx seems to ignore the option.

Proof : if i select oneside, and export in latex, the \documentclass
options has got oneside option, but if I try to select twoside option
under lyx and export the file into latex, the \documentclass options
does not have the twoside option.

So does it come from an error from myself, or is it a bug.

In fact, I had such things in previous version of lyx..

-- 
Scully: Oh God Mulder, it smells like.. I think it's bile.
Mulder: How can I get it off my fingers quickly without
betraying my cool exterior?

The X-Files: Squeeze

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: twoside option ignored

2001-09-25 Thread Yann MORERE

Ce  25 Sep 2001 11:11:53 +0200
Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit :

JML   Yann == Yann MORERE [EMAIL PROTECTED] writes:
JML  
JML  Yann Hello all lyx users, i've got a strange thing on my
JML  Yann lyx1.1.6fix3. I'm using a modified book class. And when
JML  Yann configuring a twoside document in order to have great
headings,
JML  Yann lyx seems to ignore the option.
JML  
JML  If your latex .cls class does oneside by default, you should have 
JMLSides 1
JML  at the beginning of your layout files. LyX does not output the
JML  parameters which are already default for the class.

sorry for this late response, but the only option i got in my lyx doc are
:

\papercolumns 1
\papersides 2

but when compiling and dviing the option is ignored... the expoted latex
does not contain the twoside option.

in fact my book_theo class is a modified book class. but only by adding
some theorem stuff. Perhaps it come from that

Yann


JML  Does that help?

it seems not :-)

JML  JMarc
JML  

Yann
-- 
Emperor Palpatine:
Everything that has transpired has done so according
to my design.

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



twoside option ignored

2001-09-25 Thread Yann MORERE

Hello all lyx users,

i've got a strange thing on my lyx1.1.6fix3.
I'm using a modified book class. And when configuring a twoside document
in order to have great headings, lyx seems to ignore the option.

Proof : if i select oneside, and export in latex, the \documentclass
options has got oneside option, but if I try to select twoside option
under lyx and export the file into latex, the \documentclass options
does not have the twoside option.

So does it come from an error from myself, or is it a bug.

In fact, I had such things in previous version of lyx..

-- 
Scully: Oh God Mulder, it smells like.. I think it's bile.
Mulder: How can I get it off my fingers quickly without
betraying my cool exterior?

The X-Files: Squeeze

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: twoside option ignored

2001-09-25 Thread Yann MORERE

Ce  25 Sep 2001 11:11:53 +0200
Jean-Marc Lasgouttes [EMAIL PROTECTED] a écrit :

JML   Yann == Yann MORERE [EMAIL PROTECTED] writes:
JML  
JML  Yann Hello all lyx users, i've got a strange thing on my
JML  Yann lyx1.1.6fix3. I'm using a modified book class. And when
JML  Yann configuring a twoside document in order to have great
headings,
JML  Yann lyx seems to ignore the option.
JML  
JML  If your latex .cls class does oneside by default, you should have 
JMLSides 1
JML  at the beginning of your layout files. LyX does not output the
JML  parameters which are already default for the class.

sorry for this late response, but the only option i got in my lyx doc are
:

\papercolumns 1
\papersides 2

but when compiling and dviing the option is ignored... the expoted latex
does not contain the twoside option.

in fact my book_theo class is a modified book class. but only by adding
some theorem stuff. Perhaps it come from that

Yann


JML  Does that help?

it seems not :-)

JML  JMarc
JML  

Yann
-- 
Emperor Palpatine:
Everything that has transpired has done so according
to my design.

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



"twoside" option ignored

2001-09-25 Thread Yann MORERE

Hello all lyx users,

i've got a strange thing on my lyx1.1.6fix3.
I'm using a modified book class. And when configuring a twoside document
in order to have great headings, lyx seems to ignore the option.

Proof : if i select oneside, and export in latex, the "\documentclass"
options has got "oneside" option, but if I try to select "twoside" option
under lyx and export the file into latex, the "\documentclass" options
does not have the "twoside" option.

So does it come from an error from myself, or is it a bug.

In fact, I had such things in previous version of lyx..

-- 
Scully: Oh God Mulder, it smells like.. I think it's bile.
Mulder: How can I get it off my fingers quickly without
betraying my cool exterior?

"The X-Files: Squeeze"

"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: "twoside" option ignored

2001-09-25 Thread Yann MORERE

Ce  25 Sep 2001 11:11:53 +0200
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> a écrit :

JML > >>>>> "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes:
JML > 
JML > Yann> Hello all lyx users, i've got a strange thing on my
JML > Yann> lyx1.1.6fix3. I'm using a modified book class. And when
JML > Yann> configuring a twoside document in order to have great
headings,
JML > Yann> lyx seems to ignore the option.
JML > 
JML > If your latex .cls class does oneside by default, you should have 
JML >   Sides 1
JML > at the beginning of your layout files. LyX does not output the
JML > parameters which are already default for the class.

sorry for this late response, but the only option i got in my lyx doc are
:

\papercolumns 1
\papersides 2

but when compiling and dviing the option is ignored... the expoted latex
does not contain the twoside option.

in fact my book_theo class is a modified book class. but only by adding
some theorem stuff. Perhaps it come from that

Yann


JML > Does that help?

it seems not :-)

JML > JMarc
JML > 

Yann
-- 
Emperor Palpatine:
Everything that has transpired has done so according
to my design.

"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Table float, Table and caption : is it a bug or a feature?

2001-09-17 Thread Yann MORERE

Hello, all lyx users,

I'm using lyx 1.1.6fix3 either on a portégé laptop and un sun sparc, and i got this 
problem on the two computer:

If I insert a table float, and in order to have the caption below the table, I try to 
insert the table first, lyx puts it on the caption line. And from that there is no way 
to compile.

The same thing happens if I try to put the caption first.

The only solution I found, is to convert the caption style in a standard style for the 
table (and use a center the paragraph to get it center), pressing enter and put the 
caption style for this new line to get the caption.

With this it compiled well.

I was surprised, because this is not the way described in the user's manual. 

Finally the question is:

Is it a Bug or a Feature?

Yann


-- 

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: Table float, Table and caption : is it a bug or a feature?

2001-09-17 Thread Yann MORERE

Ce  Mon, 17 Sep 2001 10:32:45 +0200 (MET DST)
Herbert Voss [EMAIL PROTECTED] a écrit :

HV  
HV  On Mon, 17 Sep 2001, Yann MORERE wrote:
HV  
HV  
HV  that's the default: table needs standard and caption the
caption-layout.

Ok, I thought lyx does it itself in the previous version?

Can you confirm,

yann



-- 

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Table float, Table and caption : is it a bug or a feature?

2001-09-17 Thread Yann MORERE

Hello, all lyx users,

I'm using lyx 1.1.6fix3 either on a portégé laptop and un sun sparc, and i got this 
problem on the two computer:

If I insert a table float, and in order to have the caption below the table, I try to 
insert the table first, lyx puts it on the caption line. And from that there is no way 
to compile.

The same thing happens if I try to put the caption first.

The only solution I found, is to convert the caption style in a standard style for the 
table (and use a center the paragraph to get it center), pressing enter and put the 
caption style for this new line to get the caption.

With this it compiled well.

I was surprised, because this is not the way described in the user's manual. 

Finally the question is:

Is it a Bug or a Feature?

Yann


-- 

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: Table float, Table and caption : is it a bug or a feature?

2001-09-17 Thread Yann MORERE

Ce  Mon, 17 Sep 2001 10:32:45 +0200 (MET DST)
Herbert Voss [EMAIL PROTECTED] a écrit :

HV  
HV  On Mon, 17 Sep 2001, Yann MORERE wrote:
HV  
HV  
HV  that's the default: table needs standard and caption the
caption-layout.

Ok, I thought lyx does it itself in the previous version?

Can you confirm,

yann



-- 

Y faut liiirrreee, Arlequin, Champion de l'amou Dany Boon
 ---
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Table float, Table and caption : is it a bug or a feature?

2001-09-17 Thread Yann MORERE

Hello, all lyx users,

I'm using lyx 1.1.6fix3 either on a portégé laptop and un sun sparc, and i got this 
problem on the two computer:

If I insert a table float, and in order to have the caption below the table, I try to 
insert the table first, lyx puts it on the caption line. And from that there is no way 
to compile.

The same thing happens if I try to put the caption first.

The only solution I found, is to convert the caption style in a standard style for the 
table (and use a center the paragraph to get it center), pressing "enter" and put the 
caption style for this new line to get the caption.

With this it compiled well.

I was surprised, because this is not the way described in the user's manual. 

Finally the question is:

Is it a Bug or a Feature?

Yann


-- 

"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 -------
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Re: Table float, Table and caption : is it a bug or a feature?

2001-09-17 Thread Yann MORERE

Ce  Mon, 17 Sep 2001 10:32:45 +0200 (MET DST)
Herbert Voss <[EMAIL PROTECTED]> a écrit :

HV > 
HV > On Mon, 17 Sep 2001, Yann MORERE wrote:
HV > 
HV > 
HV > that's the default: table needs standard and caption the
caption-layout.

Ok, I thought lyx does it itself in the previous version?

Can you confirm,

yann



-- 

"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 -------
(Yann MORERE  ICQ=#97130491  mailto:[EMAIL PROTECTED])
(Maitre de Conférences   http://ymorere.multimania.com/ )



Problem with sun5t latin1 keyboard

2001-09-10 Thread Yann MORERE

Hello, lys users, 

I compiled the 1.1.6fix 3 release on a sun sparc station 5 under debian potato. I'm 
using the sun5t latin 1 keyboard.

I got the following problem : 

I can't make an ê in lyx. pressing simultaneously  ^ and e gives me an e. In fact 
the ^ key seems to have no effect.

Using xev to show the key I got

 KeyPress event, serial 20, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699913641, (158,468), root:(727,555),
state 0x40, keycode 71 (keysym 0x1005ff01, SunFA_Circum), same_screen YES,
XLookupString gives 0 characters:  

KeyRelease event, serial 23, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699913781, (158,468), root:(727,555),
state 0x40, keycode 71 (keysym 0x1005ff01, SunFA_Circum), same_screen YES,
XLookupString gives 0 characters:  

after pressing the ^ key

KeyPress event, serial 23, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699916981, (158,468), root:(727,555),
state 0x40, keycode 63 (keysym 0x65, e), same_screen YES,
XLookupString gives 1 characters:  e

KeyRelease event, serial 23, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699917051, (158,468), root:(727,555),
state 0x40, keycode 63 (keysym 0x65, e), same_screen YES,
XLookupString gives 1 characters:  e
after e key

is anybody have an idea to fix this problem

Yann



-- 

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



Problem with sun5t latin1 keyboard

2001-09-10 Thread Yann MORERE

Hello, lys users, 

I compiled the 1.1.6fix 3 release on a sun sparc station 5 under debian potato. I'm 
using the sun5t latin 1 keyboard.

I got the following problem : 

I can't make an ê in lyx. pressing simultaneously  ^ and e gives me an e. In fact 
the ^ key seems to have no effect.

Using xev to show the key I got

 KeyPress event, serial 20, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699913641, (158,468), root:(727,555),
state 0x40, keycode 71 (keysym 0x1005ff01, SunFA_Circum), same_screen YES,
XLookupString gives 0 characters:  

KeyRelease event, serial 23, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699913781, (158,468), root:(727,555),
state 0x40, keycode 71 (keysym 0x1005ff01, SunFA_Circum), same_screen YES,
XLookupString gives 0 characters:  

after pressing the ^ key

KeyPress event, serial 23, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699916981, (158,468), root:(727,555),
state 0x40, keycode 63 (keysym 0x65, e), same_screen YES,
XLookupString gives 1 characters:  e

KeyRelease event, serial 23, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699917051, (158,468), root:(727,555),
state 0x40, keycode 63 (keysym 0x65, e), same_screen YES,
XLookupString gives 1 characters:  e
after e key

is anybody have an idea to fix this problem

Yann



-- 

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



Problem with sun5t latin1 keyboard

2001-09-10 Thread Yann MORERE

Hello, lys users, 

I compiled the 1.1.6fix 3 release on a sun sparc station 5 under debian potato. I'm 
using the sun5t latin 1 keyboard.

I got the following problem : 

I can't make an "ê" in lyx. pressing simultaneously  ^ and e gives me an e. In fact 
the ^ key seems to have no effect.

Using "xev" to show the key I got

 KeyPress event, serial 20, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699913641, (158,468), root:(727,555),
state 0x40, keycode 71 (keysym 0x1005ff01, SunFA_Circum), same_screen YES,
XLookupString gives 0 characters:  ""

KeyRelease event, serial 23, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699913781, (158,468), root:(727,555),
state 0x40, keycode 71 (keysym 0x1005ff01, SunFA_Circum), same_screen YES,
XLookupString gives 0 characters:  ""

after pressing the ^ key

KeyPress event, serial 23, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699916981, (158,468), root:(727,555),
state 0x40, keycode 63 (keysym 0x65, e), same_screen YES,
XLookupString gives 1 characters:  "e"

KeyRelease event, serial 23, synthetic NO, window 0x281,
root 0x2b, subw 0x0, time 3699917051, (158,468), root:(727,555),
state 0x40, keycode 63 (keysym 0x65, e), same_screen YES,
XLookupString gives 1 characters:  "e"
after e key

is anybody have an idea to fix this problem

Yann



-- 

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



Re: Embedding a URL in a document

2001-07-06 Thread Yann MORERE

Ce Thu, 5 Jul 2001 23:27:22 -0700 (PDT)
Stephen Carville [EMAIL PROTECTED] a ecrit dans le mail 
traitant de Embedding a URL in a document :
SC This works but I am hoping there is a better way.  I tried
SC Insert-URL... but that doesn't work (or I am doing it wrong).  I
SC didn't see anything on Herbert Voss's site about how to do this
SC either.
Have you got, or did you insert the url package in the latex preamble.

Yann

-- 
C-3PO: 
We seem to be made to suffer. It's our lot in life.

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



Re: Can I change the command for View dvi?

2001-07-06 Thread Yann MORERE

Ce Fri, 06 Jul 2001 17:12:30 -0700
Michael Blaesse [EMAIL PROTECTED] a ecrit dans le mail 
traitant de Can I change the command for View dvi? :
MB Hallo,
MB 
MB sorry if this is a FAQ, but I couldn't find the answer.
MB 
MB Can I somehow include scripts or some commands in the process of
MB viewing
MB the dvi output?
MB 

in th lyxrc file, just change the program you want to launch to view
dvi...
~/.lyx/lyxrc
[snip]
\viewer dvi xdvi
\viewer html netscape
\viewer pdf acroread
\viewer ps ghostview -swap
\viewer eps ghostview
[snip]

MB Thanks in advance,
MB Michael Blaesse
MB 


-- 
Mulder: At least they were having safe sex.
Scully: Business must be booming.
Mulder: I think you mean 'banging'.

The X-Files: Avatar

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



Re: Embedding a URL in a document

2001-07-06 Thread Yann MORERE

Ce Thu, 5 Jul 2001 23:27:22 -0700 (PDT)
Stephen Carville [EMAIL PROTECTED] a ecrit dans le mail 
traitant de Embedding a URL in a document :
SC This works but I am hoping there is a better way.  I tried
SC Insert-URL... but that doesn't work (or I am doing it wrong).  I
SC didn't see anything on Herbert Voss's site about how to do this
SC either.
Have you got, or did you insert the url package in the latex preamble.

Yann

-- 
C-3PO: 
We seem to be made to suffer. It's our lot in life.

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



Re: Can I change the command for View dvi?

2001-07-06 Thread Yann MORERE

Ce Fri, 06 Jul 2001 17:12:30 -0700
Michael Blaesse [EMAIL PROTECTED] a ecrit dans le mail 
traitant de Can I change the command for View dvi? :
MB Hallo,
MB 
MB sorry if this is a FAQ, but I couldn't find the answer.
MB 
MB Can I somehow include scripts or some commands in the process of
MB viewing
MB the dvi output?
MB 

in th lyxrc file, just change the program you want to launch to view
dvi...
~/.lyx/lyxrc
[snip]
\viewer dvi xdvi
\viewer html netscape
\viewer pdf acroread
\viewer ps ghostview -swap
\viewer eps ghostview
[snip]

MB Thanks in advance,
MB Michael Blaesse
MB 


-- 
Mulder: At least they were having safe sex.
Scully: Business must be booming.
Mulder: I think you mean 'banging'.

The X-Files: Avatar

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



Re: Embedding a URL in a document

2001-07-06 Thread Yann MORERE

Ce Thu, 5 Jul 2001 23:27:22 -0700 (PDT)
Stephen Carville <[EMAIL PROTECTED]> a ecrit dans le mail 
traitant de "Embedding a URL in a document" :
SC> This works but I am hoping there is a better way.  I tried
SC> Insert->URL... but that doesn't work (or I am doing it wrong).  I
SC> didn't see anything on Herbert Voss's site about how to do this
SC> either.
Have you got, or did you insert the url package in the latex preamble.

Yann

-- 
C-3PO: 
We seem to be made to suffer. It's our lot in life.

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



Re: Can I change the command for "View dvi"?

2001-07-06 Thread Yann MORERE

Ce Fri, 06 Jul 2001 17:12:30 -0700
Michael Blaesse <[EMAIL PROTECTED]> a ecrit dans le mail 
traitant de "Can I change the command for "View dvi"?" :
MB> Hallo,
MB> 
MB> sorry if this is a FAQ, but I couldn't find the answer.
MB> 
MB> Can I somehow include scripts or some commands in the process of
MB> viewing
MB> the dvi output?
MB> 

in th lyxrc file, just change the program you want to launch to view
dvi...
~/.lyx/lyxrc
[snip]
\viewer dvi "xdvi"
\viewer html "netscape"
\viewer pdf "acroread"
\viewer ps "ghostview -swap"
\viewer eps "ghostview"
[snip]

MB> Thanks in advance,
MB> Michael Blaesse
MB> 


-- 
Mulder: At least they were having safe sex.
Scully: Business must be booming.
Mulder: I think you mean 'banging'.

"The X-Files: Avatar"

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



Problem compiling 1.1.6Fix2 on osf4 alpha

2001-05-22 Thread Yann MORERE

Hello lyx users and developpers, 

I was unable to compil fix2 due to my m4 release. So i installed the
1.4.1 release
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 which m4
/users/laih2/ymorere/bureau/bin/m4
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 m4 --version
GNU m4 1.4
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 


here is my gcc compiler

flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 gcc -v
Reading specs from
/usr/local/lib/gcc-lib/alphaev6-dec-osf4.0e/2.95.2/specs
gcc version 2.95.2 19991024 (release)
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 

my configure command


 ./configure --with-included-string --prefix=$HOME/bureau/lyx
--exec-prefix=$HOME/bureau/lyx --with-extra-lib=$HOME/bureau/xforms/lib
--with-extra-inc=$HOME/bureau/xforms/include

the configure result :

Configuration:
  Source code location:   .
  C++ Compiler:   g++
  C++ Compiler flags: -g -O2 -fno-rtti -fno-exceptions
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  LyX binary dir: /users/laih2/ymorere/bureau/lyx/bin
  LyX files dir:  /users/laih2/ymorere/bureau/lyx/share/lyx
  Special flags:   frontend-xforms included-string
included-libsigc

Configuration of LyX was successful.  
Type 'make' to compile the program, 
and then 'make install' to install it.
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 


here are the errors, 

/bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./..
-I./..-g -O2 -c slot.cc
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -g -O2 -c slot.cc -o
slot.o
slot.cc:8: syntax error before `::'
slot.cc:11: syntax error before `::'
slot.cc:14: syntax error before `::'
slot.cc:17: syntax error before `::'
slot.cc:20: syntax error before `::'
slot.cc:23: syntax error before `::'
slot.cc:28: syntax error before `::'
slot.cc:33: syntax error before `::'
slot.cc:36: ANSI C++ forbids declaration `invalid' with no type
slot.cc:37: ANSI C++ forbids declaration `set_weak' with no type
slot.cc:38: ANSI C++ forbids declaration `unreference' with no type
slot.cc:39: parse error before `}'
slot.cc:41: syntax error before `::'
slot.cc:44: syntax error before `='
slot.cc:45: ANSI C++ forbids declaration `head_' with no type
slot.cc:47: parse error before `while'
slot.cc:51: ANSI C++ forbids declaration `current' with no type
slot.cc:51: `next' was not declared in this scope
slot.cc:52: parse error before `}'
slot.cc:55: syntax error before `::'
slot.cc:61: ANSI C++ forbids declaration `head_' with no type
slot.cc:61: redefinition of `int head_'
slot.cc:45: `int head_' previously defined here
slot.cc:61: `node' was not declared in this scope
slot.cc:62: parse error before `}'
slot.cc:66: ANSI C++ forbids declaration `j' with no type
slot.cc:66: implicit declaration of function `int begin(...)'
slot.cc:67: parse error before `while'
slot.cc:69: syntax error before `*'
slot.cc:70: syntax error before `-'
slot.cc:71: syntax error before `-'
make[3]: *** [slot.lo] Error 1
make[3]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6fix2/sigc++'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6fix2/sigc++'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6fix2/sigc++'
make: *** [all-recursive] Error 1
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 

is anybody got an idea

thanks

Yann

-- 
The release of emotion is what keeps us health.  Emotionally healthy.

That may be, Doctor.  However, I have noted that the healthy release
of emotion is frequently unhealthy for those closest to you.
-- McCoy and Spock, Plato's Stepchildren, stardate 5784.3

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 1.1.6Fix2 on osf4 alpha

2001-05-22 Thread Yann MORERE

Yann MORERE wrote:
 
sorry for bothering you, 

i came from slot.h which had a size of 0.

now after a new tar xvzf and a new configure it seems to compile

thanks for all

yann



Problem compiling 1.1.6Fix2 on osf4 alpha

2001-05-22 Thread Yann MORERE

Hello lyx users and developpers, 

I was unable to compil fix2 due to my m4 release. So i installed the
1.4.1 release
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 which m4
/users/laih2/ymorere/bureau/bin/m4
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 m4 --version
GNU m4 1.4
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 


here is my gcc compiler

flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 gcc -v
Reading specs from
/usr/local/lib/gcc-lib/alphaev6-dec-osf4.0e/2.95.2/specs
gcc version 2.95.2 19991024 (release)
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 

my configure command


 ./configure --with-included-string --prefix=$HOME/bureau/lyx
--exec-prefix=$HOME/bureau/lyx --with-extra-lib=$HOME/bureau/xforms/lib
--with-extra-inc=$HOME/bureau/xforms/include

the configure result :

Configuration:
  Source code location:   .
  C++ Compiler:   g++
  C++ Compiler flags: -g -O2 -fno-rtti -fno-exceptions
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  LyX binary dir: /users/laih2/ymorere/bureau/lyx/bin
  LyX files dir:  /users/laih2/ymorere/bureau/lyx/share/lyx
  Special flags:   frontend-xforms included-string
included-libsigc

Configuration of LyX was successful.  
Type 'make' to compile the program, 
and then 'make install' to install it.
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 


here are the errors, 

/bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./..
-I./..-g -O2 -c slot.cc
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -g -O2 -c slot.cc -o
slot.o
slot.cc:8: syntax error before `::'
slot.cc:11: syntax error before `::'
slot.cc:14: syntax error before `::'
slot.cc:17: syntax error before `::'
slot.cc:20: syntax error before `::'
slot.cc:23: syntax error before `::'
slot.cc:28: syntax error before `::'
slot.cc:33: syntax error before `::'
slot.cc:36: ANSI C++ forbids declaration `invalid' with no type
slot.cc:37: ANSI C++ forbids declaration `set_weak' with no type
slot.cc:38: ANSI C++ forbids declaration `unreference' with no type
slot.cc:39: parse error before `}'
slot.cc:41: syntax error before `::'
slot.cc:44: syntax error before `='
slot.cc:45: ANSI C++ forbids declaration `head_' with no type
slot.cc:47: parse error before `while'
slot.cc:51: ANSI C++ forbids declaration `current' with no type
slot.cc:51: `next' was not declared in this scope
slot.cc:52: parse error before `}'
slot.cc:55: syntax error before `::'
slot.cc:61: ANSI C++ forbids declaration `head_' with no type
slot.cc:61: redefinition of `int head_'
slot.cc:45: `int head_' previously defined here
slot.cc:61: `node' was not declared in this scope
slot.cc:62: parse error before `}'
slot.cc:66: ANSI C++ forbids declaration `j' with no type
slot.cc:66: implicit declaration of function `int begin(...)'
slot.cc:67: parse error before `while'
slot.cc:69: syntax error before `*'
slot.cc:70: syntax error before `-'
slot.cc:71: syntax error before `-'
make[3]: *** [slot.lo] Error 1
make[3]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6fix2/sigc++'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6fix2/sigc++'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6fix2/sigc++'
make: *** [all-recursive] Error 1
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 

is anybody got an idea

thanks

Yann

-- 
The release of emotion is what keeps us health.  Emotionally healthy.

That may be, Doctor.  However, I have noted that the healthy release
of emotion is frequently unhealthy for those closest to you.
-- McCoy and Spock, Plato's Stepchildren, stardate 5784.3

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 1.1.6Fix2 on osf4 alpha

2001-05-22 Thread Yann MORERE

Yann MORERE wrote:
 
sorry for bothering you, 

i came from slot.h which had a size of 0.

now after a new tar xvzf and a new configure it seems to compile

thanks for all

yann



Problem compiling 1.1.6Fix2 on osf4 alpha

2001-05-22 Thread Yann MORERE

Hello lyx users and developpers, 

I was unable to compil fix2 due to my m4 release. So i installed the
1.4.1 release
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 >which m4
/users/laih2/ymorere/bureau/bin/m4
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 >m4 --version
GNU m4 1.4
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 >


here is my gcc compiler

flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 >gcc -v
Reading specs from
/usr/local/lib/gcc-lib/alphaev6-dec-osf4.0e/2.95.2/specs
gcc version 2.95.2 19991024 (release)
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 >

my configure command


 ./configure --with-included-string --prefix=$HOME/bureau/lyx
--exec-prefix=$HOME/bureau/lyx --with-extra-lib=$HOME/bureau/xforms/lib
--with-extra-inc=$HOME/bureau/xforms/include

the configure result :

Configuration:
  Source code location:   .
  C++ Compiler:   g++
  C++ Compiler flags: -g -O2 -fno-rtti -fno-exceptions
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  LyX binary dir: /users/laih2/ymorere/bureau/lyx/bin
  LyX files dir:  /users/laih2/ymorere/bureau/lyx/share/lyx
  Special flags:   frontend-xforms included-string
included-libsigc

Configuration of LyX was successful.  
Type 'make' to compile the program, 
and then 'make install' to install it.
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 >


here are the errors, 

/bin/sh ./libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I./..
-I./..-g -O2 -c slot.cc
c++ -DHAVE_CONFIG_H -I. -I. -I. -I./.. -I./.. -g -O2 -c slot.cc -o
slot.o
slot.cc:8: syntax error before `::'
slot.cc:11: syntax error before `::'
slot.cc:14: syntax error before `::'
slot.cc:17: syntax error before `::'
slot.cc:20: syntax error before `::'
slot.cc:23: syntax error before `::'
slot.cc:28: syntax error before `::'
slot.cc:33: syntax error before `::'
slot.cc:36: ANSI C++ forbids declaration `invalid' with no type
slot.cc:37: ANSI C++ forbids declaration `set_weak' with no type
slot.cc:38: ANSI C++ forbids declaration `unreference' with no type
slot.cc:39: parse error before `}'
slot.cc:41: syntax error before `::'
slot.cc:44: syntax error before `='
slot.cc:45: ANSI C++ forbids declaration `head_' with no type
slot.cc:47: parse error before `while'
slot.cc:51: ANSI C++ forbids declaration `current' with no type
slot.cc:51: `next' was not declared in this scope
slot.cc:52: parse error before `}'
slot.cc:55: syntax error before `::'
slot.cc:61: ANSI C++ forbids declaration `head_' with no type
slot.cc:61: redefinition of `int head_'
slot.cc:45: `int head_' previously defined here
slot.cc:61: `node' was not declared in this scope
slot.cc:62: parse error before `}'
slot.cc:66: ANSI C++ forbids declaration `j' with no type
slot.cc:66: implicit declaration of function `int begin(...)'
slot.cc:67: parse error before `while'
slot.cc:69: syntax error before `*'
slot.cc:70: syntax error before `->'
slot.cc:71: syntax error before `->'
make[3]: *** [slot.lo] Error 1
make[3]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6fix2/sigc++'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6fix2/sigc++'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory
`/users/laih2/ymorere/bureau/lyx-1.1.6fix2/sigc++'
make: *** [all-recursive] Error 1
flore:/users/laih2/ymorere/bureau/lyx-1.1.6fix2 >

is anybody got an idea

thanks

Yann

-- 
"The release of emotion is what keeps us health.  Emotionally healthy."

"That may be, Doctor.  However, I have noted that the healthy release
of emotion is frequently unhealthy for those closest to you."
-- McCoy and Spock, "Plato's Stepchildren", stardate 5784.3

"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 1.1.6Fix2 on osf4 alpha

2001-05-22 Thread Yann MORERE

Yann MORERE wrote:
> 
sorry for bothering you, 

i came from slot.h which had a size of 0.

now after a new tar xvzf and a new configure it seems to compile

thanks for all

yann



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

2001-04-24 Thread Yann MORERE

Tuukka Toivonen wrote:
 
 
 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...)

Ok i tried this, but i got this problem :

/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 formula.C:30:
../../src/minibuffer.h:17: using directive `Object' introduced 
ambiguous type `_ObjectRec *'
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]$ 


thank you fot that tips, perhaps the --with-included-gettext use the
GNU gettext library included here option works too, i didn't try 


so still not compile...



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

2001-04-24 Thread Yann MORERE

Allan Rae wrote:
 
 
 This is due to a stray X11 header being included by the forms.h header
 file.  You are probably using the xforms rpms from Red Hat?  These are
 known to have a this problem.  I'm not sure which header you have to
 comment out in the header file (it isn't used by anything) so the easiest
 fix for this might be to just get the xforms rpms from
 ftp.sylvan.com/pub/lyx and use those.

ok i download xforms from 

ftp://ncmir.ucsd.edu/pub/xforms/linux-alpha/ (alpha arch needed)
 

and it seems to work (still compiling formula.C passed :-))


sanx

Yann
 Allan. (ARRae)



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

2001-04-24 Thread Yann MORERE

Tuukka Toivonen wrote:
 
 
 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...)

Ok i tried this, but i got this problem :

/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 formula.C:30:
../../src/minibuffer.h:17: using directive `Object' introduced 
ambiguous type `_ObjectRec *'
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]$ 


thank you fot that tips, perhaps the --with-included-gettext use the
GNU gettext library included here option works too, i didn't try 


so still not compile...



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

2001-04-24 Thread Yann MORERE

Allan Rae wrote:
 
 
 This is due to a stray X11 header being included by the forms.h header
 file.  You are probably using the xforms rpms from Red Hat?  These are
 known to have a this problem.  I'm not sure which header you have to
 comment out in the header file (it isn't used by anything) so the easiest
 fix for this might be to just get the xforms rpms from
 ftp.sylvan.com/pub/lyx and use those.

ok i download xforms from 

ftp://ncmir.ucsd.edu/pub/xforms/linux-alpha/ (alpha arch needed)
 

and it seems to work (still compiling formula.C passed :-))


sanx

Yann
 Allan. (ARRae)



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

2001-04-24 Thread Yann MORERE

Tuukka Toivonen wrote:
> 
> 
> 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...)

Ok i tried this, but i got this problem :

/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 formula.C:30:
../../src/minibuffer.h:17: using directive `Object' introduced 
ambiguous type `_ObjectRec *'
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]$ 


thank you fot that tips, perhaps the "--with-included-gettext use the
GNU gettext library included here" option works too, i didn't try 


so still not compile...



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

2001-04-24 Thread Yann MORERE

Allan Rae wrote:
> 
> 
> This is due to a stray X11 header being included by the forms.h header
> file.  You are probably using the xforms rpms from Red Hat?  These are
> known to have a this problem.  I'm not sure which header you have to
> comment out in the header file (it isn't used by anything) so the easiest
> fix for this might be to just get the xforms rpms from
> ftp.sylvan.com/pub/lyx and use those.

ok i download xforms from 

ftp://ncmir.ucsd.edu/pub/xforms/linux-alpha/ (alpha arch needed)
 

and it seems to work (still compiling formula.C passed :-))


sanx

Yann
> Allan. (ARRae)



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/ )



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/ )



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: Keymap error with XFree86-4.0.2

2001-03-29 Thread Yann MORERE

Bronek Baraniecki wrote:
 
 Hi,
 
Bronek Baraniecki wrote:
 
 Hi,
 
 I'm sorry, if this very simple or it is no problem at all,
 but I cannot find out a solution for my "RightAlt "key in
 akeybord after upgrading from XFre86-3.3.6 to -4.0.2
 
 I go RH7.0
 lyx-1.1.6fix1-1
 gcc-2.96-54
 glibc-2.1.94-14
 xforms-0.88-3
 
 Before upgrading there was no problem writing polish
 diacritics in Lyx with "RightAlt" plus a character (eg. ),
 as well as in vim or emacs.
 But in other applications like kmail (KDE-2), netscape or
 balsa, the "RightAlt" was dead.
 
 So to make possible to write email in polish, I start
 experimentig and installed xfree-4.02.
 
 And now, all other applications make it possible to use
 RightAlt for diacritics, excluding lyx.
 
 In lyx RightAlt is dead now. I was playing with some
 configurations in XF86Config without succes. I have very
 good xmodmap in ~/.Xmodmap, but I do not know how to force
 lyx to use it.
 
 Locale is set OK.
 
 Any help will be warmly appreciated. Thanks in advance.
 
 brono
 --
 Bruno Baraniecki
 [EMAIL PROTECTED]


It is a well known problem, you should find the solution on
X11.aplications NG or on deja.com...

The problem comes from your upgrade of XFREE (i got the same problem at
home with my suse 6.3)
mais bon je te donne la soluce.

It comes from a bad link of the  xkb directory

The Xfree upgrade puts it in the directory /var/state. The pervious
version of XFREE search it in  /usr/X11R6/lib/X11. You must remove the
old link with a simple "rm" and create a new one  to the new good
directory with the line : ln -s /var/state/xkb /usr/X11R6/lib/X11/xkb

The tips is also given in "guide de survie de G. Delafond"

http://www.medsyn.fr/perso/g.delafond/survie.htm

7.23  La touche AltGr ne fonctionne plus aprs avoir install XFree86
4.02 ou sans raison

Histoire vcue sur Mandrake 7.2, o setxkbmap refusait de fonctionner.
En fait, xkbcomp essayait d'crire dans /usr/X1R6/lib/xkb/compiled , qui
est un lien
vers /var/state/xkb...qui n'existe pas. 

Solution : crer un rpertoire /var/state/xkb. 

Si vous n'avez chang aucun rglage, vrifiez que setxkbmap se lance
bien. S'il refuse, il peut s'agir d'une partition /var (ou racine si
/var n'a pas sa propre
partition) pleine. Faites de la place. Dans ce cas, vous ne pouvez pas
afficher non plus vos pages de man. 


sorry it's in french :-)

Yann

-- 
Scully: He said that the men behind this hoax, behind these
lies, gave me this disease to make you believe.

"The X-Files: Gethsemane"

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



Re: Keymap error with XFree86-4.0.2

2001-03-29 Thread Yann MORERE

Bronek Baraniecki wrote:
 
 
  It is a well known problem, you should find the solution
  on X11.aplications NG or on deja.com...
 
  The problem comes from your upgrade of XFREE (i got the
  same problem at home with my suse 6.3)
  mais bon je te donne la soluce.
 
  It comes from a bad link of the  xkb directory
 
  The Xfree upgrade puts it in the directory /var/state.
  The pervious version of XFREE search it in
  /usr/X11R6/lib/X11. You must remove the old link with a
  simple "rm" and create a new one  to the new good
  directory with the line : ln -s /var/state/xkb
  /usr/X11R6/lib/X11/xkb
 
 
 
  sorry it's in french :-)
 
  Yann
 
 Thank you,
 
 and sorry, I do not know french :-(

I translate it into english

  The tips is also given in "guide de survie de G.
  Delafond"
 
  http://www.medsyn.fr/perso/g.delafond/survie.htm
 
  7.23  La touche AltGr ne fonctionne plus aprs avoir
  install XFree86 4.02 ou sans raison

7.23 the AltGr Key doesn't work after upgrading Xfree86. 

  Histoire vcue sur Mandrake 7.2, o setxkbmap refusait de
  fonctionner. En fait, xkbcomp essayait d'crire dans
  /usr/X1R6/lib/xkb/compiled , qui est un lien
  vers /var/state/xkb...qui n'existe pas.

A lived history on a 7.2 mandrake, where setxkbmap refused to work. In
fact xkbcomp tried to write in /usr/X1R6/lib/xkb/compiled which is a
link to /var/state/xkb which doesn't exist.

  Solution : crer un rpertoire /var/state/xkb.

Solution  :  create a directory /var/state/xkb.

 
 Not understand what exactly to "rm" but will try.

it's just the unix rm command which remove "delete" files, directory or
links.

man rm will give you more information
 
 Regards
 Bruno


Yann 
 --
 Bruno Baraniecki
 [EMAIL PROTECTED]



Re: Keymap error with XFree86-4.0.2

2001-03-29 Thread Yann MORERE

Bronek Baraniecki wrote:
 
 Hi,
 
Bronek Baraniecki wrote:
 
 Hi,
 
 I'm sorry, if this very simple or it is no problem at all,
 but I cannot find out a solution for my "RightAlt "key in
 akeybord after upgrading from XFre86-3.3.6 to -4.0.2
 
 I go RH7.0
 lyx-1.1.6fix1-1
 gcc-2.96-54
 glibc-2.1.94-14
 xforms-0.88-3
 
 Before upgrading there was no problem writing polish
 diacritics in Lyx with "RightAlt" plus a character (eg. ),
 as well as in vim or emacs.
 But in other applications like kmail (KDE-2), netscape or
 balsa, the "RightAlt" was dead.
 
 So to make possible to write email in polish, I start
 experimentig and installed xfree-4.02.
 
 And now, all other applications make it possible to use
 RightAlt for diacritics, excluding lyx.
 
 In lyx RightAlt is dead now. I was playing with some
 configurations in XF86Config without succes. I have very
 good xmodmap in ~/.Xmodmap, but I do not know how to force
 lyx to use it.
 
 Locale is set OK.
 
 Any help will be warmly appreciated. Thanks in advance.
 
 brono
 --
 Bruno Baraniecki
 [EMAIL PROTECTED]


It is a well known problem, you should find the solution on
X11.aplications NG or on deja.com...

The problem comes from your upgrade of XFREE (i got the same problem at
home with my suse 6.3)
mais bon je te donne la soluce.

It comes from a bad link of the  xkb directory

The Xfree upgrade puts it in the directory /var/state. The pervious
version of XFREE search it in  /usr/X11R6/lib/X11. You must remove the
old link with a simple "rm" and create a new one  to the new good
directory with the line : ln -s /var/state/xkb /usr/X11R6/lib/X11/xkb

The tips is also given in "guide de survie de G. Delafond"

http://www.medsyn.fr/perso/g.delafond/survie.htm

7.23  La touche AltGr ne fonctionne plus aprs avoir install XFree86
4.02 ou sans raison

Histoire vcue sur Mandrake 7.2, o setxkbmap refusait de fonctionner.
En fait, xkbcomp essayait d'crire dans /usr/X1R6/lib/xkb/compiled , qui
est un lien
vers /var/state/xkb...qui n'existe pas. 

Solution : crer un rpertoire /var/state/xkb. 

Si vous n'avez chang aucun rglage, vrifiez que setxkbmap se lance
bien. S'il refuse, il peut s'agir d'une partition /var (ou racine si
/var n'a pas sa propre
partition) pleine. Faites de la place. Dans ce cas, vous ne pouvez pas
afficher non plus vos pages de man. 


sorry it's in french :-)

Yann

-- 
Scully: He said that the men behind this hoax, behind these
lies, gave me this disease to make you believe.

"The X-Files: Gethsemane"

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



Re: Keymap error with XFree86-4.0.2

2001-03-29 Thread Yann MORERE

Bronek Baraniecki wrote:
 
 
  It is a well known problem, you should find the solution
  on X11.aplications NG or on deja.com...
 
  The problem comes from your upgrade of XFREE (i got the
  same problem at home with my suse 6.3)
  mais bon je te donne la soluce.
 
  It comes from a bad link of the  xkb directory
 
  The Xfree upgrade puts it in the directory /var/state.
  The pervious version of XFREE search it in
  /usr/X11R6/lib/X11. You must remove the old link with a
  simple "rm" and create a new one  to the new good
  directory with the line : ln -s /var/state/xkb
  /usr/X11R6/lib/X11/xkb
 
 
 
  sorry it's in french :-)
 
  Yann
 
 Thank you,
 
 and sorry, I do not know french :-(

I translate it into english

  The tips is also given in "guide de survie de G.
  Delafond"
 
  http://www.medsyn.fr/perso/g.delafond/survie.htm
 
  7.23  La touche AltGr ne fonctionne plus aprs avoir
  install XFree86 4.02 ou sans raison

7.23 the AltGr Key doesn't work after upgrading Xfree86. 

  Histoire vcue sur Mandrake 7.2, o setxkbmap refusait de
  fonctionner. En fait, xkbcomp essayait d'crire dans
  /usr/X1R6/lib/xkb/compiled , qui est un lien
  vers /var/state/xkb...qui n'existe pas.

A lived history on a 7.2 mandrake, where setxkbmap refused to work. In
fact xkbcomp tried to write in /usr/X1R6/lib/xkb/compiled which is a
link to /var/state/xkb which doesn't exist.

  Solution : crer un rpertoire /var/state/xkb.

Solution  :  create a directory /var/state/xkb.

 
 Not understand what exactly to "rm" but will try.

it's just the unix rm command which remove "delete" files, directory or
links.

man rm will give you more information
 
 Regards
 Bruno


Yann 
 --
 Bruno Baraniecki
 [EMAIL PROTECTED]



Re: Keymap error with XFree86-4.0.2

2001-03-29 Thread Yann MORERE

Bronek Baraniecki wrote:
> 
> Hi,
> 
Bronek Baraniecki wrote:
> 
> Hi,
> 
> I'm sorry, if this very simple or it is no problem at all,
> but I cannot find out a solution for my "RightAlt "key in
> akeybord after upgrading from XFre86-3.3.6 to -4.0.2
> 
> I go RH7.0
> lyx-1.1.6fix1-1
> gcc-2.96-54
> glibc-2.1.94-14
> xforms-0.88-3
> 
> Before upgrading there was no problem writing polish
> diacritics in Lyx with "RightAlt" plus a character (eg. ±),
> as well as in vim or emacs.
> But in other applications like kmail (KDE-2), netscape or
> balsa, the "RightAlt" was dead.
> 
> So to make possible to write email in polish, I start
> experimentig and installed xfree-4.02.
> 
> And now, all other applications make it possible to use
> RightAlt for diacritics, excluding lyx.
> 
> In lyx RightAlt is dead now. I was playing with some
> configurations in XF86Config without succes. I have very
> good xmodmap in ~/.Xmodmap, but I do not know how to force
> lyx to use it.
> 
> Locale is set OK.
> 
> Any help will be warmly appreciated. Thanks in advance.
> 
> brono
> --
> Bruno Baraniecki
> [EMAIL PROTECTED]


It is a well known problem, you should find the solution on
X11.aplications NG or on deja.com...

The problem comes from your upgrade of XFREE (i got the same problem at
home with my suse 6.3)
mais bon je te donne la soluce.

It comes from a bad link of the  xkb directory

The Xfree upgrade puts it in the directory /var/state. The pervious
version of XFREE search it in  /usr/X11R6/lib/X11. You must remove the
old link with a simple "rm" and create a new one  to the new good
directory with the line : ln -s /var/state/xkb /usr/X11R6/lib/X11/xkb

The tips is also given in "guide de survie de G. Delafond"

http://www.medsyn.fr/perso/g.delafond/survie.htm

7.23  La touche AltGr ne fonctionne plus après avoir installé XFree86
4.02 ou sans raison

Histoire vécue sur Mandrake 7.2, où setxkbmap refusait de fonctionner.
En fait, xkbcomp essayait d'écrire dans /usr/X1R6/lib/xkb/compiled , qui
est un lien
vers /var/state/xkb...qui n'existe pas. 

Solution : créer un répertoire /var/state/xkb. 

Si vous n'avez changé aucun réglage, vérifiez que setxkbmap se lance
bien. S'il refuse, il peut s'agir d'une partition /var (ou racine si
/var n'a pas sa propre
partition) pleine. Faites de la place. Dans ce cas, vous ne pouvez pas
afficher non plus vos pages de man. 


sorry it's in french :-)

Yann

-- 
Scully: He said that the men behind this hoax, behind these
lies, gave me this disease to make you believe.

    "The X-Files: Gethsemane"

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



Re: Keymap error with XFree86-4.0.2

2001-03-29 Thread Yann MORERE

Bronek Baraniecki wrote:
> 
> >
> > It is a well known problem, you should find the solution
> > on X11.aplications NG or on deja.com...
> >
> > The problem comes from your upgrade of XFREE (i got the
> > same problem at home with my suse 6.3)
> > mais bon je te donne la soluce.
> >
> > It comes from a bad link of the  xkb directory
> >
> > The Xfree upgrade puts it in the directory /var/state.
> > The pervious version of XFREE search it in
> > /usr/X11R6/lib/X11. You must remove the old link with a
> > simple "rm" and create a new one  to the new good
> > directory with the line : ln -s /var/state/xkb
> > /usr/X11R6/lib/X11/xkb
> >
> >
> >
> > sorry it's in french :-)
> >
> > Yann
> 
> Thank you,
> 
> and sorry, I do not know french :-(

I translate it into english

> > The tips is also given in "guide de survie de G.
> > Delafond"
> >
> > http://www.medsyn.fr/perso/g.delafond/survie.htm
> >
> > 7.23  La touche AltGr ne fonctionne plus après avoir
> > installé XFree86 4.02 ou sans raison

7.23 the AltGr Key doesn't work after upgrading Xfree86. 

> > Histoire vécue sur Mandrake 7.2, où setxkbmap refusait de
> > fonctionner. En fait, xkbcomp essayait d'écrire dans
> > /usr/X1R6/lib/xkb/compiled , qui est un lien
> > vers /var/state/xkb...qui n'existe pas.

A lived history on a 7.2 mandrake, where setxkbmap refused to work. In
fact xkbcomp tried to write in /usr/X1R6/lib/xkb/compiled which is a
link to /var/state/xkb which doesn't exist.

> > Solution : créer un répertoire /var/state/xkb.

Solution  :  create a directory /var/state/xkb.

 
> Not understand what exactly to "rm" but will try.

it's just the unix rm command which remove "delete" files, directory or
links.

man rm will give you more information
 
> Regards
> Bruno


Yann 
> --
> Bruno Baraniecki
> [EMAIL PROTECTED]



Re: Blue underlined

2001-03-27 Thread Yann MORERE

Rainer Dorsch wrote:
 
 Hello,
 
 I have a lyx document in which part is underlined by a blue line. I have no
 idea where it comes from and it does not appear at the output. Can anybody
 give me a hint?

In fact this part of text is in another language than the rest of the
text.

So you select it, and in the character panel, change to your document
default language. The blue line will disapear

Yann
 Thanks.
 
 Rainer.

-- 
Ben (Obi-Wan) Kenobi:
The Force can have a strong influence on a weak mind.

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



Re: Blue underlined

2001-03-27 Thread Yann MORERE

Rainer Dorsch wrote:
 
 Hello,
 
 I have a lyx document in which part is underlined by a blue line. I have no
 idea where it comes from and it does not appear at the output. Can anybody
 give me a hint?

In fact this part of text is in another language than the rest of the
text.

So you select it, and in the character panel, change to your document
default language. The blue line will disapear

Yann
 Thanks.
 
 Rainer.

-- 
Ben (Obi-Wan) Kenobi:
The Force can have a strong influence on a weak mind.

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



Re: Blue underlined

2001-03-27 Thread Yann MORERE

Rainer Dorsch wrote:
> 
> Hello,
> 
> I have a lyx document in which part is underlined by a blue line. I have no
> idea where it comes from and it does not appear at the output. Can anybody
> give me a hint?

In fact this part of text is in another language than the rest of the
text.

So you select it, and in the character panel, change to your document
default language. The blue line will disapear

Yann
> Thanks.
> 
> Rainer.

-- 
Ben (Obi-Wan) Kenobi:
The Force can have a strong influence on a weak mind.

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



Probleme PS rendering on Sparc IPX lyx 1.1.6fix1 [addon]

2001-02-02 Thread Yann MORERE

Yann MORERE wrote:
 
 Hello, users and developpers,
 
 I've got a big problem after compiling the 1.1.6fix release (same error
 with 1.1.6), if I try to open lyx files containing a figure, lyx doesn't
 respond anymore, and a "ps ux" gives me 2 lyx processes.
 
 So I tried to make a new file containing a figure. In fact lyx freeze
 just after clickink OK, when it tries to render the figure. If i click
 on "not displayed" options, lyx doesn't freeze. so the problem seems to
 come from rendering.

In fact lyx freeze even if i select "not displayed". So there is a big
problem.

-- 
pine est un MUA de pines.
  -+- Sbi in Guide du CLXien pervers: "Castors Juniors constructifs" -+-

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



Probleme PS rendering on Sparc IPX lyx 1.1.6fix1

2001-02-02 Thread Yann MORERE

Hello, users and developpers, 

I've got a big problem after compiling the 1.1.6fix release (same error
with 1.1.6), if I try to open lyx files containing a figure, lyx doesn't
respond anymore, and a "ps ux" gives me 2 lyx processes.

So I tried to make a new file containing a figure. In fact lyx freeze
just after clickink OK, when it tries to render the figure. If i click
on "not displayed" options, lyx doesn't freeze. so the problem seems to
come from rendering.

Any idea?

I recompile this release on an alpha (OSF4.0) without problems, on 2
i386 (pentium and 486) (suse6.2 and RH6.1) without problems... only the
sparc station gives problems.

I use a RH 6.0 on it.

Yann

-- 
Et toi,  quoi ressemble ton startx ?
 -+- GK in Guide du CLXien pervers: "Et aprs tu me tiens ma porte?" -+- 

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



Probleme PS rendering on Sparc IPX lyx 1.1.6fix1 [addon]

2001-02-02 Thread Yann MORERE

Yann MORERE wrote:
 
 Hello, users and developpers,
 
 I've got a big problem after compiling the 1.1.6fix release (same error
 with 1.1.6), if I try to open lyx files containing a figure, lyx doesn't
 respond anymore, and a "ps ux" gives me 2 lyx processes.
 
 So I tried to make a new file containing a figure. In fact lyx freeze
 just after clickink OK, when it tries to render the figure. If i click
 on "not displayed" options, lyx doesn't freeze. so the problem seems to
 come from rendering.

In fact lyx freeze even if i select "not displayed". So there is a big
problem.

-- 
pine est un MUA de pines.
  -+- Sbi in Guide du CLXien pervers: "Castors Juniors constructifs" -+-

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



Probleme PS rendering on Sparc IPX lyx 1.1.6fix1

2001-02-02 Thread Yann MORERE

Hello, users and developpers, 

I've got a big problem after compiling the 1.1.6fix release (same error
with 1.1.6), if I try to open lyx files containing a figure, lyx doesn't
respond anymore, and a "ps ux" gives me 2 lyx processes.

So I tried to make a new file containing a figure. In fact lyx freeze
just after clickink OK, when it tries to render the figure. If i click
on "not displayed" options, lyx doesn't freeze. so the problem seems to
come from rendering.

Any idea?

I recompile this release on an alpha (OSF4.0) without problems, on 2
i386 (pentium and 486) (suse6.2 and RH6.1) without problems... only the
sparc station gives problems.

I use a RH 6.0 on it.

Yann

-- 
Et toi,  quoi ressemble ton startx ?
 -+- GK in Guide du CLXien pervers: "Et aprs tu me tiens ma porte?" -+- 

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



Probleme "PS rendering" on Sparc IPX lyx 1.1.6fix1 [addon]

2001-02-02 Thread Yann MORERE

Yann MORERE wrote:
> 
> Hello, users and developpers,
> 
> I've got a big problem after compiling the 1.1.6fix release (same error
> with 1.1.6), if I try to open lyx files containing a figure, lyx doesn't
> respond anymore, and a "ps ux" gives me 2 lyx processes.
> 
> So I tried to make a new file containing a figure. In fact lyx freeze
> just after clickink OK, when it tries to render the figure. If i click
> on "not displayed" options, lyx doesn't freeze. so the problem seems to
> come from rendering.

In fact lyx freeze even if i select "not displayed". So there is a big
problem.

-- 
pine est un MUA de pines.
  -+- Sbi in Guide du CLXien pervers: "Castors Juniors constructifs" -+-

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



Probleme "PS rendering" on Sparc IPX lyx 1.1.6fix1

2001-02-02 Thread Yann MORERE

Hello, users and developpers, 

I've got a big problem after compiling the 1.1.6fix release (same error
with 1.1.6), if I try to open lyx files containing a figure, lyx doesn't
respond anymore, and a "ps ux" gives me 2 lyx processes.

So I tried to make a new file containing a figure. In fact lyx freeze
just after clickink OK, when it tries to render the figure. If i click
on "not displayed" options, lyx doesn't freeze. so the problem seems to
come from rendering.

Any idea?

I recompile this release on an alpha (OSF4.0) without problems, on 2
i386 (pentium and 486) (suse6.2 and RH6.1) without problems... only the
sparc station gives problems.

I use a RH 6.0 on it.

Yann

-- 
Et toi, à quoi ressemble ton startx ?
 -+- GK in Guide du CLXien pervers: "Et après tu me tiens ma porte?" -+- 

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



How to do a Wedding announcement - Comment realiser un faire-part de mariage

2001-01-08 Thread Yann MORERE

Hello lyx users and developpers, 

I wish you an Happy New Year 2001

I would like to know if someone has already down a Wedding announcement
under lyx, or what fonts should i use to do that, to make a nice things.

thanks to all answer,

Ian

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



How to do a Wedding announcement - Comment realiser un faire-part de mariage

2001-01-08 Thread Yann MORERE

Hello lyx users and developpers, 

I wish you an Happy New Year 2001

I would like to know if someone has already down a Wedding announcement
under lyx, or what fonts should i use to do that, to make a nice things.

thanks to all answer,

Ian

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



How to do a Wedding announcement - Comment realiser un faire-part de mariage

2001-01-08 Thread Yann MORERE

Hello lyx users and developpers, 

I wish you an Happy New Year 2001

I would like to know if someone has already down a Wedding announcement
under lyx, or what fonts should i use to do that, to make a nice things.

thanks to all answer,

Ian

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



Re: export LANG=fr does not work on my suse6.2

2000-12-04 Thread Yann MORERE

Jean-Marc Lasgouttes wrote:
 
  "Yann" == Yann MORERE [EMAIL PROTECTED] writes:
 
 Yann hello, lyx users I've got a problem, when trying to get the
 Yann french language in the menus.
 
 Yann like said in the customization file, i export the LANG variable
 Yann :
 
 Yann export LANG=fr
 
 Yann i use a suse6.2. Is there another thing to do. I compiled lyx
 Yann with the nls support like noticed in the customization file.
 
 Yann Is anybogy got the problem?
 
 Yann I must say that there are other variable under suse LC_LANG
 Yann LANGUAGE  which one should be set?
 
 Did you fix your problem? 

no, i let it in english... but on the alpha OSF40 compiled version it
works... i fix the LANG=fr variable and the menus are in french, but
lots of shortcuts don't work (like maths and insert shortcuts). so i
came back to english.


 Which version of LyX is that? Does compiling
 with --with-included-gettext help? 
lyx 1.1.5fix2 but for "--with-included-gettext", i don't remember, is it
default configure settings

here is my configure command on alpha

./configure --with-included-string --prefix=$HOME/bureau/lyx
--exec-prefix=$HOME
/bureau/lyx --with-extra-lib=$HOME/bureau/xforms/lib
--with-extra-inc=$HOME/bure
au/xforms/include

for the suse6.2 version, i just launched ./configure... perhaps it comes
from that.

Did you try the other variables
 (LC_LANG?)

yes, it doesn't work either... 
 
 JMarc


thanks

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



Re: export LANG=fr does not work on my suse6.2

2000-12-04 Thread Yann MORERE

Jean-Marc Lasgouttes wrote:
 
  "Yann" == Yann MORERE [EMAIL PROTECTED] writes:
 
 Yann hello, lyx users I've got a problem, when trying to get the
 Yann french language in the menus.
 
 Yann like said in the customization file, i export the LANG variable
 Yann :
 
 Yann export LANG=fr
 
 Yann i use a suse6.2. Is there another thing to do. I compiled lyx
 Yann with the nls support like noticed in the customization file.
 
 Yann Is anybogy got the problem?
 
 Yann I must say that there are other variable under suse LC_LANG
 Yann LANGUAGE  which one should be set?
 
 Did you fix your problem? 

no, i let it in english... but on the alpha OSF40 compiled version it
works... i fix the LANG=fr variable and the menus are in french, but
lots of shortcuts don't work (like maths and insert shortcuts). so i
came back to english.


 Which version of LyX is that? Does compiling
 with --with-included-gettext help? 
lyx 1.1.5fix2 but for "--with-included-gettext", i don't remember, is it
default configure settings

here is my configure command on alpha

./configure --with-included-string --prefix=$HOME/bureau/lyx
--exec-prefix=$HOME
/bureau/lyx --with-extra-lib=$HOME/bureau/xforms/lib
--with-extra-inc=$HOME/bure
au/xforms/include

for the suse6.2 version, i just launched ./configure... perhaps it comes
from that.

Did you try the other variables
 (LC_LANG?)

yes, it doesn't work either... 
 
 JMarc


thanks

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



Re: export LANG=fr does not work on my suse6.2

2000-12-04 Thread Yann MORERE

Jean-Marc Lasgouttes wrote:
> 
> >>>>> "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes:
> 
> Yann> hello, lyx users I've got a problem, when trying to get the
> Yann> french language in the menus.
> 
> Yann> like said in the customization file, i export the LANG variable
> Yann> :
> 
> Yann> export LANG=fr
> 
> Yann> i use a suse6.2. Is there another thing to do. I compiled lyx
> Yann> with the nls support like noticed in the customization file.
> 
> Yann> Is anybogy got the problem?
> 
> Yann> I must say that there are other variable under suse LC_LANG
> Yann> LANGUAGE  which one should be set?
> 
> Did you fix your problem? 

no, i let it in english... but on the alpha OSF40 compiled version it
works... i fix the LANG=fr variable and the menus are in french, but
lots of shortcuts don't work (like maths and insert shortcuts). so i
came back to english.


> Which version of LyX is that? Does compiling
> with --with-included-gettext help? 
lyx 1.1.5fix2 but for "--with-included-gettext", i don't remember, is it
default configure settings

here is my configure command on alpha

./configure --with-included-string --prefix=$HOME/bureau/lyx
--exec-prefix=$HOME
/bureau/lyx --with-extra-lib=$HOME/bureau/xforms/lib
--with-extra-inc=$HOME/bure
au/xforms/include

for the suse6.2 version, i just launched ./configure... perhaps it comes
from that.

Did you try the other variables
> (LC_LANG?)

yes, it doesn't work either... 
 
> JMarc


thanks

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



Re: export LANG=fr does not work on my suse6.2

2000-11-29 Thread Yann MORERE

Chris Schulbert wrote:
 
  I've got a problem, when trying to get the french language in the menus.
 
  like said in the customization file, i export the LANG variable :
 
  export LANG=fr
 
  i use a suse6.2. Is there another thing to do. I compiled lyx with the
  nls support like noticed in the customization file.
 
 
  Is anybogy got the problem?
 
 Hi! I've got the same problem with the LANG=de_DE, etc. After updating from
 SuSE6.2 to 7.0. The "old" system was german. After updating AND using my old
 config. LyX talks in english to me and I am afraid NOBODY has an answer on
 this.

I tried to configure all the language variable :  LANGUAGE, LC_LANG ...
LC_ALL, nothing works, it talks english... 

It's very surprising, because at home i have the same suse 6.2 installed
on a desktop computer, and lyx talks french... so i have check this
config to do the same on the laptop.
 
 Regards,


YAnn

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



Re: export LANG=fr does not work on my suse6.2

2000-11-29 Thread Yann MORERE

Chris Schulbert wrote:
 
  I've got a problem, when trying to get the french language in the menus.
 
  like said in the customization file, i export the LANG variable :
 
  export LANG=fr
 
  i use a suse6.2. Is there another thing to do. I compiled lyx with the
  nls support like noticed in the customization file.
 
 
  Is anybogy got the problem?
 
 Hi! I've got the same problem with the LANG=de_DE, etc. After updating from
 SuSE6.2 to 7.0. The "old" system was german. After updating AND using my old
 config. LyX talks in english to me and I am afraid NOBODY has an answer on
 this.

I tried to configure all the language variable :  LANGUAGE, LC_LANG ...
LC_ALL, nothing works, it talks english... 

It's very surprising, because at home i have the same suse 6.2 installed
on a desktop computer, and lyx talks french... so i have check this
config to do the same on the laptop.
 
 Regards,


YAnn

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



Re: export LANG=fr does not work on my suse6.2

2000-11-29 Thread Yann MORERE

Chris Schulbert wrote:
> 
> > I've got a problem, when trying to get the french language in the menus.
> >
> > like said in the customization file, i export the LANG variable :
> >
> > export LANG=fr
> >
> > i use a suse6.2. Is there another thing to do. I compiled lyx with the
> > nls support like noticed in the customization file.
> >
> >
> > Is anybogy got the problem?
> 
> Hi! I've got the same problem with the LANG=de_DE, etc. After updating from
> SuSE6.2 to 7.0. The "old" system was german. After updating AND using my old
> config. LyX talks in english to me and I am afraid NOBODY has an answer on
> this.

I tried to configure all the language variable :  LANGUAGE, LC_LANG ...
LC_ALL, nothing works, it talks english... 

It's very surprising, because at home i have the same suse 6.2 installed
on a desktop computer, and lyx talks french... so i have check this
config to do the same on the laptop.
 
 Regards,
>

YAnn

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



export LANG=fr does not work on my suse6.2

2000-11-28 Thread Yann MORERE

hello, lyx users


I've got a problem, when trying to get the french language in the menus.

like said in the customization file, i export the LANG variable : 

export LANG=fr

i use a suse6.2. Is there another thing to do. I compiled lyx with the
nls support like noticed in the customization file.


Is anybogy got the problem?

I must say that there are other variable under suse LC_LANG LANGUAGE
 which one should be set?

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



export LANG=fr does not work on my suse6.2

2000-11-28 Thread Yann MORERE

hello, lyx users


I've got a problem, when trying to get the french language in the menus.

like said in the customization file, i export the LANG variable : 

export LANG=fr

i use a suse6.2. Is there another thing to do. I compiled lyx with the
nls support like noticed in the customization file.


Is anybogy got the problem?

I must say that there are other variable under suse LC_LANG LANGUAGE
 which one should be set?

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



export LANG=fr does not work on my suse6.2

2000-11-28 Thread Yann MORERE

hello, lyx users


I've got a problem, when trying to get the french language in the menus.

like said in the customization file, i export the LANG variable : 

export LANG=fr

i use a suse6.2. Is there another thing to do. I compiled lyx with the
nls support like noticed in the customization file.


Is anybogy got the problem?

I must say that there are other variable under suse LC_LANG LANGUAGE
 which one should be set?

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



[Feedback] : Thank you to all lyx users and developpers,

2000-11-27 Thread Yann MORERE

Hello Lyx men,

I would like to thanks all people who helped me, giving lyx tips,
compilation informations,  during the writing of my thesis.

It's out, a great and beautiful paper version is printed. 

So, thank you very much for this smaching software.

A convinced lyx user,

Yann

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



[Feedback] : Thank you to all lyx users and developpers,

2000-11-27 Thread Yann MORERE

Hello Lyx men,

I would like to thanks all people who helped me, giving lyx tips,
compilation informations,  during the writing of my thesis.

It's out, a great and beautiful paper version is printed. 

So, thank you very much for this smaching software.

A convinced lyx user,

Yann

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



[Feedback] : Thank you to all lyx users and developpers,

2000-11-27 Thread Yann MORERE

Hello Lyx men,

I would like to thanks all people who helped me, giving lyx tips,
compilation informations,  during the writing of my thesis.

It's out, a great and beautiful paper version is printed. 

So, thank you very much for this smaching software.

A convinced lyx user,

Yann

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



How to make accentued caracter in \mbox{} math mode

2000-10-06 Thread Yann MORERE

Hello lyx users,

I writing my phd thesis, and i have to make this style of equations
 prémisse
  __^ 
x=dfdfdfdfdfhh

so when editing the equation in math mode, lyx doesn't allow me to type
é or \'e in the \mbox{}

if i edit the generated tex file i can had the desired accentued
caracter like


%% LyX 1.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\makeatletter


%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}

\makeatother

\begin{document}

\[
top^{\mbox{pr\'e misse}}\]

or

\[
top^{\mbox{prémisse}}\]

\end{document}

so the question could be resumed : how to type directly accentued
caracter in math mode


thanks for quick reply... i've got a thesis to write ;-)

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



Re: How to make accentued caracter in \mbox{} math mode

2000-10-06 Thread Yann MORERE

Andre Poenitz wrote:
 


 
 In such cases I put
 
 \def\ue{\"u}
 \def\ae{\"a}
 \def\oe{\"o}
 ...

i'm so stupid... i didn't think of that ;-)

really great and quick
 
 in the preamble and use \ue ... in the boxes.

ok it works good
 
 Certainly not nice, but it works.

why not nice? it's nice while this feature isn't included in the lyx
program :-)
 
Yann
-- 
"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 ---
(Yann MORERE mailto:[EMAIL PROTECTED] )
(Doctorant Automatique   http://ymorere.multimania.com/ )



How to make accentued caracter in \mbox{} math mode

2000-10-06 Thread Yann MORERE

Hello lyx users,

I writing my phd thesis, and i have to make this style of equations
 prémisse
  __^ 
x=dfdfdfdfdfhh

so when editing the equation in math mode, lyx doesn't allow me to type
é or \'e in the \mbox{}

if i edit the generated tex file i can had the desired accentued
caracter like


%% LyX 1.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\makeatletter


%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}

\makeatother

\begin{document}

\[
top^{\mbox{pr\'e misse}}\]

or

\[
top^{\mbox{prémisse}}\]

\end{document}

so the question could be resumed : how to type directly accentued
caracter in math mode


thanks for quick reply... i've got a thesis to write ;-)

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



Re: How to make accentued caracter in \mbox{} math mode

2000-10-06 Thread Yann MORERE

Andre Poenitz wrote:
 


 
 In such cases I put
 
 \def\ue{\"u}
 \def\ae{\"a}
 \def\oe{\"o}
 ...

i'm so stupid... i didn't think of that ;-)

really great and quick
 
 in the preamble and use \ue ... in the boxes.

ok it works good
 
 Certainly not nice, but it works.

why not nice? it's nice while this feature isn't included in the lyx
program :-)
 
Yann
-- 
"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 ---
(Yann MORERE mailto:[EMAIL PROTECTED] )
(Doctorant Automatique   http://ymorere.multimania.com/ )



How to make accentued caracter in \mbox{} math mode

2000-10-06 Thread Yann MORERE

Hello lyx users,

I writing my phd thesis, and i have to make this style of equations
 prémisse
  __^ 
x=dfdfdfdfdfhh

so when editing the equation in math mode, lyx doesn't allow me to type
é or \'e in the \mbox{}

if i edit the generated tex file i can had the desired accentued
caracter like


%% LyX 1.1 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}

\makeatletter


%% LyX specific LaTeX commands.
\providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}

\makeatother

\begin{document}

\[
top^{\mbox{pr\'e misse}}\]

or

\[
top^{\mbox{prémisse}}\]

\end{document}

so the question could be resumed : how to type directly accentued
caracter in math mode


thanks for quick reply... i've got a thesis to write ;-)

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



Re: How to make accentued caracter in \mbox{} math mode

2000-10-06 Thread Yann MORERE

Andre Poenitz wrote:
> 


> 
> In such cases I put
> 
> \def\ue{\"u}
> \def\ae{\"a}
> \def\oe{\"o}
> ...

i'm so stupid... i didn't think of that ;-)

really great and quick
 
> in the preamble and use \ue ... in the boxes.

ok it works good
 
> Certainly not nice, but it works.

why not nice? it's nice while this feature isn't included in the lyx
program :-)
 
Yann
-- 
"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
 -------
(Yann MORERE mailto:[EMAIL PROTECTED] )
(Doctorant Automatique   http://ymorere.multimania.com/ )



[Q] How to generate the character « and »?

2000-06-16 Thread Yann MORERE

Hello, 

I have imported a text document in lyx which contains « and » "french
quote"

How can i input them in my lyx document

compose + + does not works

is there a tips

There are a few things you need to know about this table. This manual is
set up --- by hand, mind you --- to print all of these characters. That
ain't the default. Nowhere near, in fact. Here are some of the details
you'll need to bear in mind when using characters from the Latin1
character set:

* The characters at entries A2, A4, A5, A6 and AD -- the cent, the yen,
the generic-currency-symbol, the broken vertical bar, and the short dash
-- are just plain missing in the default encodings. We don't know where
they are or why this is the case.

* Even if you've selected latin1 in the Document Layout popup, users who
have only the OT1-fonts for LaTeX [or who have the T1-fonts but aren't
using them] will still be missing a few characters: D0, F0, DE, FE, AB,
and BB -- the uppercase and lowercase eth and thorn, and the french
quotes -- won't show up.

* Users of OT1-fonts can, however, get the french quotes [characters AB
and BB] if they include the either the package umlaute.sty or german.sty
in their documents

i've got these character in my dvi files, but how can i type them
directly

thanks

Yann

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



Re: [Q] How to generate the character « and »?

2000-06-16 Thread Yann MORERE

Jean-Pierre.Chretien wrote:
 
 Date: Fri, 16 Jun 2000 17:59:14 +0100
 From: Yann MORERE [EMAIL PROTECTED]
 To: LyX Users [EMAIL PROTECTED], LyX devel [EMAIL PROTECTED]
 Subject: [Q] How to generate the character « and »?
 
 Hello,
 
 I have imported a text document in lyx which contains « and » "french
 quote"
 
 How can i input them in my lyx document
 
 Select the required quote in the Layout-Quotes menu, then " will provide
 the right « guillemet »

sorry for my stupid question :-(

it was so easy

thanks

Yann
 

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



[Q] How to generate the character « and »?

2000-06-16 Thread Yann MORERE

Hello, 

I have imported a text document in lyx which contains « and » "french
quote"

How can i input them in my lyx document

compose + + does not works

is there a tips

There are a few things you need to know about this table. This manual is
set up --- by hand, mind you --- to print all of these characters. That
ain't the default. Nowhere near, in fact. Here are some of the details
you'll need to bear in mind when using characters from the Latin1
character set:

* The characters at entries A2, A4, A5, A6 and AD -- the cent, the yen,
the generic-currency-symbol, the broken vertical bar, and the short dash
-- are just plain missing in the default encodings. We don't know where
they are or why this is the case.

* Even if you've selected latin1 in the Document Layout popup, users who
have only the OT1-fonts for LaTeX [or who have the T1-fonts but aren't
using them] will still be missing a few characters: D0, F0, DE, FE, AB,
and BB -- the uppercase and lowercase eth and thorn, and the french
quotes -- won't show up.

* Users of OT1-fonts can, however, get the french quotes [characters AB
and BB] if they include the either the package umlaute.sty or german.sty
in their documents

i've got these character in my dvi files, but how can i type them
directly

thanks

Yann

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



Re: [Q] How to generate the character « and »?

2000-06-16 Thread Yann MORERE

Jean-Pierre.Chretien wrote:
 
 Date: Fri, 16 Jun 2000 17:59:14 +0100
 From: Yann MORERE [EMAIL PROTECTED]
 To: LyX Users [EMAIL PROTECTED], LyX devel [EMAIL PROTECTED]
 Subject: [Q] How to generate the character « and »?
 
 Hello,
 
 I have imported a text document in lyx which contains « and » "french
 quote"
 
 How can i input them in my lyx document
 
 Select the required quote in the Layout-Quotes menu, then " will provide
 the right « guillemet »

sorry for my stupid question :-(

it was so easy

thanks

Yann
 

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



[Q] How to generate the character « and »?

2000-06-16 Thread Yann MORERE

Hello, 

I have imported a text document in lyx which contains « and » "french
quote"

How can i input them in my lyx document

compose + <+< does not works

is there a tips

There are a few things you need to know about this table. This manual is
set up --- by hand, mind you --- to print all of these characters. That
ain't the default. Nowhere near, in fact. Here are some of the details
you'll need to bear in mind when using characters from the Latin1
character set:

* The characters at entries A2, A4, A5, A6 and AD -- the cent, the yen,
the generic-currency-symbol, the broken vertical bar, and the short dash
-- are just plain missing in the default encodings. We don't know where
they are or why this is the case.

* Even if you've selected latin1 in the Document Layout popup, users who
have only the OT1-fonts for LaTeX [or who have the T1-fonts but aren't
using them] will still be missing a few characters: D0, F0, DE, FE, AB,
and BB -- the uppercase and lowercase eth and thorn, and the french
quotes -- won't show up.

* Users of OT1-fonts can, however, get the french quotes [characters AB
and BB] if they include the either the package umlaute.sty or german.sty
in their documents

i've got these character in my dvi files, but how can i type them
directly

thanks

Yann

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



Re: [Q] How to generate the character « and »?

2000-06-16 Thread Yann MORERE

Jean-Pierre.Chretien wrote:
> 
> >>Date: Fri, 16 Jun 2000 17:59:14 +0100
> >>From: Yann MORERE <[EMAIL PROTECTED]>
> >>To: LyX Users <[EMAIL PROTECTED]>, LyX devel <[EMAIL PROTECTED]>
> >>Subject: [Q] How to generate the character « and »?
> >>
> >>Hello,
> >>
> >>I have imported a text document in lyx which contains « and » "french
> >>quote"
> >>
> >>How can i input them in my lyx document
> 
> Select the required quote in the Layout->Quotes menu, then " will provide
> the right « guillemet »

sorry for my stupid question :-(

it was so easy

thanks

Yann
 

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



Re: LaTeX FAQ

2000-04-28 Thread Yann MORERE

as Herbert Voss wrote:


 
if you are familiar with french, than you may be interested in
 the very good german latex faq from fr.compt.text.tex
 


http://www.crt.umontreal.ca/~lab_info/latex/FAQ-LaTeX/index.html
http://www.lri.fr/Francais/Recherche/ia/stuff/FAQ-LaTeX/

 ---
 == This is a reminder of the existence of the monthly FAQ postings to
 == the newsgroups `fr.comp.text.tex', the french-speaking TeX
 newsgroup.
 == The rest of this reminder is in german.

Yann

PS : you can find a complete html and ps version of the faq on my
website.


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



Re: LaTeX FAQ

2000-04-28 Thread Yann MORERE

as Herbert Voss wrote:


 
if you are familiar with french, than you may be interested in
 the very good german latex faq from fr.compt.text.tex
 


http://www.crt.umontreal.ca/~lab_info/latex/FAQ-LaTeX/index.html
http://www.lri.fr/Francais/Recherche/ia/stuff/FAQ-LaTeX/

 ---
 == This is a reminder of the existence of the monthly FAQ postings to
 == the newsgroups `fr.comp.text.tex', the french-speaking TeX
 newsgroup.
 == The rest of this reminder is in german.

Yann

PS : you can find a complete html and ps version of the faq on my
website.


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



Re: LaTeX FAQ

2000-04-28 Thread Yann MORERE

as Herbert Voss wrote:
>

 
if you are familiar with french, than you may be interested in
> the very good german latex faq from fr.compt.text.tex
> 


http://www.crt.umontreal.ca/~lab_info/latex/FAQ-LaTeX/index.html
http://www.lri.fr/Francais/Recherche/ia/stuff/FAQ-LaTeX/

> ---
> ==> This is a reminder of the existence of the monthly FAQ postings to
> ==> the newsgroups `fr.comp.text.tex', the french-speaking TeX
> newsgroup.
> ==> The rest of this reminder is in german.

Yann

PS : you can find a complete html and ps version of the faq on my
website.


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



Re: [Problem] Patching lyx 1.1.4

2000-04-10 Thread Yann MORERE

Jean-Pierre.Chretien wrote:
 

 
 Which patch are you using ? Does patch -v answers ? Here:
 %%/usr/local/bin/patch -v
 patch 2.5
 Copyright 1988 Larry Wall
 Copyright 1997 Free Software Foundation, Inc.
 [snip]
 
 The usual Solaris patch program didn't work correctly.
 

flore:/users/laih2/ymorere patch -v
OSF/1 version 1.0 - based on:
Header: patch.c,v 2.0.1.6 88/06/22 20:46:39 lwall Locked
Patch level: 12
flore:/users/laih2/ymorere 


but the problem was solved by  Kayvan A. Sylvan, putting on is server
the complete patched sources

but now i have other problems..

 --
 Jean-Pierre

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



Re: [Problem] Patching lyx 1.1.4

2000-04-10 Thread Yann MORERE

Jean-Pierre.Chretien wrote:
 

 
 Which patch are you using ? Does patch -v answers ? Here:
 %%/usr/local/bin/patch -v
 patch 2.5
 Copyright 1988 Larry Wall
 Copyright 1997 Free Software Foundation, Inc.
 [snip]
 
 The usual Solaris patch program didn't work correctly.
 

flore:/users/laih2/ymorere patch -v
OSF/1 version 1.0 - based on:
Header: patch.c,v 2.0.1.6 88/06/22 20:46:39 lwall Locked
Patch level: 12
flore:/users/laih2/ymorere 


but the problem was solved by  Kayvan A. Sylvan, putting on is server
the complete patched sources

but now i have other problems..

 --
 Jean-Pierre

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



Re: [Problem] Patching lyx 1.1.4

2000-04-10 Thread Yann MORERE

Jean-Pierre.Chretien wrote:
> 

> 
> Which patch are you using ? Does patch -v answers ? Here:
> %%>/usr/local/bin/patch -v
> patch 2.5
> Copyright 1988 Larry Wall
> Copyright 1997 Free Software Foundation, Inc.
> [snip]
> 
> The usual Solaris patch program didn't work correctly.
> 

flore:/users/laih2/ymorere >patch -v
OSF/1 version 1.0 - based on:
Header: patch.c,v 2.0.1.6 88/06/22 20:46:39 lwall Locked
Patch level: 12
flore:/users/laih2/ymorere >


but the problem was solved by  Kayvan A. Sylvan, putting on is server
the complete patched sources

but now i have other problems..

> --
> Jean-Pierre

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



Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Yann MORERE

[EMAIL PROTECTED] wrote:
 
 I have just placed "Version 0.3.0pre0.build000, Alpha" of the LyX FAQ into
 the lyxdoc CVS module. It's not "finished" by any stretch, but I wanted
 people to have a chance to see it and offer comments before it gets too
 much bigger.
 
 The format is loosely based on the Linux FAQ. I did have a look at version
 0.2.2 of the LyX FAQ, but it actually isn't very relevant anymore (good
 news, not bad!). It is a simple LyX document; hopefully it won't be too
 hard to export it as a decent looking HTML file. Also, I didn't write this
 with too straight a face (see 9.4 Disclaimer and Copyright for an example,
 amongst many). If this tone doesn't sit well with you, let me know and I'll
 tame it down a bit.
 
 Areas I would particularly like comments about are the following:
 
 Section 1.2 - I would like to know about "world record documents" (read it
 - you'll see what I mean). Anyone do longer than a 118 page thesis?
 Anyone write a proposal for more than $1 M (US)? etc.

i wrote a ~300 pages document... the latex FAQ en french from the Text
version from
fr.comp.text.tex (you can have it on my homepage )

without problems, and with a heavy latex preamble (several included
packages)
 
 Section 1.4 - Looking for machines/OS's known to run LyX. I use RedHat
 Linux 6.0 and Sun Solaris 2.6. I know there are a ton of others,
 including OS/2 and Windows - what are they and what special things
 (if any) do they need?

I compiled and ran LyX 1.1.4 on a Sparc IPX sun station with RH 6.0 and
on an
Alpha ev6 under OSF1 flore V4.0 1091 alpha

 
Ian

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



Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Yann MORERE

[EMAIL PROTECTED] wrote:
 
 I have just placed "Version 0.3.0pre0.build000, Alpha" of the LyX FAQ into
 the lyxdoc CVS module. It's not "finished" by any stretch, but I wanted
 people to have a chance to see it and offer comments before it gets too
 much bigger.
 
 The format is loosely based on the Linux FAQ. I did have a look at version
 0.2.2 of the LyX FAQ, but it actually isn't very relevant anymore (good
 news, not bad!). It is a simple LyX document; hopefully it won't be too
 hard to export it as a decent looking HTML file. Also, I didn't write this
 with too straight a face (see 9.4 Disclaimer and Copyright for an example,
 amongst many). If this tone doesn't sit well with you, let me know and I'll
 tame it down a bit.
 
 Areas I would particularly like comments about are the following:
 
 Section 1.2 - I would like to know about "world record documents" (read it
 - you'll see what I mean). Anyone do longer than a 118 page thesis?
 Anyone write a proposal for more than $1 M (US)? etc.

i wrote a ~300 pages document... the latex FAQ en french from the Text
version from
fr.comp.text.tex (you can have it on my homepage )

without problems, and with a heavy latex preamble (several included
packages)
 
 Section 1.4 - Looking for machines/OS's known to run LyX. I use RedHat
 Linux 6.0 and Sun Solaris 2.6. I know there are a ton of others,
 including OS/2 and Windows - what are they and what special things
 (if any) do they need?

I compiled and ran LyX 1.1.4 on a Sparc IPX sun station with RH 6.0 and
on an
Alpha ev6 under OSF1 flore V4.0 1091 alpha

 
Ian

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



Re: LyX FAQ 0.3.0... available (Please read)

2000-04-07 Thread Yann MORERE

[EMAIL PROTECTED] wrote:
> 
> I have just placed "Version 0.3.0pre0.build000, Alpha" of the LyX FAQ into
> the lyxdoc CVS module. It's not "finished" by any stretch, but I wanted
> people to have a chance to see it and offer comments before it gets too
> much bigger.
> 
> The format is loosely based on the Linux FAQ. I did have a look at version
> 0.2.2 of the LyX FAQ, but it actually isn't very relevant anymore (good
> news, not bad!). It is a simple LyX document; hopefully it won't be too
> hard to export it as a decent looking HTML file. Also, I didn't write this
> with too straight a face (see 9.4 Disclaimer and Copyright for an example,
> amongst many). If this tone doesn't sit well with you, let me know and I'll
> tame it down a bit.
> 
> Areas I would particularly like comments about are the following:
> 
> Section 1.2 - I would like to know about "world record documents" (read it
> - you'll see what I mean). Anyone do longer than a 118 page thesis?
> Anyone write a proposal for more than $1 M (US)? etc.

i wrote a ~300 pages document... the latex FAQ en french from the Text
version from
fr.comp.text.tex (you can have it on my homepage )

without problems, and with a heavy latex preamble (several included
packages)
 
> Section 1.4 - Looking for machines/OS's known to run LyX. I use RedHat
> Linux 6.0 and Sun Solaris 2.6. I know there are a ton of others,
> including OS/2 and Windows - what are they and what special things
> (if any) do they need?

I compiled and ran LyX 1.1.4 on a Sparc IPX sun station with RH 6.0 and
on an
Alpha ev6 under OSF1 flore V4.0 1091 alpha

 
Ian

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



Re: OF - Does someone use barracuda for editing bibtex?

2000-02-22 Thread Yann MORERE

mendes wrote:
 
 Hello
 I wonder whether someone uses barracuda to edit the bib files before
 running lyx.

I use barracudda on redhat sparc 6.0 and on suse6.3 i386, no problem
with compilation

 I am running Mandrake 7.0 and couldn't compile barrucuda at all. Perhaps
 someone out there could help me.

can you tell more about the errors
 
 Thanks a lot.
 
 Eduardo

-- 
"Y faut liiirrreee, Arlequin, Champion de l'amou" Dany Boon
---
Yann MORERE  [EMAIL PROTECTED]
Doctorant Automatiquehttp://www.multimania.com/ymorere/



  1   2   >