Re: www.lyx.org

2009-10-30 Thread Sven Hoexter
On Fri, Oct 30, 2009 at 04:37:43PM +0100, Konrad Blum wrote: > Hi, > > I get a strange page, when trying to access www.lyx.org - and the > given links are so slow... > > Any hint, what the situation ist? There's been a mail from LGB that the university hosting the syst

www.lyx.org

2009-10-30 Thread Konrad Blum
Hi, I get a strange page, when trying to access www.lyx.org - and the given links are so slow... Any hint, what the situation ist? -KB - Konrad Blum / kb...@uni-oldenburg.de / Tel. +49-441-798-3212

Re: Fwd: \href{http://www.lyx.org/}{\LyX} returns error

2008-11-14 Thread Christopher Reeve
> >> >> > The problem is that the \LyX macro is only defined if you type "LyX" > somewhere in your document. You could define it yourself in the > preamble---look at the LaTeX of a document that contains "LyX" to see the > code. > > rh > > Great. Thanks, Found the code. Chris.

Re: Fwd: \href{http://www.lyx.org/}{\LyX} returns error

2008-11-14 Thread rgheck
Christopher Reeve wrote: Sorry, I hit send to early by mistake. Hi, I would like to refer to LyX in my Acknowledgements and would like to hyperlink the \lyx symbol to the website. I tried doing this by entering the LaTeX command, \href{http://www.lyx.org/}{\LyX<http://www.lyx.org/%7D%7B%5C

Fwd: \href{http://www.lyx.org/}{\LyX} returns error

2008-11-14 Thread Christopher Reeve
Sorry, I hit send to early by mistake. Hi, I would like to refer to LyX in my Acknowledgements and would like to hyperlink the \lyx symbol to the website. I tried doing this by entering the LaTeX command, \href{http://www.lyx.org/}{\LyX<http://www.lyx.org/%7D%7B%5CLyX>}. The strange th

\href{http://www.lyx.org/}{\LyX} returns error

2008-11-14 Thread Christopher Reeve
Hi, I would refer to LyX in my Acknowledgements and would like to hyperlink the \lyx symbol to the the website. I tried doing this by entering the LaTeX command, \href{http://www.lyx.org/}{\LyX}. The strange thing is that this sometimes works, but mostly returns an error when I compile my document

Re: www.lyx.org/test temporarily down (renamed..)

2008-04-07 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Jean-Marc, could you modify > > /etc/httpd/virtual.d/www.lyx.org.conf I did it. JMarc

www.lyx.org/test temporarily down (renamed..)

2008-04-06 Thread christian . ridderstrom
Hi, I've renamed all wiki pages from e.g. Main.HomePage -> Web.HomePage this means that the URI http:/www.lyx.org/test/HomePage no longer works, as it is automatically mapped to http://www.lyx.org/test/index.php/Main/

FYI: www.lyx.org / wiki.lyx.org currently down

2007-03-06 Thread christian . ridderstrom
FYI, www.lyx.org, wiki.lyx.org and other domains that are all hosted on the same machine (i.e. aussie.lyx.org) are down for some unknown reason. Regards /Christian -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: From the ashes www.lyx.org/devel (formely www.devel.lyx.org)

2005-09-26 Thread Kayvan A. Sylvan
On Mon, Sep 26, 2005 at 03:11:47PM +0200, Jean-Marc Lasgouttes wrote: > Kayvan> It should now be /var/cvs/lyx > > Is the information correct now? Yes.

Re: From the ashes www.lyx.org/devel (formely www.devel.lyx.org)

2005-09-26 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan> On Mon, Sep 19, 2005 at 04:15:22PM +0200, Lars Gullik Bjønnes Kayvan> wrote: >> Bo Peng <[EMAIL PROTECTED]> writes: >> >> | > Please tell about broken links etc. (especially internal links, >> or | > links that make mirroring h

Re: From the ashes www.lyx.org/devel (formely www.devel.lyx.org)

2005-09-19 Thread Kayvan A. Sylvan
On Mon, Sep 19, 2005 at 04:15:22PM +0200, Lars Gullik Bjønnes wrote: > Bo Peng <[EMAIL PROTECTED]> writes: > > | > Please tell about broken links etc. (especially internal links, or > | > links that make mirroring harder than necessary) > | > > | > | please update the cvs information. > | > |

Re: From the ashes www.lyx.org/devel (formely www.devel.lyx.org)

2005-09-19 Thread Lars Gullik Bjønnes
Bo Peng <[EMAIL PROTECTED]> writes: | > Please tell about broken links etc. (especially internal links, or | > links that make mirroring harder than necessary) | > | | please update the cvs information. | | /cvs/lyx, no such repository. I'll leave that to the ones that know what the correct p

Re: From the ashes www.lyx.org/devel (formely www.devel.lyx.org)

2005-09-19 Thread Bo Peng
> Please tell about broken links etc. (especially internal links, or > links that make mirroring harder than necessary) > please update the cvs information. /cvs/lyx, no such repository. Bo

From the ashes www.lyx.org/devel (formely www.devel.lyx.org)

2005-09-19 Thread Lars Gullik Bjønnes
Www.devel.lyx.org is dead (learn to live with it) Long live www.lyx.org/devel same contents different wrapping. Please tell about broken links etc. (especially internal links, or links that make mirroring harder than necessary) -- Lgb

Re: Tipps & Tricks on www.lyx.org: C-->C++ - Symbol

2003-01-28 Thread Andre Poenitz
On Tue, Jan 28, 2003 at 12:59:11PM +0100, Konstantinos Kampouridis wrote: > Hello, > > I copy pasted the source into my latex file: > \DeclareRobustCommand{\Cpp} > {\valign{\vfil\hbox{##}\vfil\cr >\textsf{C\kern-.1em}\cr >$\hbox{\fontsize{\ssf@size}{0}\textbf{+\kern-0.05em+}}$\cr}% > } >

Tipps & Tricks on www.lyx.org: C-->C++ - Symbol

2003-01-28 Thread Konstantinos Kampouridis
Hello, I copy pasted the source into my latex file: \DeclareRobustCommand{\Cpp} {\valign{\vfil\hbox{##}\vfil\cr \textsf{C\kern-.1em}\cr $\hbox{\fontsize{\ssf@size}{0}\textbf{+\kern-0.05em+}}$\cr}% } But I get the following error message when compiling my source: ! Undefined control sequence

Re: debian LyX 1.2.2 Was: [henning@haeske.com] Feedback from www.lyx.org

2003-01-07 Thread Matej Cepl
Thomas Templin wrote: > > Henning is looking for a debian stable lyx 1.2.2. Does anyone > > have such a beast? > I have no problem at all with the following deb package. > My /etc/apt/sources.list entry > deb ftp://ietpd1.sowi.uni-mainz.de/pub/debian/unofficial/ ./ Does anybody have a Debian pack

Re: [henning@haeske.com] Feedback from www.lyx.org

2003-01-02 Thread Matej Cepl
Jean-Marc Lasgouttes wrote: > Henning is looking for a debian stable lyx 1.2.2. Does anyone have > such a beast? Apparently, the official maintainer of LyX for Debian (Jules Bean <[EMAIL PROTECTED]>) has resurrected and he is working on the packaging again. Let give him some time. In meanwhile, I

Re: debian LyX 1.2.2 Was: [henning@haeske.com] Feedback from www.lyx.org

2002-12-29 Thread Thomas Templin
On Friday 27 December 2002 11:21, Jean-Marc Lasgouttes wrote: > Hello list, > > Henning is looking for a debian stable lyx 1.2.2. Does anyone > have such a beast? I have no problem at all with the following deb package. My /etc/apt/sources.list entry deb ftp://ietpd1.sowi.uni-mainz.de/pub/debian/un

[henning@haeske.com] Feedback from www.lyx.org

2002-12-29 Thread Jean-Marc Lasgouttes
Hello list, Henning is looking for a debian stable lyx 1.2.2. Does anyone have such a beast? JMarc --- Begin Message --- Henning Haeske ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: --

[andre@lmpt.ufsc.br] Feedback from www.lyx.org

2002-08-29 Thread Jean-Marc Lasgouttes
Andre, I transmit your message to lyx-users. --- Begin Message --- andre duarte bueno ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Hi, I work in most documents using Lyx. is the

Re: [chekanov@mail.desy.de] Feedback from www.lyx.org

2002-08-15 Thread Tuukka Toivonen
> click on 'landscape' on gv, I cannot see all text of this > example (it is cut on left side). I have had this same problem. I think it is a bug in either gv or ghostscript (I would suspect gv but also ghostview and other viewers have the same problem). It sometimes works if you select Layout

[chekanov@mail.desy.de] Feedback from www.lyx.org

2002-08-15 Thread Jean-Marc Lasgouttes
Hello, I have forwarded your mail to the lyx-users mailing list. Hope this helps. JMarc --- Begin Message --- Sergei ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Hi, I h

[Paolo.Saggese@libero.it] Feedback from www.lyx.org

2002-08-09 Thread Lars Gullik Bjønnes
I forwarded your message to the lyx mailinglist, to possibly get some wider attention and discussion. --- Begin Message --- Paolo Saggese ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: -

Re: Feedback from www.lyx.org

2002-07-15 Thread Jean-Marc Lasgouttes
> "nhemmings" == nhemmings <[EMAIL PROTECTED]> writes: nhemmings> Dave Hemmings ([EMAIL PROTECTED]) entered the following nhemmings> feedback message on the LyX home page: nhemmings> nhemmings> I am looking for a p

Re: Feedback from www.lyx.org

2002-06-25 Thread Andre Poenitz
> "Georg" == damm <[EMAIL PROTECTED]> writes: Georg> i enjoyed the many improvements (minipage, ...). But how can I Georg> get the fonts for the mathed ? (my Suse 8.0 lacks eufr10.pfb Georg> eusr10.pfb plcrm.pfa plcry.pfa and plcrv.pfa and I cannot find Georg> them anywhere) I don't think t

Re: Feedback from www.lyx.org

2002-06-12 Thread Jean-Marc Lasgouttes
Hello, I there a Suse user out there who could help Georg? > "Georg" == damm <[EMAIL PROTECTED]> writes: Georg> Georg Damm ([EMAIL PROTECTED]) entered the following Georg> feedback message on the LyX home page: Georg> -

Re: [fbg@gmx.de] Feedback from www.lyx.org

2002-06-05 Thread Jean-Marc Lasgouttes
a textclass suitable for poetry? JMarc Jean-Marc> From: [EMAIL PROTECTED] Subject: Feedback from www.lyx.org To: Jean-Marc> [EMAIL PROTECTED] X-Sent: 11 hours, 23 minutes, 29 seconds Jean-Marc> ago Jean-Marc> Frank ([EMAIL PROTECTED]) entered the following feedback message

[fbg@gmx.de] Feedback from www.lyx.org

2002-06-05 Thread Jean-Marc Lasgouttes
--- Begin Message --- Frank ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Hello, please add a new documentation type "poem". I like writing poems and it will be nice if the will be a

[weithoener@uni-tuebingen.de] Feedback from www.lyx.org

2002-03-25 Thread Jean-Marc Lasgouttes
A question from the feedback list. Please help Thomas. JMarc --- Begin Message --- Thomas Weithoener ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Hi! I am a happy LyX user!! J

Re: [ifrost@uos.de] Feedback from www.lyx.org

2002-02-19 Thread Wayan
On 19 Feb 2002, Jean-Marc Lasgouttes wrote: > A cry for help on suse 7.2. Could somebody help? > > Ingo: we are actually concerned about making LyX easy to install. I do > not use SuSE myself, but if a new RPM is needed and someone provides > one, I'll put it on ftp. I don't have und do not kno

[ifrost@uos.de] Feedback from www.lyx.org

2002-02-19 Thread Jean-Marc Lasgouttes
A cry for help on suse 7.2. Could somebody help? Ingo: we are actually concerned about making LyX easy to install. I do not use SuSE myself, but if a new RPM is needed and someone provides one, I'll put it on ftp. JMarc --- Begin Message --- ingo frost ([EMAIL PROTECTED]) entered the follo

Re: [kuzmin@desy.de] Feedback from www.lyx.org

2002-02-13 Thread Herbert Voss
> I am sorry but could not make for me clear picture how to do > that I can type in russian or any other nonEnglish language? have a look at http://www.math.tau.ac.il/~dekelts/lyx/ http://www.lyx.org/help/language/cyrillic.html Herbert

[kuzmin@desy.de] Feedback from www.lyx.org

2002-02-13 Thread Jean-Marc Lasgouttes
Valentin: I forwarded your message to the lyx-users list. People: please help Valentin. JMarc --- Begin Message --- Valentin Kuzmin ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page:

Re: php-pages on www.lyx.org don't work

2002-02-04 Thread Tuukka Toivonen
On Mon, 4 Feb 2002, Zarathustra wrote: >I don't notice this (Konqueror-2.2.2) It seems to be working again. Congratulations to whoever fixed it!

Re: php-pages on www.lyx.org don't work

2002-02-04 Thread Zarathustra
Also schrieben Sie, Tuukka Toivonen, am Montag 04 Februar 2002 17:38: > Anyway, I noticed that PHP-files don't get executed in www.lyx.org, > but instead I saw the raw PHP-source code instead of expected HTML. > (happened at least with Herbert's lyx-tips section) I don'

php-pages on www.lyx.org don't work

2002-02-04 Thread Tuukka Toivonen
I was actually going to ask how to change subfigure caption font size, but I found the solution myself, it is: \renewcommand\subcapsize{\normalsize} Anyway, I noticed that PHP-files don't get executed in www.lyx.org, but instead I saw the raw PHP-source code instead of expected

[x.q.xia@gen.cam.ac.uk] Feedback from www.lyx.org

2002-01-22 Thread Jean-Marc Lasgouttes
Hello there, could anybody help? JMarc --- Begin Message --- Xiao-Qin Xia ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Dear Sir/Madam, My files dmsm.tex (and dmsm.bib, dmsm_1.pi

Re: [d94-alt@nada.kth.se] Feedback from www.lyx.org

2001-11-28 Thread Dekel Tsur
On Wed, Nov 28, 2001 at 10:11:10AM +0100, Jean-Marc Lasgouttes wrote: > Creating a table inside a tablefloat doesn't work, it tells me that: > Argument of \@caption has an extra }. \end{tabular}} You are putting the table in the line of the caption which is forbidden. You need to put it either ab

Re: [tnetter@ini.unizh.ch] Feedback from www.lyx.org

2001-11-28 Thread Dekel Tsur
On Wed, Nov 28, 2001 at 10:11:48AM +0100, Jean-Marc Lasgouttes wrote: > > I've been editing LaTeX for 11 years. I've always had > \renewcommand{\rmdefault}{phv} > \renewcommand{\sfdefault}{phv} > \rmfamily > The correct way to change to sans serif font is to put \renewcommand{\familydefault

Re: [tnetter@ini.unizh.ch] Feedback from www.lyx.org

2001-11-28 Thread Wayan
On 28 Nov 2001, Jean-Marc Lasgouttes wrote: > Hello there, > > Can you help Thomas? > > JMarc > > I read the documentation and failed. I also read > http://www.lyx.org/help/fonts/fonts.php3 > and failed. > > I've been editing LaTeX for 11 years. I've

Re: [tnetter@ini.unizh.ch] Feedback from www.lyx.org

2001-11-28 Thread Dirk Klugmann
, > > Can you help Thomas? > > JMarc > > > > Betreff: Feedback from www.lyx.org > Datum: Tue, 27 Nov 2001 17:56:51 +0100 > Von: [EMAIL PROTECTED] > An: [EMAIL PROTECTED] > > Thomas N

[d94-alt@nada.kth.se] Feedback from www.lyx.org

2001-11-28 Thread Jean-Marc Lasgouttes
Hello there, Can you help Alexander? JMarc --- Begin Message --- Alexander ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: Hi! Creating a table inside a tablefloat doesn't work,

[tnetter@ini.unizh.ch] Feedback from www.lyx.org

2001-11-28 Thread Jean-Marc Lasgouttes
-serif rather than serif font? I read the documentation and failed. I also read http://www.lyx.org/help/fonts/fonts.php3 and failed. I've been editing LaTeX for 11 years. I've always had \renewcommand{\rmdefault}{phv} \renewcommand{\sfdefault}{phv} \rmfamily near the top of my docume

Re: [yjkim@spring8.or.jp] Feedback from www.lyx.org

2001-10-29 Thread Dekel Tsur
On Mon, Oct 29, 2001 at 05:07:25PM +0100, Jean-Marc Lasgouttes wrote: > 1) When I use the Floats > table float, It is very difficult to change > font size or type of all characters in all cell together. For example, > I have 5 rows and 5 column table (toatl 25 cells in the table), then I > can not

Re: [yjkim@spring8.or.jp] Feedback from www.lyx.org

2001-10-29 Thread Andre Poenitz
On Mon, Oct 29, 2001 at 05:07:25PM +0100, Jean-Marc Lasgouttes wrote: > 4) About inputing of greek charcter Normal inputing of greek character > is O.K. However, when we write "deriviation of tilde greek character" > such as \dot{\tilde{\psi}} we can not input with Math panel. Please > check it.

Re: [yjkim@spring8.or.jp] Feedback from www.lyx.org

2001-10-29 Thread I Wayan Warmada
On 29 Oct 2001, Jean-Marc Lasgouttes wrote: > Date: 29 Oct 2001 17:07:25 +0100 > From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]> > To: LyX Users <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: [[EMAIL PROTECTED]] Feedback from www.lyx.org > > > Yujong K

[yjkim@spring8.or.jp] Feedback from www.lyx.org

2001-10-29 Thread Jean-Marc Lasgouttes
Yujong Kim: I have forwarded your message to the lyx-users lists, where the gentle readers will try to answer your questions. Gentle readers: do you have any answer? JMarc --- Begin Message --- Yujong Kim ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page:

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-14 Thread Dekel Tsur
On Thu, Sep 13, 2001 at 05:54:49PM +0200, I Wayan Warmada wrote: > > On Thu, 13 Sep 2001, Tuukka Toivonen wrote: > > > Use word2x, you should be able to find it from freshmeat.net. > > word2x is probably only for word 6. It was difficult for converting the > documents after this version. Try to

Re: Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-14 Thread Guenter Milde
On Thu, 13 Sep 2001 17:55:28 +0300 wrote Dekel Tsur <[EMAIL PROTECTED]>: > On Thu, Sep 13, 2001 at 12:23:05PM +0300, Tuukka Toivonen wrote: > > >I have eps files but their margin are too big > > > > You could use ps2eps program. As far as I understand, that > > computes the bounding box of a pos

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Herbert Voss
Juan Tapia wrote: > > When I numerate eqs I follow the procedure given in the 'user's guide'. > However the result that I got is (1),(2),...and so on. How can I generate > numeration like (2.1), (2.2) http://www.educat.hu-berlin.de/~voss/lyx/counter/counter.html#numbering Herbert -- http:

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Gerhard Schuck
On Thu, 13 Sep 2001 09:28:23 -0500 (CDT) Juan Tapia <[EMAIL PROTECTED]> wrote: > I'm a new user...so I have many questionsso here you have one... How > can I translate from microsoft word to lyx?...I saw this info in the > website (www.lyx.org), but now I cann't f

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Juan Tapia
Hi..is me again... When I numerate eqs I follow the procedure given in the 'user's guide'. However the result that I got is (1),(2),...and so on. How can I generate numeration like (2.1), (2.2) Thansk Juan A. Tapia

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Juan Tapia
thanksI'll try to do that Juan A. Tapia On Thu, 13 Sep 2001, I Wayan Warmada wrote: > > On Thu, 13 Sep 2001, Tuukka Toivonen wrote: > > > Use word2x, you should be able to find it from freshmeat.net. > > word2x is probably only for word 6. It was difficult for converting the > documents a

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread I Wayan Warmada
On Thu, 13 Sep 2001, Tuukka Toivonen wrote: > Use word2x, you should be able to find it from freshmeat.net. word2x is probably only for word 6. It was difficult for converting the documents after this version. Try to export document as ASCII/text the import with lyx... The problem is when you h

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Steve Litt
On Thursday 13 September 2001 10:28, you wrote: > I'm a new user...so I have many questionsso here you have one... How > can I translate from microsoft word to lyx?...I saw this info in the > website (www.lyx.org), but now I cann't find it > > > Juan A. Tapia I&#

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Dekel Tsur
On Thu, Sep 13, 2001 at 12:23:05PM +0300, Tuukka Toivonen wrote: > >I have eps files but their margin are too big > > You could use ps2eps program. As far as I understand, that > computes the bounding box of a postscript file by actually > rasterizing it and checking where the image ends. > > Y

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Herbert Voss
Juan Tapia wrote: > > I'm a new user...so I have many questionsso here you have one... How > can I translate from microsoft word to lyx?...I saw this info in the > website (www.lyx.org), but now I cann't find it this is not easy when you have have tables and m

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Juan Tapia
I remenber something about to translate from .doc to .rtf and then...I don't know...is it feaseble this procedure? Juan A. Tapia On Thu, 13 Sep 2001, Tuukka Toivonen wrote: > On Thu, 13 Sep 2001, Juan Tapia wrote: > > > can I translate from microsoft word to lyx?...I saw this info in the > >

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Tuukka Toivonen
On Thu, 13 Sep 2001, Juan Tapia wrote: > can I translate from microsoft word to lyx?...I saw this info in the Use word2x, you should be able to find it from freshmeat.net. It probably doesn't support LyX directly but you could try translating word document first to latex and then import that fr

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Juan Tapia
I'm a new user...so I have many questionsso here you have one... How can I translate from microsoft word to lyx?...I saw this info in the website (www.lyx.org), but now I cann't find it Juan A. Tapia

Re: [tapia@cae.wisc.edu] Feedback from www.lyx.org

2001-09-13 Thread Tuukka Toivonen
>I have eps files but their margin are too big You could use ps2eps program. As far as I understand, that computes the bounding box of a postscript file by actually rasterizing it and checking where the image ends. You could convert your EPS file to postscript, for example by inserting it into

Re: Fwd: Re: [ideur@yahoo.com] Feedback from www.lyx.org

2001-08-16 Thread Dekel Tsur
On Wed, Aug 15, 2001 at 02:35:38AM -0700, Rudy Ketterer wrote: > found the lyxrc.defaults file ... in /usr/local/src/lyx. > and not where it should be in ~rudy/.lyx/. > have to try again with the file in the correct place. > RTFM the next time! > will stand in the corner with th

Fwd: Re: [ideur@yahoo.com] Feedback from www.lyx.org

2001-08-15 Thread Rudy Ketterer
--- Dekel Tsur <[EMAIL PROTECTED]> wrote: > Date: Mon, 13 Aug 2001 18:35:47 +0300 > From: Dekel Tsur <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], LyX users <[EMAIL PROTECTED]> > Subject: Re: [[EMAIL PROTECTED]] Feedback from www.lyx.org > Reply-to: Dekel Tsur &

Re: [ideur@yahoo.com] Feedback from www.lyx.org

2001-08-13 Thread Dekel Tsur
On Mon, Aug 13, 2001 at 09:31:52AM +0200, Lars Gullik Bjønnes wrote: > Rudy Ketterer ([EMAIL PROTECTED]) entered the > following feedback message on the LyX home page: > > > Hello Lyx team; > > I have Lyx-1.1.6fix1 and

Re: [titi41@free.fr] Feedback from www.lyx.org

2001-08-09 Thread Keeper of the Key to Time
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 09 August 2001 07:55, I wrote: > > bug with lyx1.1.6fix3 running with linux mandrake8.0 : > > in a math environment, characters like alpha, beta,... (all greek > > symbols) do not appear in the Lyx window (but they appear in the ps file)

Re: [titi41@free.fr] Feedback from www.lyx.org

2001-08-09 Thread Keeper of the Key to Time
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 08 August 2001 16:26, you wrote: > titi41 ([EMAIL PROTECTED]) entered the > following feedback message on the LyX home page: > --- >- > > bug with lyx1.1.6fix3 runni

Re: [mforero@ing.unal.edu.co] Feedback from www.lyx.org

2001-08-08 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > > Subject: Feedback from www.lyx.org > Date: Wed, 8 Aug 2001 17:49:02 +0200 > Manuel Guillermo Forero Vargas ([EMAIL PROTECTED]) entered the > following feedback message on th

RE: Feedback from www.lyx.org

2001-07-19 Thread Juergen Vigna
On 19-Jul-2001 [EMAIL PROTECTED] wrote: > > Gunnar ([EMAIL PROTECTED]) entered the > following feedback message on the LyX home page: > > > Hello. > > I've always liked lyx, but now I must say that I do not like how

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-06-09 Thread Robin Turner
On Thursday 07 June 2001 19:00, Henk Coetzee wrote: > On Thu 07 Jun 01 15:20, Emmanuel GUREGHIAN wrote: > > "A.Gulino" a écrit : > > > Helge Hafting wrote: > > > > [snip] > > > > > > There are many reasons: There are indeed! Most of the reasons why I like LyX have been mentioned already, but on

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-06-07 Thread Henk Coetzee
On Thu 07 Jun 01 15:20, Emmanuel GUREGHIAN wrote: > "A.Gulino" a écrit : > > Helge Hafting wrote: > > [snip] > > > > There are many reasons: > > > > > > The performance is fantastic, even on an old machine with only 32M. > > > > Sorry: even with only 16MB :-) (with 1.1.4 on Linux) > > Re Sorry : 8

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-06-07 Thread Emmanuel GUREGHIAN
"A.Gulino" a écrit : > > Helge Hafting wrote: [snip] > > There are many reasons: > > > > The performance is fantastic, even on an old machine with only 32M. > Sorry: even with only 16MB :-) (with 1.1.4 on Linux) Re Sorry : 8 MB with 1.1.5fix2 with a 386DX40 (I have to admit that I did add a 387 f

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-06-07 Thread A.Gulino
Helge Hafting wrote: > > Jean-Marc Lasgouttes wrote: > > > > OK, LyX users, could you tell Mike why you are LyX users? ;) > > There are many reasons: > > The performance is fantastic, even on an old machine with only 32M. Sorry: even with only 16MB :-) (with 1.1.4 on Linux) > I like the WISYWY

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-06-07 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: > > OK, LyX users, could you tell Mike why you are LyX users? ;) There are many reasons: Lyx use very little resources (cpu & mem) compared to others. Try loading the user guide (40 pages or so of heavily formatted text demonstrating every feature, such as tables, pi

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-05-29 Thread Joao B. Oliveira
> On Tue, 29 May 2001, Niklas Werner wrote: > > In my opinion the stability of a GNU/Linux system + Lyx is a major > advantage. I'm working on a big document (>200 pages, about 100 figures) > I don't dare to imagine what would have become of me when I would > have started this in Vord! Should we

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-05-29 Thread Dirk De Bruyker
On Tue, 29 May 2001, Niklas Werner wrote: > - Even if LyX crashes you still will at most have lost a word or two! In my opinion the stability of a GNU/Linux system + Lyx is a major advantage. I'm working on a big document (>200 pages, about 100 figures) and indeed never lost more than a line of

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-05-29 Thread Niklas Werner
Well, well, here we go again ;-) - LyX lets you write content without being bothered by layout more than deciding what *kind* of content you're writing (heading, paragraph, standard text,...) and what *kind* of document you're writing (report, article,...). There is no such thing as tabbing (o

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-05-29 Thread Jean-Pierre.Chretien
>> >> >>OK, LyX users, could you tell Mike why you are LyX users? ;) >> >>JMarc >> >>--- Start of forwarded message --- >>Date: Wed, 23 May 2001 20:16:02 +0200 >>Message-Id: <[EMAIL PROTECTED]> >>To: [EMAIL PROTEC

Re: [mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-05-29 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> OK, LyX users, could you tell Mike why you are LyX users? Jean-Marc> ;) JMarc Please Cc: Mike to the address [EMAIL PROTECTED] (I messed up my Cc: line). JMarc

[mbmarduk@lycos.nl] Feedback from www.lyx.org

2001-05-29 Thread Jean-Marc Lasgouttes
OK, LyX users, could you tell Mike why you are LyX users? ;) JMarc --- Start of forwarded message --- Date: Wed, 23 May 2001 20:16:02 +0200 Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Feedback from www.lyx.org FROM: [EMAIL PROTECTED] Mike ([EMAIL PRO

Re: [michelleDukich@yahoo.com] Feedback from www.lyx.org

2001-05-29 Thread Herbert Voss
> MichelleDukich ([EMAIL PROTECTED]) entered the > following feedback message on the LyX home page: > > > Please help me again. I am trying to add footers to my document. > I am in the STANDARD mode. > According to the

[michelleDukich@yahoo.com] Feedback from www.lyx.org

2001-05-29 Thread Jean-Marc Lasgouttes
Can somebody help Michelle? JMarc --- Start of forwarded message --- Date: Thu, 24 May 2001 18:23:34 +0200 Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Feedback from www.lyx.org FROM: [EMAIL PROTECTED] MichelleDukich ([EMAIL PROTECTED]) entered the fol

[fviniegra@yahoo.co.uk] Feedback from www.lyx.org

2001-05-21 Thread Jean-Marc Lasgouttes
01 07:02:36 +0200 Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Feedback from www.lyx.org FROM: [EMAIL PROTECTED] Fermin ([EMAIL PROTECTED]) entered the following feedback message on the LyX home page: ---

Re: [sklein@cpcug.org] Feedback from www.lyx.org

2001-05-18 Thread ben
48:42 +0200 > > Message-Id: <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Subject: Feedback from www.lyx.org > > FROM: [EMAIL PROTECTED] > > > > > > Stan Klein ([EMAIL PROTECTED]) entered the > > following feedback message on the LyX home page: &

Re: [sklein@cpcug.org] Feedback from www.lyx.org

2001-05-18 Thread Jose Abilio Oliveira Matos
OTECTED] > Subject: Feedback from www.lyx.org > FROM: [EMAIL PROTECTED] > > > Stan Klein ([EMAIL PROTECTED]) entered the > following feedback message on the LyX home page: > > > I can't g

[sklein@cpcug.org] Feedback from www.lyx.org

2001-05-18 Thread Jean-Marc Lasgouttes
This one is probably for José... JMarc --- Start of forwarded message --- Date: Thu, 17 May 2001 20:48:42 +0200 Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Feedback from www.lyx.org FROM: [EMAIL PROTECTED] Stan Klein ([EMAIL PROTECTED]) entered the fol

[alexey@chaos.ssu.runnet.ru] Feedback from www.lyx.org

2001-05-11 Thread Jean-Marc Lasgouttes
Can a fellow russian lyx user help Alexei? JMarc --- Start of forwarded message --- Date: Fri, 11 May 2001 12:06:21 +0200 Message-Id: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Feedback from www.lyx.org FROM: [EMAIL PROTECTED] Alexey Shabunin ([EMAIL PROTECTED]) enter

Re: Problem at www.lyx.org?

2001-04-19 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | >>>>> "Joao" == Joao B Oliveira <[EMAIL PROTECTED]> writes: | | Joao> Hi folks, I have been trying to access www.lyx.org since Monday, | Joao> but there seems to be some problem in the way. The site

Re: www.lyx.org

2001-04-19 Thread Lars Gullik Bjønnes
"Rem" <[EMAIL PROTECTED]> writes: | is still unreachable. | However, http://www.devel.lyx.org is reachable. | This seems to be a problem for users from USA? It is a problem for all that has not got the updated DNS entries. www.lyx.org is up again, alternatively us

Re: Problem at www.lyx.org?

2001-04-19 Thread Jean-Marc Lasgouttes
>>>>> "Joao" == Joao B Oliveira <[EMAIL PROTECTED]> writes: Joao> Hi folks, I have been trying to access www.lyx.org since Monday, Joao> but there seems to be some problem in the way. The site gets Joao> contacted but the "Waiting for reply" tak

www.lyx.org

2001-04-19 Thread Rem
is still unreachable. However, http://www.devel.lyx.org is reachable. This seems to be a problem for users from USA? R - Original Message - From: "Allan Rae" <[EMAIL PROTECTED]> To: "LyX Developers" <[EMAIL PROTECTED]> Cc: "LyX Users" <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 1

Re: Problem at www.lyx.org?

2001-04-19 Thread Frank Derichsweiler
On Wed, Apr 18, 2001 at 07:38:09PM +0200, Herbert Voss wrote: > > "Joao B. Oliveira" wrote: > > > > Any other sites I try are ok... just lyx.org is behaving strangely. > > > no problem for me at 7.30 pm MEZ > > Herbert > 14 191.at-3-0-0.TR1.AMS2.Alter.Net (146.188.2.1) 18 ms 20 ms 17 ms

Re: Problem at www.lyx.org?

2001-04-18 Thread Clemmitt Sigler
On Wed, 18 Apr 2001, Rem wrote: > i can not reach lyx.org website since yesterday A traceroute from my location (vt.edu, Virginia, USA) shows the packets are dying at alter.net's customer gateway to Trolltech. Same thing happens when I trace to www.troll.no: 21 so-7-1-0.XR1.OSL1.Alter.Net

Re: Problem at www.lyx.org?

2001-04-18 Thread Rem
i can not reach lyx.org website since yesterday - Original Message - From: "Francisco Stefano Wechsler" <[EMAIL PROTECTED]> To: "Joao B. Oliveira" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 7:05 AM Subject: Re:

Re: Problem at www.lyx.org?

2001-04-18 Thread Francisco Stefano Wechsler
On Wed, 18 Apr 2001, Joao B. Oliveira wrote: > Date: Wed, 18 Apr 2001 13:58:46 -0300 > From: Joao B. Oliveira <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Problem at www.lyx.org? > > > Hi folks, > > I have been trying to access www.lyx.org since Mon

Re: Problem at www.lyx.org?

2001-04-18 Thread Herbert Voss
"Joao B. Oliveira" wrote: > > I have been trying to access www.lyx.org since Monday, but there > seems to be some problem in the way. The site gets contacted but the > "Waiting for reply" takes forever. > > Any other sites I try are ok... just lyx.org is b

Problem at www.lyx.org?

2001-04-18 Thread Joao B. Oliveira
Hi folks, I have been trying to access www.lyx.org since Monday, but there seems to be some problem in the way. The site gets contacted but the "Waiting for reply" takes forever. Any other sites I try are ok... just lyx.org is behaving strangely. Is anyone also experiencing that?

Re: [jkyoder@okstate.edu] [Lyx-feedback] Feedback from www.lyx.org

2001-03-08 Thread Claus Hentschel
ot;LyX Users" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, March 08, 2001 9:58 AM Subject: [[EMAIL PROTECTED]] [Lyx-feedback] Feedback from www.lyx.org > > This has been sent to LyX feedback and seems to be about the win port. > Any taker? > > JMar

[jkyoder@okstate.edu] [Lyx-feedback] Feedback from www.lyx.org

2001-03-08 Thread Jean-Marc Lasgouttes
This has been sent to LyX feedback and seems to be about the win port. Any taker? JMarc --- Start of forwarded message --- To: [EMAIL PROTECTED] FROM: [EMAIL PROTECTED] Subject: [Lyx-feedback] Feedback from www.lyx.org Date: Wed, 7 Mar 2001 18:50:30 +0100 Jon Yoder ([EMAIL PROTECTED

  1   2   >