www.devel.lyx.org

2001-07-20 Thread Allan Rae
This site is now updated and looks just as pretty as www.lyx.org. (still waiting for the update of the main site but my test site looks pretty anyway -- should be only a couple of minutes) I think there are only a few minor nitpicks left to clear up: 1. translation_hints.php3 hasn't been conver

bug: latex preamble dialog

2001-07-20 Thread Ronny Buchmann
hi two little bugs with latex preamble 1st (important): in read-only files copy (with mouse) is not allowed 2nd: when resizing the dialog (-> wider), right scrollbar is also resized (und looks really ugly) -- thanks ronny

Re: Natbib

2001-07-20 Thread Jürgen Spitzmüller
Am Mittwoch, 18. Juli 2001 20:29 schrieb Dekel Tsur: > > And the good design is to have ALL packages in a dialog and be able > > what LaTeX code I want produce! AND this then should be honored by > > the LaTeX methods! In this dialog we would have a button to receck > > the LaTeX packages installe

Re: Natbib

2001-07-20 Thread Allan Rae
On Fri, 20 Jul 2001, Juergen Vigna wrote: > On 20-Jul-2001 Dekel Tsur wrote: > > >> Well what about "Export as LaTeX" functionality??? > > > > So you want to use lyx on one machine, export to latex, and run latex on a > > second machine ? Why not do the lyx->latex conversion on the 2nd machine ?

Re: Traditional look website

2001-07-20 Thread Allan Rae
It seems that some people didn't read what I wrote or maybe I didn't write enough. So here are a few reasons why what you complained about look like they do: Rob wrote: > When I use the scrollbar to have a look at the bottom of the text frame, > also the menu is scrolling away. > > Can you make

Re: Patch: version build info added.

2001-07-20 Thread R. Lahaye
"R. Lahaye" wrote: > > Jean-Marc Lasgouttes wrote: > > > > > > Also, Rob, you do not need to change anything in acconfig.h. Use the > > optional third argument of AC_DEFINE to give the description. > > > > Done; new patch attached. > > lyx-devel/configure.in : version output added > lyx-d

Re: Patch: version build info added.

2001-07-20 Thread R. Lahaye
Jean-Marc Lasgouttes wrote: > > > Also, Rob, you do not need to change anything in acconfig.h. Use the > optional third argument of AC_DEFINE to give the description. > Done; new patch attached. lyx-devel/configure.in : version output added lyx-devel/src/lyx_main.C : "-version flag" des

Re: Patch LyX 1.1.6fix3: use frenchb guillemets

2001-07-20 Thread Yves Bastide
On Fri, Jul 20, 2001 at 03:58:39PM +0200, Jean-Marc Lasgouttes wrote: > > "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: > > Yves> Hi, Here's a proposed patch to use frenchb's guillemets \og and > Yves> \fg (which have proper spacing) when using frenchb. The current > Yves> code does it o

Small 666 insets all over the place

2001-07-20 Thread Kayvan A. Sylvan
In my literate documents, I sprinkle the following construct all over the place: [[variable]] This should be in ERT and it is noweb's way of doing an in-lined code construct that also plugs into its indexing features. Look at .../examples/noweb2lyx.lyx for an example. Before the ERT inset, I c

broken math labels (again)

