UML in Lyx.

2009-10-14 Thread nikunj .
Hi, I have lyx 1.6.4 installed and want to draw few UML diagrams, like class diagram, activity diagram and sequence diagrams in Lyx. What should I do ? Any cue would be helpful. Thanks, Nikunj.

Re: UML in Lyx.

2009-10-14 Thread Sam Liddicott
* nikunj . wrote, On 14/10/09 09:36: Hi, I have lyx 1.6.4 installed and want to draw few UML diagrams, like class diagram, activity diagram and sequence diagrams in Lyx. What should I do ? Any cue would be helpful. Thanks, Nikunj. If you search in http://www.ctan.org/ you can find some

Re: UML in Lyx.

2009-10-14 Thread Lorenz Schori
Hi Nikunj Am Wed, 14 Oct 2009 14:06:01 +0530 schrieb nikunj . nikunjk...@gmail.com: I have lyx 1.6.4 installed and want to draw few UML diagrams, like class diagram, activity diagram and sequence diagrams in Lyx. I use MetaUML together with a custom converter. See my recent post for more

Re: Double language layout

2009-10-14 Thread Helge Hafting
vinc...@alice.it wrote: Hi everybody, I'm writing my thesis and I was wondering whether it is possible to use Lyx for a double language document. What I'd like to do is having a double column layout with the text written in one language on the left and another one on the right side. The text

Re: Urgent: Latex error with version 1.6.4.1

2009-10-14 Thread Helge Hafting
Nicola Molinari wrote: In order to explain better, I have a main file with links to the other chapters. If I compile the singles chapters the DVI files work. The problem is when I try to compile the main file. Maybe it's more clear now. **Input:Bibliografia.lyx ** ** \pagestyle{plain} ** **

References in program listings

2009-10-14 Thread Luca Carlon
Hi! Is it possible to insert references in program listings? I tried to do that but the button apply is disabled. I tried even to copy and paste a reference but the reference doesn't appear in the PDF. Is there any reason why this is not possible? Thanks! Luca

Re: Converting paragraph breaks to newlines in a .layout file

2009-10-14 Thread Joachim Osnabryg
Am 05.10.2009, 22:03 Uhr, schrieb Jack M. Lyon edi...@editorium.com: Jack M. Lyon wrote: --I need a command that will convert paragraph breaks to newlines in the LaTeX text inside the paragraph environment verse1. So the text in LyX will look like this (styled as Poem): My name is

Re: References in program listings

2009-10-14 Thread Sam Liddicott
* Luca Carlon wrote, On 14/10/09 11:47: Hi! Is it possible to insert references in program listings? I tried to do that but the button apply is disabled. I tried even to copy and paste a reference but the reference doesn't appear in the PDF. Is there any reason why this is not possible? Do you

Re: References in program listings

2009-10-14 Thread Luca Carlon
Sam Liddicott s...@... writes: Do you want to reference other parts of the document or other listings? If you use newfangle: http://repo.or.cz/w/newfangle.git then you can create references between code blocks, or references within the document to a code block from the document, using

Customizing toolbar

2009-10-14 Thread Lizardo H. C. M. Nunes
Hi, I'm trying to customize LyX, but I'm having a hard time with it. 1. First of all, I'm creating a toolbar with the following item: Item Insert figure command-sequence float-insert figure; up; dialog- show-new-inset graphics; Is it possible to set an icon for this item? How can I assign

Customizing toolbar

2009-10-14 Thread Lizardo H . C . M . Nunes
Hi, 1. I'm creating a toolbar. How can I assign an icon for a command-sequence item in a toolbar? 2. How can I create a PopMenu in a toolbar? Is it possible to set an icon for a PopMenu? How can I assign an icon for a PopMenu? Using LyX 1.6.4.1 in Mac OS 10.5 Thank you.

Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
H LyXians! Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Thanks in advance, Nikos

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Why not use pydocs? That's what it's for. Rich

Re: Documenting python code using LyX

2009-10-14 Thread Manveru
2009/10/14 Nikos Alexandris nikos.alexand...@felis.uni-freiburg.de: H LyXians! Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Thanks in advance, Nikos I am using Doxygen with doxypy extension with

