Changing default font size, and alignment in Lyx

2002-06-04 Thread Pierre Marc Dumuid

I'd like to make the default fontsize scriptsize, and the default 
alignment left.
I've tried
\renewcommand{\marginpar}[1]{\marginpar{{\fontsize scriptsize #1}}

and a few others but they don't seem to work.
I even tried editing my ~/.lyx/ui/default.ui to contain:
Item Marginal Note|M command-sequence marginalnote-insert ; 
font-size scriptsize

to no avail...

Has anyone faced this problem before??

- Pierre Dumuid





Re: Changing default font size, and alignment in Lyx

2002-06-04 Thread Herbert Voss

Pierre Marc Dumuid wrote:

 I'd like to make the default fontsize scriptsize, and the default 
 alignment left.
 I've tried
 \renewcommand{\marginpar}[1]{\marginpar{{\fontsize scriptsize #1}}


  \renewcommand{\marginpar}[1]{\marginpar{{\raggedright\scriptsize #1}}

Herbert




-- 
http://www.lyx.org/help/




Re: Changing default font size, and alignment in Lyx

2002-06-04 Thread Herbert Voss

Herbert Voss wrote:

 Pierre Marc Dumuid wrote:
 
 I'd like to make the default fontsize scriptsize, and the default 
 alignment left.
 I've tried
 \renewcommand{\marginpar}[1]{\marginpar{{\fontsize scriptsize #1}}
 
   \renewcommand{\marginpar}[1]{\marginpar{{\raggedright\scriptsize #1}}

uups, I don't saw that you produced an endless loop.
do it in this way:

\let\myMargin\marginpar
\renewcommand{\marginpar}[1]{\myMargin{{\raggedright\scriptsize #1}}

Herbert


-- 
http://www.lyx.org/help/





French translation for algorithms

2002-06-04 Thread Nicolas SABOURET

Hi,

I just switched to lyx1.2.0 and I encounter a small problem with the
algorithm environment. In my french documents, I want to see Algorithme
1 and not Algorithm 1. I used to hack this with TeX in lyx1.1.6 by
putting :
\renewcommand{\ALG@name}{Algorithme}
However, I can see that things have changed now. Please, tell me what is
the best solution :
1. Add \floatname{algorithm}{Algorithme} in the preambule to override
the \floatname{algorithm}{Algorithm} of LyX
2. Change an option in the new very cool GUI. Which one ? :)

Thanks in advance,
Nico.
-- 
Nicolas SABOURET
LIMSI-CNRS, BP133, 91403 Orsay, France
http://www.limsi.fr/Individu/nico



Error creating pixmap from xpm_image

2002-06-04 Thread Matthieu Amiguet

I compiled lyx 1.2.0 on YellowDogLinux 2.0 (ppc processor) without problem. 
It works very well, except that I cannot view any graphics in the lyx window.
I get the following error

Error creating pixmap from xpm_image 'XpmColorFailed'

and in lyx the picture box displays

Error scaling etc

Everything else works great and starting lyx with the graphics-debug option 
(-dbg 2097152) does not give other errors.
The .ps output is correct.
Any idea?

BTW, the new version is great. A huge thank you to the developers team.

Matthieu



Changing default font size, and alignment in margin notes (repeatedQuestion)

2002-06-04 Thread Pierre Marc Dumuid

I'd like to make the default fontsize scriptsize, and the default
alignment left in the margin notes...

I've tried:

\renewcommand{\marginpar}[1]{\marginpar{{\fontsize scriptsize #1}}

and a few others but they don't seem to work.

I even tried editing my ~/.lyx/ui/default.ui to contain:

Item Marginal Note|M command-sequence marginalnote-insert ; 
font-size scriptsize

to no avail...

Has anyone faced this problem before??

- Pierre Dumuid

*** Sorry for the double message, I forgot to state in the subject that 
I was concerned with the margin notes... ***

Herbert,

your solution, didn't seem to work.  When I export to latex, I get the 
message:

..
Runaway argument?
{\myMargin {{\raggedright \scriptsize ##1}} \usepackage {babel} 
\makeatother \E
TC.
! File ended while scanning use of \@argdef.
inserted text
\par
...

Herbert Voss wrote:
uups, I don't saw that you produced an endless loop.
do it in this way:

  \let\myMargin\marginpar
  \renewcommand{\marginpar}[1]{\myMargin{{\raggedright\scriptsize #1}}






Re: Can't compile from CVS

2002-06-04 Thread Jean-Marc Lasgouttes

 Laurent == Laurent Duperval [EMAIL PROTECTED] writes:

Laurent Hi, I did an autogen and all yet when I try to compile from
Laurent CVS, I get these errors:

Laurent ** Cannot find flimage.h. Please check that the forms library
Laurent is correctly installed on your system.

This is because the configure script is currently broken with anything
but xforms 1.0rc2. This will get fixed eventually (ie as soon as I
find tie for it :)

JMarc



Re: Can't compile from CVS

2002-06-04 Thread Jean-Marc Lasgouttes

 John == John Levon [EMAIL PROTECTED] writes:

John On Mon, Jun 03, 2002 at 09:42:32PM -0400, Laurent Duperval
John wrote:
 This is what I've got. I even did a remove and an update but still
 no dice. :-( THe code looks like this:
 
 #include graphics/GraphicsImage.h #include FORMS_H_LOCATION
 #include flimage.h

John I don't remember committing anything like this

John Something has gone wrong locally, or anoncvs is not mirroring

I can confirm that I have this kind of error on the trunk.

JMarc



Re: French translation for algorithms

2002-06-04 Thread Juergen Spitzmueller

Nicolas SABOURET wrote:
 I just switched to lyx1.2.0 and I encounter a small problem with the
 algorithm environment. In my french documents, I want to see Algorithme
 1 and not Algorithm 1. I used to hack this with TeX in lyx1.1.6 by
 putting :
 \renewcommand{\ALG@name}{Algorithme}

What happens if you type
\usepackage{babel}
in the preamble *before* the redefinition?
(In LyX 1.2.0, babel is called at the end of the preamble, just before 
\begin{document} because of packages incompatibilities, in 1.1.6 it was 
called earlier).

Juergen.



Re: Error creating pixmap from xpm_image

2002-06-04 Thread Jean-Marc Lasgouttes

 Matthieu == Matthieu Amiguet [EMAIL PROTECTED] writes:

Matthieu I compiled lyx 1.2.0 on YellowDogLinux 2.0 (ppc processor)
Matthieu without problem. It works very well, except that I cannot
Matthieu view any graphics in the lyx window. I get the following
Matthieu error

Matthieu Error creating pixmap from xpm_image 'XpmColorFailed'

What is the 'lyx -version' output?

JMarc



Re: French translation for algorithms

2002-06-04 Thread Juergen Spitzmueller

Nicolas SABOURET wrote:
 However, I see two objections :
 1. since \usepackage{babel} is invoked later on, its definitions will
 override mine :)

Yes, it is annoying, but this has been discussed extensively on the devel 
list. The arguments were, as I recall:
For cases like yours, there is a workaround, but vice versa (if babel has to 
be immediately before \begin{document}, which is the case for some packages), 
not.

 2. I'm definitely against code repetition, which is what you do when
 having  two \usepackage{babel}.

You can switch off babel (the automatic insertion) in the Preferences dialog 
(Languages - Language)

Juergen.





Re: French translation for algorithms

2002-06-04 Thread Jean-Marc Lasgouttes

 Nicolas == Nicolas SABOURET [EMAIL PROTECTED] writes:

Nicolas Juergen Spitzmueller wrote:
  What happens if you type \usepackage{babel} in the preamble
 *before* the redefinition?

Nicolas Yes, it could be an idea (actually, it is logical since my
Nicolas definition had the purpose to override the babel one).

I am not sure it will do something in your case. Does babel know about
algorithms? 

Nicolas However, I see two objections : 1. since \usepackage{babel}
Nicolas is invoked later on, its definitions will override mine :) 

No. \usepackage has this nice property that it never loads a package
twice. 

Nicolas 2. I'm definitely against code repetition, which is what you
Nicolas do when having two \usepackage{babel}.

Agreed, but the second one is a no-op.

Nicolas The first solution I proposed (adding a \floatname command)
Nicolas works nice however.

I think it is the right solution in your case. We will have to work
out a better one eventually.

JMarc



Re: French translation for algorithms

2002-06-04 Thread Nicolas SABOURET

Jean-Marc Lasgouttes wrote:
 
  Nicolas == Nicolas SABOURET [EMAIL PROTECTED] writes:
 
 Nicolas Juergen Spitzmueller wrote:
   What happens if you type \usepackage{babel} in the preamble
  *before* the redefinition?
 
 Nicolas Yes, it could be an idea (actually, it is logical since my
 Nicolas definition had the purpose to override the babel one).
 
 I am not sure it will do something in your case. Does babel know about
 algorithms?

Oups. I mingled with some other problem. The
\renewcommand{\ALG@name}{Algorithme} was here to override the one
given in the algorithm package, not in the babel package :)

Nico.
-- 
Nicolas SABOURET
LIMSI-CNRS, BP133, 91403 Orsay, France
http://www.limsi.fr/Individu/nico



quit latex box

2002-06-04 Thread Nicolas SABOURET

Hi,

Please let me ask a second question :) related to the new interface.
I used to type the french oeuvre (\oe{} uvre in LaTeX) with :
[C-l]\oe uvre[C-l].
However, with the new interface, C-l doesn't let me out the latex box.
What can I do to type this word quickly ?

Thanks in advance,
Nico.
PS: I prefered the inline latex for the reason above :(
-- 
Nicolas SABOURET
LIMSI-CNRS, BP133, 91403 Orsay, France
http://www.limsi.fr/Individu/nico



Re: quit latex box

2002-06-04 Thread Andre Poenitz

On Tue, Jun 04, 2002 at 11:49:41AM +0200, Nicolas SABOURET wrote:
 However, with the new interface, C-l doesn't let me out the latex box.
 What can I do to type this word quickly ?

Esc

This does not close the box, though...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Error creating pixmap from xpm_image

2002-06-04 Thread Matthieu Amiguet


 What is the 'lyx -version' output?

LyX 1.2.0 of Thu, May 23, 2002
Built on May 31 2002, 08:56:05
Configuration
  Host type:  powerpc-unknown-linux-gnu
  Special build flags:included-libsigc
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (2.95.3)
  C++ Compiler flags: -O -fno-exceptions
  Linker flags:   
  Frontend:   xforms
libXpm version:   4.11
libforms version: 0.88.1
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

Matthieu



Re: quit latex box

2002-06-04 Thread Wayan


On Tue, 4 Jun 2002, Nicolas SABOURET wrote:

 Please let me ask a second question :) related to the new interface.
 I used to type the french oeuvre (\oe{} uvre in LaTeX) with :
 [C-l]\oe uvre[C-l].
 However, with the new interface, C-l doesn't let me out the latex box.
 What can I do to type this word quickly ?

Just an opinion...

I think C-l for lyx-1.1.6 is better than 1.2.0. If I highlight/block a
word then type C-l, with lyx-1.1.6 will automatically turn it to ERT mode.
For lyx-1.2.0 will open a latex box, the text is not automatically moved
into the box. Need more time to make an ERT mode in lyx-1.2.0 than
lyx-1.1.6. Sorry just a comment...

Regards,

Wayan




Re: quit latex box

2002-06-04 Thread Renaud MICHEL

Le Mardi 4 Juin 2002 10:35, Wayan a écrit :
 I think C-l for lyx-1.1.6 is better than 1.2.0. If I highlight/block a
 word then type C-l, with lyx-1.1.6 will automatically turn it to ERT
 mode. For lyx-1.2.0 will open a latex box, the text is not automatically
 moved into the box. Need more time to make an ERT mode in lyx-1.2.0 than
 lyx-1.1.6. Sorry just a comment...

I agree, the new LaTeX box is great (particularly in tables, it take very 
few space when closed) and I know it is possible to make it inline (by 
right clicking) but is it possible to bind it/add it in the menu (for 
example to have C-l make an inline box and C-S-l make a normal box)?

-- 
Renaud Michel

Les avions sont des jouets sans aucune valeur militaire.
Maréchal Foch (1911)




Re: quit latex box

2002-06-04 Thread Andre Poenitz

On Tue, Jun 04, 2002 at 11:21:18AM +, Renaud MICHEL wrote:
 I agree, the new LaTeX box is great (particularly in tables, it take very 
 few space when closed) and I know it is possible to make it inline (by 
 right clicking) but is it possible to bind it/add it in the menu (for 
 example to have C-l make an inline box and C-S-l make a normal box)?

I think you can cobble something together with command-sequence,
word-back, inset-toggle and word-forward or so.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: quit latex box

2002-06-04 Thread Jean-Marc Lasgouttes

 Renaud == Renaud MICHEL [EMAIL PROTECTED] writes:

Renaud Le Mardi 4 Juin 2002 10:35, Wayan a écrit :
 I think C-l for lyx-1.1.6 is better than 1.2.0. If I
 highlight/block a word then type C-l, with lyx-1.1.6 will
 automatically turn it to ERT mode. For lyx-1.2.0 will open a latex
 box, the text is not automatically moved into the box. Need more
 time to make an ERT mode in lyx-1.2.0 than lyx-1.1.6. Sorry just a
 comment...

Renaud I agree, the new LaTeX box is great (particularly in tables,
Renaud it take very few space when closed) and I know it is possible
Renaud to make it inline (by right clicking) but is it possible to
Renaud bind it/add it in the menu (for example to have C-l make an
Renaud inline box and C-S-l make a normal box)?

File an enhancement bug about it in bugzilla. It should be easily
doable.

JMarc




Re: quit latex box

2002-06-04 Thread Juergen Spitzmueller

Andre Poenitz wrote:
  I agree, the new LaTeX box is great (particularly in tables, it take very
  few space when closed) and I know it is possible to make it inline (by
  right clicking) but is it possible to bind it/add it in the menu (for
  example to have C-l make an inline box and C-S-l make a normal box)?

 I think you can cobble something together with command-sequence,
 word-back, inset-toggle and word-forward or so.

Indeed. I have this line in my bind file to get a latex thin space '\,' 
Note that this is all in one line in the file:

\bind C-S-space command-sequence ert-insert ; self-insert \,; escape ; 
word-backward ; inset-toggle ; char-forward ;

P.S.: André, I remember you to teach me this ;-)

Juergen.



Re: quit latex box

2002-06-04 Thread Jean-Marc Lasgouttes

 Wayan == Wayan  [EMAIL PROTECTED] writes:

Wayan I think C-l for lyx-1.1.6 is better than 1.2.0. If I
Wayan highlight/block a word then type C-l, with lyx-1.1.6 will
Wayan automatically turn it to ERT mode. For lyx-1.2.0 will open a
Wayan latex box, the text is not automatically moved into the box.
Wayan Need more time to make an ERT mode in lyx-1.2.0 than lyx-1.1.6.
Wayan Sorry just a comment...

There is a bug open about that in bugzilla:
http://bugzilla.lyx.org/show_bug.cgi?id=93

JMarc



Re: quit latex box

2002-06-04 Thread Jean-Marc Lasgouttes

 Nicolas == Nicolas SABOURET [EMAIL PROTECTED] writes:

Nicolas Hi, Please let me ask a second question :) related to the new
Nicolas interface. I used to type the french oeuvre (\oe{} uvre in
Nicolas LaTeX) with : [C-l]\oe uvre[C-l]. However, with the new
Nicolas interface, C-l doesn't let me out the latex box. What can I
Nicolas do to type this word quickly ?

I know this does not really answer to your question, but you should be
able to use latin9 encoding, which contains \oe :) I think you need a
recent latex for that, though.

JMarc



Re: quit latex box

2002-06-04 Thread Wayan


On 4 Jun 2002, Jean-Marc Lasgouttes wrote:

 There is a bug open about that in bugzilla:
 http://bugzilla.lyx.org/show_bug.cgi?id=93

Thank for the link. I didn't mention it before.

Wayan




Why do you CC: me?

2002-06-04 Thread Renaud MICHEL

I am subscribed to the list, why do some of you (recently Jean-Marc and 
Juergen) keep on putting my mail address in the To: with the ML address in 
the CC:, I don't need to receive it twice.
Please stop adding my email when you reply to the list.
Thanks ;)

-- 
Renaud Michel

Les femmes ont plus de honte de confesser une chose d'amour que de la faire.
Marguerite De Navarre




Re: Error creating pixmap from xpm_image

2002-06-04 Thread John Levon

On Tue, Jun 04, 2002 at 10:17:43AM +0200, Matthieu Amiguet wrote:

 Error creating pixmap from xpm_image 'XpmColorFailed'

Upgrade your version of ImageMagick (convert), or use a different
program to convert your images, or use a version of xforms with an
internal image loader capability.

regards
john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



Re: Can't compile from CVS

2002-06-04 Thread John Levon

On Tue, Jun 04, 2002 at 10:30:14AM +0200, Jean-Marc Lasgouttes wrote:

  This is what I've got. I even did a remove and an update but still
  no dice. :-( THe code looks like this:
  
  #include graphics/GraphicsImage.h #include FORMS_H_LOCATION
  #include flimage.h
 
 John I don't remember committing anything like this
 
 John Something has gone wrong locally, or anoncvs is not mirroring
 
 I can confirm that I have this kind of error on the trunk.

Oops, missing a patch. I got confused ...

I'll fix this

john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



Re: Can't compile from CVS

2002-06-04 Thread John Levon

On Tue, Jun 04, 2002 at 10:29:21AM +0200, Jean-Marc Lasgouttes wrote:

 This is because the configure script is currently broken with anything
 but xforms 1.0rc2. This will get fixed eventually (ie as soon as I
 find tie for it :)

What still goes wrong after my last commit ?

john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



Re: Why do you CC: me?

2002-06-04 Thread Juergen Spitzmueller

Renaud MICHEL wrote:
 I am subscribed to the list, why do some of you (recently Jean-Marc and
 Juergen) keep on putting my mail address in the To: with the ML address in
 the CC:, I don't need to receive it twice.
 Please stop adding my email when you reply to the list.
 Thanks ;)

That happens when I hit the Reply to all-button (Reply gives just your 
private address here). I have to delete your adress manually, and sometimes I 
am just too lazy.

Apologies,
Juergen.



Re: Error creating pixmap from xpm_image

2002-06-04 Thread Jean-Marc Lasgouttes

 John == John Levon [EMAIL PROTECTED] writes:

John On Tue, Jun 04, 2002 at 10:17:43AM +0200, Matthieu Amiguet
John wrote:
 Error creating pixmap from xpm_image 'XpmColorFailed'

John Upgrade your version of ImageMagick (convert), or use a
John different program to convert your images, or use a version of
John xforms with an internal image loader capability.

Could you document that somewhere?

JMarc



Re: Why do you CC: me?

2002-06-04 Thread Andre Poenitz

On Tue, Jun 04, 2002 at 12:42:30PM +, Renaud MICHEL wrote:
 Please stop adding my email when you reply to the list.

This usually happens when one does a reply to all since you and the list
are either in the From: or in the CC:. This is for a few people easier
than to manually change that behaviour. There is probably nobody actively
doing some work to add you twice.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Why do you CC: me?

2002-06-04 Thread Jean-Marc Lasgouttes

 Renaud == Renaud MICHEL [EMAIL PROTECTED] writes:

Renaud I am subscribed to the list, why do some of you (recently
Renaud Jean-Marc and Juergen) keep on putting my mail address in the
Renaud To: with the ML address in the CC:, I don't need to receive it
Renaud twice. Please stop adding my email when you reply to the list.
Renaud Thanks ;)

I do not add your e-mail, I just reply to all (because I do not
remember about who is or is not subscribed to all the lyx mailing
lists :). I added your address to the dont-reply-to-names variables of
my mailreader now. This may mean that from tie to time you may not get
some mail from me. That's the price to pay for your peace of mind.

JMarc

PS: of course, my mail reader suppresses duplicates for me, so I avoid
being irritated by all the people who do that to me :)



Re: Changing default font size, and alignment in margin notes (repeated Question)

2002-06-04 Thread Herbert Voss

Pierre Marc Dumuid wrote:

 your solution, didn't seem to work.  When I export to latex, I get the 
 message:
 
 ..
 Runaway argument?
 {\myMargin {{\raggedright \scriptsize ##1}} \usepackage {babel} 
 \makeatother \E
 TC.
 ! File ended while scanning use of \@argdef.
 inserted text
\par
   \let\myMargin\marginpar
   \renewcommand{\marginpar}[1]{\myMargin{{\raggedright\scriptsize #1}}


a missing parenthesis
anyway, I had a closer look into the code of marginpar
and it only works with this command:

\newcommand\myMargin[1]{\marginpar{\raggedright\scriptsize #1}}

and in your text in tex (red) \myMargin{blah blah}

Herbert



-- 
http://www.lyx.org/help/




[] LABEL.CO.KR Upgrade !!

2002-06-04 Thread

:::¶óº§ Àü¹® ȸ»ç ¿ÀÇǽºÇÁ¶óÀÚ:::   
¿ÀÇǽºÇÁ¶óÀÚ È¨ÆäÀÌÁö  °³ÆíÀ» ¸ÂÀÌÇÏ¿© ¼îÇθô ±¸¸Å °í°´Áß 50,000¿ø ÀÌ»ó ±¸¸Å 
°í°´²² Ãß÷À»  ÅëÇÏ¿© ǪÁüÇÑ °æÇ°À» µå¸³´Ï´Ù.
 (´Ü ȸ¿ø°í°´¿¡ ÇÑÇÔ)
 ±â°£ :2002³â 6¿ù30ÀϱîÁö
 1µî : ·¹ÀÌÀú ÇÁ¸°ÅÍ(1¸í)
 2µî : CD-Writer (2¸í)
 3µî : ½ÅÁ¦Ç° CD¶óº§¿ëÁö, 
 ¸íÇÔ¿ëÁö  °¢1±Ç¾¿(10¸í)
 ¹ßÇ¥ : 7¿ù 8ÀÏ È¨ÆäÀÌÁö ¹× °³º°Å뺸 ÇÕ´Ï´Ù.
   
2002³â 6¿ù30Àϳ»  ¼îÇθô ±¸¸ÅÀÚ ºÐµé²²´Â ¿ùµåÄź¹±Ç(´ç÷±Ý10¾ï¿ø)À» Ãß÷°ú »ó°ü 
¾øÀÌ ¸ðµç  ±¸¸Å °í°´²² ÁÖ¹®ÇϽŠÁ¦Ç°°ú ÇÔ²² ¹ß¼ÛÇØ µå¸³´Ï´Ù.
  Çà¿îÀ» ÀâÀ¸¼¼¿ä  
¹®Á¦:  -LabelÀº ¿ÀÇǽºÇÁ¶óÀÚ ¿¡¼­ Á¦°øÇÏ´Â ÀÎÅͳݻóÀÇ ¹«·á ¶óº§ 
ÇÁ·Î±×·¥ÀÔ´Ï´Ù.
 ÀÀ¸ð : ȸ¿ø ¾ÆÀ̵ð¿Í Á¤´äÀ» Àû¾î¼­ ¸ÞÀÏ·Î º¸³» ÁֽʽÿäÁ¤´äÀÚ  20ºÐÀ» Ãß÷ÇÏ¿© 
»óÇ°À¸·Î °ø CD(10Àå)  + ½ÅÁ¦Ç° CD¶óº§(CD512S /10¸Å)¸¦ µå¸³´Ï´Ù.
 º¸³»½Ç°÷:[EMAIL PROTECTED] ¸¶°¨ : 6¿ù 30ÀÏ
 ¹ßÇ¥ : 7¿ù 8ÀÏ(ȨÆäÀÌÁö °øÁö ¹× °³º°Å뺸 ÇÕ´Ï´Ù.)
 
 
 

 CD512J  
 CD523  
 CD524  ¿ÀÇǽºÇÁ¶óÀÚ¿¡¼­ 3Á¾ÀÇ ¹Ìµð¾î  ¶óº§À» »õ·Ó°Ô ¼±º¸ÀÔ´Ï´Ù. 
 CD512J´Â À×Å©Á¬Àü¿ë  CD¶óº§¿ëÁöÀÔ´Ï´Ù.
 CD523Àº ¹Ì´ÏCD¿ë  ¶óº§ÀÔ´Ï´Ù.
 CD524´Â ºñÁî´Ï½ºCD¿ë  µÕ±Ù »ç°¢ÇüÀÇ¶óº§ ÀÔ´Ï´Ù.
 
 ±ÍÇÏ(±Í»ç)ÀÇÀ̸ÞÀÏ  ÁÖ¼Ò´Â ÀÎÅͳݻóÀÇ °Ô½ÃÆǵ¼­ ¼öÁýÇÏ¿´À¸¸ç,
 À̸ÞÀÏ ÁÖ¼Ò ¿Ü¿¡´Â ¾î¶°ÇÑ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù.
 ´õÀÌ»ó ¸ÞÀÏÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é ¾Æ·¡ÀÇ ¼ö ½Å °Å ºÎ¸¦ Ŭ¸¯ ÇØÁÖ¼¼¿ä. ÁÁÀº ÇÏ·ç  º¸³»¼¼¿ä.
 
 [¼ö ½Å °Å ºÎ(Do not send me  again)] 
  
   


Re: Why do you CC: me?

2002-06-04 Thread Renaud MICHEL

Le Mardi 4 Juin 2002 13:04, Juergen Spitzmueller a écrit :
 That happens when I hit the Reply to all-button (Reply gives just
 your private address here). I have to delete your adress manually, and
 sometimes I am just too lazy.

That's because the ML server doesn't modify the Reply-To field to set it to 
[EMAIL PROTECTED], looks like you use kmail, you can set up a filter 
for messages comming from this ML with an action that set the Reply-To to 
[EMAIL PROTECTED] (I suppose most other MUA can do this too).

-- 
Renaud Michel

Il y a quelqu'un sans qui tout ce que j'ai fait
jusqu'à présent n'aurait pas été possible: MOI.
P. Geluck




Re: path of input files

2002-06-04 Thread Jean-Pierre.Chretien


Date: Tue, 04 Jun 2002 16:01:52 +0100
From: Qing-Chang Zhong [EMAIL PROTECTED]
To: LyX users [EMAIL PROTECTED]
Subject: path of input files

Dear All,

I had a problem with the path of figures. I would like to
combine several papers into one report. So I used the report
class and included the separate .lyx files. However, when I
compile it, it says the figures cannot be found. Since there
are too many figures, it is not a good idea to move all the
figures into one directory.

Anybody has a way to specify the directories of the figures?

Have a look at this thread wher ti is discussed:

http://www.mail-archive.com/lyx-users@lists.lyx.org/msg19236.html

-- 
Jean-Pierre





Re: Error creating pixmap from xpm_image

2002-06-04 Thread Matthieu Amiguet

Le Mardi, 4 Juin 2002 14.47, John Levon a écrit :
 On Tue, Jun 04, 2002 at 10:17:43AM +0200, Matthieu Amiguet wrote:
  Error creating pixmap from xpm_image 'XpmColorFailed'

 Upgrade your version of ImageMagick (convert), or use a different
 program to convert your images, or use a version of xforms with an
 internal image loader capability.

I've got ImageMagick-5.2.7-2.
On my laptop, I've got Image-Magick-5.2.6-4, whcih seems older, and it works. 
Does the problem really come from ImageMagick?
NB: convert seems to work, at least partially, as I get

Image conversion succeeded.
Loading image.
Image loading succeeded.
Error creating pixmap from xpm_image 'XpmColorFailed'

If this is a version problem, what version should I use?

Matthieu




Re: Error creating pixmap from xpm_image

2002-06-04 Thread Herbert Voss

Matthieu Amiguet wrote:

 I've got ImageMagick-5.2.7-2.
 On my laptop, I've got Image-Magick-5.2.6-4, whcih seems older, and it works. 
 Does the problem really come from ImageMagick?
 NB: convert seems to work, at least partially, as I get
 
 Image conversion succeeded.
 Loading image.
 Image loading succeeded.
 Error creating pixmap from xpm_image 'XpmColorFailed'
 
 If this is a version problem, what version should I use?


Isuppose a problem with the original image.

Please it to me as private mail

Herbert



-- 
http://www.lyx.org/help/




Re: Error creating pixmap from xpm_image

2002-06-04 Thread Wayan


On Tue, 4 Jun 2002, Matthieu Amiguet wrote:

 I've got ImageMagick-5.2.7-2.

the newest version 5.4.4

 On my laptop, I've got Image-Magick-5.2.6-4, whcih seems older, and it works.
 Does the problem really come from ImageMagick?
 NB: convert seems to work, at least partially, as I get

 Image conversion succeeded.
 Loading image.
 Image loading succeeded.

Yes, you are right. Convert from older version of IM will do successfully,
but the xforms still have a problem with the color of this result, like
the following error. I had a same problem like this before updating the
IM.

 Error creating pixmap from xpm_image 'XpmColorFailed'

Try to use the newest version. I forget the link of ImageMagick.

Or you can use ppm format instead of xpm by editing preference file
(converter).


Wayan




RE: Working with tables

2002-06-04 Thread Reuter, Joseph



 -Original Message-
 From: Andre Poenitz [mailto:[EMAIL PROTECTED]]
 
 I think you get only captions if you put the table in a float.
 I am not sure, though.
 
 Andre'
 
I believe that the LaTeX ccaption package will allow you to create captioned tables 
and figures that are non-floating. This seems to be a better way to implement here, 
provided you are sure you mean exactly that.

Joe


Joseph A Reuter, Apprentice Wizard
Olorin I was in my youth in the West that is forgotten. --Tolkien
You can't win, you can't break even, and it's the only game in town.  



Re: Error creating pixmap from xpm_image

2002-06-04 Thread John Levon

On Tue, Jun 04, 2002 at 03:18:39PM +0200, Jean-Marc Lasgouttes wrote:

 John Upgrade your version of ImageMagick (convert), or use a
 John different program to convert your images, or use a version of
 John xforms with an internal image loader capability.
 
 Could you document that somewhere?

I have (in UPGRADING)

john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



Re: Error creating pixmap from xpm_image

2002-06-04 Thread Jean-Marc Lasgouttes

 John == John Levon [EMAIL PROTECTED] writes:

John On Tue, Jun 04, 2002 at 03:18:39PM +0200, Jean-Marc Lasgouttes
John wrote: Upgrade your version of ImageMagick (convert), or use a
John different program to convert your images, or use a version of
John xforms with an internal image loader capability.
  Could you document that somewhere?

John I have (in UPGRADING)

John, you're a hero.

JMarc



Re: Error creating pixmap from xpm_image

2002-06-04 Thread John Levon

On Tue, Jun 04, 2002 at 06:17:52PM +0200, Jean-Marc Lasgouttes wrote:

 John, you're a hero.

Yes I know !

john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



xfig graphic and lyx

2002-06-04 Thread Clemens Auer

I'm currently rewriting a lot of stuff from school with lyx .. 



xfig graphic and lyx

2002-06-04 Thread Clemens Auer

I'm currently rewriting a lot of stuff from school with lyx .. 
all the graphics are drawn in xfig and then exported as *.eps
the previous versions of lyx acepted this format .. 
but what vector based drawing program should i use whith the 1.2.x version
at the time i've no clue how to get all the nice drawings in my books .. 

Can someone give me a hint ?? 

beat regards.. 
Clemens Auer



why \graphicspath not work in Windows/lyx?

2002-06-04 Thread Qing-Chang Zhong

Dear All,

Thanks to Jean-Pierre, \graphicspath would be the best
solution for searching graphics when combining several lyx
files into one file. However, \graphicspath does not work
well in Windows/Lyx/MikTex. It works well with exported tex
files. My lyx is 1.1.6.fix1.

I tried:

\graphicspath{/cygdrive/e/work}
\graphicspath{//e/work}
\graphicspath{e:/work}

but none of them works.

Anyone can  help?

Thanks a lot,
Qingchang




Re: Working with tables

2002-06-04 Thread Dekel Tsur

On Mon, Jun 03, 2002 at 12:02:48PM -0700, Rich Shepard wrote:
 On Mon, 3 Jun 2002, Herbert Voss wrote:
 
  multicolumn in the table makes only sense, if you have _really_
  multicolumns or something special in the table. But you wanted
  only a fixed wisth with left alignment.
  
 Herbert,
 
   This is true. I could not enter a fixed width without the multicolum
 switch. Before I did this, each cell on the right side column was a single
 row that extended all the way off the page to the right.

You need to set the width for all the cells of a row at the column/row tab,
not the cell tab.



Re: xfig graphic and lyx

2002-06-04 Thread Wayan


On Tue, 4 Jun 2002, Clemens Auer wrote:

 I'm currently rewriting a lot of stuff from school with lyx ..
 all the graphics are drawn in xfig and then exported as *.eps
 the previous versions of lyx acepted this format ..
 but what vector based drawing program should i use whith the 1.2.x version
 at the time i've no clue how to get all the nice drawings in my books ..

you can use the same format with lyx-1.1.6 (*.eps from xfig) or
lyx-1.2 can read directly the xfig file format. But I have never used
this feature, since all my graphics are already in *.eps (exported
from xfig). Some graphs I have exported to *.eepic format because the
font is better than *.eps (according to global document font).

Regards,

Wayan




Re: French translation for algorithms

2002-06-04 Thread Dekel Tsur

On Tue, Jun 04, 2002 at 11:05:04AM +0200, Jean-Marc Lasgouttes wrote:
  Nicolas == Nicolas SABOURET [EMAIL PROTECTED] writes:
 
 Nicolas Juergen Spitzmueller wrote:
   What happens if you type \usepackage{babel} in the preamble
  *before* the redefinition?
 
 Nicolas Yes, it could be an idea (actually, it is logical since my
 Nicolas definition had the purpose to override the babel one).
 
 I am not sure it will do something in your case. Does babel know about
 algorithms? 

The problem mentioned here is not due to babel.
It happens since 1.1.6 used algorithm.sty for algorithms float,
and 1.2.0 uses float.sty.



Re: why \graphicspath not work in Windows/lyx?

2002-06-04 Thread Herbert Voss

Qing-Chang Zhong wrote:

 \graphicspath{/cygdrive/e/work}
 \graphicspath{//e/work}
 \graphicspath{e:/work}


\graphicspath{{/cygdrive/e/work/}}

Herbert

-- 
http://www.lyx.org/help/




lyx-1.2.0 (sparc-solaris-8)

2002-06-04 Thread Ronald Florence

I just built and installed lyx-1.2.0 on sparc-solaris-8.  The
makefiles still require gnumake instead of the standard Solaris make,
and the mathed directory library will generates a segmentation
violation from the Solaris ar.  Otherwise, it built without problems,
using gcc-2.95.3.  I'm still using xforms-0.88.1, despite the graphics
limitations, because the compose key code does not work with
xforms-0.89.6 on sparc-solaris-8.

Nice job for the release.

-- 

Ronald Florence www.18james.com



Re: Working with tables

2002-06-04 Thread Rich Shepard

On Mon, 3 Jun 2002, Dekel Tsur wrote:

 Use a table float (Insert-Floats-Table float).

Dekel,

  I did this, thank you.
 
 Instead, set the width for the entire column in the column/row tab,
 and set the alignment of the paragraph in the top cell to center using the
 paragraph dialog.
 
  Cannot do this. I have no control over column width or cell placement. I
can highlight the right column and change the alignment from center to left
for the entire column, but I cannot highlight a single row and, under the
'cell' tab, change its alignment. Also, I cannot change the row width to
force word wrap.

  I've read the section on Tables in the Users Guide and it tells me that I
*should* be able to do this. I'm running lyx-1.1.6fix4-1 if that helps.

Thanks,

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | [EMAIL PROTECTED]
 http://www.appl-ecosys.com




Re: lyx-1.2.0 (sparc-solaris-8)

2002-06-04 Thread Bo Peng

Congrads. I do not have gnumake. Make goes a little bit further if I use
./configure --disable-nls but I still get error messages. In my opinion,
if ./configure successeswbut make fails, there is a bug somewhere.

Bo

On Tue, Jun 04, 2002 at 03:04:14PM -0400, Ronald Florence wrote:
 I just built and installed lyx-1.2.0 on sparc-solaris-8.  The
 makefiles still require gnumake instead of the standard Solaris make,
 and the mathed directory library will generates a segmentation
 violation from the Solaris ar.  Otherwise, it built without problems,
 using gcc-2.95.3.  I'm still using xforms-0.88.1, despite the graphics
 limitations, because the compose key code does not work with
 xforms-0.89.6 on sparc-solaris-8.

 Nice job for the release.

 -- 

 Ronald Florence   www.18james.com




Re: Can't compile from CVS

2002-06-04 Thread Laurent Duperval

On  4 Jun, John Levon wrote:
 On Tue, Jun 04, 2002 at 10:29:21AM +0200, Jean-Marc Lasgouttes wrote:
 
 This is because the configure script is currently broken with anything
 but xforms 1.0rc2. This will get fixed eventually (ie as soon as I
 find tie for it :)
 
 What still goes wrong after my last commit ?
 

I got it to compile at work this morning by deleting everything and
doing a clean update. I'll try the same at home and I'm hoping it'll
work.

L

-- 
Laurent Duperval mailto:[EMAIL PROTECTED]

CANN'S (or ALLEN'S) AXIOM
When all else fails, read the instructions.
  -




Re: Can't compile from CVS

2002-06-04 Thread John Levon

On Tue, Jun 04, 2002 at 05:18:55PM -0400, Laurent Duperval wrote:

 I got it to compile at work this morning by deleting everything and
 doing a clean update. I'll try the same at home and I'm hoping it'll
 work.

Actually I just screwed up, I assumed you were compiling the 1.2 branch
for some reason. Sorry

regards
john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



help! citations no longer work

2002-06-04 Thread Bob Torres

Hello,

I've written my whole doctoral dissertation in LyX, and it has worked
like a charm until a recent upgrade to the newest version. I cannot even
get the DVI to display now, which is kind of disconcerting considering
that I need to turn in the thing soon!  

Some background: My dissertation is organized into a series of files: a
separate file for each chapter and a file for the master which holds
includes to the other files and the title, as well as the BibTeX generated
references.  Normally, if I want to see a DVI of the entire document,
I come to this page, view the DVI, and I get the whole document.  That
was with the previous version.  Now, with 1.2.0, I get many, many errors
along these lines:

Latex Warning: Citation 'Tilly84' on page 3 undefined on line 80

and then:

Use of \@citex doesn't match its definition 

and a bunch of other stuff.

Tilly84 *is* in the bibliography that's getting read into the master
document.  In the old version, all of this worked well.  I haven't
changed anything at all in the document between the old and new version,
which leads me (obviously) to the conclusion that the problem lies in
the handling of citations in the new version.  Another document that I
have with citations that is in a single file works fine. 

Any suggestions for getting this to work would be greatly appreciated!
I suppose I could always downgrade, but if this can be fixed without too
much trouble, I'd rather fix it.

TIA,

Bob



Re: Working with tables

2002-06-04 Thread Rich Shepard

On Mon, 3 Jun 2002, Herbert Voss wrote:

 file attached
 
Herbert,

  Pardon my naivety, but I'll be learning quickly here.

  When I export my document (with table) as LaTeX (because I cannot export
it as dvi) this is what I see for the title section:

\title{Wetlands and Mining%
\thanks{Copyright \copyright 2002 Applied Ecosystem Services, Inc.
}}

  The file you sent back to me has this:

\layout Title

Wetlands and Mining
\begin_float footnote 
\layout Standard

  Also, your modified file has ``\layout Standard before or after each
paragraph; the file I exported does not.

  I'd greatly appreciate an explanation of these differences. My prior use
of LyX has been smooth enough that I've not looked at the LaTeX code
generated and I hadn't tried to put a table in and then format it.

TIA,

Rich

Dr. Richard B. Shepard, President

   Applied Ecosystem Services, Inc. (TM)
2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | [EMAIL PROTECTED]
 http://www.appl-ecosys.com





Seminar.sty and lyx 1.1.6fix4

2002-06-04 Thread Thorsten Grothe

Hi all,

I want to create some some foils with the seminar-class. I got some
problems with this:

1. The slide/slide* style is not aktive - that means I can not activate
it and if I insert the Latex command I got error messages

2. Making an new slide with the LandScape/PortraitSlide Option works -
but then I have to put pure Latex-Code into the slide - trying to
work  with a lyx style for example: enumerate, Itemize does not work.
The same is with \slideheading - it produces this error:
Undefined control sequence..

Can anyone tell me how to use semiar.sty - so it works with lyx styles?

Thank you !

Thorsten

-- 
Th. Grohte
Julius-Vogel-Straße 36
44149 Dortmund
Tel.: 0231-5310521



Re: Changing default font size, and alignment in margin notes (repeatedQuestion)

2002-06-04 Thread Pierre Marc Dumuid

I thought it may come to that, I liked the nice pop-away neatly margin 
box in the lyx GUI though...
Do you think its possible to modify the line in ~/.lyx/ui/default.ui 
containing:

Item Marginal Note|M marginalnote-insert

to something like:

Item Marginal Note|M command-sequence math-mode ; 
marginalnote-insert ; font-size scriptsize

I tried it, but it doesn't work for me.  It does the marginalnote bit, 
but not the font-size bit!!!
As for changing the icon code, I wouldn't know where to start...any ideas?

Pierre

Herbert Voss wrote:

 Pierre Marc Dumuid wrote:

 your solution, didn't seem to work.  When I export to latex, I get 
 the message:

 ..
 Runaway argument?
 {\myMargin {{\raggedright \scriptsize ##1}} \usepackage {babel} 
 \makeatother \E
 TC.
 ! File ended while scanning use of \@argdef.
 inserted text
\par
   \let\myMargin\marginpar
   \renewcommand{\marginpar}[1]{\myMargin{{\raggedright\scriptsize #1}}



 a missing parenthesis
 anyway, I had a closer look into the code of marginpar
 and it only works with this command:

 \newcommand\myMargin[1]{\marginpar{\raggedright\scriptsize #1}}

 and in your text in tex (red) \myMargin{blah blah}

 Herbert





-- 
__

 Mr Pierre Dumuid
 Postgraduate Student
 
 Active Noise and Vibration Control Group
 Department of Mechanical Engineering
 Adelaide University
 SA 5005
 AUSTRALIA
 
 Email:  [EMAIL PROTECTED]
 Work:   +61 (0)8 8303 3847
 Fax:+61 (0)8 8303 4367
 
 CRICOS Provider Code 00123M
 
__






Re: Working with tables

2002-06-04 Thread Herbert Voss

Rich Shepard wrote:

   When I export my document (with table) as LaTeX (because I cannot export
 it as dvi) this is what I see for the title section:
 
 \title{Wetlands and Mining%
 \thanks{Copyright \copyright 2002 Applied Ecosystem Services, Inc.
 }}
 
   The file you sent back to me has this:
 
 \layout Title
 
 Wetlands and Mining
 \begin_float footnote 
 \layout Standard


this belongs to the version. I used 1.1.6fix4 if I remember

well.

But these things are not important for you. Interesting is
only the table menu. have a look at it.

Herbert



-- 
http://www.lyx.org/help/




font problem

2002-06-04 Thread Gosse Michel

Hello

Using klyx 0.11 under mandrake 8.2, some symbols don't appears on the 
screen : sum, integral, some greek caracters...
Viewing and printing is ok.
I think it is a font problem, but i doesn't know how to find the font 
that  is missing.

Thanks
-- 

Michel Gosse 
[EMAIL PROTECTED]
[EMAIL PROTECTED]




Re: Changing default font size, and alignment in margin notes (repeated Question)

2002-06-04 Thread Herbert Voss

Pierre Marc Dumuid wrote:

 I thought it may come to that, I liked the nice pop-away neatly margin 
 box in the lyx GUI though...
 Do you think its possible to modify the line in ~/.lyx/ui/default.ui 
 containing:


write this in preamble, than you can you use the
menu entry for marginpars without any change

\let\margin\marginpar
\newcommand\myMargin[1]{\margin{\raggedright\scriptsize #1}}
\renewcommand{\marginpar}[1]{\myMargin{#1}}

Herbert


-- 
http://www.lyx.org/help/




Re: font problem

2002-06-04 Thread Andre Poenitz

On Mon, Jun 03, 2002 at 06:25:51PM -0400, Gosse Michel wrote:
 Hello
 
 Using klyx 0.11 under mandrake 8.2, some symbols don't appears on the 
 screen : sum, integral, some greek caracters...

[klyx is an old branch of LyX and has not been supported for four years
now.]

Having said that, has klyx somewhere a toggle Use scalable screen fonts
or similar?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: How to type an acute letter.

2002-06-04 Thread Andre Poenitz

On Tue, Jun 04, 2002 at 11:14:21PM -0500, Chunbai Wang wrote:
 I need to type an acute letter in my paper's reference.  How to do that?

I use  Compose ' e   to type é.

If you don't have one set up or can't find it you could create the char
with any other program (like  Ctrl-K ' e  in vim) and copy it using the
mouse. Not nice, but works if you need it only rarely.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



How to type an acute letter.

2002-06-04 Thread Chunbai Wang

Hi, Sir:

I need to type an acute letter in my paper's reference.  How to do that?

Thanks

Chunbai










Changing default font size, and alignment in Lyx

2002-06-04 Thread Pierre Marc Dumuid

I'd like to make the default fontsize scriptsize, and the default 
alignment left.
I've tried
\renewcommand{\marginpar}[1]{\marginpar{{\fontsize scriptsize #1}}

and a few others but they don't seem to work.
I even tried editing my ~/.lyx/ui/default.ui to contain:
Item Marginal Note|M command-sequence marginalnote-insert ; 
font-size scriptsize

to no avail...

Has anyone faced this problem before??

- Pierre Dumuid





Re: Changing default font size, and alignment in Lyx

2002-06-04 Thread Herbert Voss

Pierre Marc Dumuid wrote:

 I'd like to make the default fontsize scriptsize, and the default 
 alignment left.
 I've tried
 \renewcommand{\marginpar}[1]{\marginpar{{\fontsize scriptsize #1}}


  \renewcommand{\marginpar}[1]{\marginpar{{\raggedright\scriptsize #1}}

Herbert




-- 
http://www.lyx.org/help/




Re: Changing default font size, and alignment in Lyx

2002-06-04 Thread Herbert Voss

Herbert Voss wrote:

 Pierre Marc Dumuid wrote:
 
 I'd like to make the default fontsize scriptsize, and the default 
 alignment left.
 I've tried
 \renewcommand{\marginpar}[1]{\marginpar{{\fontsize scriptsize #1}}
 
   \renewcommand{\marginpar}[1]{\marginpar{{\raggedright\scriptsize #1}}

uups, I don't saw that you produced an endless loop.
do it in this way:

\let\myMargin\marginpar
\renewcommand{\marginpar}[1]{\myMargin{{\raggedright\scriptsize #1}}

Herbert


-- 
http://www.lyx.org/help/





French translation for algorithms

2002-06-04 Thread Nicolas SABOURET

Hi,

I just switched to lyx1.2.0 and I encounter a small problem with the
algorithm environment. In my french documents, I want to see Algorithme
1 and not Algorithm 1. I used to hack this with TeX in lyx1.1.6 by
putting :
\renewcommand{\ALG@name}{Algorithme}
However, I can see that things have changed now. Please, tell me what is
the best solution :
1. Add \floatname{algorithm}{Algorithme} in the preambule to override
the \floatname{algorithm}{Algorithm} of LyX
2. Change an option in the new very cool GUI. Which one ? :)

Thanks in advance,
Nico.
-- 
Nicolas SABOURET
LIMSI-CNRS, BP133, 91403 Orsay, France
http://www.limsi.fr/Individu/nico



Error creating pixmap from xpm_image

2002-06-04 Thread Matthieu Amiguet

I compiled lyx 1.2.0 on YellowDogLinux 2.0 (ppc processor) without problem. 
It works very well, except that I cannot view any graphics in the lyx window.
I get the following error

Error creating pixmap from xpm_image 'XpmColorFailed'

and in lyx the picture box displays

Error scaling etc

Everything else works great and starting lyx with the graphics-debug option 
(-dbg 2097152) does not give other errors.
The .ps output is correct.
Any idea?

BTW, the new version is great. A huge thank you to the developers team.

Matthieu



Changing default font size, and alignment in margin notes (repeatedQuestion)

2002-06-04 Thread Pierre Marc Dumuid

I'd like to make the default fontsize scriptsize, and the default
alignment left in the margin notes...

I've tried:

\renewcommand{\marginpar}[1]{\marginpar{{\fontsize scriptsize #1}}

and a few others but they don't seem to work.

I even tried editing my ~/.lyx/ui/default.ui to contain:

Item Marginal Note|M command-sequence marginalnote-insert ; 
font-size scriptsize

to no avail...

Has anyone faced this problem before??

- Pierre Dumuid

*** Sorry for the double message, I forgot to state in the subject that 
I was concerned with the margin notes... ***

Herbert,

your solution, didn't seem to work.  When I export to latex, I get the 
message:

..
Runaway argument?
{\myMargin {{\raggedright \scriptsize ##1}} \usepackage {babel} 
\makeatother \E
TC.
! File ended while scanning use of \@argdef.
inserted text
\par
...

Herbert Voss wrote:
uups, I don't saw that you produced an endless loop.
do it in this way:

  \let\myMargin\marginpar
  \renewcommand{\marginpar}[1]{\myMargin{{\raggedright\scriptsize #1}}






Re: Can't compile from CVS

2002-06-04 Thread Jean-Marc Lasgouttes

 Laurent == Laurent Duperval [EMAIL PROTECTED] writes:

Laurent Hi, I did an autogen and all yet when I try to compile from
Laurent CVS, I get these errors:

Laurent ** Cannot find flimage.h. Please check that the forms library
Laurent is correctly installed on your system.

This is because the configure script is currently broken with anything
but xforms 1.0rc2. This will get fixed eventually (ie as soon as I
find tie for it :)

JMarc



Re: Can't compile from CVS

2002-06-04 Thread Jean-Marc Lasgouttes

 John == John Levon [EMAIL PROTECTED] writes:

John On Mon, Jun 03, 2002 at 09:42:32PM -0400, Laurent Duperval
John wrote:
 This is what I've got. I even did a remove and an update but still
 no dice. :-( THe code looks like this:
 
 #include graphics/GraphicsImage.h #include FORMS_H_LOCATION
 #include flimage.h

John I don't remember committing anything like this

John Something has gone wrong locally, or anoncvs is not mirroring

I can confirm that I have this kind of error on the trunk.

JMarc



Re: French translation for algorithms

2002-06-04 Thread Juergen Spitzmueller

Nicolas SABOURET wrote:
 I just switched to lyx1.2.0 and I encounter a small problem with the
 algorithm environment. In my french documents, I want to see Algorithme
 1 and not Algorithm 1. I used to hack this with TeX in lyx1.1.6 by
 putting :
 \renewcommand{\ALG@name}{Algorithme}

What happens if you type
\usepackage{babel}
in the preamble *before* the redefinition?
(In LyX 1.2.0, babel is called at the end of the preamble, just before 
\begin{document} because of packages incompatibilities, in 1.1.6 it was 
called earlier).

Juergen.



Re: Error creating pixmap from xpm_image

2002-06-04 Thread Jean-Marc Lasgouttes

 Matthieu == Matthieu Amiguet [EMAIL PROTECTED] writes:

Matthieu I compiled lyx 1.2.0 on YellowDogLinux 2.0 (ppc processor)
Matthieu without problem. It works very well, except that I cannot
Matthieu view any graphics in the lyx window. I get the following
Matthieu error

Matthieu Error creating pixmap from xpm_image 'XpmColorFailed'

What is the 'lyx -version' output?

JMarc



Re: French translation for algorithms

2002-06-04 Thread Juergen Spitzmueller

Nicolas SABOURET wrote:
 However, I see two objections :
 1. since \usepackage{babel} is invoked later on, its definitions will
 override mine :)

Yes, it is annoying, but this has been discussed extensively on the devel 
list. The arguments were, as I recall:
For cases like yours, there is a workaround, but vice versa (if babel has to 
be immediately before \begin{document}, which is the case for some packages), 
not.

 2. I'm definitely against code repetition, which is what you do when
 having  two \usepackage{babel}.

You can switch off babel (the automatic insertion) in the Preferences dialog 
(Languages - Language)

Juergen.





Re: French translation for algorithms

2002-06-04 Thread Jean-Marc Lasgouttes

 Nicolas == Nicolas SABOURET [EMAIL PROTECTED] writes:

Nicolas Juergen Spitzmueller wrote:
  What happens if you type \usepackage{babel} in the preamble
 *before* the redefinition?

Nicolas Yes, it could be an idea (actually, it is logical since my
Nicolas definition had the purpose to override the babel one).

I am not sure it will do something in your case. Does babel know about
algorithms? 

Nicolas However, I see two objections : 1. since \usepackage{babel}
Nicolas is invoked later on, its definitions will override mine :) 

No. \usepackage has this nice property that it never loads a package
twice. 

Nicolas 2. I'm definitely against code repetition, which is what you
Nicolas do when having two \usepackage{babel}.

Agreed, but the second one is a no-op.

Nicolas The first solution I proposed (adding a \floatname command)
Nicolas works nice however.

I think it is the right solution in your case. We will have to work
out a better one eventually.

JMarc



Re: French translation for algorithms

2002-06-04 Thread Nicolas SABOURET

Jean-Marc Lasgouttes wrote:
 
  Nicolas == Nicolas SABOURET [EMAIL PROTECTED] writes:
 
 Nicolas Juergen Spitzmueller wrote:
   What happens if you type \usepackage{babel} in the preamble
  *before* the redefinition?
 
 Nicolas Yes, it could be an idea (actually, it is logical since my
 Nicolas definition had the purpose to override the babel one).
 
 I am not sure it will do something in your case. Does babel know about
 algorithms?

Oups. I mingled with some other problem. The
\renewcommand{\ALG@name}{Algorithme} was here to override the one
given in the algorithm package, not in the babel package :)

Nico.
-- 
Nicolas SABOURET
LIMSI-CNRS, BP133, 91403 Orsay, France
http://www.limsi.fr/Individu/nico



quit latex box

2002-06-04 Thread Nicolas SABOURET

Hi,

Please let me ask a second question :) related to the new interface.
I used to type the french oeuvre (\oe{} uvre in LaTeX) with :
[C-l]\oe uvre[C-l].
However, with the new interface, C-l doesn't let me out the latex box.
What can I do to type this word quickly ?

Thanks in advance,
Nico.
PS: I prefered the inline latex for the reason above :(
-- 
Nicolas SABOURET
LIMSI-CNRS, BP133, 91403 Orsay, France
http://www.limsi.fr/Individu/nico



Re: quit latex box

2002-06-04 Thread Andre Poenitz

On Tue, Jun 04, 2002 at 11:49:41AM +0200, Nicolas SABOURET wrote:
 However, with the new interface, C-l doesn't let me out the latex box.
 What can I do to type this word quickly ?

Esc

This does not close the box, though...

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Error creating pixmap from xpm_image

2002-06-04 Thread Matthieu Amiguet


 What is the 'lyx -version' output?

LyX 1.2.0 of Thu, May 23, 2002
Built on May 31 2002, 08:56:05
Configuration
  Host type:  powerpc-unknown-linux-gnu
  Special build flags:included-libsigc
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (2.95.3)
  C++ Compiler flags: -O -fno-exceptions
  Linker flags:   
  Frontend:   xforms
libXpm version:   4.11
libforms version: 0.88.1
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

Matthieu



Re: quit latex box

2002-06-04 Thread Wayan


On Tue, 4 Jun 2002, Nicolas SABOURET wrote:

 Please let me ask a second question :) related to the new interface.
 I used to type the french oeuvre (\oe{} uvre in LaTeX) with :
 [C-l]\oe uvre[C-l].
 However, with the new interface, C-l doesn't let me out the latex box.
 What can I do to type this word quickly ?

Just an opinion...

I think C-l for lyx-1.1.6 is better than 1.2.0. If I highlight/block a
word then type C-l, with lyx-1.1.6 will automatically turn it to ERT mode.
For lyx-1.2.0 will open a latex box, the text is not automatically moved
into the box. Need more time to make an ERT mode in lyx-1.2.0 than
lyx-1.1.6. Sorry just a comment...

Regards,

Wayan




Re: quit latex box

2002-06-04 Thread Renaud MICHEL

Le Mardi 4 Juin 2002 10:35, Wayan a écrit :
 I think C-l for lyx-1.1.6 is better than 1.2.0. If I highlight/block a
 word then type C-l, with lyx-1.1.6 will automatically turn it to ERT
 mode. For lyx-1.2.0 will open a latex box, the text is not automatically
 moved into the box. Need more time to make an ERT mode in lyx-1.2.0 than
 lyx-1.1.6. Sorry just a comment...

I agree, the new LaTeX box is great (particularly in tables, it take very 
few space when closed) and I know it is possible to make it inline (by 
right clicking) but is it possible to bind it/add it in the menu (for 
example to have C-l make an inline box and C-S-l make a normal box)?

-- 
Renaud Michel

Les avions sont des jouets sans aucune valeur militaire.
Maréchal Foch (1911)




Re: quit latex box

2002-06-04 Thread Andre Poenitz

On Tue, Jun 04, 2002 at 11:21:18AM +, Renaud MICHEL wrote:
 I agree, the new LaTeX box is great (particularly in tables, it take very 
 few space when closed) and I know it is possible to make it inline (by 
 right clicking) but is it possible to bind it/add it in the menu (for 
 example to have C-l make an inline box and C-S-l make a normal box)?

I think you can cobble something together with command-sequence,
word-back, inset-toggle and word-forward or so.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: quit latex box

2002-06-04 Thread Jean-Marc Lasgouttes

 Renaud == Renaud MICHEL [EMAIL PROTECTED] writes:

Renaud Le Mardi 4 Juin 2002 10:35, Wayan a écrit :
 I think C-l for lyx-1.1.6 is better than 1.2.0. If I
 highlight/block a word then type C-l, with lyx-1.1.6 will
 automatically turn it to ERT mode. For lyx-1.2.0 will open a latex
 box, the text is not automatically moved into the box. Need more
 time to make an ERT mode in lyx-1.2.0 than lyx-1.1.6. Sorry just a
 comment...

Renaud I agree, the new LaTeX box is great (particularly in tables,
Renaud it take very few space when closed) and I know it is possible
Renaud to make it inline (by right clicking) but is it possible to
Renaud bind it/add it in the menu (for example to have C-l make an
Renaud inline box and C-S-l make a normal box)?

File an enhancement bug about it in bugzilla. It should be easily
doable.

JMarc




Re: quit latex box

2002-06-04 Thread Juergen Spitzmueller

Andre Poenitz wrote:
  I agree, the new LaTeX box is great (particularly in tables, it take very
  few space when closed) and I know it is possible to make it inline (by
  right clicking) but is it possible to bind it/add it in the menu (for
  example to have C-l make an inline box and C-S-l make a normal box)?

 I think you can cobble something together with command-sequence,
 word-back, inset-toggle and word-forward or so.

Indeed. I have this line in my bind file to get a latex thin space '\,' 
Note that this is all in one line in the file:

\bind C-S-space command-sequence ert-insert ; self-insert \,; escape ; 
word-backward ; inset-toggle ; char-forward ;

P.S.: André, I remember you to teach me this ;-)

Juergen.



Re: quit latex box

2002-06-04 Thread Jean-Marc Lasgouttes

 Wayan == Wayan  [EMAIL PROTECTED] writes:

Wayan I think C-l for lyx-1.1.6 is better than 1.2.0. If I
Wayan highlight/block a word then type C-l, with lyx-1.1.6 will
Wayan automatically turn it to ERT mode. For lyx-1.2.0 will open a
Wayan latex box, the text is not automatically moved into the box.
Wayan Need more time to make an ERT mode in lyx-1.2.0 than lyx-1.1.6.
Wayan Sorry just a comment...

There is a bug open about that in bugzilla:
http://bugzilla.lyx.org/show_bug.cgi?id=93

JMarc



Re: quit latex box

2002-06-04 Thread Jean-Marc Lasgouttes

 Nicolas == Nicolas SABOURET [EMAIL PROTECTED] writes:

Nicolas Hi, Please let me ask a second question :) related to the new
Nicolas interface. I used to type the french oeuvre (\oe{} uvre in
Nicolas LaTeX) with : [C-l]\oe uvre[C-l]. However, with the new
Nicolas interface, C-l doesn't let me out the latex box. What can I
Nicolas do to type this word quickly ?

I know this does not really answer to your question, but you should be
able to use latin9 encoding, which contains \oe :) I think you need a
recent latex for that, though.

JMarc



Re: quit latex box

2002-06-04 Thread Wayan


On 4 Jun 2002, Jean-Marc Lasgouttes wrote:

 There is a bug open about that in bugzilla:
 http://bugzilla.lyx.org/show_bug.cgi?id=93

Thank for the link. I didn't mention it before.

Wayan




Why do you CC: me?

2002-06-04 Thread Renaud MICHEL

I am subscribed to the list, why do some of you (recently Jean-Marc and 
Juergen) keep on putting my mail address in the To: with the ML address in 
the CC:, I don't need to receive it twice.
Please stop adding my email when you reply to the list.
Thanks ;)

-- 
Renaud Michel

Les femmes ont plus de honte de confesser une chose d'amour que de la faire.
Marguerite De Navarre




Re: Error creating pixmap from xpm_image

2002-06-04 Thread John Levon

On Tue, Jun 04, 2002 at 10:17:43AM +0200, Matthieu Amiguet wrote:

 Error creating pixmap from xpm_image 'XpmColorFailed'

Upgrade your version of ImageMagick (convert), or use a different
program to convert your images, or use a version of xforms with an
internal image loader capability.

regards
john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



Re: Can't compile from CVS

2002-06-04 Thread John Levon

On Tue, Jun 04, 2002 at 10:30:14AM +0200, Jean-Marc Lasgouttes wrote:

  This is what I've got. I even did a remove and an update but still
  no dice. :-( THe code looks like this:
  
  #include graphics/GraphicsImage.h #include FORMS_H_LOCATION
  #include flimage.h
 
 John I don't remember committing anything like this
 
 John Something has gone wrong locally, or anoncvs is not mirroring
 
 I can confirm that I have this kind of error on the trunk.

Oops, missing a patch. I got confused ...

I'll fix this

john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



Re: Can't compile from CVS

2002-06-04 Thread John Levon

On Tue, Jun 04, 2002 at 10:29:21AM +0200, Jean-Marc Lasgouttes wrote:

 This is because the configure script is currently broken with anything
 but xforms 1.0rc2. This will get fixed eventually (ie as soon as I
 find tie for it :)

What still goes wrong after my last commit ?

john

-- 
Do you mean to tell me that The Prince is not the set textbook for CS1072
Professional Issues ? What on earth do you learn in that course ?
- David Lester



Re: Why do you CC: me?

2002-06-04 Thread Juergen Spitzmueller

Renaud MICHEL wrote:
 I am subscribed to the list, why do some of you (recently Jean-Marc and
 Juergen) keep on putting my mail address in the To: with the ML address in
 the CC:, I don't need to receive it twice.
 Please stop adding my email when you reply to the list.
 Thanks ;)

That happens when I hit the Reply to all-button (Reply gives just your 
private address here). I have to delete your adress manually, and sometimes I 
am just too lazy.

Apologies,
Juergen.



Re: Error creating pixmap from xpm_image

2002-06-04 Thread Jean-Marc Lasgouttes

 John == John Levon [EMAIL PROTECTED] writes:

John On Tue, Jun 04, 2002 at 10:17:43AM +0200, Matthieu Amiguet
John wrote:
 Error creating pixmap from xpm_image 'XpmColorFailed'

John Upgrade your version of ImageMagick (convert), or use a
John different program to convert your images, or use a version of
John xforms with an internal image loader capability.

Could you document that somewhere?

JMarc



Re: Why do you CC: me?

2002-06-04 Thread Andre Poenitz

On Tue, Jun 04, 2002 at 12:42:30PM +, Renaud MICHEL wrote:
 Please stop adding my email when you reply to the list.

This usually happens when one does a reply to all since you and the list
are either in the From: or in the CC:. This is for a few people easier
than to manually change that behaviour. There is probably nobody actively
doing some work to add you twice.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)



Re: Why do you CC: me?

2002-06-04 Thread Jean-Marc Lasgouttes

 Renaud == Renaud MICHEL [EMAIL PROTECTED] writes:

Renaud I am subscribed to the list, why do some of you (recently
Renaud Jean-Marc and Juergen) keep on putting my mail address in the
Renaud To: with the ML address in the CC:, I don't need to receive it
Renaud twice. Please stop adding my email when you reply to the list.
Renaud Thanks ;)

I do not add your e-mail, I just reply to all (because I do not
remember about who is or is not subscribed to all the lyx mailing
lists :). I added your address to the dont-reply-to-names variables of
my mailreader now. This may mean that from tie to time you may not get
some mail from me. That's the price to pay for your peace of mind.

JMarc

PS: of course, my mail reader suppresses duplicates for me, so I avoid
being irritated by all the people who do that to me :)



Re: Changing default font size, and alignment in margin notes (repeated Question)

2002-06-04 Thread Herbert Voss

Pierre Marc Dumuid wrote:

 your solution, didn't seem to work.  When I export to latex, I get the 
 message:
 
 ..
 Runaway argument?
 {\myMargin {{\raggedright \scriptsize ##1}} \usepackage {babel} 
 \makeatother \E
 TC.
 ! File ended while scanning use of \@argdef.
 inserted text
\par
   \let\myMargin\marginpar
   \renewcommand{\marginpar}[1]{\myMargin{{\raggedright\scriptsize #1}}


a missing parenthesis
anyway, I had a closer look into the code of marginpar
and it only works with this command:

\newcommand\myMargin[1]{\marginpar{\raggedright\scriptsize #1}}

and in your text in tex (red) \myMargin{blah blah}

Herbert



-- 
http://www.lyx.org/help/




[] LABEL.CO.KR Upgrade !!

2002-06-04 Thread

:::¶óº§ Àü¹® ȸ»ç ¿ÀÇǽºÇÁ¶óÀÚ:::   
¿ÀÇǽºÇÁ¶óÀÚ È¨ÆäÀÌÁö  °³ÆíÀ» ¸ÂÀÌÇÏ¿© ¼îÇθô ±¸¸Å °í°´Áß 50,000¿ø ÀÌ»ó ±¸¸Å 
°í°´²² Ãß÷À»  ÅëÇÏ¿© ǪÁüÇÑ °æÇ°À» µå¸³´Ï´Ù.
 (´Ü ȸ¿ø°í°´¿¡ ÇÑÇÔ)
 ±â°£ :2002³â 6¿ù30ÀϱîÁö
 1µî : ·¹ÀÌÀú ÇÁ¸°ÅÍ(1¸í)
 2µî : CD-Writer (2¸í)
 3µî : ½ÅÁ¦Ç° CD¶óº§¿ëÁö, 
 ¸íÇÔ¿ëÁö  °¢1±Ç¾¿(10¸í)
 ¹ßÇ¥ : 7¿ù 8ÀÏ È¨ÆäÀÌÁö ¹× °³º°Å뺸 ÇÕ´Ï´Ù.
   
2002³â 6¿ù30Àϳ»  ¼îÇθô ±¸¸ÅÀÚ ºÐµé²²´Â ¿ùµåÄź¹±Ç(´ç÷±Ý10¾ï¿ø)À» Ãß÷°ú »ó°ü 
¾øÀÌ ¸ðµç  ±¸¸Å °í°´²² ÁÖ¹®ÇϽŠÁ¦Ç°°ú ÇÔ²² ¹ß¼ÛÇØ µå¸³´Ï´Ù.
  Çà¿îÀ» ÀâÀ¸¼¼¿ä  
¹®Á¦:  -LabelÀº ¿ÀÇǽºÇÁ¶óÀÚ ¿¡¼­ Á¦°øÇÏ´Â ÀÎÅͳݻóÀÇ ¹«·á ¶óº§ 
ÇÁ·Î±×·¥ÀÔ´Ï´Ù.
 ÀÀ¸ð : ȸ¿ø ¾ÆÀ̵ð¿Í Á¤´äÀ» Àû¾î¼­ ¸ÞÀÏ·Î º¸³» ÁֽʽÿäÁ¤´äÀÚ  20ºÐÀ» Ãß÷ÇÏ¿© 
»óÇ°À¸·Î °ø CD(10Àå)  + ½ÅÁ¦Ç° CD¶óº§(CD512S /10¸Å)¸¦ µå¸³´Ï´Ù.
 º¸³»½Ç°÷:[EMAIL PROTECTED] ¸¶°¨ : 6¿ù 30ÀÏ
 ¹ßÇ¥ : 7¿ù 8ÀÏ(ȨÆäÀÌÁö °øÁö ¹× °³º°Å뺸 ÇÕ´Ï´Ù.)
 
 
 

 CD512J  
 CD523  
 CD524  ¿ÀÇǽºÇÁ¶óÀÚ¿¡¼­ 3Á¾ÀÇ ¹Ìµð¾î  ¶óº§À» »õ·Ó°Ô ¼±º¸ÀÔ´Ï´Ù. 
 CD512J´Â À×Å©Á¬Àü¿ë  CD¶óº§¿ëÁöÀÔ´Ï´Ù.
 CD523Àº ¹Ì´ÏCD¿ë  ¶óº§ÀÔ´Ï´Ù.
 CD524´Â ºñÁî´Ï½ºCD¿ë  µÕ±Ù »ç°¢ÇüÀÇ¶óº§ ÀÔ´Ï´Ù.
 
 ±ÍÇÏ(±Í»ç)ÀÇÀ̸ÞÀÏ  ÁÖ¼Ò´Â ÀÎÅͳݻóÀÇ °Ô½ÃÆǵ¼­ ¼öÁýÇÏ¿´À¸¸ç,
 À̸ÞÀÏ ÁÖ¼Ò ¿Ü¿¡´Â ¾î¶°ÇÑ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù.
 ´õÀÌ»ó ¸ÞÀÏÀ» ¿øÄ¡ ¾ÊÀ¸½Ã¸é ¾Æ·¡ÀÇ ¼ö ½Å °Å ºÎ¸¦ Ŭ¸¯ ÇØÁÖ¼¼¿ä. ÁÁÀº ÇÏ·ç  º¸³»¼¼¿ä.
 
 [¼ö ½Å °Å ºÎ(Do not send me  again)] 
  
   


Re: Why do you CC: me?

2002-06-04 Thread Renaud MICHEL

Le Mardi 4 Juin 2002 13:04, Juergen Spitzmueller a écrit :
 That happens when I hit the Reply to all-button (Reply gives just
 your private address here). I have to delete your adress manually, and
 sometimes I am just too lazy.

That's because the ML server doesn't modify the Reply-To field to set it to 
[EMAIL PROTECTED], looks like you use kmail, you can set up a filter 
for messages comming from this ML with an action that set the Reply-To to 
[EMAIL PROTECTED] (I suppose most other MUA can do this too).

-- 
Renaud Michel

Il y a quelqu'un sans qui tout ce que j'ai fait
jusqu'à présent n'aurait pas été possible: MOI.
P. Geluck




  1   2   >