Literate Programming fix

1999-11-30 Thread Kayvan A. Sylvan
Hi folks, Here's the literate programming fix for lyx. It was fairly simple. This fix is against 1.1.4cvs. -- Kayvan Aghaiepour Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc.| Laura Isabella Sylvan | Katherine Yelena http://www.successlinks.co

Re: Release of LyX 1.1.3.

1999-11-30 Thread Michael Meskes
On Wed, Dec 01, 1999 at 01:25:05AM +0100, Lars Gullik Bjønnes wrote: > ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.1.3.tar.tgz > (will be moved to stable if few/no serious bugs are reported) There were some (not so serious maybe) bugs reported so far. Does that mean the release is still called stable?

Re: Official RPM package and icon file [was Re: Feedback]

1999-11-30 Thread Kayvan A. Sylvan
On Wed, Dec 01, 1999 at 07:54:16AM +0100, Seak, Teng-Fong wrote: > > When will the official RPM package for 1.1.2 be available? Or even > 1.1.3 if it will be out very soon. While making this package, is it also > possible to make another one optimized for i586? At present, the 1.0.4 > pac

Re: --export cleanup

1999-11-30 Thread Andre' Poenitz
> > I think we want to make this more general. A command switch --export > > should perhaps be --function instead > > > > lyx --function "buffer-export html" > > > > or similar so that we can use the same code for all lyx-funcs. > > OK. But I'd suggest making --export foo == --function "buffer-

Re: --export cleanup

1999-11-30 Thread Andre' Poenitz
> OK. But I'd suggest making --export foo == --function "buffer-export foo", > as it's easier to remember and explain. This option is already there since you can type --execute "buffer-export foo" and --export is transformed internally to exactly this command. The naming of the internal functi

Official RPM package and icon file [was Re: Feedback]

1999-11-30 Thread Seak, Teng-Fong
> Currently, the situation is that the 1.1.x versions are almost as > stable as 1.0.x, the `almost' coming from the fact that many things > are being rewritten and thus some problems occur. There are however > few new features in 1.1.x for now. When will the official RPM package for 1.1.2 be

Re: Release of LyX 1.1.3.

1999-11-30 Thread Kayvan A. Sylvan
It looks like the just-released 1.1.3 still has the debugging statements in the source: normalkey enter process finished variables normalkey enter process finished variables normalkey I don't think this was intentional...

Re: Release of LyX 1.1.3.

1999-11-30 Thread David L. Johnson
Weirdness with 1.1.3: Spaces show up now in mathed. Is that intentional? It is not a good idea, IMO. They should have to be forced spaces. TeX handles spacing of math better than you can in LyX. Now, if you are at the end of a mathed box and hit a space, you create a space rather than leavin

Re: Layout

1999-11-30 Thread Allan Rae
On Tue, 30 Nov 1999, Richard E. Hawkins wrote: > > > I have just discovered Klyx and I am very happy of that. I have two questions: > > > 1) How can I convert a Word document into a Klyx one? > > > There have been several discussions about this lately. The short answer > > is: convert .doc -

Re: Release of LyX 1.1.3.

1999-11-30 Thread David L. Johnson
"Lars Gullik Bjønnes" wrote: > ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.1.3.tar.tgz > This link is broken at the moment. Says it can't find the file. > ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.1.3.tar.gz This one seems to work. -- David L. Johnson [EMAIL PROTECTED] Department of Mathem

Re: Release of LyX 1.1.3.

1999-11-30 Thread Kayvan A. Sylvan
On Wed, Dec 01, 1999 at 01:25:05AM +0100, Lars Gullik Bjønnes wrote: > > Even if we are still busy doing a lot of code shuffling and cleanup we > have time to release a new version. The newest lyx-1.1.3 RPM's can be found at ftp://ftp.sylvan.com/pub/lyx/lyx-1.1.3-1.i386.rpm ftp:

Re: Release of LyX 1.1.3.

1999-11-30 Thread Lars Gullik Bjønnes
Eric Hanchrow <[EMAIL PROTECTED]> writes: | Actually, the correct name is | | ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.1.3.tar.gz | | (that is, `.gz' instead of `.tgz') Sometimes I am a bit too fast for my own good. No harm done I hope.

