Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Nikos Alexandris
On Mon, 2009-02-23 at 10:04 +0800, Waluyo Adi Siswanto wrote: > I think the easiest way to make it automatically in every transition page is > by adding the following command in the preamble. > The result is very accurate to get a blank but counted in every transitional > page. This is discussed

Re: Removing languages

2009-02-23 Thread Nikos Alexandris
On Mon, 2009-02-23 at 07:27 +, Guenter Milde wrote: > On 2009-02-22, Uwe Stöhr wrote: > > Dotan Cohen schrieb: > > >> When I write mixed Hebrew-English documents, I have to select the > >> language for each span of text. There are tens of languages installed, > >> how can I remove the unused

Re: Exporting to DOC or RTF

2009-02-23 Thread Nikos Alexandris
Dotan: > > Thanks. I do not seem to have an option to export to ODT. Must I add > > something? Andrew: > I think it's dependent on the version of LyX and LaTeX you have > installed. It Just Works for me on the latest Debian stable. I don't > know what's underpinning other releases (like

Re: Exporting to DOC or RTF

2009-02-23 Thread Nikos Alexandris
Nikos: > > You mean you "just hit the export to ODT" and voila... you open the ODT > > and see the file you prepared with LyX (even if it needs corrctions > > concerning appearance/structure etc.) ?? Andrew: > Yep. > A I have tex4ht installed under Ubuntu II / 64-bit. But no way to get it

Re: Exporting to DOC or RTF

2009-02-23 Thread Nikos Alexandris
On Mon, 2009-02-23 at 12:23 -0500, Richard Heck wrote: > Nikos Alexandris wrote: > > Nikos: > > > >>> You mean you "just hit the export to ODT" and voila... you open the ODT > >>> and see the file you prepared with LyX (even if it needs cor

Re: listings package problem

2009-02-23 Thread Nikos Alexandris
On Mon, 2009-02-23 at 08:12 +, Guenter Milde wrote: > On 2009-02-22, Nikos Alexandris wrote: > > > I guess it's a font-specific issue. Too bad because Bera looks great. > > > Any other recommendation? Kind regards, Nikos > > Txtt: > > Set the typewriter fon

Re: Exporting to DOC or RTF

2009-02-23 Thread Nikos Alexandris
On Mon, 2009-02-23 at 12:28 -0500, Andrew Sullivan wrote: > On Mon, Feb 23, 2009 at 05:57:38PM +0100, Nikos Alexandris wrote: > > I have tex4ht installed under Ubuntu II / 64-bit. But no way to get it > > working. Do you mind sharing you preferences (under File Handling)? > &g

Re: Exporting to DOC or RTF

2009-02-23 Thread Nikos Alexandris
On Tue, 2009-02-24 at 09:10 +0800, Waluyo Adi Siswanto wrote: > > > > > > Yes, I have installed the tex4ht package long ago. And never had luck > > nor for odt export neither for html export. > > > > Nikos > > > > I am in Ubuntu 8.04, I just know from this forum that LyX can export to >

Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
On Sun, 2009-02-22 at 12:27 +0100, Nikos Alexandris wrote: LyXers, in a document using book(KOMA-Script) the heading list of figures is repeated in 2-3 pages after the list of figures page. Why is that so? Partially answering to myself: probably because I use Chapter* in the next pages

Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
Yago: You can use the ERT command \pagestyle{plain} before the list of figures command. It works :-). But it works for the whole document :D. How do I get them (the headings) back for the next chapters?

Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
On Sun, 2009-02-22 at 12:27 +0100, Nikos Alexandris wrote: LyXers, in a document using book(KOMA-Script) the heading list of figures is repeated in 2-3 pages after the list of figures page. Why is that so? Partially answering to myself: probably because I use Chapter* in the next pages

Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
Yago: You can use the ERT command \pagestyle{plain} before the list of figures command. It works :-). But it works for the whole document :D. How do I get them (the headings) back for the next chapters?

Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
On Sun, 2009-02-22 at 12:27 +0100, Nikos Alexandris wrote: > LyXers, > > in a document using book(KOMA-Script) the heading "list of figures" is > repeated in 2-3 pages after the "list of figures" page. > > Why is that so? Partially answering to m

Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
Yago: > You can use the ERT command \pagestyle{plain} before the list of > figures command. It works :-). But it works for the whole document :D. How do I get them (the headings) back for the next chapters?

