Re: UserGuide from 2.3.3 with pdfLatex shows just blank output on macOS, TeXLive 2019

2019-06-19 Thread Pavel Sanda
On Wed, Jun 19, 2019 at 08:03:40PM +0200, mn wrote: > The UserGuide on macOS produces in its default state just blank output. Feel lucky that you can compile user guide at all :) It fails here for couple reasons: - package babel error 'french' (already reported) - latex error: file footnotehyper.s

Re: Re: UserGuide can no longer be opened by LyX 2.1git

2013-04-28 Thread Kornel Benko
Am Sonntag, 28. April 2013 um 18:22:37, schrieb Uwe Stöhr > Am 27.04.2013 21:56, schrieb Kornel Benko: > > Am Samstag, 27. April 2013 um 21:41:12, schrieb Uwe Stöhr > >> I just noticed that during the last 7 days a serious bug was introduced: > >> http://www.lyx.org/trac/ticket/8644 > > This see

Re: UserGuide can no longer be opened by LyX 2.1git

2013-04-28 Thread Uwe Stöhr
Am 27.04.2013 21:56, schrieb Kornel Benko: Am Samstag, 27. April 2013 um 21:41:12, schrieb Uwe Stöhr I just noticed that during the last 7 days a serious bug was introduced: http://www.lyx.org/trac/ticket/8644 This seems to be fixed by Richard's yesterday's changes. I get crash there if scr

Re: UserGuide can no longer be opened by LyX 2.1git