Re: Release of LyX 1.1.3.

1999-11-30 Thread Kayvan A. Sylvan
On Wed, Dec 01, 1999 at 01:25:05AM +0100, Lars Gullik Bjønnes wrote: > > Even if we are still busy doing a lot of code shuffling and cleanup we > have time to release a new version. > > Possibly broken: > - literate support (no reports in either direction) Well... The Literate support

Re: Release of LyX 1.1.3.

1999-11-30 Thread Eric Hanchrow
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> LyX 1.1.3 can be downloaded from: Lars> ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.1.3.tar.tgz Actually, the correct name is ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.1.3.tar.gz (that is, `.gz' instead of `.tgz')

Release of LyX 1.1.3.

1999-11-30 Thread Lars Gullik Bjønnes
Even if we are still busy doing a lot of code shuffling and cleanup we have time to release a new version. New Features: - the -dbg command line switch is enhanced. f.ex. "-dbg lyxrc" works now. - lightly better handling of dependency tracking for bibtex files. -

Re: --export cleanup

1999-11-30 Thread Amir Karger
On Tue, Nov 30, 1999 at 07:28:25PM +0100, Lars Gullik Bjønnes wrote: > "Andre' Poenitz" <[EMAIL PROTECTED]> writes: > > I think we want to make this more general. A command switch --export > should perhaps be --function instead > > lyx --function "buffer-export html" > > or similar so that we c

Re: --export cleanup

1999-11-30 Thread Lars Gullik Bjønnes
"Andre' Poenitz" <[EMAIL PROTECTED]> writes: | http://mathematik.htwm.de/Software/LyX/buffer-patch-2 ) | | It's sort of 'minimalistic' approach, it only contains the code that is | necessary to get the feature working. Since it does not remove anything | I am fairly sure that I did not break a

Re: strange things going on... [the plot thickens]

1999-11-30 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | | Lars> Ok, I continue this followups to my own msgs... | | Lars> 'þ' has the numeric value of 254 (for a signed char that is -2) | | Lars> So this seems to be a one/two off

What needs to be done before 1.1.3?

1999-11-30 Thread Lars Gullik Bjønnes
I have no problems in 1.1.3pre1 that I don't have in 1.1.2, so are there any important outstanding tasks that need to be completed before 1.1.3? Lgb

Re: Layout

1999-11-30 Thread Richard E. Hawkins
> > I have just discovered Klyx and I am very happy of that. I have two questions: > > 1) How can I convert a Word document into a Klyx one? > There have been several discussions about this lately. The short answer > is: convert .doc -> .tex -> .lyx > .doc -> .tex can be done using word2tex o

Re: Special superscript and subscript arrangements

1999-11-30 Thread Seak, Teng-Fong
> The best would be of course to give a hand to Alejandro so that this > actually happens :) Oh sorry, I'm more a scientist (and an end-user) than a computer scientist. I know how to programme in Fortran, Pascal and Matlab. But in C (or C++), I'm a real novice. If it was written in Fortra

Re: Special superscript and subscript arrangements

1999-11-30 Thread Jean-Marc Lasgouttes
> "Seak," == Seak, Teng-Fong <[EMAIL PROTECTED]> writes: Seak> Of course, I mean in future version of LyX, not the Seak> present one :-) It's for the wish-list and I'm very patient to Seak> wait for this to happen. The best would be of course to give a hand to Alejandro so that this ac

Re: Special superscript and subscript arrangements

1999-11-30 Thread Seak, Teng-Fong
> Seak> I don't understand quite your question. Maybe we've got > Seak> some misunderstanding :-) Actually, I knew how to enter {}. When > Seak> I ask Lyx to support R_i{}^j{}_{kl}, I wanted in fact LyX not to > Seak> display the red {} to make the tensor look a bit better. > > I do not know

Re: strange things going on... [the plot thickens]