Re: References in program listings

2009-10-14 Thread Sam Liddicott
Luca Carlon wrote: Sam Liddicott s...@... writes: Do you want to reference other parts of the document or other listings? If you use newfangle: http://repo.or.cz/w/newfangle.git then you can create references between code blocks, or references within the document to a code block from the

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 12:45 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Why not use pydocs? That's what it's for.

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: I don't know if doxygen or pydoc is what I am looking for. Or is it exactly what I need? Nikos, Pydocs, in specific circumstances. To provide multiline comments use the triple quotation mark method; for example, This class takes the foo as

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: thanks for the reply. I have in mind (most of the times) a documentation to describe/ explain step by step what is done. I am a very beginner with Python, not a good programmer at all and I like to spend a lot of time to write down what each piece of

Re: Documenting python code using LyX

2009-10-14 Thread Guenter Milde
On 2009-10-14, Nikos Alexandris wrote: On Wed, 2009-10-14 at 12:45 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). thanks

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 14:21 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: I don't know if doxygen or pydoc is what I am looking for. Or is it exactly what I need? Nikos, Pydocs, in specific circumstances. To provide multiline comments use the triple

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 14:25 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: thanks for the reply. I have in mind (most of the times) a documentation to describe/ explain step by step what is done. I am a very beginner with Python, not a good programmer at all and I

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: Yes, I already do that. I have more comments than code :-p. And I tried pydoc. It works... but I am not sure this is what I need :-? Nikos, I don't know what you seek that cannot be accommodated by using the built-in comment syntax. Perhaps you

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 21:34 +, Guenter Milde wrote: On 2009-10-14, Nikos Alexandris wrote: On Wed, 2009-10-14 at 12:45 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: Does anybody use LyX to document python code? Any hints? I've read about noweb but it

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 15:01 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: Yes, I already do that. I have more comments than code :-p. And I tried pydoc. It works... but I am not sure this is what I need :-? Nikos, I don't know what you seek that cannot be

problem with two languages in a thesis

2009-10-14 Thread Evan Mason
Hi, I have 8 child documents of an English thesis. Child/chapter 7 is in Spanish. The 8th child is the appendix. The problem is that in the appendix lyx continues to use Spanish (Cuadro rather than Table and so on). I started out setting the language in child 7 to Spanish with Documents

UML in Lyx.

2009-10-14 Thread nikunj .
Hi, I have lyx 1.6.4 installed and want to draw few UML diagrams, like class diagram, activity diagram and sequence diagrams in Lyx. What should I do ? Any cue would be helpful. Thanks, Nikunj.

Re: UML in Lyx.

2009-10-14 Thread Sam Liddicott
* nikunj . wrote, On 14/10/09 09:36: Hi, I have lyx 1.6.4 installed and want to draw few UML diagrams, like class diagram, activity diagram and sequence diagrams in Lyx. What should I do ? Any cue would be helpful. Thanks, Nikunj. If you search in http://www.ctan.org/ you can find some

Re: UML in Lyx.

2009-10-14 Thread Lorenz Schori
Hi Nikunj Am Wed, 14 Oct 2009 14:06:01 +0530 schrieb nikunj . nikunjk...@gmail.com: I have lyx 1.6.4 installed and want to draw few UML diagrams, like class diagram, activity diagram and sequence diagrams in Lyx. I use MetaUML together with a custom converter. See my recent post for more

Re: Double language layout

2009-10-14 Thread Helge Hafting
vinc...@alice.it wrote: Hi everybody, I'm writing my thesis and I was wondering whether it is possible to use Lyx for a double language document. What I'd like to do is having a double column layout with the text written in one language on the left and another one on the right side. The text

Re: Urgent: Latex error with version 1.6.4.1

2009-10-14 Thread Helge Hafting
Nicola Molinari wrote: In order to explain better, I have a main file with links to the other chapters. If I compile the singles chapters the DVI files work. The problem is when I try to compile the main file. Maybe it's more clear now. **Input:Bibliografia.lyx ** ** \pagestyle{plain} ** **

References in program listings

2009-10-14 Thread Luca Carlon
Hi! Is it possible to insert references in program listings? I tried to do that but the button apply is disabled. I tried even to copy and paste a reference but the reference doesn't appear in the PDF. Is there any reason why this is not possible? Thanks! Luca

