Re: Traditional look website

2001-07-20 Thread Mike Ressler
On Fri, 20 Jul 2001, Allan Rae wrote: If you want to see something with too much graphics take a peek at: http://www.elec.uq.edu.au/~rae/test.html ... This was just an experiment to see what could be done. It isn't necessarily a suggested scheme for use on www.lyx.org. I rather like

Re: crash importing latex

2001-07-20 Thread Andre Poenitz
238 if (!init_done) { (gdb) bt #0 {anonymous}::yylex () at math_parser.C:238 #1 0x814ea41 in mathed_parse (array=@0xbfbfe8d8, par=@0x836c21c, flags=0) at math_parser.C:981 ^^^ There are only 853 lines in current math_parser.C so debugging this one is

Re: Traditional look website

2001-07-20 Thread R. Lahaye
Mike Ressler wrote: On Fri, 20 Jul 2001, Allan Rae wrote: If you want to see something with too much graphics take a peek at: http://www.elec.uq.edu.au/~rae/test.html ... This was just an experiment to see what could be done. It isn't necessarily a suggested scheme for use on

Re: Traditional look website

2001-07-20 Thread Andre Poenitz
If you want to see something with too much graphics take a peek at: http://www.elec.uq.edu.au/~rae/test.html Why this different background for the border? Whey yellow on black? [I don't ask Why blue?] This was just an experiment to see what could be done. It isn't necessarily a

Re: Natbib announcement (and 666 inset gripes)

2001-07-20 Thread Juergen Vigna
On 19-Jul-2001 Angus Leeming wrote: Well this is well known and as developer you should have looked at the buglist on SourceForge.net ;) I still think that this was a sly way to get help, but anyway I've played further. #:O) Well you won't believe it but I know since a long time the

Re: Natbib

2001-07-20 Thread Juergen Vigna
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 has only a minimal LaTeX installation so you exclude some stuff. Could that be a

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

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 has only

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 it!

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, but now a

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: 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 opt for

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,

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 installed ?

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't understand:

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 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

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, labelfont,

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

[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 -- Comment

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 I am not

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 need this

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 the same

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 am not sure

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 call

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

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 the poor

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 rest

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 because

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 really like the Andre

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 in Edwin intl

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 the Edwin program, and

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: 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 vertical line if

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 inset'.

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: 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 ? Well, people using

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 (This patch is

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 following

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 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: 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: 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 useful to add

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 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 -version (and/or

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 stupid

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

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 missing

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 with

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 course,

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 happy. It was

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

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.

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.

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

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 only when fontenc

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

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: 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 ? If you

Re: Traditional look website

2001-07-20 Thread Mike Ressler
On Fri, 20 Jul 2001, Allan Rae wrote: > If you want to see something with too much graphics take a peek at: > http://www.elec.uq.edu.au/~rae/test.html > ... > This was just an experiment to see what could be done. It isn't > necessarily a suggested scheme for use on www.lyx.org. I rather

Re: crash importing latex

2001-07-20 Thread Andre Poenitz
> 238 if (!init_done) { > (gdb) bt > #0 {anonymous}::yylex () at math_parser.C:238 > #1 0x814ea41 in mathed_parse (array=@0xbfbfe8d8, par=@0x836c21c, flags=0) > at math_parser.C:981 ^^^ There are only 853 lines in current math_parser.C so debugging this

Re: Traditional look website

2001-07-20 Thread R. Lahaye
Mike Ressler wrote: > > On Fri, 20 Jul 2001, Allan Rae wrote: > > If you want to see something with too much graphics take a peek at: > > http://www.elec.uq.edu.au/~rae/test.html > > ... > > This was just an experiment to see what could be done. It isn't > > necessarily a suggested scheme

Re: Traditional look website

2001-07-20 Thread Andre Poenitz
> If you want to see something with too much graphics take a peek at: > > http://www.elec.uq.edu.au/~rae/test.html Why this different background for the "border"? Whey yellow on black? [I don't ask "Why blue?"] > This was just an experiment to see what could be done. It isn't >

Re: Natbib announcement (and 666 inset gripes)

2001-07-20 Thread Juergen Vigna
On 19-Jul-2001 Angus Leeming wrote: >> Well this is well known and as developer you should have looked at the > buglist >> on SourceForge.net ;) > > I still think that this was a sly way to get help, but anyway I've played > further. #:O) Well you won't believe it but I know since a long

Re: Natbib

2001-07-20 Thread Juergen Vigna
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 has only a minimal LaTeX installation so you exclude some stuff. Could that be

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

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: 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

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,

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: 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

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,

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

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

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 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

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,

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

[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: 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 >>

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: [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

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

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

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

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 >

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: [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 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

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

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

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: 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

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 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: 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

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>

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

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 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

  1   2   >