Re: listings package problem

2009-02-21 Thread Nikos Alexandris
On Fri, 2009-02-20 at 21:19 +0100, David Weenink wrote: L.S., I have found the solution to my problem. The following listings configuration solves my space injection problem: alsoletter={*()'0123456789.} basicstyle={\footnotesize\ttfamily} extendedchars=false frame=L upquote=false

Re: listings package problem

2009-02-21 Thread Nikos Alexandris
[ I am posting a listing-related problem here instead of starting a new thread. ] I now realise how powerful is the listing package. I used some R code and setting the fonts to BeraMono gives a very nice and highlighted code in the output. There is only one *important* problem though: usually

Re: listings package problem

2009-02-21 Thread Nikos Alexandris
On Fri, 2009-02-20 at 21:19 +0100, David Weenink wrote: L.S., I have found the solution to my problem. The following listings configuration solves my space injection problem: alsoletter={*()'0123456789.} basicstyle={\footnotesize\ttfamily} extendedchars=false frame=L upquote=false

Re: listings package problem

2009-02-21 Thread Nikos Alexandris
[ I am posting a listing-related problem here instead of starting a new thread. ] I now realise how powerful is the listing package. I used some R code and setting the fonts to BeraMono gives a very nice and highlighted code in the output. There is only one *important* problem though: usually

Re: listings package problem

2009-02-21 Thread Nikos Alexandris
On Fri, 2009-02-20 at 21:19 +0100, David Weenink wrote: > L.S., > > I have found the solution to my problem. The following listings configuration > solves my space injection problem: > > alsoletter={*()"'0123456789.} > basicstyle={\footnotesize\ttfamily} > extendedchars=false > frame=L >

Re: listings package problem

2009-02-21 Thread Nikos Alexandris
[ I am posting a listing-related problem here instead of starting a new thread. ] I now realise how powerful is the listing package. I used some R code and setting the fonts to BeraMono gives a very nice and highlighted code in the output. There is only one *important* problem though: usually

Just a thank you

2009-02-20 Thread Nikos Alexandris
A thanks to Uwe for his support. Since we are both in Freiburg, and very near, I visited him (yesterday) and we had a LyX session where we solved 2-3 important things to set-up properly a document of mine :-) Nikos

Re: listings package problem

2009-02-20 Thread Nikos Alexandris
On Fri, 2009-02-20 at 12:13 +0100, David Weenink wrote: L.S., I'm having the following problem with the listings package. I would like to use the listings package in lyx to show code parts in pdf output. User should be able to just copy the code from the pdf and paste it in their editor

Re: missing fonts on ubuntu?

2009-02-20 Thread Nikos Alexandris
On Fri, 2009-02-20 at 17:41 -0600, Travis wrote: For the interested, my book is here: http://www.subspacefield.org/security/security_concepts.html Style and content comments are very welcome. I' ve just spotted an unbroken line in page 134. Amazing job! Congrats. Nikos

Just a thank you

2009-02-20 Thread Nikos Alexandris
A thanks to Uwe for his support. Since we are both in Freiburg, and very near, I visited him (yesterday) and we had a LyX session where we solved 2-3 important things to set-up properly a document of mine :-) Nikos

Re: listings package problem

2009-02-20 Thread Nikos Alexandris
On Fri, 2009-02-20 at 12:13 +0100, David Weenink wrote: L.S., I'm having the following problem with the listings package. I would like to use the listings package in lyx to show code parts in pdf output. User should be able to just copy the code from the pdf and paste it in their editor

Re: missing fonts on ubuntu?

2009-02-20 Thread Nikos Alexandris
On Fri, 2009-02-20 at 17:41 -0600, Travis wrote: For the interested, my book is here: http://www.subspacefield.org/security/security_concepts.html Style and content comments are very welcome. I' ve just spotted an unbroken line in page 134. Amazing job! Congrats. Nikos

Just a thank you

2009-02-20 Thread Nikos Alexandris
A thanks to Uwe for his support. Since we are both in Freiburg, and very near, I visited him (yesterday) and we had a LyX session where we solved 2-3 important things to set-up properly a document of mine :-) Nikos

Re: listings package problem