2013-04-27 Thread Kornel Benko
Am Samstag, 27. April 2013 um 21:41:12, schrieb Uwe Stöhr > I just noticed that during the last 7 days a serious bug was introduced: > http://www.lyx.org/trac/ticket/8644 > > There is something wrong now with our math handling or the assertions. > > Any ideas? > > regards Uwe I get crash there

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-08 Thread Uwe Stöhr
Jean-Pierre Chrétien schrieb: OK so it is a bug in TeXLive 2007. TeXLive 2008 and MiKTeX 2.7 and 2.8 don't show the problem. Therefore I opt not to hardcode a solution for a bug of a special LaTeX distribution that is already fixed. OK, but this LaTeX bug affects 37.5% of the installations,

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-07 Thread Jürgen Spitzmüller
Guenter Milde wrote: > A ticket for "enable custom insertions before the required packages", yes. which we already have: http://www.lyx.org/trac/ticket/5031 http://www.lyx.org/trac/ticket/5366 >Independent of this, there are cases where you want to pass an option >to an autoloaded package but can

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-07 Thread Guenter Milde
On 2009-09-07, Jürgen Spitzmüller wrote: > Jean-Pierre Chrétien wrote: >> http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg154250.html > Thanks. >> Should I file a ticket ? A ticket for "enable custom insertions before the required packages", yes. > How hard will it be for affected people

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-07 Thread Jean-Pierre Chrétien
Jürgen Spitzmüller writes: > > How hard will it be for affected people to upgrade the respective packages? Not hard, but needs patience. Here is the procedure on Linux to install TeXLive 2008: 1) Download the netinstaller (e.g. in /tmp) cd /tmp wget http://mirrors.ircam.fr/pub/CTAN/systems/t

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-07 Thread Jürgen Spitzmüller
Jean-Pierre Chrétien wrote: > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg154250.html Thanks. > Should I file a ticket ? I'm not sure. I do not much like the idea of adding a new package dependency to fix a bug which is solved since almost two years, especially since nameref does so

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-07 Thread Jean-Pierre Chrétien
Jürgen Spitzmüller writes: > > Jean-Pierre Chrétien wrote: > > OK, but this LaTeX bug affects 37.5% of the installations, from the > > statistics on the Users' list... > > It's a quite bold idea to call the response of 8 people "statistics" and to > deduce such a general percentage from that

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-07 Thread Jürgen Spitzmüller
Jean-Pierre Chrétien wrote: > OK, but this LaTeX bug affects 37.5% of the installations, from the > statistics on the Users' list... It's a quite bold idea to call the response of 8 people "statistics" and to deduce such a general percentage from that ;-) BTW could you post again a pointer to y

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-07 Thread Jean-Pierre Chrétien
Uwe Stöhr a écrit : > Result in lyx-users: 5 success, 3 failures, clearly related to the TeXLive version (failure is > with TeXLive 2007). > > I myself upgraded TeXLive to 2008 with success (without and with my patch). OK so it is a bug in TeXLive 2007. TeXLive 2008 and MiKTeX 2.7 and 2.8

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-05 Thread Uwe Stöhr
> Result in lyx-users: 5 success, 3 failures, clearly related to the TeXLive version (failure is > with TeXLive 2007). > > I myself upgraded TeXLive to 2008 with success (without and with my patch). OK so it is a bug in TeXLive 2007. TeXLive 2008 and MiKTeX 2.7 and 2.8 don't show the problem. T

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-09-04 Thread Jean-Pierre Chrétien
Uwe Stöhr a écrit : [...] OK to assure that this hardcoding doesn't introduce new problems, can you please prepare a small LyX example file that fails for you and ask on the french-users and lyx-users mailing list who is able to compile the file with LyX 1.6.4 and who not. We need to know what

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-08-29 Thread Uwe Stöhr
Jean-Pierre Chrétien schrieb: Can you please try to add this to the document preamble: \AtBeginDocument{\usepackage{nameref}} I did already try... no way, nameref should be added before varioref (otherwise I wouldn't have changed the LyX code itself). In fact, nameref *is* loaded without my p

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-08-28 Thread Jean-Pierre Chrétien
Uwe Stöhr a écrit : Jean-Pierre Chrétien schrieb: [...] Can you please try to add this to the document preamble: \AtBeginDocument{\usepackage{nameref}} I did already try... no way, nameref should be added before varioref (otherwise I wouldn't have changed the LyX code itself). In fact, name

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-08-27 Thread Uwe Stöhr
Jean-Pierre Chrétien schrieb: That seems sound, yes. An other way would be to hack the French manuals directly. Is there a way to load nameref before other packages ? Can you please try to add this to the document preamble: \AtBeginDocument{\usepackage{nameref}} What have you used until now

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-08-27 Thread Jean-Pierre Chrétien
Uwe Stöhr a écrit : Jean-Pierre Chrétien schrieb: [...] The problem you have is a problem with LaTeX packages not with LyX. We try to avoid to introduce hard coded hacks into LyX to fix bugs in LaTeX packages. Only when such a problem is not fixable or when the package manuals explicitly rec

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-08-27 Thread Jean-Pierre Chrétien
Uwe Stöhr a écrit : > With my Debian Lenny, doc/fr/Userguide.lyx and doc/fr/EmbeddedObjects.lyx > compilations fail because character ":" is active in French. This is nowadays OK > with most packages, but not with varioref, which version here is the last one > according to CTAN: > [2006/0

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-08-26 Thread Uwe Stöhr
Jean-Pierre Chrétien schrieb: This loop (add \endcsname then complain about it) are due to ":" being active in French, and seem to come from a nasty interaction between varioref and hyperref. It may also come from babel, a bit outdated here, but if I try to update babel alone, I get a lot mo

Re: UserGuide and EmbeddedObjects compilations fail in French

2009-08-25 Thread Uwe Stöhr
> With my Debian Lenny, doc/fr/Userguide.lyx and doc/fr/EmbeddedObjects.lyx > compilations fail because character ":" is active in French. This is nowadays OK > with most packages, but not with varioref, which version here is the last one > according to CTAN: > [2006/05/13 v1.4p package for exten

Re: UserGuide

2007-10-22 Thread Uwe Stöhr
> Has anybody recently actually tried to compile the UserGuide? I always compile the documents before I commit changes. There was only a problem last week that n image path was incorrect due to my image file renaming of url -> href. I fixed this yesterday, so the UserGuide compiles now fine agai

Re: UserGuide

2007-10-19 Thread Martin Vermeer
On Fri, Oct 19, 2007 at 07:53:28PM +0200, Andre Poenitz wrote: > On Fri, Oct 19, 2007 at 08:28:35PM +0300, Martin Vermeer wrote: > > On Fri, Oct 19, 2007 at 02:32:27PM +0200, Jean-Marc Lasgouttes wrote: > > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > > > > Moreover, \index is fragile,

Re: UserGuide

2007-10-19 Thread Andre Poenitz
On Fri, Oct 19, 2007 at 08:28:35PM +0300, Martin Vermeer wrote: > On Fri, Oct 19, 2007 at 02:32:27PM +0200, Jean-Marc Lasgouttes wrote: > > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > > Moreover, \index is fragile, so any fragile command appearing in its > > > argument must be protected.

Re: UserGuide

2007-10-19 Thread Richard Heck
Martin Vermeer wrote: On Fri, Oct 19, 2007 at 11:00:58AM +0200, Helge Hafting wrote: Enrico Forestieri wrote: On Thu, Oct 18, 2007 at 09:11:07PM +0200, Andre Poenitz wrote: Has anybody recently actually tried to compile the UserGuide? On my machine LaTeX simply does not fin

Re: UserGuide

2007-10-19 Thread Martin Vermeer
On Fri, Oct 19, 2007 at 11:00:58AM +0200, Helge Hafting wrote: > Enrico Forestieri wrote: > > On Thu, Oct 18, 2007 at 09:11:07PM +0200, Andre Poenitz wrote: > > > >> Has anybody recently actually tried to compile the UserGuide? > >> > >> On my machine LaTeX simply does not finish. Run by hand I

Re: UserGuide

2007-10-19 Thread Martin Vermeer
On Fri, Oct 19, 2007 at 02:32:27PM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > Moreover, \index is fragile, so any fragile command appearing in its > > argument must be protected. That is to say that > > > > \index{Bibliography ! Bib\TeX} > > > > doesn'

Re: UserGuide

2007-10-19 Thread Andre Poenitz
On Fri, Oct 19, 2007 at 02:44:49AM +0200, Enrico Forestieri wrote: > On Thu, Oct 18, 2007 at 09:11:07PM +0200, Andre Poenitz wrote: > > > > Has anybody recently actually tried to compile the UserGuide? > > > > On my machine LaTeX simply does not finish. Run by hand I get stuff > > like > > > >

Re: UserGuide

2007-10-19 Thread Abdelrazak Younes
Martin Vermeer wrote: BTW Paragraph.cpp is a _mess_. Hope Abdel manages to do something there. Still a lot to do but I've removed a few hundred locs... The new FontList class could be a base for the range improvements we were talking about during the charstyle fight. There is even a place

Re: UserGuide

2007-10-19 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Moreover, \index is fragile, so any fragile command appearing in its > argument must be protected. That is to say that > > \index{Bibliography ! Bib\TeX} > > doesn't work, but > > \index{Bibliography ! Bib\protect\TeX} > > does work. This is easy to

Re: UserGuide

2007-10-19 Thread Enrico Forestieri
On Fri, Oct 19, 2007 at 09:14:40AM +0300, Martin Vermeer wrote: > On Fri, Oct 19, 2007 at 04:53:04AM +0200, Enrico Forestieri wrote: > > On Fri, Oct 19, 2007 at 04:09:22AM +0200, Enrico Forestieri wrote: > > > On Fri, Oct 19, 2007 at 02:44:49AM +0200, Enrico Forestieri wrote: > > > > > > > Command

Re: UserGuide

2007-10-19 Thread Martin Vermeer
On Fri, 19 Oct 2007 11:18:49 +0200 Georg Baum <[EMAIL PROTECTED]> wrote: > Martin Vermeer wrote: > > > For index, I was just thinking of switching off the standard phrases. % > > would still be escaped. > > But then you need lyx2lyx support to translate the old manual escaping. Probably yes.

Re: UserGuide

2007-10-19 Thread Martin Vermeer
On Fri, 19 Oct 2007 11:14:50 +0200 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > > For index, I was just thinking of switching off the standard phrases. % > > would > > still be escaped. > > We should really get rid of these standard phrases a

Re: UserGuide

2007-10-19 Thread Georg Baum
Martin Vermeer wrote: > For index, I was just thinking of switching off the standard phrases. % > would still be escaped. But then you need lyx2lyx support to translate the old manual escaping. > BTW what _is_ the rule for stuff entered into an index? Or into an URL? No idea besides RTFM ;-)

Re: UserGuide

2007-10-19 Thread Jean-Marc Lasgouttes
Martin Vermeer <[EMAIL PROTECTED]> writes: > For index, I was just thinking of switching off the standard phrases. % would > still be escaped. We should really get rid of these standard phrases and turn them to insets (maybe even in insetspecialchar). The only difficulty is the on screen drawing

Re: UserGuide

2007-10-19 Thread Martin Vermeer
On Fri, 19 Oct 2007 10:57:07 +0200 Georg Baum <[EMAIL PROTECTED]> wrote: > Martin Vermeer wrote: > > > I don't think we should do this in lyx2lyx after all. Currently the > > unsuspecting user can manually enter LyX into an index inset and get > > mysterious latexing errors. Not good. > > Yes. >

Re: UserGuide

2007-10-19 Thread Helge Hafting
Enrico Forestieri wrote: On Thu, Oct 18, 2007 at 09:11:07PM +0200, Andre Poenitz wrote: Has anybody recently actually tried to compile the UserGuide? On my machine LaTeX simply does not finish. Run by hand I get stuff like ! Use of [EMAIL PROTECTED] doesn't match its definition. [EMAIL PRO

Re: UserGuide

2007-10-19 Thread Georg Baum
Martin Vermeer wrote: > I don't think we should do this in lyx2lyx after all. Currently the > unsuspecting user can manually enter LyX into an index inset and get > mysterious latexing errors. Not good. Yes. > I suppose we need runparams flags for verbatim output and for > suppression of these s

Re: UserGuide

2007-10-19 Thread Jean-Marc Lasgouttes
Martin Vermeer <[EMAIL PROTECTED]> writes: > I don't think we should do this in lyx2lyx after all. Currently the > unsuspecting user can manually enter LyX into an index inset and get > mysterious latexing errors. Not good. > > I suppose we need runparams flags for verbatim output and for > suppre

Re: UserGuide

2007-10-19 Thread Helge Hafting
Martin Vermeer wrote: On Fri, Oct 19, 2007 at 04:53:04AM +0200, Enrico Forestieri wrote: Hmmm... that's more complicated. I had the impression that a macro could be used in the @ part of an entry, but \index{Bibliography ! [EMAIL PROTECTED] works, whereas \index{Bibliography ! [EMAIL PROTE

Re: UserGuide

2007-10-19 Thread Martin Vermeer
On Fri, 19 Oct 2007 09:52:07 +0200 Georg Baum <[EMAIL PROTECTED]> wrote: > Martin Vermeer wrote: > > > Is this something that should have beem done in lyx2lyx? > > That depends. If you prevent the automatic translation of LyX ->\LyX etc. in > url charstles you don't need lyx2lyx _for this partic

Re: UserGuide

2007-10-19 Thread Georg Baum
Martin Vermeer wrote: > Is this something that should have beem done in lyx2lyx? That depends. If you prevent the automatic translation of LyX ->\LyX etc. in url charstles you don't need lyx2lyx _for this particular case_, but if the current implementation stays then you need lyx2lyx. But, lyx2l

Re: UserGuide

2007-10-18 Thread Martin Vermeer
On Fri, Oct 19, 2007 at 04:53:04AM +0200, Enrico Forestieri wrote: > On Fri, Oct 19, 2007 at 04:09:22AM +0200, Enrico Forestieri wrote: > > On Fri, Oct 19, 2007 at 02:44:49AM +0200, Enrico Forestieri wrote: > > > > > Commands such as \url and \index don't like latex macros in their > > > argument

Re: UserGuide

2007-10-18 Thread Enrico Forestieri
On Fri, Oct 19, 2007 at 04:09:22AM +0200, Enrico Forestieri wrote: > On Fri, Oct 19, 2007 at 02:44:49AM +0200, Enrico Forestieri wrote: > > > Commands such as \url and \index don't like latex macros in their > > argument > > Sorry, that is true for \url only. Hmmm... that's more complicated. I h

Re: UserGuide

2007-10-18 Thread Enrico Forestieri
On Fri, Oct 19, 2007 at 02:44:49AM +0200, Enrico Forestieri wrote: > Commands such as \url and \index don't like latex macros in their > argument Sorry, that is true for \url only. -- Enrico

Re: UserGuide

2007-10-18 Thread Martin Vermeer
On Fri, Oct 19, 2007 at 02:44:49AM +0200, Enrico Forestieri wrote: > On Thu, Oct 18, 2007 at 09:11:07PM +0200, Andre Poenitz wrote: > > > > Has anybody recently actually tried to compile the UserGuide? > > > > On my machine LaTeX simply does not finish. Run by hand I get stuff > > like > > > >

Re: UserGuide

2007-10-18 Thread Martin Vermeer
On Fri, Oct 19, 2007 at 02:44:49AM +0200, Enrico Forestieri wrote: > On Thu, Oct 18, 2007 at 09:11:07PM +0200, Andre Poenitz wrote: > > > > Has anybody recently actually tried to compile the UserGuide? > > > > On my machine LaTeX simply does not finish. Run by hand I get stuff > > like > > > >

Re: UserGuide

2007-10-18 Thread Enrico Forestieri
On Thu, Oct 18, 2007 at 09:11:07PM +0200, Andre Poenitz wrote: > > Has anybody recently actually tried to compile the UserGuide? > > On my machine LaTeX simply does not finish. Run by hand I get stuff > like > > > ! Use of [EMAIL PROTECTED] doesn't match its definition. > [EMAIL PROTECTED] #1->

Re: UserGuide

2007-10-18 Thread Peter Kümmel
Pavel Sanda wrote: Has anybody recently actually tried to compile the UserGuide? On my machine LaTeX simply does not finish. Run by hand I get stuff like same on windows. it does not work for me quite long time (i remember another err messages though). e.g. http://www.mail-archive.com/lyx-

Re: UserGuide

2007-10-18 Thread Pavel Sanda
> Has anybody recently actually tried to compile the UserGuide? > > On my machine LaTeX simply does not finish. Run by hand I get stuff > like it does not work for me quite long time (i remember another err messages though). e.g. http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg129100.html

Re: UserGuide

2007-10-18 Thread Richard Heck
Andre Poenitz wrote: Has anybody recently actually tried to compile the UserGuide? On my machine LaTeX simply does not finish. Run by hand I get stuff like ! Use of [EMAIL PROTECTED] doesn't match its definition. [EMAIL PROTECTED] #1->\def [EMAIL PROTECTED] {

Re: [PATCH] fix M-Return (was Re: UserGuide-test hints and questions, 2)

2007-09-14 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Here is a patch that implements proper functionning of M-Return (at > least as I see it: like Return, but inverting role of environment and > non-environment). I'd be interested to have some feedback on it. This > is potentially for trunk and branch. Could you describ

[PATCH] fix M-Return (was Re: UserGuide-test hints and questions, 2)

2007-09-12 Thread Jean-Marc Lasgouttes
> Jean-Marc Lasgouttes schrieb: >> M-Return is supposed to be do for commands what Return would do for >> Environments and do for environments what Return would do for >> commands. >> >> However, I see now that it does not do anything interesting for >> enumerations. I'll have to double check that.

Re: Userguide scrolldown test profile, Qt included

2006-11-19 Thread Abdelrazak Younes
Andre Poenitz wrote: In case somebody is interested in it I attach a profile for the UserGuide scroll test including Qt. We spend almost a quarter of the time in [18]23.60.210.47 3036718 QFontMetrics::width(QChar) const [18] Interesting. Maybe you ought to try to enable

Re: UserGuide round trip.

2005-02-17 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Jean-Marc Lasgouttes wrote: >> Latest LyX cvs versions use \thanks for footnotes in titling >> environments. Tex2lyx does not seem to have any support for that... Georg> This explains it all: I produced the .tex file with LyX 1.3. Geo

Re: UserGuide round trip.

2005-02-17 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Latest LyX cvs versions use \thanks for footnotes in titling > environments. Tex2lyx does not seem to have any support for that... This explains it all: I produced the .tex file with LyX 1.3. I'll have a look, \thanks is probably easy to support. Georg

Re: UserGuide round trip.

2005-02-17 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Mittwoch, 16. Februar 2005 14:36 schrieb Georg Baum: >> > The InsetFoot on the Author line is converted to ERT. >> >> Will have a look. Georg> I can't reproduce this. I used the Userguide of 1.4cvs. Which Georg> one did you use?

Re: UserGuide round trip.

2005-02-16 Thread Georg Baum
Am Mittwoch, 16. Februar 2005 14:36 schrieb Georg Baum: > > The InsetFoot on the Author line is converted to ERT. > > Will have a look. I can't reproduce this. I used the Userguide of 1.4cvs. Which one did you use? > > \begin_inset Text > > > > Perhaps these are just default values that aren

Re: UserGuide round trip.

2005-02-16 Thread Georg Baum
Angus Leeming wrote: > There are some clear differences between the two files, although > I don't know how important these are. Some of the differences are empty font changes and not important at all. There are also one character font changes. These are due to a bug of LyX: http://bugzilla.lyx.or

Re: UserGuide console msgs

2002-03-08 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> InsertERT::Read: Missing 'status'-tagl (repeated many times) These are normal (an oldish 1.2.0cvs format) Garst> choice TOC|figure|table choice TOC|figure|table I never saw these... Garst> Paragraph 1232 found A debug messag

Re: UserGuide question

2000-11-30 Thread Baruch Even
On Thu, 30 Nov 2000, John Levon wrote: > On 29 Nov 2000, Lars Gullik Bjønnes wrote: > > > Angus Leeming <[EMAIL PROTECTED]> writes: > > > > | In the UserGuide : > > | > > | The undo-mechanism has been limited to 100 steps in the beta-version, as this > > | feature has not yet been properly te

Re: UserGuide question

2000-11-30 Thread John Levon
On 29 Nov 2000, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | In the UserGuide : > | > | The undo-mechanism has been limited to 100 steps in the beta-version, as this > | feature has not yet been properly tested out. > | > | Is this still true? > | > | In lyxfu

Re: UserGuide question

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Next question. Just beneath this last statement in the UserGuide we have: | | Notice that if you revert back all changes to arrive to the document as it | was last saved, the "changed" status of the document is unfortunately not | reset. This is a kn

Re: UserGuide question

2000-11-29 Thread Angus Leeming
Lars, Just read your mail saying that a limit does exist. Fair enough. I'll modify the UserGuide to say that this is so (ie, not a feature of the beta version, now superceeded.) Next question. Just beneath this last statement in the UserGuide we have: Notice that if you revert back al

Re: UserGuide question

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | In the UserGuide : | | The undo-mechanism has been limited to 100 steps in the beta-version, as this | feature has not yet been properly tested out. | | Is this still true? | | In lyxfunc.C::Dispatch() | case LFUN_UNDO: | disable

Re: UserGuide question

2000-11-29 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | In the UserGuide : | | The undo-mechanism has been limited to 100 steps in the beta-version, as this | feature has not yet been properly tested out. | | Is this still true? Probably not. | | In lyxfunc.C::Dispatch() | case LFUN_UNDO: |

Re: UserGuide patch

1999-03-16 Thread Allan Rae
On 15 Mar 1999, Lars Gullik Bjønnes wrote: > >> Amir Karger writes: > AK> Wow, I never realized how tremendously powerful I am! When do I > AK> start getting royalties on LyX's profits? > > Note that the only profit LyX has is fame to its developers. > > (And the chance to participate at

Re: UserGuide patch

1999-03-15 Thread Lars Gullik Bjønnes
>> Asger K Alstrup Nielsen writes: AKAN> I prefer "slå lam". That's a word that means to beat someone AKAN> until they can't move. >> Really? I'd think that would be "slå lam" AKAN> Didn't I write that? even if you wrote that it sounds akward(?), "lamslå" sounds a lot better (though

Re: UserGuide patch

1999-03-15 Thread Asger K. Alstrup Nielsen
> AKAN> I prefer "slå lam". That's a word that means to beat someone > AKAN> until they can't move. > > Really? I'd think that would be "slå lam" Didn't I write that? Slålam, Asger ;-)

Re: UserGuide patch

1999-03-15 Thread Lars Gullik Bjønnes
>> Asger K Alstrup Nielsen writes: >> In norwegian it is spelled "slalåm" AKAN> I prefer "slålam". That's a word that means to beat someone AKAN> until they can't move. Really? I'd think that would be "slå lam" Lgb

Re: UserGuide patch

1999-03-15 Thread Richard E. Hawkins Esq.
asger aspirated, > > In norwegian it is spelled "slalåm" > I prefer "slålam". That's a word that means to beat someone > until they can't move. and has an uncanny resemlence to, "sue 'em," which done properly, has the same effect :) --

Re: UserGuide patch

1999-03-15 Thread Asger K. Alstrup Nielsen
> In norwegian it is spelled "slalåm" I prefer "slålam". That's a word that means to beat someone until they can't move. Greets, Asger

Re: UserGuide patch

1999-03-15 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: >> > SLLOM? SLALOM? can we make that SHALOM? > Second Hand Anonymous Lyx Omni's Meeting > Perhaps we should also discuss the topics of the meeting? (half a year > in advance, but...) > > AK> in the alps somewhere. Or, just to confuse people, call it the > AK> Fo

Re: UserGuide patch

1999-03-15 Thread Lars Gullik Bjønnes
>> Amir Karger writes: AK> Slalom. As in a skiing event. As slalom is a norwegian work, I know what it is. In norwegian it is spelled "slalåm" it means "turns" AK> Oktoberfest? possibly Lgb

Re: UserGuide patch

1999-03-15 Thread Amir Karger
On Mon, Mar 15, 1999 at 06:19:13PM +0100, Lars Gullik Bjønnes wrote: > >> Amir Karger writes: > > AK> know---how's the Rogues' Gallery doing, David?). I kind of like > AK> Second Lyx And Latex Omnisicients' Meeting, which could be held > > SLLOM? SLALOM? can we make that SHALOM? Slalom. A

Re: UserGuide patch

1999-03-15 Thread Lars Gullik Bjønnes
>> Amir Karger writes: AK> On Mon, Mar 15, 1999 at 05:52:56PM +0100, Lars Gullik Bjønnes AK> wrote: >> >> Amir Karger writes: AK> Wow, I never realized how tremendously powerful I am! When do I AK> start getting royalties on LyX's profits? >> Note that the only profit LyX has is fa

Re: UserGuide patch

1999-03-15 Thread Amir Karger
On Mon, Mar 15, 1999 at 05:52:56PM +0100, Lars Gullik Bjønnes wrote: > >> Amir Karger writes: > AK> Wow, I never realized how tremendously powerful I am! When do I > AK> start getting royalties on LyX's profits? > > Note that the only profit LyX has is fame to its developers. Hm, no job of

Re: UserGuide patch

1999-03-15 Thread Lars Gullik Bjønnes
>> Amir Karger writes: AK> Wow, I never realized how tremendously powerful I am! When do I AK> start getting royalties on LyX's profits? Note that the only profit LyX has is fame to its developers. (And the chance to participate at SILM, you missed FILM obviously) Lgb

Re: UserGuide patch

1999-03-15 Thread Amir Karger
On Fri, Mar 12, 1999 at 07:17:52PM +0100, Lars Gullik Bjønnes wrote: > >> Amir Karger writes: > > AK> --JYK4vJDZwFMowpUq Content-Type: text/plain; charset=us-ascii > > AK> OK. This patch adds the nth root command, as well as a short > AK> section on math text mode. Both are really short.

Re: UserGuide patch

1999-03-12 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: AK> OK. This patch adds the nth root command, as well as a short AK> section on math text mode. Both are really short. For the math AK> text mode thing, I basically just used what you wrote at me, AK> JMarc. Take a look at it and fix

Re: UserGuide patch

1999-03-12 Thread Lars Gullik Bjønnes
>> Amir Karger writes: AK> --JYK4vJDZwFMowpUq Content-Type: text/plain; charset=us-ascii AK> OK. This patch adds the nth root command, as well as a short AK> section on math text mode. Both are really short. For the math AK> text mode thing, I basically just used what you wrote at me,

Re: UserGuide

1999-02-15 Thread Jean-Marc Lasgouttes
> "Arkady" == Arkady Kitover <[EMAIL PROTECTED]> writes: Arkady> Dear lyx developers, I cannot open in lyx the User guide and Arkady> Customization documents. The message is "Bad value, integer Arkady> parameter not in range for operation. Thank you for your Arkady> help. Hello, This mess