1999-11-30 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Ok, I continue this followups to my own msgs... Lars> 'þ' has the numeric value of 254 (for a signed char that is -2) Lars> So this seems to be a one/two off error or similar. Lars> I suspect that I would get the same error

Re: Special superscript and subscript arrangements

1999-11-30 Thread Jean-Marc Lasgouttes
> "Seak" == Seak, Teng-Fong <[EMAIL PROTECTED]> writes: Seak> I don't understand quite your question. Maybe we've got Seak> some misunderstanding :-) Actually, I knew how to enter {}. When Seak> I ask Lyx to support R_i{}^j{}_{kl}, I wanted in fact LyX not to Seak> display the red {} to

Re: Download Page

1999-11-30 Thread Jean-Marc Lasgouttes
> "Ben" == Ben Cazzolato <[EMAIL PROTECTED]> writes: Ben> Guys I have just downloaded Steven van Dijk's Windows port of Lyx Ben> and pretty well have it working. It's very difficult to find the Ben> necessary information on the Windows port in the current homepage Ben> layout. This may be int

Re: Special superscript and subscript arrangements

1999-11-30 Thread Andre' Poenitz
> By the way, LyX always put and expect {} after ^ or _ even when it's > not necessary. Would this cause problem when someone wants to import > pieces of latex code containing something like R_i instead of R_{i}? If you 'import' LaTeX by editing .lyx files you have to make sure to put every

Re: Special superscript and subscript arrangements

1999-11-30 Thread Seak, Teng-Fong
Jean-Marc Lasgouttes wrote: > Seak,> I just checked that actually \tensor isn't included in > Seak,> standard macros in tetex. But if LyX could support things like > Seak,> R_i{}^j{}_{kl} it's alright good enough. > > What about the following? I entered the {} by typing \ { > > JMarc > > #Th

Re: Lyx trouble with MikTeX

1999-11-30 Thread Jean-Marc Lasgouttes
> "Roland" == Ing Roland Krause <[EMAIL PROTECTED]> writes: Roland> Dear Developers, I am having some problems getting LyX to work Roland> correctly on my NT box. Roland> Problem 1 I am using MikTeX the latest stable release Roland> (www.miktex.de) but the configuration shell script insists

Re: Special superscript and subscript arrangements

1999-11-30 Thread Jean-Marc Lasgouttes
> "Seak," == Seak, Teng-Fong <[EMAIL PROTECTED]> writes: Seak,> "Seak, Teng-Fong" wrote: >> o When we want to write tensors in Einstein's notation, we could >> write it in latex in this way, R_i{}^j{}_{kl} so that subscripts >> and superscripts won't be rearranged together. This time, I found

Re: [seak.teng-fong@iname.com] Feedback from www.lyx.org

1999-11-30 Thread Jean-Marc Lasgouttes
> "Seak" == Seak, Teng-Fong <[EMAIL PROTECTED]> writes: Seak> By curiosity, I've just tested my tetex distribution for Seak> Linux with non-Ascii filename. Fortunately, tetex allows these Seak> characters in filename. How about the other latex distribution Seak> on other platforms? My te

Re: That french key problem

1999-11-30 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Meskes <[EMAIL PROTECTED]> writes: Michael> No problem. However, I do not have any idea why you ask for Michael> athena widgets. I don't think they are the problem. Anyway, Michael> here's what I tested: I just wanted to know whether all i18n-aware applications suffere

--export cleanup

1999-11-30 Thread Andre' Poenitz
Remember the 'lyx UserGuide.lyx --export latex' stuff? The new version of the patch can be found under http://mathematik.htwm.de/Software/LyX/index.html.en (or more direct http://mathematik.htwm.de/Software/LyX/buffer-patch-2 ) It's sort of 'minimalistic' approach, it only contain

Re: That french key problem

1999-11-30 Thread Michael Meskes
On Fri, Nov 26, 1999 at 09:57:08AM +0100, Jean-Marc Lasgouttes wrote: > Could you try in any Xaw application or whatever if this works? I do > not have XFree myself. No problem. However, I do not have any idea why you ask for athena widgets. I don't think they are the problem. Anyway, here's what