Re: I'm still here too + revised docs

2001-09-13 Thread Micheas Herman
On Thu, 2001-09-13 at 18:21, John Levon wrote: > On Thu, Sep 13, 2001 at 01:21:24PM -0700, Mike Ressler wrote: > > > and would like people to tear them apart and offer suggestions/ > > corrections. If they look okay, then the translators should begin > > The sentence : > > To create a table, yo

Re: I'm still here too + revised docs

2001-09-13 Thread John Levon
On Thu, Sep 13, 2001 at 01:21:24PM -0700, Mike Ressler wrote: > and would like people to tear them apart and offer suggestions/ > corrections. If they look okay, then the translators should begin The sentence : To create a table, you figured out beforehand how big each column was to be and set

Re: CVS Update: lyx-devel

2001-09-13 Thread John Levon
On Thu, Sep 13, 2001 at 06:14:43PM +, [EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/src/mathed/ > Changes by: [EMAIL PROTECTED] 01/09/13 18:14:43 > > Modified files: > lyx-devel/src/mathed/: formulabase.C math_

Re: Bug list - update

2001-09-13 Thread John Levon
On Thu, Sep 13, 2001 at 06:21:36PM +0200, Andre Poenitz wrote: > > - "File->Exit" does not work while editing a math formula; > > the same holds for opening/closing a file, changing paragraph layout... > > (This must definitely be fixed!) > > Try recent CVS. how did you fix this ? what ab

Re: DB2LyX release (0.1.3)

2001-09-13 Thread ben
Jose Abilio Oliveira Matos a écrit : > Several points, I didn't review all the package: > > 1) Although I would like to see sgml2xml.py and not perl :-) there is no > point in reinventing the wheel. > There is already a sgml2xml that is distributed with (open)jade that is > from Norman (eno

Feature request: latin9 support

2001-09-13 Thread Philipp Lehman
There is a latin9.def at http://www.loria.fr/~gustedt/iso8859-15.html which allows one to use iso8859-15 screen fonts and simply go \usepackage[latin9]{inputenc}. It works fine. I noticed that Lyx doesn't offer support for latin9. Since latin9 a.k.a iso8859-15 includes the euro sign as well as OE

Re: Bug list - update

2001-09-13 Thread Michael Schmitt
On Thu, 13 Sep 2001, Juergen Spitzmueller wrote: > - What's the difference between OK and Apply? It seems to be >impossible to add a second, third,... graphic with the same >dialog (I assume that was the intention) > > You can apply the values and change it again without reop

Re: Bug list - update

2001-09-13 Thread Juergen Spitzmueller
Am Donnerstag, 13. September 2001 17:44 schrieb Michael Schmitt: - Graphics dialog: - Where have the "default" size options gone to? Are they chosen if no width/height sizes are specified? That's at least how _I_ understand this (!?) - The "file" & "browse" elements might be put

mathed bugs

2001-09-13 Thread Andre Poenitz
I've just updated the list of mathed bugs (src/mathed/BUGS). I'll delete the items marked with '//' soon unless somebody complains. Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Bug list - update

2001-09-13 Thread Andre Poenitz
> - "File->Exit" does not work while editing a math formula; > the same holds for opening/closing a file, changing paragraph layout... > (This must definitely be fixed!) Try recent CVS. > - Menu item "Insert/Special Character/Superscript" should be disabled > in mathed since it does not ha

Re: [PATCH] FormGraphics

2001-09-13 Thread Juergen Spitzmueller
Am Donnerstag, 13. September 2001 17:02 schrieb John Levon: > Ha ! That's not the right attitude ! > > I don't know anything about the lyx core, that doesn't stop me > blundering in with half-baked patches and the occassional full-baked > one ;) Yes, you're right... But since I do not know this l

small problem -- possibly mine

2001-09-13 Thread Garst R. Reese
If I have a layout with KeepEmpty 1, LableType Static, LabelSring "blah" and I invoke at the bottom of a file, and hit enter, nothing happens. I have insert a protected space for enter to work, or put somethingelse in and then go back to insert that layout. Am I missing something? Thanks, Garst

Re: DB2LyX release (0.1.3)

2001-09-13 Thread Jose Abilio Oliveira Matos
On Thu, Sep 13, 2001 at 04:53:26PM +0200, Jean-Marc Lasgouttes wrote: > So it means that an inset should have a way to tell that it wants to > be output outside any current paragraph... You could add a new method > to inset.h and honor it in the docbook output code. I am not sure > whether this co

Re: BUG(?): Class change impossible

2001-09-13 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: > > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> not all problems. but it's better than the old one as far as > Herbert> I can see. because the layout-doc-gui is still a bit left of > Herbert> the main window. so one can see that there's an

Re: [PATCH] FormGraphics

2001-09-13 Thread John Levon
On Thu, Sep 13, 2001 at 04:59:07PM +0200, Juergen Spitzmueller wrote: > code like a foreign language and if I try something, it's just by > Intuition. So it's better for me to do the trivial jobs (like playing > with fdesign), I guess. Ha ! That's not the right attitude ! I don't know anythi

Re: greek in text gone again

2001-09-13 Thread Andre Poenitz
On Thu, Sep 13, 2001 at 10:30:11AM -0400, Richard E. Hawkins wrote: > 2) \bar now works differently. It does so since a few month now... > It used to be an attribute of a single character. But that's was wrong since LaTeX allows e.g. \vec{}. > "M-m v x" (the first part being my own binding