Re: Converting paragraph breaks to newlines in a .layout file

2009-10-14 Thread Joachim Osnabryg
Am 05.10.2009, 22:03 Uhr, schrieb Jack M. Lyon edi...@editorium.com: Jack M. Lyon wrote: --I need a command that will convert paragraph breaks to newlines in the LaTeX text inside the paragraph environment verse1. So the text in LyX will look like this (styled as Poem): My name is

Re: References in program listings

2009-10-14 Thread Sam Liddicott
* Luca Carlon wrote, On 14/10/09 11:47: Hi! Is it possible to insert references in program listings? I tried to do that but the button apply is disabled. I tried even to copy and paste a reference but the reference doesn't appear in the PDF. Is there any reason why this is not possible? Do you

Re: References in program listings

2009-10-14 Thread Luca Carlon
Sam Liddicott s...@... writes: Do you want to reference other parts of the document or other listings? If you use newfangle: http://repo.or.cz/w/newfangle.git then you can create references between code blocks, or references within the document to a code block from the document, using

Customizing toolbar

2009-10-14 Thread Lizardo H. C. M. Nunes
Hi, I'm trying to customize LyX, but I'm having a hard time with it. 1. First of all, I'm creating a toolbar with the following item: Item Insert figure command-sequence float-insert figure; up; dialog- show-new-inset graphics; Is it possible to set an icon for this item? How can I assign

Customizing toolbar

2009-10-14 Thread Lizardo H . C . M . Nunes
Hi, 1. I'm creating a toolbar. How can I assign an icon for a command-sequence item in a toolbar? 2. How can I create a PopMenu in a toolbar? Is it possible to set an icon for a PopMenu? How can I assign an icon for a PopMenu? Using LyX 1.6.4.1 in Mac OS 10.5 Thank you.

Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
H LyXians! Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Thanks in advance, Nikos

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Why not use pydocs? That's what it's for. Rich

Re: Documenting python code using LyX

2009-10-14 Thread Manveru
2009/10/14 Nikos Alexandris nikos.alexand...@felis.uni-freiburg.de: H LyXians! Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Thanks in advance, Nikos I am using Doxygen with doxypy extension with

Re: References in program listings

2009-10-14 Thread Sam Liddicott
Luca Carlon wrote: Sam Liddicott s...@... writes: Do you want to reference other parts of the document or other listings? If you use newfangle: http://repo.or.cz/w/newfangle.git then you can create references between code blocks, or references within the document to a code block from the

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 12:45 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Why not use pydocs? That's what it's for.

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: I don't know if doxygen or pydoc is what I am looking for. Or is it exactly what I need? Nikos, Pydocs, in specific circumstances. To provide multiline comments use the triple quotation mark method; for example, This class takes the foo as

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: thanks for the reply. I have in mind (most of the times) a documentation to describe/ explain step by step what is done. I am a very beginner with Python, not a good programmer at all and I like to spend a lot of time to write down what each piece of

Re: Documenting python code using LyX

2009-10-14 Thread Guenter Milde
On 2009-10-14, Nikos Alexandris wrote: On Wed, 2009-10-14 at 12:45 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). thanks

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 14:21 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: I don't know if doxygen or pydoc is what I am looking for. Or is it exactly what I need? Nikos, Pydocs, in specific circumstances. To provide multiline comments use the triple

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 14:25 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: thanks for the reply. I have in mind (most of the times) a documentation to describe/ explain step by step what is done. I am a very beginner with Python, not a good programmer at all and I

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: Yes, I already do that. I have more comments than code :-p. And I tried pydoc. It works... but I am not sure this is what I need :-? Nikos, I don't know what you seek that cannot be accommodated by using the built-in comment syntax. Perhaps you

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 21:34 +, Guenter Milde wrote: On 2009-10-14, Nikos Alexandris wrote: On Wed, 2009-10-14 at 12:45 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: Does anybody use LyX to document python code? Any hints? I've read about noweb but it

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 15:01 -0700, Rich Shepard wrote: On Wed, 14 Oct 2009, Nikos Alexandris wrote: Yes, I already do that. I have more comments than code :-p. And I tried pydoc. It works... but I am not sure this is what I need :-? Nikos, I don't know what you seek that cannot be