2009-02-20 Thread Nikos Alexandris
On Fri, 2009-02-20 at 12:13 +0100, David Weenink wrote: > L.S., > > I'm having the following problem with the listings package. I would like to > use the listings package in lyx to show code parts in pdf output. User should > be able to just copy the code from the pdf and paste it in their

Re: missing fonts on ubuntu?

2009-02-20 Thread Nikos Alexandris
On Fri, 2009-02-20 at 17:41 -0600, Travis wrote: > For the interested, my book is here: > > http://www.subspacefield.org/security/security_concepts.html > > Style and content comments are very welcome. I' ve just spotted an unbroken line in page 134. Amazing job! Congrats. Nikos

Re: Graphics in LyX

2009-02-18 Thread Nikos Alexandris
On Wed, 2009-02-18 at 16:18 +0100, Hubert Christiaen wrote: On woensdag 18 februari 2009, Doug Laidlaw wrote: I anm now seeing the caption centred but the image displaced to the left of center. I suppose that I could fiddle with the LaTeX afterwards - or add a white area to the image on

Re: Bibtex White space in argument

2009-02-18 Thread Nikos Alexandris
Dirk: PS: as a sidenote, I cannot export using pdflatex because it complains about Cannot determine size of graphic when exporting (I use eps figures). Strange since I recall this working before with other papers... Perhaps you should check if the file is still there where it was.

Re: Graphics in LyX

2009-02-18 Thread Nikos Alexandris
On Wed, 2009-02-18 at 16:18 +0100, Hubert Christiaen wrote: On woensdag 18 februari 2009, Doug Laidlaw wrote: I anm now seeing the caption centred but the image displaced to the left of center. I suppose that I could fiddle with the LaTeX afterwards - or add a white area to the image on

Re: Bibtex White space in argument

2009-02-18 Thread Nikos Alexandris
Dirk: PS: as a sidenote, I cannot export using pdflatex because it complains about Cannot determine size of graphic when exporting (I use eps figures). Strange since I recall this working before with other papers... Perhaps you should check if the file is still there where it was.

Re: Graphics in LyX

2009-02-18 Thread Nikos Alexandris
On Wed, 2009-02-18 at 16:18 +0100, Hubert Christiaen wrote: > On woensdag 18 februari 2009, Doug Laidlaw wrote: > > > I anm now seeing the caption centred but the image displaced to the left of > > center. I suppose that I could "fiddle" with the LaTeX afterwards - or add > > a white area to the

Re: Bibtex White space in argument

2009-02-18 Thread Nikos Alexandris
Dirk: > PS: as a sidenote, I cannot export using pdflatex because it complains about > "Cannot determine size of graphic" when exporting (I use eps figures). > Strange > since I recall this working before with other papers... Perhaps you should check if the file is still there where it was.

Re: Greek+English documents show English words with Greek letters

2009-02-17 Thread Nikos Alexandris
[...] Guenter Milde wrote: As the other way round (some Greek words in a non-Greek text) is the more common case (outside Greece), it works with recent LyX versions. I've tried to insert just two small greek sentences in a 200+ pages English document as Dictum (book/KOMA-Script) and the

Re: Greek+English documents show English words with Greek letters

2009-02-17 Thread Nikos Alexandris
On Tue, 2009-02-17 at 14:05 +, Guenter Milde wrote: On 2009-02-17, Nikos Alexandris wrote: I've tried to insert just two small greek sentences in a 200+ pages English document as Dictum (book/KOMA-Script) and the document does not get compiled. I use before and after the Dictum Ragged

Re: Greek+English documents show English words with Greek letters

2009-02-17 Thread Nikos Alexandris
[...] Guenter Milde wrote: As the other way round (some Greek words in a non-Greek text) is the more common case (outside Greece), it works with recent LyX versions. I've tried to insert just two small greek sentences in a 200+ pages English document as Dictum (book/KOMA-Script) and the

Re: Greek+English documents show English words with Greek letters

2009-02-17 Thread Nikos Alexandris
On Tue, 2009-02-17 at 14:05 +, Guenter Milde wrote: On 2009-02-17, Nikos Alexandris wrote: I've tried to insert just two small greek sentences in a 200+ pages English document as Dictum (book/KOMA-Script) and the document does not get compiled. I use before and after the Dictum Ragged

