New letter example using Koma-Script

2008-07-10 Thread Christian Ridderström

Hi,

Thanks to Rich Shepard, I've put up an example of how to do a 
'business'-like letter with Koma-Script using LyX here:


http://wiki.lyx.org/Examples/KomaLetter2

Feel free to use it as you like, and if you know something about 
Koma-Script, please tell me about any mis-use of the document class.


cheers,
Christian

--
Christian Ridderström, +46-8-768 39 44http://www.md.kth.se/~chr

Re: New letter example using Koma-Script

2008-07-10 Thread Jean-Marie Pacquet

Christian Ridderström a écrit :

Hi,

Thanks to Rich Shepard, I've put up an example of how to do a 
'business'-like letter with Koma-Script using LyX here:


http://wiki.lyx.org/Examples/KomaLetter2

Feel free to use it as you like, and if you know something about 
Koma-Script, please tell me about any mis-use of the document class.

Hi Christian,

I did something very similar for french letters last year. If you want 
to add these files to the Lyx wiki, please feel free to get them here: 
http://pacquet.net/?q=node/2


--
jean-marie pacquet


Re: Is this possible in LyX?

2008-07-10 Thread Yago

Or the same code if you use the MnSymbol pacakge.
- Original Message - 
From: James Sutherland [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Tuesday, July 08, 2008 10:42 PM
Subject: Re: Is this possible in LyX?




On Jul 8, 2008, at 2:27 PM, bigblop wrote:



Is it possible to make the following expression in lyx:

http://img241.imageshack.us/my.php?image=testzj5.jpg
--  View this message in context: 
http://www.nabble.com/Is-this-possible-in-LyX--tp18348332p18348332.html

Sent from the LyX - Users mailing list archive at Nabble.com.



Of course.  Enter the following in LyX's math mode:
U = \{ \underbrace{a,\ldots,a}_{p+1}, u_{p+1}, \ldots, u_{m-p-1}, 
\underbrace{b,\ldots,b}_{p+1} \}

There are also many helpful gui items in math mode that can help.

James

__ Información de NOD32, revisión 3251 (20080708) __

Este mensaje ha sido analizado con  NOD32 antivirus system
http://www.nod32.com






Inserting code

2008-07-10 Thread Ivica1009

Hi,

I am using Lyx 1.5.3 on Ubuntu Linux.

In my thesis I need to use a lot of C++ code. I am developing code in
Eclipse CDT text editor.
If I copy my code, for example, into the OpenOffice documet, the code
preserves its format and colors.
If I copy the code into Lyx it does not preserve neither of those.

Is there a way to copy code from other editors into Lyx in such a way that
at least the format of the code is preserved?

Thanks for your time.
Ivica 
-- 
View this message in context: 
http://www.nabble.com/Inserting-code-tp18393441p18393441.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Inserting code

2008-07-10 Thread Pavel Sanda
 Is there a way to copy code from other editors into Lyx in such a way that
 at least the format of the code is preserved?

have you tried listings environment?
pavel


Bullet distance

2008-07-10 Thread snvv
Hello
Is it possible to increase the space between a bullet and the text that 
follows?
Thank you
snvv


Re: Bullet distance

2008-07-10 Thread Waluyo Adi Siswanto
On Fri, Jul 11, 2008 at 9:17 AM, snvv [EMAIL PROTECTED] wrote:

 Hello
 Is it possible to increase the space between a bullet and the text that
 follows?
 Thank you
 snvv


The easiest way (if it is temporary) is by pressing Ctrl-space or
Ctrl-Alt-space
(Insert - Formatting).

/Adi


New letter example using Koma-Script

2008-07-10 Thread Christian Ridderström

Hi,

Thanks to Rich Shepard, I've put up an example of how to do a 
'business'-like letter with Koma-Script using LyX here:


http://wiki.lyx.org/Examples/KomaLetter2

Feel free to use it as you like, and if you know something about 
Koma-Script, please tell me about any mis-use of the document class.


cheers,
Christian

--
Christian Ridderström, +46-8-768 39 44http://www.md.kth.se/~chr

Re: New letter example using Koma-Script

2008-07-10 Thread Jean-Marie Pacquet

Christian Ridderström a écrit :

Hi,

Thanks to Rich Shepard, I've put up an example of how to do a 
'business'-like letter with Koma-Script using LyX here:


http://wiki.lyx.org/Examples/KomaLetter2

Feel free to use it as you like, and if you know something about 
Koma-Script, please tell me about any mis-use of the document class.

Hi Christian,

I did something very similar for french letters last year. If you want 
to add these files to the Lyx wiki, please feel free to get them here: 
http://pacquet.net/?q=node/2


--
jean-marie pacquet


Re: Is this possible in LyX?

2008-07-10 Thread Yago

Or the same code if you use the MnSymbol pacakge.
- Original Message - 
From: James Sutherland [EMAIL PROTECTED]

To: lyx-users@lists.lyx.org
Sent: Tuesday, July 08, 2008 10:42 PM
Subject: Re: Is this possible in LyX?




On Jul 8, 2008, at 2:27 PM, bigblop wrote:



Is it possible to make the following expression in lyx:

http://img241.imageshack.us/my.php?image=testzj5.jpg
--  View this message in context: 
http://www.nabble.com/Is-this-possible-in-LyX--tp18348332p18348332.html

Sent from the LyX - Users mailing list archive at Nabble.com.



Of course.  Enter the following in LyX's math mode:
U = \{ \underbrace{a,\ldots,a}_{p+1}, u_{p+1}, \ldots, u_{m-p-1}, 
\underbrace{b,\ldots,b}_{p+1} \}

There are also many helpful gui items in math mode that can help.

James

__ Información de NOD32, revisión 3251 (20080708) __

Este mensaje ha sido analizado con  NOD32 antivirus system
http://www.nod32.com






Inserting code

2008-07-10 Thread Ivica1009

Hi,

I am using Lyx 1.5.3 on Ubuntu Linux.

In my thesis I need to use a lot of C++ code. I am developing code in
Eclipse CDT text editor.
If I copy my code, for example, into the OpenOffice documet, the code
preserves its format and colors.
If I copy the code into Lyx it does not preserve neither of those.

Is there a way to copy code from other editors into Lyx in such a way that
at least the format of the code is preserved?

Thanks for your time.
Ivica 
-- 
View this message in context: 
http://www.nabble.com/Inserting-code-tp18393441p18393441.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Inserting code

2008-07-10 Thread Pavel Sanda
 Is there a way to copy code from other editors into Lyx in such a way that
 at least the format of the code is preserved?

have you tried listings environment?
pavel


Bullet distance

2008-07-10 Thread snvv
Hello
Is it possible to increase the space between a bullet and the text that 
follows?
Thank you
snvv


Re: Bullet distance

2008-07-10 Thread Waluyo Adi Siswanto
On Fri, Jul 11, 2008 at 9:17 AM, snvv [EMAIL PROTECTED] wrote:

 Hello
 Is it possible to increase the space between a bullet and the text that
 follows?
 Thank you
 snvv


The easiest way (if it is temporary) is by pressing Ctrl-space or
Ctrl-Alt-space
(Insert - Formatting).

/Adi


New letter example using Koma-Script

2008-07-10 Thread Christian Ridderström

Hi,

Thanks to Rich Shepard, I've put up an example of how to do a 
'business'-like letter with Koma-Script using LyX here:


http://wiki.lyx.org/Examples/KomaLetter2

Feel free to use it as you like, and if you know something about 
Koma-Script, please tell me about any mis-use of the document class.


cheers,
Christian

--
Christian Ridderström, +46-8-768 39 44http://www.md.kth.se/~chr

Re: New letter example using Koma-Script

2008-07-10 Thread Jean-Marie Pacquet

Christian Ridderström a écrit :

Hi,

Thanks to Rich Shepard, I've put up an example of how to do a 
'business'-like letter with Koma-Script using LyX here:


http://wiki.lyx.org/Examples/KomaLetter2

Feel free to use it as you like, and if you know something about 
Koma-Script, please tell me about any mis-use of the document class.

Hi Christian,

I did something very similar for french letters last year. If you want 
to add these files to the Lyx wiki, please feel free to get them here: 
http://pacquet.net/?q=node/2


--
jean-marie pacquet


Re: Is this possible in LyX?

2008-07-10 Thread Yago

Or the same code if you use the MnSymbol pacakge.
- Original Message - 
From: "James Sutherland" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, July 08, 2008 10:42 PM
Subject: Re: Is this possible in LyX?




On Jul 8, 2008, at 2:27 PM, bigblop wrote:



Is it possible to make the following expression in lyx:

http://img241.imageshack.us/my.php?image=testzj5.jpg
--  View this message in context: 
http://www.nabble.com/Is-this-possible-in-LyX--tp18348332p18348332.html

Sent from the LyX - Users mailing list archive at Nabble.com.



Of course.  Enter the following in LyX's math mode:
U = \{ \underbrace{a,\ldots,a}_{p+1}, u_{p+1}, \ldots, u_{m-p-1}, 
\underbrace{b,\ldots,b}_{p+1} \}

There are also many helpful gui items in math mode that can help.

James

__ Información de NOD32, revisión 3251 (20080708) __

Este mensaje ha sido analizado con  NOD32 antivirus system
http://www.nod32.com






Inserting code

2008-07-10 Thread Ivica1009

Hi,

I am using Lyx 1.5.3 on Ubuntu Linux.

In my thesis I need to use a lot of C++ code. I am developing code in
Eclipse CDT text editor.
If I copy my code, for example, into the OpenOffice documet, the code
preserves its format and colors.
If I copy the code into Lyx it does not preserve neither of those.

Is there a way to copy code from other editors into Lyx in such a way that
at least the format of the code is preserved?

Thanks for your time.
Ivica 
-- 
View this message in context: 
http://www.nabble.com/Inserting-code-tp18393441p18393441.html
Sent from the LyX - Users mailing list archive at Nabble.com.



Re: Inserting code

2008-07-10 Thread Pavel Sanda
> Is there a way to copy code from other editors into Lyx in such a way that
> at least the format of the code is preserved?

have you tried listings environment?
pavel


Bullet distance

2008-07-10 Thread snvv
Hello
Is it possible to increase the space between a bullet and the text that 
follows?
Thank you
snvv


Re: Bullet distance

2008-07-10 Thread Waluyo Adi Siswanto
On Fri, Jul 11, 2008 at 9:17 AM, snvv <[EMAIL PROTECTED]> wrote:

> Hello
> Is it possible to increase the space between a bullet and the text that
> follows?
> Thank you
> snvv
>

The easiest way (if it is temporary) is by pressing Ctrl-space or
Ctrl-Alt-space
(Insert - Formatting).

/Adi