problem with two languages in a thesis

2009-10-14 Thread Evan Mason
Hi, I have 8 child documents of an English thesis. Child/chapter 7 is in Spanish. The 8th child is the appendix. The problem is that in the appendix lyx continues to use Spanish (Cuadro rather than Table and so on). I started out setting the language in child 7 to Spanish with Documents

UML in Lyx.

2009-10-14 Thread nikunj .
Hi, I have lyx 1.6.4 installed and want to draw few UML diagrams, like class diagram, activity diagram and sequence diagrams in Lyx. What should I do ? Any cue would be helpful. Thanks, Nikunj.

Re: UML in Lyx.

2009-10-14 Thread Sam Liddicott
* nikunj . wrote, On 14/10/09 09:36: > Hi, > > I have lyx 1.6.4 installed and want to draw few UML diagrams, like > class diagram, activity diagram and sequence diagrams in Lyx. > > What should I do ? > Any cue would be helpful. > > Thanks, > Nikunj. If you search in http://www.ctan.org/ you can

Re: UML in Lyx.

2009-10-14 Thread Lorenz Schori
Hi Nikunj Am Wed, 14 Oct 2009 14:06:01 +0530 schrieb "nikunj ." : > I have lyx 1.6.4 installed and want to draw few UML diagrams, like > class diagram, activity diagram and sequence diagrams in Lyx. I use MetaUML together with a custom converter. See my recent post for

Re: Double language layout

2009-10-14 Thread Helge Hafting
vinc...@alice.it wrote: Hi everybody, I'm writing my thesis and I was wondering whether it is possible to use Lyx for a double language document. What I'd like to do is having a double column layout with the text written in one language on the left and another one on the right side. The text

Re: Urgent: Latex error with version 1.6.4.1

2009-10-14 Thread Helge Hafting
Nicola Molinari wrote: In order to explain better, I have a main file with links to the other chapters. If I compile the singles chapters the DVI files work. The problem is when I try to compile the main file. Maybe it's more clear now. **Input:Bibliografia.lyx ** ** \pagestyle{plain} ** **

References in program listings

2009-10-14 Thread Luca Carlon
Hi! Is it possible to insert references in program listings? I tried to do that but the button apply is disabled. I tried even to copy and paste a reference but the reference doesn't appear in the PDF. Is there any reason why this is not possible? Thanks! Luca

Re: Converting paragraph breaks to newlines in a .layout file

2009-10-14 Thread Joachim Osnabryg
Am 05.10.2009, 22:03 Uhr, schrieb Jack M. Lyon : Jack M. Lyon wrote: --I need a command that will convert paragraph breaks to newlines in the LaTeX text inside the paragraph environment verse1. So the text in LyX will look like this (styled as Poem): My name

Re: References in program listings

2009-10-14 Thread Sam Liddicott
* Luca Carlon wrote, On 14/10/09 11:47: Hi! Is it possible to insert references in program listings? I tried to do that but the button apply is disabled. I tried even to copy and paste a reference but the reference doesn't appear in the PDF. Is there any reason why this is not possible? Do you

Re: References in program listings

2009-10-14 Thread Luca Carlon
Sam Liddicott writes: > Do you want to reference other parts of the document or other listings? > > If you use newfangle: > http://repo.or.cz/w/newfangle.git > > then you can create references between code blocks, or references within > the document to a code block from the document,

Customizing toolbar

2009-10-14 Thread Lizardo H. C. M. Nunes
Hi, I'm trying to customize LyX, but I'm having a hard time with it. 1. First of all, I'm creating a toolbar with the following item: Item "Insert figure" "command-sequence float-insert figure; up; dialog- show-new-inset graphics; " Is it possible to set an icon for this item? How can I

Customizing toolbar