Re: Greek+English documents show English words with Greek letters

2009-02-17 Thread Nikos Alexandris
[...] Guenter Milde wrote: > > As the other way round (some Greek words in a non-Greek text) is the more > > common case (outside Greece), it works with recent LyX versions. I've tried to insert just two small greek sentences in a 200+ pages English document as "Dictum" (book/KOMA-Script) and

Re: Greek+English documents show English words with Greek letters

2009-02-17 Thread Nikos Alexandris
On Tue, 2009-02-17 at 14:05 +, Guenter Milde wrote: > On 2009-02-17, Nikos Alexandris wrote: > > > I've tried to insert just two small greek sentences in a 200+ pages > > English document as "Dictum" (book/KOMA-Script) and the document does > > not ge

Re: Greek+English documents show English words with Greek letters

2009-02-16 Thread Nikos Alexandris
On Mon, 2009-02-16 at 12:13 +, Guenter Milde wrote: On 2009-02-09, Nikos Chantziaras wrote: I'm using LyX 1.6.1 with TeXLive 2007 on Linux (Gentoo). I created a new document using the article class and selected Greek as language. The document is a mix of English and Greek, but

Re: Greek+English documents show English words with Greek letters

2009-02-16 Thread Nikos Alexandris
On Wed, 2009-02-11 at 00:56 +0100, Pavel Sanda wrote: Nikos Alexandris wrote: On Tue, 2009-02-10 at 03:29 +0200, Nikos Chantziaras wrote: Nikos Alexandris wrote: Hi Niko! [...] So the current behavior is neither a bug nor a configuration problem? Yep! Guenter Milde kindly

Re: dimensions of pictures