lyx gets confused in environment depth

2001-09-13 Thread Richard E. Hawkins
I can't reproduce this yet, but I've seen it a few times. I frequently use two levels of enumeration, with plain, ert, and comment a level further down. Lyx often either loses count or incorrectly identifies a lower level of text (e.g., nested plain text appears as a comment, even though it

Re: [PATCH] FormGraphics

2001-09-13 Thread Juergen Spitzmueller
Am Donnerstag, 13. September 2001 16:28 schrieb John Levon: > IMHO, don't bother with policy. just makes sure check_subcaption has > a callback, and make that callback check controller().isReadonly(), > and if it's not, and the check is selected, enable input_subcaption, > else disable it. Thanks

Re: BUG(?): Class change impossible

2001-09-13 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: > > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > >> Does the following patch help? > > Herbert> yess :-) > > But I guess it still does not work when you select a class which > cannot be loaded (you can get that by butvhering a bit your > textclas

Re: BUG(?): Class change impossible

2001-09-13 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: > > >> > Herbert> there is now another problem for me on suse 7.2. the menu of > Herbert> the classes is still in front of the confirm-gui - > Herbert> document-gui. so the okay-button of the confirm gui is > Herbert> hidden. > >> Does the following patch help? > > H

greek in text gone again

2001-09-13 Thread Richard E. Hawkins
A patch a few weeks ago let us go back to typing the greek characters; it's gone agaain. Also: 1) bindings don't seem to work consistently in insets. I'll try to note the next couple, but it seems eratic so far. As an example, I have the bindings \bind "M-m 3" "math-insert \Rightarrow

Re: [PATCH] FormGraphics

2001-09-13 Thread John Levon
On Thu, Sep 13, 2001 at 09:50:08AM +0200, Juergen Spitzmueller wrote: > OPEN ISSUE: I wanted to add another policy that disables > input_subcaption if check_subcaption isn't chosen. But again I > shamelessly failed. IMHO, don't bother with policy. just makes sure check_subcaption has a callba

Re: BUG(?): Class change impossible

2001-09-13 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Do you mean all problems are gone?? I knew it was reasonable, but had > little hope of finding a real solution. Not the Document Dialog Problem, if you ask for that. Jürgen > JMarc

Re: Graphics bug (fwd)

2001-09-13 Thread Juergen Spitzmueller
Michael Schmitt wrote: > Moreover: > > - Could you please change the color of the "cm/inch/..." boxes? >(see the "minipage" dialog for comparison; when you move the > cursor to the selection, its color changes) > > - It should not be allowed to enter a subcaption if this feature >is dese

Re: Bug list - Countdown

2001-09-13 Thread Juergen Spitzmueller
Am Donnerstag, 13. September 2001 10:51 schrieb Dekel Tsur: > On Wed, Sep 12, 2001 at 05:26:35PM +0100, Angus Leeming wrote: > > > PS: Angus, I will check your math panel patch tomorrow (i.e. in > > > 15 hours) BTW: What happened to your cross reference dialog patch > > > that allows to use labels

configure.in: 334: required file `./<<<<<<<.in' not found

2001-09-13 Thread Richard E. Hawkins
This "missing file" has been stopping me from building for two days now. It first appeared during a make; this message is from autogen.sh hawk -- Prof. Richard E. Hawkins, Esq. /"\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (814) 375-4700 \ / against HTM

cvs update

2001-09-13 Thread Rainer Dorsch
Hello, thanks for providing CVS support in LyX! That enables now oridinary users to use CVS within lyx without knowing CVS. The only thing I am missing is the "cvs update" command or is it hidden somewhere. Thanks. Rainer.

Re: BUG(?): Class change impossible

2001-09-13 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: > > > "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: > > Herbert> Juergen Spitzmueller wrote: > >> This solves only the half of the problem. The document dialog is > >> still hidden behind the main dialog on my box (KDE 2.2). IMHO this > >> should be solve

Graphics bug (fwd)

2001-09-13 Thread Michael Schmitt
Hi, I get a Purify report if I enter "3.3" in the "Size Width" field (see below) Moreover: - Could you please change the color of the "cm/inch/..." boxes? (see the "minipage" dialog for comparison; when you move the cursor to the selection, its color changes) - It should not be allowe

Re: [PATCH] FormGraphics

2001-09-13 Thread Juergen Spitzmueller
Angus Leeming wrote: > > TODO: Moving the Display Options to Preferences (which folder?). I > > can do the Gui-Work, but I need help on the controller/ backend > > side. Does it help, if I drag'n'drop some stuff from the old > > FormGraphics.[Ch] to FormPreferences.[Ch] or do you have to rewrite >

Re: super/subscript insets

2001-09-13 Thread Andre Poenitz
On Tue, Jul 10, 2001 at 05:37:13PM +0200, Jean-Marc Lasgouttes wrote: > Andre> I have thought about the proper handling of super- and > Andre> subscripts and came more or less to the conlusion that some > Andre> kind of base has to be part of the inset. > [...] > Andre> A reason against that: > >

Re: CVS Update: lyx-devel

2001-09-13 Thread Michael Schmitt
On Thu, 13 Sep 2001 [EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/src/frontends/xforms/forms/ > Changes by: [EMAIL PROTECTED] 01/09/13 11:57:06 > > Choose labels from other documents Hi Dekel, I have not checked

Re: Couple of mathed bugs

2001-09-13 Thread Andre Poenitz
On Mon, Jul 09, 2001 at 11:47:49PM +0200, Eran Tromer wrote: > The attached .lyx file demonstrates two bugs in current 1.2.0cvs (sorry, > couldn't reduce it further): > > 1. You can't reach the numerator using mouse click, except for the few > rightmost digits. If you click on the middle or left

Re: [PATCH] FormGraphics

2001-09-13 Thread Angus Leeming
On Thursday 13 September 2001 08:50, Juergen Spitzmueller wrote: > I finished up Angus' work [not that there was much left to do :-)] and > redesigned the Graphics Dialog. As a side effect, some of Michael's > items will be kicked (the Update/ Apply issue remains, though). > Angus, would you ple

Re: Bug list - Countdown

2001-09-13 Thread Dekel Tsur
On Wed, Sep 12, 2001 at 05:26:35PM +0100, Angus Leeming wrote: > > PS: Angus, I will check your math panel patch tomorrow (i.e. in 15 hours) > > BTW: What happened to your cross reference dialog patch that > > allows to use labels in other documents? > > Dekel's I think, not mine; ask him

Re: Off-Topic: Still Here

2001-09-13 Thread Juergen Spitzmueller
Hi John, There are no words for what has happened. We are all shocked and deeply feel with the people who became victims of this unbelievable crime. Please take my deepest sympathy, Jürgen John Weiss wrote: > For all of my non-American friends on the LyX list: > > I work in a city called Dan

[PATCH] FormGraphics

2001-09-13 Thread Juergen Spitzmueller
I finished up Angus' work [not that there was much left to do :-)] and redesigned the Graphics Dialog. As a side effect, some of Michael's items will be kicked (the Update/ Apply issue remains, though). Angus, would you please review the patch? Thanks. OPEN ISSUE: I wanted to add another policy