2001-07-20 Thread Richard E. Hawkins
I'm now up to date, but I'd have sworn that the math labels were fixed weeks ago. (July 4 message from Andre). Insert-label from the menu is greyed out in math insets, but \label{ works and becomes a lable on reload. However, it seems the only way to edit them is to change the raw file.

Re: compile problems

2001-07-20 Thread Edwin Leuven
> Is po/POTFILES created? No > What happens if you delete the empty file(s)? nothing > Is there something interesting in config.log? nothing as far as i can see... gr.ed.

Re: A few new things to try out

2001-07-20 Thread dochawk
following up to my own reply, now that I have the current version: THe current version doesn't yield sensible results. The selection is blank if there is not a character of the word after the current word. I would assume, in general, that a "current word" function should grab the adjacent wor

Re: A few new things to try out

2001-07-20 Thread dochawk
jmarc jmumbled, > > "dochawk" == dochawk <[EMAIL PROTECTED]> writes: > dochawk> Hey, somebody's looking at something I wrote :) > > Erm, I am sorry, but I'll have to announce you that I have just > deleted your code... awe :( More seriously, as long as I get to keep my function, I'm ha

Re: compile problems

2001-07-20 Thread dochawk
>OK, it seems that I do not know how to attach files with my new >Gnus... I gtried it, it ran -R, but still the same error. hawk -- Prof. Richard E. Hawkins, Esq. /"\ ASCII ribbon campaign [EMAIL PROTECTED] Smeal 178 (814) 375-4700 \ / against HTML mail These

Re: A few new things to try out

2001-07-20 Thread Jean-Marc Lasgouttes
> "dochawk" == dochawk <[EMAIL PROTECTED]> writes: dochawk> Hey, somebody's looking at something I wrote :) Erm, I am sorry, but I'll have to announce you that I have just deleted your code... We now try to use the same function for all word selection stuff, for the sake of consistency. Of

Re: A few new things to try out

2001-07-20 Thread dochawk
jmarc jumbubled, > > 2/ the index commands now use last word or selection as default value. > However, I use for that the selectWordWhenUnderCursor (!) method, > which ignore word when cursor is at boundary (this mean you have to be > in the middle of a word). I can understand this is a problem

Re: CVS Update: lyx-devel

2001-07-20 Thread John Levon
On Fri, Jul 20, 2001 at 04:27:33PM +0200, Juergen Vigna wrote: > > On 20-Jul-2001 [EMAIL PROTECTED] wrote: > > > Implemented Search/Replace functionality for Insets. Cleaned up a bit. > > Small fixes. > > With this I think we implemented all the requested features which where missi

Re: compile problems

2001-07-20 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: >> Do you have a po/Makefile? Edwin> yes, an empty one... >> What did configure say when creating everything (in the list of >> 'creating foo' in the console output). I quote creating src/frontends/controllers/Makefile creating src/fron

Re: Fast question, hopefully fast answer!

2001-07-20 Thread John Levon
On Fri, Jul 20, 2001 at 12:54:33PM +0200, Juergen Vigna wrote: > > On 20-Jul-2001 Angus Leeming wrote: > > > Only if buttonText is a static method. From a quick look, it isn't. (But the > > compiler will bomb out if it doesn't like it.) > > Hmm, probably it will not work, but then it's just s

Re: Patch: version build info added.

2001-07-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Fri, Jul 20, 2001 at 03:17:41PM +0900, R. Lahaye wrote: >> I then would opt for both: allow a version flag to the lyx >> executable and generate a file or script ("lyx-config") with the >> version info. >> >> Many software handles a

Re: A few new things to try out

2001-07-20 Thread John Levon
On Fri, Jul 20, 2001 at 11:52:15AM +0200, Jean-Marc Lasgouttes wrote: > 3/ the popup for creation of .lyx directory is gone (except when you > use -userdir). Should we add something to splash.lyx to explain that > this directory has been created, or just assume that the user will > find out soon

Re: Patch: version build info added.

2001-07-20 Thread John Levon
On Fri, Jul 20, 2001 at 03:17:41PM +0900, R. Lahaye wrote: > I then would opt for both: allow a version flag to the lyx executable > and generate a file or script ("lyx-config") with the version info. > > Many software handles a "-version" (and/or "--version") flag, so I > thought it'll be usefu

Re: compile problems

2001-07-20 Thread Edwin Leuven
> Do you have a po/Makefile? yes, an empty one... > What did configure say when creating everything (in the list of 'creating > foo' in the console output). loading cache ./config.cache configuring LyX version 1.2.0cvs WARNING: This is a development version. Expect bugs. checking host system

Re: compile problems

2001-07-20 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> still didn't work. I'm not surprised now that I have re-read gettext configure script. Do you have a po/Makefile? What did configure say when creating everything (in the list of 'creating foo' in the console output). JMarc

RE: CVS Update: lyx-devel

2001-07-20 Thread Juergen Vigna
On 20-Jul-2001 [EMAIL PROTECTED] wrote: > Implemented Search/Replace functionality for Insets. Cleaned up a bit. > Small fixes. With this I think we implemented all the requested features which where missing since the change to insets: font-change, s+r & spellchecking. I tested the

Re: compile problems

2001-07-20 Thread Edwin Leuven
> Jean-Marc> It maigh be my fault. I removed the generation of > Jean-Marc> po/Makefil from po/Makefile.in because the doc from gettext > Jean-Marc> 0.10.38 did not say it is needed (so I thought it worked > Jean-Marc> differently). I have 0.10.38 installed. > Jean-Marc> Does reverting the follo

Re: Patch LyX 1.1.6fix3: use frenchb guillemets

2001-07-20 Thread Jean-Marc Lasgouttes
> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes: Yves> Hi, Here's a proposed patch to use frenchb's guillemets \og and Yves> \fg (which have proper spacing) when using frenchb. The current Yves> code does it only when fontenc != T1 -- not frequent among Yves> French writers (: Yves> (Thi

Re: Proposal: remove the 'create new .lyx directory?' popup

2001-07-20 Thread Jean-Marc Lasgouttes
> "Lior" == Lior Silberman <[EMAIL PROTECTED]> writes: Lior> On 9 Jul 2001, Jean-Marc Lasgouttes wrote: >> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: >> Dekel> I'm not sure that this is a good idea when the -userdir flag is Dekel> used. What if I just misspelled the userdir name

Re: A few new things to try out

2001-07-20 Thread Jürgen Spitzmüller
On Friday, 20. July 2001 15:43, Jean-Marc Lasgouttes wrote: > Propose bindings :) C-S-L -- control-silly-ligatures ;-) AFAIK it's not used at the moment. Jürgen.

Re: [noreply@sourceforge.net: [ lyxbugs-Bugs-233242 ] \land and \lor are not printed on screen]

2001-07-20 Thread Andre Poenitz
> Andre> Ok, I'll put that on my todo list. I don't really like the > Andre> current macro hack, so I'll wait with the rest until the > Andre> "infrastructure" is ready.. > > You could maybe have these macros in a lyx file which you read from > disk :) I think I'd rather go for a proper 'symbol

Re: A few new things to try out

2001-07-20 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> On Friday, 20. July 2001 11:52, Jean-Marc Lasgouttes wrote: >> 1/ add support for hyphenation break inset. Currently, this is just >> drawn as a '|' character becasue I have been lazy. I can change it >> to a hand drawn vert

Re: A few new things to try out

2001-07-20 Thread Jürgen Spitzmüller
On Friday, 20. July 2001 11:52, Jean-Marc Lasgouttes wrote: > 1/ add support for hyphenation break inset. Currently, this is just > drawn as a '|' character becasue I have been lazy. I can change it to > a hand drawn vertical line if needed, but I am not sure it will work > well with italics. I'd

Re: compile problems

2001-07-20 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Hi, Am I the only one who has difficulties compiling today's Edwin> cvs? Edwin> Thanks, Ed. Edwin> Configuration of LyX was successful. Type 'make' to compile t

Re: compile problems

2001-07-20 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Hi, Am I the only one who has difficulties compiling today's Edwin> cvs? Edwin> Thanks, Ed. Edwin> Configuration of LyX was successful. Type 'make' to compile the Edwin> program, and then 'make install' to install it. Making all i

Re: [noreply@sourceforge.net: [ lyxbugs-Bugs-233242 ] \land and \lor are not printed on screen]

2001-07-20 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: >> Anyway, I get here (grepping for \let to get synonyms): >> >> fantomas: grep '\\let' /usr/local/lib/tex/doc/base/dtx/fontdef.dtx >> \let\lnot=\neg \let\land=\wedge \let\lor=\vee Andre> Ok, I'll put that on my todo list. I don't real

Re: [noreply@sourceforge.net: [ lyxbugs-Bugs-233242 ] \land and \lor are not printed on screen]

2001-07-20 Thread Jules Bean
On Fri, Jul 20, 2001 at 01:05:06PM +0200, Andre Poenitz wrote: > > What I do not know is whether mathed supports showing the > > same symbol for several macros. If it does, other things > > defined with \let in fontdefs.dtx should be aliased too. > > There is no such file on my harddisk. That's

Re: [noreply@sourceforge.net: [ lyxbugs-Bugs-233242 ] \land and \lor are not printed on screen]

2001-07-20 Thread Andre Poenitz
> > Anyway, I get here (grepping for \let to get synonyms): > > fantomas: grep '\\let' /usr/local/lib/tex/doc/base/dtx/fontdef.dtx > \let\lnot=\neg >\let\land=\wedge >\let\lor=\vee Ok, I'll put that on my todo list. I don't really like the current macro hack, so I'll wait with the

Re: Natbib announcement

2001-07-20 Thread Angus Leeming
On Friday 20 July 2001 13:54, Jürgen Spitzmüller wrote: > On Friday, 20. July 2001 10:56, Angus Leeming wrote: > > Could you fix this at your end please by playing with fdesign > > form_citation.fd. > > Hello Angus, > > I've done this in fdesign and editor. Now it fits almost perfectly into > t

compile problems

2001-07-20 Thread Edwin Leuven
Hi, Am I the only one who has difficulties compiling today's cvs? Thanks, Ed. Configuration of LyX was successful. Type 'make' to compile the program, and then 'make install' to install it. Making all in intl make[1]: Entering directory `/tmp/initial/intl' make[1]: Nothing to be done for `al

Re: Natbib announcement

2001-07-20 Thread =?cp 1252?q?J=FCrgen=20Spitzm=FCller?=
On Friday, 20. July 2001 10:56, Angus Leeming wrote: > Could you fix this at your end please by playing with fdesign > form_citation.fd. Hello Angus, I've done this in fdesign and editor. Now it fits almost perfectly into the "poor man's 800x600 screen". I've attached the diff (no, I won't cal

Re: A few new things to try out

2001-07-20 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> 1/ add support for hyphenation break inset. Currently, this Jean-Marc> is just drawn as a '|' character becasue I have been lazy. Jean-Marc> I can change it to a hand drawn vertical line if needed, Jean-Marc> but I a

Re: [noreply@sourceforge.net: [ lyxbugs-Bugs-233242 ] \land and \lor are not printed on screen]

2001-07-20 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> I have implemented them as macro without arguments. This gives Andre> correct behaviour. Some day we'd probably need some kind of Andre> distinction here... That's fine. >> What I do not know is whether mathed supports showing th

Re: Natbib

2001-07-20 Thread Herbert Voss
Juergen Vigna wrote: > > On 20-Jul-2001 Dekel Tsur wrote: > > >> Well what about "Export as LaTeX" functionality??? > > > > So you want to use lyx on one machine, export to latex, and run latex on a > > second machine ? Why not do the lyx->latex conversion on the 2nd machine ? > > If you really

Re: A few new things to try out

2001-07-20 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > Hello there, > > 4/ I have cleaned up the support for french style quotes. No they add > automatically inner space when in french language and output the right > french.sty/frenchb constructs. Should it do the same for 'canadien' > (aka fr_CA)? Oui. << canadien >>

[noreply@sourceforge.net: [ lyxbugs-Bugs-233242 ] \land and \lor are not printed on screen]

2001-07-20 Thread Andre Poenitz
> Submitted By: Nobody/Anonymous (nobody) > >Assigned to: Andre Poenitz (apoenitz) > Summary: \land and \lor are not printed on screen > > Initial Comment: > The math symbols \land and \lor are not printed on screen > > -- > >

Re: Fast question, hopefully fast answer!

2001-07-20 Thread Juergen Vigna
On 20-Jul-2001 Angus Leeming wrote: > Only if buttonText is a static method. From a quick look, it isn't. (But the > compiler will bomb out if it doesn't like it.) Hmm, probably it will not work, but then it's just stupid IMO! I just want some metrics which surely are not dependant from anythi

Re: Fast question, hopefully fast answer!

2001-07-20 Thread Angus Leeming
On Friday 20 July 2001 11:19, Juergen Vigna wrote: > Have a look at this function: > > int InsetCollapsable::width_collapsed(Painter & pain, LyXFont const &) const > { > int width; > int ascent; > int descent; > pain.buttonText(TEXT_TO_INSET_OFFSET, 0, label, label

Re: Natbib

2001-07-20 Thread Juergen Vigna
On 20-Jul-2001 Dekel Tsur wrote: >> Well what about "Export as LaTeX" functionality??? > > So you want to use lyx on one machine, export to latex, and run latex on a > second machine ? Why not do the lyx->latex conversion on the 2nd machine ? > If you really need this feature, you can edit the

Fast question, hopefully fast answer!

2001-07-20 Thread Juergen Vigna
Have a look at this function: int InsetCollapsable::width_collapsed(Painter & pain, LyXFont const &) const { int width; int ascent; int descent; pain.buttonText(TEXT_TO_INSET_OFFSET, 0, label, labelfont, false, width, ascent, descent);

Re: Natbib

2001-07-20 Thread Dekel Tsur
On Fri, Jul 20, 2001 at 12:00:32PM +0200, Juergen Vigna wrote: > > On 20-Jul-2001 Dekel Tsur wrote: > > On Fri, Jul 20, 2001 at 10:32:05AM +0200, Juergen Vigna wrote: > >> > >> The real reason is, not to, not use it, if you have it, but to use it, > >> if you don't have it! > > > > I still don'

Re: Natbib

2001-07-20 Thread Juergen Vigna
On 20-Jul-2001 Dekel Tsur wrote: > On Fri, Jul 20, 2001 at 10:32:05AM +0200, Juergen Vigna wrote: >> >> The real reason is, not to, not use it, if you have it, but to use it, >> if you don't have it! > > I still don't understand: how can you use the longtable package if you > don't have it inst

A few new things to try out

2001-07-20 Thread Jean-Marc Lasgouttes
Hello there, I have just commited a bunch of small things, and would like people to try them out and comment a bit. 1/ add support for hyphenation break inset. Currently, this is just drawn as a '|' character becasue I have been lazy. I can change it to a hand drawn vertical line if needed, but

Re: Patch: version build info added.

2001-07-20 Thread Angus Leeming
On Friday 20 July 2001 07:17, R. Lahaye wrote: > > Looks like an excellent idea. A simpler solution would probably be to > > generate this data in a file that would be installed along with LyX. > > This way the information would be available even when LyX cannot be > > launched. > > I then would

Re: Natbib

2001-07-20 Thread Dekel Tsur
On Fri, Jul 20, 2001 at 10:32:05AM +0200, Juergen Vigna wrote: > > The real reason is, not to, not use it, if you have it, but to use it, > if you don't have it! I still don't understand: how can you use the longtable package if you don't have it installed ?

Re: Natbib announcement

2001-07-20 Thread Angus Leeming
On Thursday 19 July 2001 19:17, Jürgen Spitzmüller wrote: > On Thursday, 19. July 2001 16:17, Angus Leeming wrote: > > Well, now it's in head so just update and play. > > Angus > > Thanks, I got it now ;-) > > Looks great! A few comments, though: > > - Citation Dialog size is much better now, b

Re: Natbib

2001-07-20 Thread Juergen Vigna
On 20-Jul-2001 Dekel Tsur wrote: > No. The other person should install the necessary packages (and most of the > packages we use are standard). Well it's friday, but here is a * very ironic smiley * >> But the real reason is not to not use it if you have it >> but to use it if you don't have i

Re: Natbib

2001-07-20 Thread Dekel Tsur
On Fri, Jul 20, 2001 at 09:21:02AM +0200, Juergen Vigna wrote: > > On 19-Jul-2001 Dekel Tsur wrote: > > > What I don't understand is why you don't want to use longtable (or other > > packages) if it is available ? > > Maybe you have to send the latex-file to someone you know and you know > he

Re: Traditional look website

2001-07-20 Thread Juergen Vigna
On 20-Jul-2001 Allan Rae wrote: > I managed to get the body and the main text to have different images > behind them. I'm also thinking it might be fun to add different images You forgot to say that one should not complain about the background image of the text not being the whole vertical hei