Re: ascii output

2003-10-11 Thread Antony Templier
Angus Leeming wrote:
Antony Templier wrote:

Thank you for answer. (I appreciate your useful sed loop ;-)

But i guess my question wasn't well expressed. I'm not a great
english spoken man, so i joined a little sample of what i would. (cf
attaced file) I don't found a way to do that with Lyx but it would
be very useful to export into scribus for exemple (i 'm grafic
designer). Is the best way to make a bash script, lyx files to
well_done_ascii_as_i_want ?


Bonsoir, Antony. Ton anglais est meuiller que mon français ;-)

Est-ce que tu voudrais tous les mots de chaque paragraphe sur une 
ligne single? Alors je pense que ce sera suffisant d'avoir une entrée
\ascii_linelen 1
dans le fichier ~/.lyx/preferences. 

Peut-être ce script t'aideras

sed ':loop
/^ *$/!{
$!{
N
/\n *$/!{
s/\n/ /
tloop
}
}
}' ton_fichier  le_fichier_parfait
Here, we are...

Angus, you're a goldy boy. People like you make the world a little bit 
better.

Merci beaucoup...




Figures in first page

2003-10-11 Thread Victor Anaya
Hello all,

I'm using book document style. I want to put a pair of figures (logos of my 
university) before the title of my work (but in the same page). If I include 
them before the title lyx puts them in a page, and in another it puts the 
title, author, etc. How can I do that?

Thanks in advance,

Víctor

_
Descubre el mayor catálogo de coches de la Red en MSN Motor. 
http://motor.msn.es/researchcentre/



cut-and-paste issues

2003-10-11 Thread Ed Sawicki
I compiled LyX 1.3.3 from source with Qt support and run it on
a Linux/KDE system. I cannot cut text from another application
and paste it in a LyX document. Is this normal?

Ed Sawicki



Re: Figures in first page

2003-10-11 Thread Matej Cepl
Victor Anaya wrote:
 I'm using book document style. I want to put a pair of figures
 (logos of my university) before the title of my work (but in
 the same page). If I include them before the title lyx puts
 them in a page, and in another it puts the title, author, etc.
 How can I do that?

I do not know the answer from the top of my head, but try to
search archives of this conference -- it was asked couple of
time before (or www.lyx.org/help).

Have a nice day,

Matej Cepl

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488




Re: ascii output

2003-10-11 Thread Antony Templier
Angus Leeming wrote:
Antony Templier wrote:

Thank you for answer. (I appreciate your useful sed loop ;-)

But i guess my question wasn't well expressed. I'm not a great
english spoken man, so i joined a little sample of what i would. (cf
attaced file) I don't found a way to do that with Lyx but it would
be very useful to export into scribus for exemple (i 'm grafic
designer). Is the best way to make a bash script, lyx files to
well_done_ascii_as_i_want ?


Bonsoir, Antony. Ton anglais est meuiller que mon français ;-)

Est-ce que tu voudrais tous les mots de chaque paragraphe sur une 
ligne single? Alors je pense que ce sera suffisant d'avoir une entrée
\ascii_linelen 1
dans le fichier ~/.lyx/preferences. 

Peut-être ce script t'aideras

sed ':loop
/^ *$/!{
$!{
N
/\n *$/!{
s/\n/ /
tloop
}
}
}' ton_fichier  le_fichier_parfait
Here, we are...

Angus, you're a goldy boy. People like you make the world a little bit 
better.

Merci beaucoup...




Figures in first page

2003-10-11 Thread Victor Anaya
Hello all,

I'm using book document style. I want to put a pair of figures (logos of my 
university) before the title of my work (but in the same page). If I include 
them before the title lyx puts them in a page, and in another it puts the 
title, author, etc. How can I do that?

Thanks in advance,

Víctor

_
Descubre el mayor catálogo de coches de la Red en MSN Motor. 
http://motor.msn.es/researchcentre/



cut-and-paste issues

2003-10-11 Thread Ed Sawicki
I compiled LyX 1.3.3 from source with Qt support and run it on
a Linux/KDE system. I cannot cut text from another application
and paste it in a LyX document. Is this normal?

Ed Sawicki



Re: Figures in first page

2003-10-11 Thread Matej Cepl
Victor Anaya wrote:
 I'm using book document style. I want to put a pair of figures
 (logos of my university) before the title of my work (but in
 the same page). If I include them before the title lyx puts
 them in a page, and in another it puts the title, author, etc.
 How can I do that?

I do not know the answer from the top of my head, but try to
search archives of this conference -- it was asked couple of
time before (or www.lyx.org/help).

Have a nice day,

Matej Cepl

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488




Re: ascii output

2003-10-11 Thread Antony Templier
Angus Leeming wrote:
Antony Templier wrote:

Thank you for answer. (I appreciate your useful sed loop ;-)

But i guess my question wasn't well expressed. I'm not a great
english spoken man, so i joined a little sample of what i would. (cf
attaced file) I don't found a way to do that with Lyx but it would
be very useful to export into scribus for exemple (i 'm grafic
designer). Is the best way to make a bash script, lyx files to
well_done_ascii_as_i_want ?


Bonsoir, Antony. Ton anglais est meuiller que mon français ;-)

Est-ce que tu voudrais tous les mots de chaque paragraphe sur une 
ligne single? Alors je pense que ce sera suffisant d'avoir une entrée
\ascii_linelen 1
dans le fichier ~/.lyx/preferences. 

Peut-être ce script t'aideras

sed ':loop
/^ *$/!{
$!{
N
/\n *$/!{
s/\n/ /
tloop
}
}
}' ton_fichier > le_fichier_parfait
Here, we are...

Angus, you're a goldy boy. People like you make the world a little bit 
better.

Merci beaucoup...




Figures in first page

2003-10-11 Thread Victor Anaya
Hello all,

I'm using book document style. I want to put a pair of figures (logos of my 
university) before the title of my work (but in the same page). If I include 
them before the title lyx puts them in a page, and in another it puts the 
title, author, etc. How can I do that?

Thanks in advance,

Víctor

_
Descubre el mayor catálogo de coches de la Red en MSN Motor. 
http://motor.msn.es/researchcentre/



cut-and-paste issues

2003-10-11 Thread Ed Sawicki
I compiled LyX 1.3.3 from source with Qt support and run it on
a Linux/KDE system. I cannot cut text from another application
and paste it in a LyX document. Is this normal?

Ed Sawicki



Re: Figures in first page

2003-10-11 Thread Matej Cepl
Victor Anaya wrote:
> I'm using book document style. I want to put a pair of figures
> (logos of my university) before the title of my work (but in
> the same page). If I include them before the title lyx puts
> them in a page, and in another it puts the title, author, etc.
> How can I do that?

I do not know the answer from the top of my head, but try to
search archives of this conference -- it was asked couple of
time before (or www.lyx.org/help).

Have a nice day,

Matej Cepl

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488