Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Stephan Witt
Am 14.07.2014 um 18:11 schrieb Paola Manzini pm...@st-andrews.ac.uk: Hi All, I hope somebody can help - I have searched the message board, but there is nothing recent that I could find to solve my problem. I just moved from Windows to Mac (Macbook pro), on OS Maverick, using Lyx 2.1.0

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Paola Manzini
Thank you Stephan, I know feel rather silly: since it works for you, I kept insisting, looking at the message log, and I finally realised that I have to let go of the ctrl key after the first G - thanks a million! paola On 15/07/2014 09:56, Stephan Witt wrote: Am 14.07.2014 um 18:11 schrieb

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Stephan Witt
Am 15.07.2014 um 10:56 schrieb Stephan Witt st.w...@gmx.net: Am 14.07.2014 um 18:11 schrieb Paola Manzini pm...@st-andrews.ac.uk: Hi All, I hope somebody can help - I have searched the message board, but there is nothing recent that I could find to solve my problem. I just moved from

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Stephan Witt
Am 15.07.2014 um 11:07 schrieb Paola Manzini pm...@st-andrews.ac.uk: just crossed messages, thanks a lot for this! Yes indeed, no problem. Glad to here it's working for you! Have a lot of fun with your new device. Stephan best wishes, paola On 15/07/2014 10:05, Stephan Witt wrote: Am

Numbering lines ?

2014-07-15 Thread herve lefebvre
Hi, When I send a draft for reading/advice/correction, I would like to put line numbers ( with a step a 5 ) in both left/right margins ; so that the corrector can easily say me Typo Line 12 page 25 Any idea how to do it with Lyx ? -- Hervé LEFEBVRE

[ANNOUNCE] LyX 2.1.1

2014-07-15 Thread Richard Heck
Public release of LyX version 2.1.1 === We are proud to announce the release of LyX 2.1.1. This is the first maintenance release in the 2.1.x series. LyX is a document processor that encourages an approach to writing based on the structure of your documents and

Re: multiple paragraphs in a table cell

2014-07-15 Thread Will Parsons
Scott Kostyshak wrote: On Sat, Jul 12, 2014 at 5:30 PM, Will Parsons varro@nodomain.invalid wrote: I have a table in which I wish some cells to contain multiple paragraphs. I can apparently create separate paragraphs by the normal method of hitting Enter, at least as far as it appears within

Re: Numbering lines ?

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 12:25 PM, herve lefebvre ae...@free.fr wrote: Hi, When I send a draft for reading/advice/correction, I would like to put line numbers ( with a step a 5 ) in both left/right margins ; so that the corrector can easily say me Typo Line 12 page 25 Any idea how to do

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 3:28 PM, Will Parsons varro@nodomain.invalid wrote: Scott Kostyshak wrote: On Sat, Jul 12, 2014 at 5:30 PM, Will Parsons varro@nodomain.invalid wrote: I have a table in which I wish some cells to contain multiple paragraphs. I can apparently create separate paragraphs

Re: Numbering lines ?

2014-07-15 Thread herve lefebvre
Le mardi 15 juillet 2014 16:37:21 Scott Kostyshak a écrit : Any idea how to do it with Lyx ? Hi Hervé, I googled and found the following. It looks like it could help: http://texblog.org/2012/02/08/adding-line-numbers-to-documents/ Thanks, I'll try that. -- Hervé LEFEBVRE

Re: multiple paragraphs in a table cell

2014-07-15 Thread Will Parsons
Scott Kostyshak wrote: On Tue, Jul 15, 2014 at 3:28 PM, Will Parsons varro@nodomain.invalid wrote: Thanks, that seems to have partially solved the problem. Partially, because although I can now export to PDF without an error, the paragraphs are not separated by a space as they are in the main

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work because in a tabular environment \parskip is reset (actually, even \par is redefined). You have to insert

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Will Parsons writes: Yes, it does succeed in separating the paragraphs, but the text of the paragraph in the box spills out of the bounds of the table when converted to PDF. Ouch! You have to adjust the width of the minipage. -- Enrico

Re: multiple paragraphs in a table cell