2009-10-14 Thread Lizardo H . C . M . Nunes
Hi, 1. I'm creating a toolbar. How can I assign an icon for a command-sequence item in a toolbar? 2. How can I create a PopMenu in a toolbar? Is it possible to set an icon for a PopMenu? How can I assign an icon for a PopMenu? Using LyX 1.6.4.1 in Mac OS 10.5 Thank you.

Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
H LyXians! Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Thanks in advance, Nikos

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: Does anybody use LyX to document python code? Any hints? I've read about noweb but it looks a bit more complicated than it should be... (?). Why not use pydocs? That's what it's for. Rich

Re: Documenting python code using LyX

2009-10-14 Thread Manveru
2009/10/14 Nikos Alexandris : > H LyXians! > > Does anybody use LyX to document python code? Any hints? I've read about > noweb but it looks a bit more complicated than it should be... (?). > > Thanks in advance, Nikos I am using Doxygen with doxypy

Re: References in program listings

2009-10-14 Thread Sam Liddicott
Luca Carlon wrote: Sam Liddicott writes: Do you want to reference other parts of the document or other listings? If you use newfangle: http://repo.or.cz/w/newfangle.git then you can create references between code blocks, or references within the document to a code block from

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 12:45 -0700, Rich Shepard wrote: > On Wed, 14 Oct 2009, Nikos Alexandris wrote: > > > Does anybody use LyX to document python code? Any hints? I've read about > > noweb but it looks a bit more complicated than it should be... (?). > >Why not use pydocs? That's what it's

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: I don't know if doxygen or pydoc is what I am looking for. Or is it exactly what I need? Nikos, Pydocs, in specific circumstances. To provide multiline comments use the triple quotation mark method; for example, """This class takes the foo as

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: thanks for the reply. I have in mind (most of the times) a documentation to describe/ explain step by step what is done. I am a very beginner with Python, not a good programmer at all and I like to spend a lot of time to write down what each piece of

Re: Documenting python code using LyX

2009-10-14 Thread Guenter Milde
On 2009-10-14, Nikos Alexandris wrote: > On Wed, 2009-10-14 at 12:45 -0700, Rich Shepard wrote: >> On Wed, 14 Oct 2009, Nikos Alexandris wrote: >> > Does anybody use LyX to document python code? Any hints? I've read about >> > noweb but it looks a bit more complicated than it should be... (?). >

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 14:21 -0700, Rich Shepard wrote: > On Wed, 14 Oct 2009, Nikos Alexandris wrote: > > > I don't know if doxygen or pydoc is what I am looking for. Or is it > > exactly what I need? > > Nikos, > >Pydocs, in specific circumstances. > >To provide multiline comments use

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 14:25 -0700, Rich Shepard wrote: > On Wed, 14 Oct 2009, Nikos Alexandris wrote: > > > thanks for the reply. I have in mind (most of the times) a documentation > > to describe/ explain step by step what is done. I am a very beginner with > > Python, not a good programmer at

Re: Documenting python code using LyX

2009-10-14 Thread Rich Shepard
On Wed, 14 Oct 2009, Nikos Alexandris wrote: Yes, I already do that. I have more comments than code :-p. And I tried pydoc. It works... but I am not sure this is what I need :-? Nikos, I don't know what you seek that cannot be accommodated by using the built-in comment syntax. Perhaps you

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 21:34 +, Guenter Milde wrote: > On 2009-10-14, Nikos Alexandris wrote: > > On Wed, 2009-10-14 at 12:45 -0700, Rich Shepard wrote: > >> On Wed, 14 Oct 2009, Nikos Alexandris wrote: > > >> > Does anybody use LyX to document python code? Any hints? I've read about > >> >

Re: Documenting python code using LyX

2009-10-14 Thread Nikos Alexandris
On Wed, 2009-10-14 at 15:01 -0700, Rich Shepard wrote: > On Wed, 14 Oct 2009, Nikos Alexandris wrote: > > > Yes, I already do that. I have more comments than code :-p. And I tried > > pydoc. It works... but I am not sure this is what I need :-? > > Nikos, > >I don't know what you seek that

problem with two languages in a thesis

2009-10-14 Thread Evan Mason
Hi, I have 8 child documents of an English thesis. Child/chapter 7 is in Spanish. The 8th child is the appendix. The problem is that in the appendix lyx continues to use Spanish (Cuadro rather than Table and so on). I started out setting the language in child 7 to Spanish with Documents >