2009-02-16 Thread Nikos Alexandris
On Mon, 2009-02-16 at 22:08 +0100, Uwe Stöhr wrote: Perhaps the distance between the pixels is different. This feature is for example possible woth TIFF images. Uwe, I am interested in this statement. I work everyday with georeferenced rasters (where distance has a meaning, i.e. you set some

Re: dimensions of pictures

2009-02-16 Thread Nikos Alexandris
On Tue, 2009-02-17 at 02:01 +0100, Uwe Stöhr wrote: Nikos Alexandris schrieb: I am interested in this statement... Could you please extent a bit or give some pointers? This is now a bit off-topic. Once and a while it doesn't hurt :-) I maintain at work a scanning electron microscope

Re: Greek+English documents show English words with Greek letters

2009-02-16 Thread Nikos Alexandris
On Mon, 2009-02-16 at 12:13 +, Guenter Milde wrote: On 2009-02-09, Nikos Chantziaras wrote: I'm using LyX 1.6.1 with TeXLive 2007 on Linux (Gentoo). I created a new document using the article class and selected Greek as language. The document is a mix of English and Greek, but

Re: Greek+English documents show English words with Greek letters

2009-02-16 Thread Nikos Alexandris
On Wed, 2009-02-11 at 00:56 +0100, Pavel Sanda wrote: Nikos Alexandris wrote: On Tue, 2009-02-10 at 03:29 +0200, Nikos Chantziaras wrote: Nikos Alexandris wrote: Hi Niko! [...] So the current behavior is neither a bug nor a configuration problem? Yep! Guenter Milde kindly

Re: dimensions of pictures

2009-02-16 Thread Nikos Alexandris
On Mon, 2009-02-16 at 22:08 +0100, Uwe Stöhr wrote: Perhaps the distance between the pixels is different. This feature is for example possible woth TIFF images. Uwe, I am interested in this statement. I work everyday with georeferenced rasters (where distance has a meaning, i.e. you set some

Re: dimensions of pictures

2009-02-16 Thread Nikos Alexandris
On Tue, 2009-02-17 at 02:01 +0100, Uwe Stöhr wrote: Nikos Alexandris schrieb: I am interested in this statement... Could you please extent a bit or give some pointers? This is now a bit off-topic. Once and a while it doesn't hurt :-) I maintain at work a scanning electron microscope

Re: Greek+English documents show English words with Greek letters

2009-02-16 Thread Nikos Alexandris
On Mon, 2009-02-16 at 12:13 +, Guenter Milde wrote: > On 2009-02-09, Nikos Chantziaras wrote: > > I'm using LyX 1.6.1 with TeXLive 2007 on Linux (Gentoo). > > > I created a new document using the "article" class and selected "Greek" > > as language. The document is a mix of English and

Re: Greek+English documents show English words with Greek letters

2009-02-16 Thread Nikos Alexandris
On Wed, 2009-02-11 at 00:56 +0100, Pavel Sanda wrote: > Nikos Alexandris wrote: > > On Tue, 2009-02-10 at 03:29 +0200, Nikos Chantziaras wrote: > > > Nikos Alexandris wrote: > > > > Hi Niko! > > > > > > [...] > > > So the current behavior i

Re: dimensions of pictures

2009-02-16 Thread Nikos Alexandris
On Mon, 2009-02-16 at 22:08 +0100, Uwe Stöhr wrote: > Perhaps the distance between the pixels is different. This "feature" > is for example possible woth > TIFF images. Uwe, I am interested in this statement. I work everyday with georeferenced rasters (where distance has a meaning, i.e. you set

Re: dimensions of pictures

2009-02-16 Thread Nikos Alexandris
On Tue, 2009-02-17 at 02:01 +0100, Uwe Stöhr wrote: > Nikos Alexandris schrieb: > > > I am interested in this statement... > > Could you please extent a bit or give some pointers? > > This is now a bit off-topic. Once and a while it doesn't hurt :-) > I maintain

Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
Hi list! Did you ever want to export as a pdf the TOC of your 200+ pages document, just to show to a friend what is all about it, that you spent your hours behind the monitor? No other way than exporting the whole document and grabbing the pages of interest? Regards, Nikos

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 16:07 +0100, Uwe Stöhr wrote: Nikos Alexandris schrieb: Did you ever want to export as a pdf the TOC of your 200+ pages document, just to show to a friend what is all about it, that you spent your hours behind the monitor? No other way than exporting the whole

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 16:41 +0100, Uwe Stöhr wrote: What about an option in LyX under File Export TOC (pdf) ? Would sure be useful, but this requires some nasty LaTeX tricks. The TOC is created in the second LaTeX run, because at first the whole document must be processed to see what

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 19:02 +, L Duperval wrote: On Sun, 15 Feb 2009 16:53:09 +0100, Jürgen Spitzmüller wrote: Nikos Alexandris wrote: learn how to to isolate pages use pdftk on linux. If you run KDE, there are also pdftk service menus for the konqueror. Jürgen Why

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 12:40 -0800, Rich Shepard wrote: On Sun, 15 Feb 2009, Nikos Alexandris wrote: use pdftk on linux. Let me second this recommendation. This tool is exceptionally useful for bursting, concatenating, rotating, and doing other manipulations on a pdf file that it's

Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
Hi list! Did you ever want to export as a pdf the TOC of your 200+ pages document, just to show to a friend what is all about it, that you spent your hours behind the monitor? No other way than exporting the whole document and grabbing the pages of interest? Regards, Nikos

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 16:07 +0100, Uwe Stöhr wrote: Nikos Alexandris schrieb: Did you ever want to export as a pdf the TOC of your 200+ pages document, just to show to a friend what is all about it, that you spent your hours behind the monitor? No other way than exporting the whole

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 16:41 +0100, Uwe Stöhr wrote: What about an option in LyX under File Export TOC (pdf) ? Would sure be useful, but this requires some nasty LaTeX tricks. The TOC is created in the second LaTeX run, because at first the whole document must be processed to see what

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 19:02 +, L Duperval wrote: On Sun, 15 Feb 2009 16:53:09 +0100, Jürgen Spitzmüller wrote: Nikos Alexandris wrote: learn how to to isolate pages use pdftk on linux. If you run KDE, there are also pdftk service menus for the konqueror. Jürgen Why

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 12:40 -0800, Rich Shepard wrote: On Sun, 15 Feb 2009, Nikos Alexandris wrote: use pdftk on linux. Let me second this recommendation. This tool is exceptionally useful for bursting, concatenating, rotating, and doing other manipulations on a pdf file that it's

Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
Hi list! Did you ever want to export as a pdf the TOC of your 200+ pages document, just to show to a friend what is all about "it", that you spent your hours behind the monitor? No other way than exporting the whole document and grabbing the pages of interest? Regards, Nikos

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 16:07 +0100, Uwe Stöhr wrote: > Nikos Alexandris schrieb: > > > Did you ever want to export as a pdf the TOC of your 200+ pages > > document, just to show to a friend what is all about "it", that you > > spent your hours behind the m

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 16:41 +0100, Uwe Stöhr wrote: > > What about an option in LyX under File > Export > TOC (pdf) ? > > Would sure be useful, but this requires some nasty LaTeX tricks. The > TOC is created in the second > LaTeX run, because at first the whole document must be processed to >

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 19:02 +, L Duperval wrote: > On Sun, 15 Feb 2009 16:53:09 +0100, Jürgen Spitzmüller wrote: > > > Nikos Alexandris wrote: > >> learn how to to "isolate" pages > > > > use pdftk on linux. If you run KDE, there are als

Re: Export only the TOC as a pdf

2009-02-15 Thread Nikos Alexandris
On Sun, 2009-02-15 at 12:40 -0800, Rich Shepard wrote: > On Sun, 15 Feb 2009, Nikos Alexandris wrote: > > >>> use pdftk on linux. > >Let me second this recommendation. This tool is exceptionally useful for > bursting, concatenating, rotating, and doing other ma

Re: discussion in lyx, or lyx for wikis

2009-02-13 Thread Nikos Alexandris
On Sat, 2009-02-14 at 00:20 +0100, Uwe Stöhr wrote: David Romano schrieb: I'm teaching a math class where the students use lyx to write down their ideas and proofs, and it would be nice to have a way to use lyx to post to a discussion or write in a wiki. This will be hard, because

Re: discussion in lyx, or lyx for wikis

2009-02-13 Thread Nikos Alexandris
On Sat, 2009-02-14 at 00:42 +0100, Uwe Stöhr wrote: Nikos Alexandris schrieb: Apologies for my ignorance and sort of off-topic question: is there any way to use LyX's documents (after some export) with the Plone CMS [1]? It seems not: http://plone.org/documentation/phc_search

Re: discussion in lyx, or lyx for wikis

2009-02-13 Thread Nikos Alexandris
On Sat, 2009-02-14 at 00:20 +0100, Uwe Stöhr wrote: David Romano schrieb: I'm teaching a math class where the students use lyx to write down their ideas and proofs, and it would be nice to have a way to use lyx to post to a discussion or write in a wiki. This will be hard, because

Re: discussion in lyx, or lyx for wikis

2009-02-13 Thread Nikos Alexandris
On Sat, 2009-02-14 at 00:42 +0100, Uwe Stöhr wrote: Nikos Alexandris schrieb: Apologies for my ignorance and sort of off-topic question: is there any way to use LyX's documents (after some export) with the Plone CMS [1]? It seems not: http://plone.org/documentation/phc_search

Re: discussion in lyx, or lyx for wikis

2009-02-13 Thread Nikos Alexandris
On Sat, 2009-02-14 at 00:20 +0100, Uwe Stöhr wrote: > David Romano schrieb: > > > I'm teaching a math class where the students use lyx to write down their > > ideas and proofs, and it would be nice to have a way to use lyx to post > > to a discussion or write in a wiki. > > This will be hard,

Re: discussion in lyx, or lyx for wikis

2009-02-13 Thread Nikos Alexandris
On Sat, 2009-02-14 at 00:42 +0100, Uwe Stöhr wrote: > Nikos Alexandris schrieb: > > > Apologies for my ignorance and sort of off-topic question: is there any > > way to use LyX's documents (after some export) with the Plone CMS [1]? > > It seems not: > http://plone.o

Re: Table, autosplitting in multipages!

2009-02-12 Thread Nikos Alexandris
On Thu, 2009-02-12 at 06:49 -0800, boggio wrote: Is possible for a big table (with a lot of rows) auto splitting on multipage? Now i show table in only one page and it's cutted at the end of the page. thanks Boggio Hi! Have a look (=search for Tables) at the FAQ-s with answers on separate

Re: Table, autosplitting in multipages!

2009-02-12 Thread Nikos Alexandris
On Thu, 2009-02-12 at 06:49 -0800, boggio wrote: Is possible for a big table (with a lot of rows) auto splitting on multipage? Now i show table in only one page and it's cutted at the end of the page. thanks Boggio Hi! Have a look (=search for Tables) at the FAQ-s with answers on separate

Re: Table, autosplitting in multipages!

2009-02-12 Thread Nikos Alexandris
On Thu, 2009-02-12 at 06:49 -0800, boggio wrote: > Is possible for a big table (with a lot of rows) auto splitting on multipage? > Now i show table in only one page and it's cutted at the end of the page. > > thanks > Boggio Hi! Have a look (=search for "Tables") at the "FAQ-s with answers on

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
Hi Niko! You could also follow another thread [1] in which, among others, I describe the same problem. I use LyX with the language set to English. For the Περιεχόμενα, Eικόνα, Πίνακας, ..., Αναφορές Ι use the following on the preamble:

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
On Tue, 2009-02-10 at 03:29 +0200, Nikos Chantziaras wrote: Nikos Alexandris wrote: Hi Niko! [...] So the current behavior is neither a bug nor a configuration problem? Yep! Guenter Milde kindly explained the problem (off-list). If you speak German I can send you more about the problem

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
On Tue, 2009-02-10 at 02:07 +0100, Nikos Alexandris wrote: Hi Niko! [...] Sorry for the incomplete answer before. You need to copy-paste the commands in the LaTeX preamble. In LyX: Document Settings... LaTeX Preamble. * Also, I've removed (in this post) some commands I pasted in my first post

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
On Tue, 2009-02-10 at 04:09 +0200, Nikos Chantziaras wrote: I hope hyphenation with Greek works correctly with this? It does more or less. You need to (re-)view the pdf (or whatever you export) and then manually correct a few lines which extend beyond the column width limit. This can be done

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
Hi Niko! You could also follow another thread [1] in which, among others, I describe the same problem. I use LyX with the language set to English. For the Περιεχόμενα, Eικόνα, Πίνακας, ..., Αναφορές Ι use the following on the preamble:

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
On Tue, 2009-02-10 at 03:29 +0200, Nikos Chantziaras wrote: Nikos Alexandris wrote: Hi Niko! [...] So the current behavior is neither a bug nor a configuration problem? Yep! Guenter Milde kindly explained the problem (off-list). If you speak German I can send you more about the problem

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
On Tue, 2009-02-10 at 02:07 +0100, Nikos Alexandris wrote: Hi Niko! [...] Sorry for the incomplete answer before. You need to copy-paste the commands in the LaTeX preamble. In LyX: Document Settings... LaTeX Preamble. * Also, I've removed (in this post) some commands I pasted in my first post

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
On Tue, 2009-02-10 at 04:09 +0200, Nikos Chantziaras wrote: I hope hyphenation with Greek works correctly with this? It does more or less. You need to (re-)view the pdf (or whatever you export) and then manually correct a few lines which extend beyond the column width limit. This can be done

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
Hi Niko! You could also follow another thread [1] in which, among others, I describe the same problem. I use LyX with the language set to English. For the "Περιεχόμενα", "Eικόνα", "Πίνακας", ..., "Αναφορές" Ι use the following on the preamble:

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
On Tue, 2009-02-10 at 03:29 +0200, Nikos Chantziaras wrote: > Nikos Alexandris wrote: > > Hi Niko! > > [...] > So the current behavior is neither a bug nor a configuration problem? Yep! Guenter Milde kindly explained the problem (off-list). If you speak German I can s

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
On Tue, 2009-02-10 at 02:07 +0100, Nikos Alexandris wrote: > Hi Niko! [...] Sorry for the incomplete answer before. You need to copy-paste the commands in the LaTeX preamble. In LyX: Document > Settings... > LaTeX Preamble. * Also, I've removed (in this post) some commands I pasted in

Re: Greek+English documents show English words with Greek letters

2009-02-09 Thread Nikos Alexandris
On Tue, 2009-02-10 at 04:09 +0200, Nikos Chantziaras wrote: > I hope hyphenation with Greek works correctly with this? It does more or less. You need to (re-)view the pdf (or whatever you export) and then manually correct a few lines which extend beyond the column width limit. This can be done

Re: how to put an image

2009-01-30 Thread Nikos Alexandris
On Fri, 2009-01-30 at 18:51 +0100, Yago wrote: Hello, If you export the LyX file to pdf with pdflatex, only .pdf, .png, .pdf or Metapost output figures will be processed. That's all: pdflatex don't support the .eps format in figures. You can use instead dvipdfm to export to .pdf your

Re: how to put an image

2009-01-30 Thread Nikos Alexandris
On Fri, 2009-01-30 at 21:39 +, Anders Host-Madsen wrote: Nikos Alexandris nikos.alexand...@... writes: Hi Yego. Hmm, that's a bit strange to me. I use .eps all the time without any problem and hit the pdf button (or export PDF (pdlatex) ) and never experienced conflicts

Re: how to put an image

2009-01-30 Thread Nikos Alexandris
On Fri, 2009-01-30 at 18:51 +0100, Yago wrote: Hello, If you export the LyX file to pdf with pdflatex, only .pdf, .png, .pdf or Metapost output figures will be processed. That's all: pdflatex don't support the .eps format in figures. You can use instead dvipdfm to export to .pdf your

Re: how to put an image

2009-01-30 Thread Nikos Alexandris
On Fri, 2009-01-30 at 21:39 +, Anders Host-Madsen wrote: Nikos Alexandris nikos.alexand...@... writes: Hi Yego. Hmm, that's a bit strange to me. I use .eps all the time without any problem and hit the pdf button (or export PDF (pdlatex) ) and never experienced conflicts

Re: how to put an image

2009-01-30 Thread Nikos Alexandris
On Fri, 2009-01-30 at 18:51 +0100, Yago wrote: > Hello, > > If you export the LyX file to pdf with pdflatex, only .pdf, .png, .pdf > or > Metapost output figures will be processed. That's all: pdflatex don't > support the .eps format in figures. You can use instead dvipdfm to > export to >

Re: how to put an image

2009-01-30 Thread Nikos Alexandris
On Fri, 2009-01-30 at 21:39 +, Anders Host-Madsen wrote: > Nikos Alexandris <nikos.alexand...@...> writes: > > > > Hi Yego. > > > > Hmm, that's a bit strange to me. I use .eps all the time without any > > problem and "hit" the

Re: LyX is an almost WYSIWYG-frontend for LaTeX (?)

2009-01-29 Thread Nikos Alexandris
On Thu, 2009-01-29 at 12:30 -0500, Steve Litt wrote: On Thursday 29 January 2009 03:00:45 am Abdelrazak Younes wrote: Guenter Milde wrote: My proposal would be: LyX is a graphical frontend for LaTeX. ... Well, it is not _just_ that IMHO. My proposal: LyX is a graphical word

Re: LyX is an almost WYSIWYG-frontend for LaTeX (?)

2009-01-29 Thread Nikos Alexandris
On Thu, 2009-01-29 at 12:30 -0500, Steve Litt wrote: On Thursday 29 January 2009 03:00:45 am Abdelrazak Younes wrote: Guenter Milde wrote: My proposal would be: LyX is a graphical frontend for LaTeX. ... Well, it is not _just_ that IMHO. My proposal: LyX is a graphical word

Re: LyX is an almost WYSIWYG-frontend for LaTeX (?)

2009-01-29 Thread Nikos Alexandris
On Thu, 2009-01-29 at 12:30 -0500, Steve Litt wrote: > On Thursday 29 January 2009 03:00:45 am Abdelrazak Younes wrote: > > Guenter Milde wrote: > > > My proposal would be: > > > > > >LyX is a graphical frontend for LaTeX. ... > > > > Well, it is not _just_ that IMHO. My proposal: > > > > "LyX

Re: LyX is an almost WYSIWYG-frontend for LaTeX (?)

2009-01-28 Thread Nikos Alexandris
On Wed, 2009-01-28 at 11:29 +, Guenter Milde wrote: On 2009-01-27, Nikos Alexandris wrote: With this phrase starts the description of LyX in Ubuntu's repositories. This seems to be taken from the package description in Debian: Document Processor LyX is an almost WYSIWYG

Re: LyX is an almost WYSIWYG-frontend for LaTeX (?)

2009-01-28 Thread Nikos Alexandris
On Wed, 2009-01-28 at 11:29 +, Guenter Milde wrote: On 2009-01-27, Nikos Alexandris wrote: With this phrase starts the description of LyX in Ubuntu's repositories. This seems to be taken from the package description in Debian: Document Processor LyX is an almost WYSIWYG

<    1   2   3   4   5   6   7   8   >