2014-07-15 Thread Will Parsons
Enrico Forestieri wrote: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work because in a tabular environment \parskip is reset (actually, even \par is

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Enrico Forestieri writes: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work because in a tabular environment \parskip is reset (actually, even \par

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 5:37 PM, Will Parsons varro@nodomain.invalid wrote: Sounds good. Please post any bug or feature request on http://www.lyx.org/trac and if you are interested in contributing a patch, that would of course be welcome too. I will if I can come up with a reasonable

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 6:22 PM, Will Parsons varro@nodomain.invalid wrote: Enrico Forestieri wrote: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Scott Kostyshak writes: Thanks for the correction, Enrico. Actually, it's me who should stand corrected ;) -- Enrico

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Will Parsons varro at nodomain.invalid writes: Enrico Forestieri wrote: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work because in a tabular

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 6:24 PM, Enrico Forestieri for...@lyx.org wrote: Enrico Forestieri writes: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 6:53 PM, Enrico Forestieri for...@lyx.org wrote: Will Parsons varro at nodomain.invalid writes: I can't say I'm delighted at this solution, since it seems like a bit of magic (I didn't even know what ERT was), but it *does* work. So, thank you - I think my problem is

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Stephan Witt
Am 14.07.2014 um 18:11 schrieb Paola Manzini pm...@st-andrews.ac.uk: Hi All, I hope somebody can help - I have searched the message board, but there is nothing recent that I could find to solve my problem. I just moved from Windows to Mac (Macbook pro), on OS Maverick, using Lyx 2.1.0

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Paola Manzini
Thank you Stephan, I know feel rather silly: since it works for you, I kept insisting, looking at the message log, and I finally realised that I have to let go of the ctrl key after the first G - thanks a million! paola On 15/07/2014 09:56, Stephan Witt wrote: Am 14.07.2014 um 18:11 schrieb

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Stephan Witt
Am 15.07.2014 um 10:56 schrieb Stephan Witt st.w...@gmx.net: Am 14.07.2014 um 18:11 schrieb Paola Manzini pm...@st-andrews.ac.uk: Hi All, I hope somebody can help - I have searched the message board, but there is nothing recent that I could find to solve my problem. I just moved from

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Stephan Witt
Am 15.07.2014 um 11:07 schrieb Paola Manzini pm...@st-andrews.ac.uk: just crossed messages, thanks a lot for this! Yes indeed, no problem. Glad to here it's working for you! Have a lot of fun with your new device. Stephan best wishes, paola On 15/07/2014 10:05, Stephan Witt wrote: Am

Numbering lines ?

2014-07-15 Thread herve lefebvre
Hi, When I send a draft for reading/advice/correction, I would like to put line numbers ( with a step a 5 ) in both left/right margins ; so that the corrector can easily say me Typo Line 12 page 25 Any idea how to do it with Lyx ? -- Hervé LEFEBVRE

[ANNOUNCE] LyX 2.1.1

2014-07-15 Thread Richard Heck
Public release of LyX version 2.1.1 === We are proud to announce the release of LyX 2.1.1. This is the first maintenance release in the 2.1.x series. LyX is a document processor that encourages an approach to writing based on the structure of your documents and

Re: multiple paragraphs in a table cell

2014-07-15 Thread Will Parsons
Scott Kostyshak wrote: On Sat, Jul 12, 2014 at 5:30 PM, Will Parsons varro@nodomain.invalid wrote: I have a table in which I wish some cells to contain multiple paragraphs. I can apparently create separate paragraphs by the normal method of hitting Enter, at least as far as it appears within

Re: Numbering lines ?

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 12:25 PM, herve lefebvre ae...@free.fr wrote: Hi, When I send a draft for reading/advice/correction, I would like to put line numbers ( with a step a 5 ) in both left/right margins ; so that the corrector can easily say me Typo Line 12 page 25 Any idea how to do

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 3:28 PM, Will Parsons varro@nodomain.invalid wrote: Scott Kostyshak wrote: On Sat, Jul 12, 2014 at 5:30 PM, Will Parsons varro@nodomain.invalid wrote: I have a table in which I wish some cells to contain multiple paragraphs. I can apparently create separate paragraphs

Re: Numbering lines ?

2014-07-15 Thread herve lefebvre
Le mardi 15 juillet 2014 16:37:21 Scott Kostyshak a écrit : Any idea how to do it with Lyx ? Hi Hervé, I googled and found the following. It looks like it could help: http://texblog.org/2012/02/08/adding-line-numbers-to-documents/ Thanks, I'll try that. -- Hervé LEFEBVRE

Re: multiple paragraphs in a table cell

2014-07-15 Thread Will Parsons
Scott Kostyshak wrote: On Tue, Jul 15, 2014 at 3:28 PM, Will Parsons varro@nodomain.invalid wrote: Thanks, that seems to have partially solved the problem. Partially, because although I can now export to PDF without an error, the paragraphs are not separated by a space as they are in the main

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work because in a tabular environment \parskip is reset (actually, even \par is redefined). You have to insert

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Will Parsons writes: Yes, it does succeed in separating the paragraphs, but the text of the paragraph in the box spills out of the bounds of the table when converted to PDF. Ouch! You have to adjust the width of the minipage. -- Enrico

Re: multiple paragraphs in a table cell

2014-07-15 Thread Will Parsons
Enrico Forestieri wrote: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work because in a tabular environment \parskip is reset (actually, even \par is

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Enrico Forestieri writes: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work because in a tabular environment \parskip is reset (actually, even \par

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 5:37 PM, Will Parsons varro@nodomain.invalid wrote: Sounds good. Please post any bug or feature request on http://www.lyx.org/trac and if you are interested in contributing a patch, that would of course be welcome too. I will if I can come up with a reasonable

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 6:22 PM, Will Parsons varro@nodomain.invalid wrote: Enrico Forestieri wrote: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Scott Kostyshak writes: Thanks for the correction, Enrico. Actually, it's me who should stand corrected ;) -- Enrico

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Will Parsons varro at nodomain.invalid writes: Enrico Forestieri wrote: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work because in a tabular

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 6:24 PM, Enrico Forestieri for...@lyx.org wrote: Enrico Forestieri writes: Scott Kostyshak writes: Another idea is to use a minipage. Go to Insert Box Frameless. Then try putting vertical space in (Insert Formatting Vertical Space). No, this will not work

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 6:53 PM, Enrico Forestieri for...@lyx.org wrote: Will Parsons varro at nodomain.invalid writes: I can't say I'm delighted at this solution, since it seems like a bit of magic (I didn't even know what ERT was), but it *does* work. So, thank you - I think my problem is

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Stephan Witt
Am 14.07.2014 um 18:11 schrieb Paola Manzini : > Hi All, > > I hope somebody can help - I have searched the message board, but there is > nothing recent that I could find to solve my problem. > > I just moved from Windows to Mac (Macbook pro), on OS Maverick, using Lyx

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Paola Manzini
Thank you Stephan, I know feel rather silly: since it works for you, I kept insisting, looking at the message log, and I finally realised that I have to let go of the ctrl key after the first G - thanks a million! paola On 15/07/2014 09:56, Stephan Witt wrote: Am 14.07.2014 um 18:11 schrieb

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Stephan Witt
Am 15.07.2014 um 10:56 schrieb Stephan Witt : > Am 14.07.2014 um 18:11 schrieb Paola Manzini : > >> Hi All, >> >> I hope somebody can help - I have searched the message board, but there is >> nothing recent that I could find to solve my problem. >> >>

Re: lyx shortcuts in mac os - can't make them work

2014-07-15 Thread Stephan Witt
Am 15.07.2014 um 11:07 schrieb Paola Manzini : > just crossed messages, thanks a lot for this! Yes indeed, no problem. Glad to here it's working for you! Have a lot of fun with your new device. Stephan > best wishes, > paola > > On 15/07/2014 10:05, Stephan Witt

Numbering lines ?

2014-07-15 Thread herve lefebvre
Hi, When I send a draft for reading/advice/correction, I would like to put line numbers ( with a step a 5 ) in both left/right margins ; so that the corrector can easily say me "Typo Line 12 page 25...". Any idea how to do it with Lyx ? -- Hervé LEFEBVRE

[ANNOUNCE] LyX 2.1.1

2014-07-15 Thread Richard Heck
Public release of LyX version 2.1.1 === We are proud to announce the release of LyX 2.1.1. This is the first maintenance release in the 2.1.x series. LyX is a document processor that encourages an approach to writing based on the structure of your documents and

Re: multiple paragraphs in a table cell

2014-07-15 Thread Will Parsons
Scott Kostyshak wrote: > On Sat, Jul 12, 2014 at 5:30 PM, Will Parsons wrote: >> I have a table in which I wish some cells to contain multiple >> paragraphs. I can apparently create separate paragraphs by the normal >> method of hitting Enter, at least as far as it

Re: Numbering lines ?

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 12:25 PM, herve lefebvre wrote: > Hi, > > When I send a draft for reading/advice/correction, I would like to put line > numbers ( with a step a 5 ) in both left/right margins ; so that the > corrector can easily say me "Typo Line 12 page 25...". > > Any

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 3:28 PM, Will Parsons wrote: > Scott Kostyshak wrote: >> On Sat, Jul 12, 2014 at 5:30 PM, Will Parsons wrote: >>> I have a table in which I wish some cells to contain multiple >>> paragraphs. I can apparently create

Re: Numbering lines ?

2014-07-15 Thread herve lefebvre
Le mardi 15 juillet 2014 16:37:21 Scott Kostyshak a écrit : > > Any idea how to do it with Lyx ? > > Hi Hervé, > > I googled and found the following. It looks like it could help: > > http://texblog.org/2012/02/08/adding-line-numbers-to-documents/ Thanks, I'll try that. -- Hervé LEFEBVRE

Re: multiple paragraphs in a table cell

2014-07-15 Thread Will Parsons
Scott Kostyshak wrote: > On Tue, Jul 15, 2014 at 3:28 PM, Will Parsons wrote: >> Thanks, that seems to have partially solved the problem. Partially, >> because although I can now export to PDF without an error, the >> paragraphs are not separated by a space as they are in

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Scott Kostyshak writes: > > Another idea is to use a minipage. Go to Insert > Box > Frameless. > Then try putting vertical space in (Insert > Formatting > Vertical > Space). No, this will not work because in a tabular environment \parskip is reset (actually, even \par is redefined). You have to

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Will Parsons writes: > > Yes, it does succeed in separating the paragraphs, but the text of the > paragraph in the box spills out of the bounds of the table when > converted to PDF. Ouch! You have to adjust the width of the minipage. -- Enrico

Re: multiple paragraphs in a table cell

2014-07-15 Thread Will Parsons
Enrico Forestieri wrote: > Scott Kostyshak writes: >> >> Another idea is to use a minipage. Go to Insert > Box > Frameless. >> Then try putting vertical space in (Insert > Formatting > Vertical >> Space). > > No, this will not work because in a tabular environment \parskip is > reset (actually,

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Enrico Forestieri writes: > > Scott Kostyshak writes: > > > > Another idea is to use a minipage. Go to Insert > Box > Frameless. > > Then try putting vertical space in (Insert > Formatting > Vertical > > Space). > > No, this will not work because in a tabular environment \parskip is > reset

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 5:37 PM, Will Parsons wrote: >> Sounds good. Please post any bug or feature request on >> http://www.lyx.org/trac >> and if you are interested in contributing a patch, that would of >> course be welcome too. > > I will if I can come up with a

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 6:22 PM, Will Parsons wrote: > Enrico Forestieri wrote: >> Scott Kostyshak writes: >>> >>> Another idea is to use a minipage. Go to Insert > Box > Frameless. >>> Then try putting vertical space in (Insert > Formatting > Vertical >>> Space). >> >>

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Scott Kostyshak writes: > > Thanks for the correction, Enrico. Actually, it's me who should stand corrected ;) -- Enrico

Re: multiple paragraphs in a table cell

2014-07-15 Thread Enrico Forestieri
Will Parsons nodomain.invalid> writes: > > Enrico Forestieri wrote: > > Scott Kostyshak writes: > >> > >> Another idea is to use a minipage. Go to Insert > Box > Frameless. > >> Then try putting vertical space in (Insert > Formatting > Vertical > >> Space). > > > > No, this will not work

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 6:24 PM, Enrico Forestieri wrote: > Enrico Forestieri writes: >> >> Scott Kostyshak writes: >> > >> > Another idea is to use a minipage. Go to Insert > Box > Frameless. >> > Then try putting vertical space in (Insert > Formatting > Vertical >> > Space). >>

Re: multiple paragraphs in a table cell

2014-07-15 Thread Scott Kostyshak
On Tue, Jul 15, 2014 at 6:53 PM, Enrico Forestieri wrote: > Will Parsons nodomain.invalid> writes: >> I can't say I'm delighted at this solution, since it seems like a bit >> of magic (I didn't even know what ERT was), but it *does* work. So, >> thank you - I think my problem