Re: About the renaming of documentation files

2007-02-25 Thread Bo Peng
As side effect I can for example currently not compile LyX via SCons: Scons has just been fixed. Bo

Re: About the renaming of documentation files

2007-02-25 Thread Uwe Stöhr
I wrote: Hi Michael, why did you change the names of all documentation and example files? Oh sorry, it was JMarc. Uwe

About the renaming of documentation files

2007-02-25 Thread Uwe Stöhr
Hi Michael, why did you change the names of all documentation and example files? Putting them into it's own subfolder is a good idea but they should have an unambiguous name. Now we have e.g. lots of "splash.lyx" but they are different. This causes lots of troubles and is confusing as you can m

Re: Qt in src/support

2007-02-25 Thread christian . ridderstrom
On Sun, 25 Feb 2007, Lars Gullik Bjønnes wrote: | Lars> Have we now ditched the thought of being able to use different | Lars> frontends completely out? | | We have agreed to rely on qt for special cases where reporducing the | qt functionality would be horrible. And thus begins the downward

Re: ICE while compiling lyx sources

2007-02-25 Thread Lars Gullik Bjønnes
"Pablo De Napoli" <[EMAIL PROTECTED]> writes: | '__gnu_debug_def::list, | std::allocator > >' | ../../src/support/forkedcontr.h:62: instantiated from here | /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_list.h:282: | internal compiler error: Segmentation fault | Please submit a fu

Re: Qt in src/support

2007-02-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> And thus begins the downward slope. | | While this decision was taken for pragmatic and reasonable reasons, I | agree there is a risk. | | Lars> And by not keeping such

ICE while compiling lyx sources

2007-02-25 Thread Pablo De Napoli
Hi, I've found an ICE while compiling the lyx sources (SVN revision Revisión: 17342) I'm using gcc-4.1.2 usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/bits/stl_map.h: In instanti /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4/debug/map.h:45: instantia ../../src/coordcache.h:97: insta

Re: Qt in src/support

2007-02-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> And thus begins the downward slope. While this decision was taken for pragmatic and reasonable reasons, I agree there is a risk. Lars> And by not keeping such function is src/frontends/qt4 you have Lars> make it impossible to

[patch] pointless clear

2007-02-25 Thread Lars Gullik Bjønnes
Index: lyx_main.C === --- lyx_main.C (revision 17348) +++ lyx_main.C (working copy) @@ -228,7 +228,6 @@ { singleton_ = this; pimpl_.reset(new Singletons); - geometryArg.clear(); } -- Lgb

utf8ToUcs4

2007-02-25 Thread Lars Gullik Bjønnes
Why is this in lyx_main.C? And why is there an extern for this in support/unicode.h? (This just seems so backwards, and dependencies are going the wrong way.) -- Lgb

Re: iint, iiint, math-nonumber... GUI?

2007-02-25 Thread Martin Vermeer
On Sun, Feb 25, 2007 at 07:46:01PM +, José Matos wrote: > On Friday 23 February 2007 7:00:00 pm Martin Vermeer wrote: > > As the title says. I use these regularly and they are useful, but not in > > the GUI and thus not discoverable. > > > > They cannot be so hard to add, can they? > > > > - Ma

Re: LyX version 1.5.0 (beta 1) is released

2007-02-25 Thread Martin Vermeer
On Sun, Feb 25, 2007 at 06:44:09PM +, José Matos wrote: > On Saturday 24 February 2007 3:30:59 am Neal Becker wrote: > > Built OK on linux fedora fc6 (x86_64)! > > > > 1 minor problem so far. Tried to set preferences (wanted to use kpdf > > instead of acroread - wish that was the default!). I

Re: Qt in src/support

2007-02-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Have we now ditched the thought of being able to use different | Lars> frontends completely out? | | We have agreed to rely on qt for special cases where reporducing the |

Re: LyX version 1.5.0 (beta 1) is released

2007-02-25 Thread Martin Vermeer
On Sun, Feb 25, 2007 at 07:31:26PM +0100, Peter Kümmel wrote: > Neal Becker wrote: > > Abdelrazak Younes wrote: > > > >> Neal Becker wrote: > >>> I have a simple beamer doc that has no sections. Selecting to view the > >>> TOC puts lyx into an infinite loop (using 100% cpu). > >> Hi Neal, > >> >

Re: Qt in src/support

2007-02-25 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Have we now ditched the thought of being able to use different Lars> frontends completely out? We have agreed to rely on qt for special cases where reporducing the qt functionality would be horrible. Currently this is for conve

Qt in src/support

2007-02-25 Thread Lars Gullik Bjønnes
Have we now ditched the thought of being able to use different frontends completely out? It is now impossible to create tests on string conversion without linking with Qt. -- Lgb

Re: Plain text output

2007-02-25 Thread Lars Gullik Bjønnes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: | Abdelrazak Younes wrote: | > José Matos wrote: | >> On Saturday 24 February 2007 4:24:41 pm Michael Gerz wrote: | >>> Ah, and then there are 527 bugs left (an all-time high?): | >>> http://tinyurl.com/y7hdzc | > Only 82 of which are genuine to 1.5.0s

Re: Plain text output

2007-02-25 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] writes: | On Sun, 25 Feb 2007, Lars Gullik Bjønnes wrote: | | > | Instead of bugzilla + pmwiki + html-www (+ www-devel). | > | > I not sure it is _that_ nice. | > | > But for repository tasks I might agree. (even if mediawiki is a much | > nicer wiki...) | | Out of curiosity, w

Re: Plain text output

2007-02-25 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> 3204 maj file insertion cannot be undone -> blocker? Fix below. Committing now. JMarc Index: src/lyx_cb.C === --- src/lyx_cb.C (révision 17343) +++ src

Re: converter cache and "multiple file" formats

2007-02-25 Thread José Matos
On Friday 23 February 2007 12:41:37 pm Georg Baum wrote: > As you can see in http://www.lyx.org/trac/changeset/17305 I disabled the > converter cache for the pstex and pdftex formats in my personal branch. The > reason is that the converter cache can only cache conversions that convert > from one s

Re: First plan for windows installer NG (Was: First plan)

2007-02-25 Thread José Matos
On Friday 23 February 2007 11:15:41 pm [EMAIL PROTECTED] wrote: > Just making the subject a bit more verbose. > > NG is because I'm watching an old episode of Star Trek the Next Generation > right now :-) (episode 30, season 2) > > >> > http://wiki.lyx.org/Devel/WindowsInstallerPlan > >

Re: iint, iiint, math-nonumber... GUI?

2007-02-25 Thread José Matos
On Friday 23 February 2007 7:00:00 pm Martin Vermeer wrote: > As the title says. I use these regularly and they are useful, but not in > the GUI and thus not discoverable. > > They cannot be so hard to add, can they? > > - Martin I would support such move. :-) -- José Abílio

Re: Pages in the installers

2007-02-25 Thread christian . ridderstrom
On Sat, 24 Feb 2007, Uwe Stöhr wrote: I don't know if you started to discuss the installer feature, but here is another example why I built in the feature of installing LyX's LaTEX-class files to MiKTeX: http://www.mail-archive.com/lyx-users@lists.lyx.org/msg54071.html We haven't started dis

launcher.nsi (Was:: Low-tech comparisons between two i...)

2007-02-25 Thread christian . ridderstrom
On Sat, 24 Feb 2007, Joost Verburg wrote: It's platform specific anyway (registry settings etc.). Moreover things like debug logging require only a single line of NSIS code while they are way more difficult to do in Python. A single exe is also more convenient for the users, instead of having

Re: LyX version 1.5.0 (beta 1) is released

2007-02-25 Thread José Matos
On Saturday 24 February 2007 3:30:59 am Neal Becker wrote: > Built OK on linux fedora fc6 (x86_64)! > > 1 minor problem so far. Tried to set preferences (wanted to use kpdf > instead of acroread - wish that was the default!). In the process of > changing this, my Sans Serif screen font got change

Re: A bug that needs attention for windows

2007-02-25 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I will put this patch in tomorrow unless I get objections. Go ahead. JMarc

Re: A bug that needs attention for windows

2007-02-25 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> I set up my keyboard with dead keys, and that works with gnome Georg> and kde applications and LANG=C. Nedit requires LANG=de_DE, and Georg> LyX works with LANG=de_DE and LANG=de_DE.UTF-8, so this looks Georg> like a LyX problem to me.

Re: Plain text output

2007-02-25 Thread christian . ridderstrom
On Sun, 25 Feb 2007, Michael Gerz wrote: Lars Gullik Bjønnes schrieb: | Instead of bugzilla + pmwiki + html-www (+ www-devel). I not sure it is _that_ nice. But for repository tasks I might agree. (even if mediawiki is a much nicer wiki...) The benefit of Trac is that everything is tight

Re: LyX version 1.5.0 (beta 1) is released

2007-02-25 Thread Peter Kümmel
Neal Becker wrote: > Abdelrazak Younes wrote: > >> Neal Becker wrote: >>> I have a simple beamer doc that has no sections. Selecting to view the >>> TOC puts lyx into an infinite loop (using 100% cpu). >> Hi Neal, >> >> What do you mean by "Selecting to view the TOC"? Via the menu item or by >> c

Re: LyX version 1.5.0 (beta 1) is released

2007-02-25 Thread Neal Becker
Abdelrazak Younes wrote: > Neal Becker wrote: >> I have a simple beamer doc that has no sections. Selecting to view the >> TOC puts lyx into an infinite loop (using 100% cpu). > > Hi Neal, > > What do you mean by "Selecting to view the TOC"? Via the menu item or by > clicking on the [Table Of C

Re: GSoC 2007

2007-02-25 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> [EMAIL PROTECTED] wrote: >>> I'm surprised by the amount of suggestions at >>> >>> http://wiki.lyx.org/Devel/GSoC2007 >> >> Three more items: ;) >> >> !!! Add install support to the cmake build >> >> Currently it is not possible to install LyX

Re: r17341 - /www-user/trunk/news.inc

2007-02-25 Thread José Matos
On Sunday 25 February 2007 6:15:37 pm Abdelrazak Younes wrote: > But my question was "Which files should I patch?" (except for > trunk/ANNOUNCE of course). ANNOUNCE and NEWS, the two parts should be synchronized. > Abdel. -- José Abílio

Re: r17341 - /www-user/trunk/news.inc

2007-02-25 Thread Abdelrazak Younes
José Matos wrote: On Sunday 25 February 2007 5:58:19 pm Abdelrazak Younes wrote: Now, you know, a patch is welcome. :-) Well, I don't know what to patch :-( I suggest to add another item in the major features of 1.5, as the second item, immediately after the unicode reference and linked a

Re: [PATCH] move translated files to their own directory

2007-02-25 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: >> I would be surprised if nothing else was wrong. Jose, could I apply >> the patch so that we clean up the resulting mess? José> Yes. I did it. No it is time to clean up the mess :) JMarc

Re: GSoC 2007

2007-02-25 Thread Peter Kümmel
Peter Kümmel wrote: > > What about implementing TeX in C++ ;) > > http://www.aei.mpg.de/~peekas/tex++/ > Here a other link which explains TeX: http://www.cs.utk.edu/~eijkhout/ specially http://www.cs.utk.edu/~eijkhout/594-LaTeX/handouts/TeX%20LaTeX%20course.pdf and http://www.eijkhout.net/tbt

Re: Plain text output

2007-02-25 Thread christian . ridderstrom
On Sun, 25 Feb 2007, Lars Gullik Bjønnes wrote: | Instead of bugzilla + pmwiki + html-www (+ www-devel). I not sure it is _that_ nice. But for repository tasks I might agree. (even if mediawiki is a much nicer wiki...) Out of curiosity, what is it about mediawiki that you like? Is it the

Re: GSoC 2007

2007-02-25 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> What about implementing TeX in C++ ;) > > Peter> http://www.aei.mpg.de/~peekas/tex++/ > > This code is dead, right? > > JMarc > Yes, and it's not really object oriented. It's more like pascal in

Re: r17341 - /www-user/trunk/news.inc

2007-02-25 Thread José Matos
On Sunday 25 February 2007 5:58:19 pm Abdelrazak Younes wrote: > > > > Now, you know, a patch is welcome. :-) > > Well, I don't know what to patch :-( I suggest to add another item in the major features of 1.5, as the second item, immediately after the unicode reference and linked as a consequ

Re: GSoC 2007

2007-02-25 Thread Peter Kümmel
Georg Baum wrote: > Of course, if a blown kde frontend in parallel to qt is meant, then it > could take longer, but IMHO we don't want that, but rather something that > shares as much code as possible between qt and kde. Yes, the problem is how we could avoid a kde-branch. Peter

Re: A bug that needs attention for windows

2007-02-25 Thread Abdelrazak Younes
Georg Baum wrote: Am Sonntag, 25. Februar 2007 16:06 schrieb Enrico Forestieri: On Sun, Feb 25, 2007 at 10:31:16AM +0100, Georg Baum wrote: Here is the patch, please test. With this patch, LyX asserts when loading some documents: assertion "ucs4 < 65536" failed: file "../../../src/support/

Re: email-address

2007-02-25 Thread John Levon
On Sun, Feb 25, 2007 at 06:01:55PM +0100, Hartmut Haase wrote: > In http://bugzilla.lyx.org and other places we use the email-address for > identification, and it is readable. This makes it easy for harvester programs Just an upgrade would help: https://bugzilla.mozilla.org/show_bug.cgi?id=120

Re: GSoC 2007

2007-02-25 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> What about implementing TeX in C++ ;) Peter> http://www.aei.mpg.de/~peekas/tex++/ This code is dead, right? JMarc

Re: r17341 - /www-user/trunk/news.inc

2007-02-25 Thread Abdelrazak Younes
José Matos wrote: On Sunday 25 February 2007 5:03:46 pm Abdelrazak Younes wrote: Does the beta 1 announcement talk about CJK by the way? AFAIK, the only bit missing now is the translation which cghan said he'd try to work on. I thought that I included a small paragraph saying that, it looks

Re: GSoC 2007

2007-02-25 Thread José Matos
On Sunday 25 February 2007 5:19:44 pm Abdelrazak Younes wrote: > What is the minimum required for being a KDE application? Something like > deriving from KApplication? Georg had some work in this area, for qt-3 and kde-3. Since kde 3.5.6 uses qt-3 and lyx uses qt-4 I think that the integratio

Re: GSoC 2007

2007-02-25 Thread José Matos
On Sunday 25 February 2007 5:52:27 pm Georg Baum wrote: > Of course, if a blown kde frontend in parallel to qt is meant, then it > could take longer, but IMHO we don't want that, but rather something that > shares as much code as possible between qt and kde. Agreed. > Georg -- José Abílio

Re: Plain text output

2007-02-25 Thread Abdelrazak Younes
Abdelrazak Younes wrote: José Matos wrote: On Saturday 24 February 2007 4:24:41 pm Michael Gerz wrote: Ah, and then there are 527 bugs left (an all-time high?): http://tinyurl.com/y7hdzc Only 82 of which are genuine to 1.5.0svn. I propose that we concentrate on those. We need to priori

Re: GSoC 2007

2007-02-25 Thread Georg Baum
Am Sonntag, 25. Februar 2007 18:30 schrieb José Matos: > On Sunday 25 February 2007 5:19:44 pm Abdelrazak Younes wrote: > > What is the minimum required for being a KDE application? Something like > > deriving from KApplication? > > Georg had some work in this area, for qt-3 and kde-3. And Jür

Re: [PATCH] move translated files to their own directory

2007-02-25 Thread Joost Verburg
José Matos wrote: On Sunday 25 February 2007 5:11:29 pm Jean-Marc Lasgouttes wrote: * TOC files (I am not sure how the code works) I will take care of this. TOC files are currently not included by SCons. This should also be fixed. Joost

Re: GSoC 2007

2007-02-25 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> [EMAIL PROTECTED] wrote: >>> I'm surprised by the amount of suggestions at >>> >>> http://wiki.lyx.org/Devel/GSoC2007 >> >> Three more items: ;) >> >> !!! Add install support to the cmake build >> >> Currently it is not possible to install LyX

Re: A bug that needs attention for windows

2007-02-25 Thread Georg Baum
Am Sonntag, 25. Februar 2007 16:06 schrieb Enrico Forestieri: > On Sun, Feb 25, 2007 at 10:31:16AM +0100, Georg Baum wrote: > > > Here is the patch, please test. > > With this patch, LyX asserts when loading some documents: > > assertion "ucs4 < 65536" failed: file "../../../src/support/../supp

Re: GSoC 2007

2007-02-25 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> [EMAIL PROTECTED] wrote: >>> I'm surprised by the amount of suggestions at >>> >>> http://wiki.lyx.org/Devel/GSoC2007 >> >> Three more items: ;) >> >> !!! Add install support to the cmake build >> >> Currently it is not possible to install LyX

Re: r17341 - /www-user/trunk/news.inc

2007-02-25 Thread José Matos
On Sunday 25 February 2007 5:03:46 pm Abdelrazak Younes wrote: > Does the beta 1 announcement talk about CJK by the way? AFAIK, the only > bit missing now is the translation which cghan said he'd try to work on. I thought that I included a small paragraph saying that, it looks like I forgot to

Re: Plain text output

2007-02-25 Thread Abdelrazak Younes
José Matos wrote: On Saturday 24 February 2007 4:24:41 pm Michael Gerz wrote: Ah, and then there are 527 bugs left (an all-time high?): http://tinyurl.com/y7hdzc Only 82 of which are genuine to 1.5.0svn. I propose that we concentrate on those. We need to prioritize the bugs, I agree.

Re: GSoC 2007

2007-02-25 Thread Abdelrazak Younes
Peter Kümmel wrote: [EMAIL PROTECTED] wrote: I'm surprised by the amount of suggestions at http://wiki.lyx.org/Devel/GSoC2007 Three more items: ;) !!! Add install support to the cmake build Currently it is not possible to install LyX by the cmake build system. !!! Add a more comfortab

Re: [PATCH] move translated files to their own directory

2007-02-25 Thread José Matos
On Sunday 25 February 2007 5:11:29 pm Jean-Marc Lasgouttes wrote: > * TOC files (I am not sure how the code works) I will take care of this. > I would be surprised if nothing else was wrong. Jose, could I apply > the patch so that we clean up the resulting mess? Yes. > JMarc -- José Abíli

Re: GSoC 2007

2007-02-25 Thread Abdelrazak Younes
Peter Kümmel wrote: [EMAIL PROTECTED] wrote: I'm surprised by the amount of suggestions at http://wiki.lyx.org/Devel/GSoC2007 Three more items: ;) !!! Add install support to the cmake build Currently it is not possible to install LyX by the cmake build system. I vote for this one! ;-

Re: LyX version 1.5.0 (beta 1) is released

2007-02-25 Thread Abdelrazak Younes
Russell Davie wrote: On Sat, 24 Feb 2007 01:01:11 + José Matos <[EMAIL PROTECTED]> wrote: Public release of LyX version 1.5.0 (beta 1) === We are glad to announce the release of LyX 1.5.0 (beta 1). Nice. Works well, so far does all the LyX things I need

Re: GSoC 2007

2007-02-25 Thread Peter Kümmel
[EMAIL PROTECTED] wrote: > I'm surprised by the amount of suggestions at > > http://wiki.lyx.org/Devel/GSoC2007 Three more items: ;) !!! Add install support to the cmake build Currently it is not possible to install LyX by the cmake build system. !!! Add a more comfortable TeX editor May

Re: email-address

2007-02-25 Thread Jean-Marc Lasgouttes
> "Hartmut" == Hartmut Haase <[EMAIL PROTECTED]> writes: Hartmut> In http://bugzilla.lyx.org and other places we use the Hartmut> email-address for identification, and it is readable. This Hartmut> makes it easy for harvester programs to find email-addresses. Hartmut> Other sites make the addr

[PATCH] move translated files to their own directory

2007-02-25 Thread Jean-Marc Lasgouttes
This patch is really the tip of the iceberg. I excluded the interesting part (that is the moved files). A 10M file would not be as fun to read... What I did: * move xx_foo.ext to xx/foo.ext * update Makefile.am to make install work * minimally update scons_manifest.py (I'd be surprised to see

Re: r17341 - /www-user/trunk/news.inc

2007-02-25 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> [EMAIL PROTECTED] wrote: Author: lasgouttes Date: Sun Feb 25 13:38:01 2007 New Revision: 17341 URL: http://www.lyx.org/trac/changeset/17341 Log: announce cjk-lyx 1.4.4 Abdelrazak> We should

Re: LyX version 1.5.0 (beta 1) is released

2007-02-25 Thread Abdelrazak Younes
Neal Becker wrote: I have a simple beamer doc that has no sections. Selecting to view the TOC puts lyx into an infinite loop (using 100% cpu). Hi Neal, What do you mean by "Selecting to view the TOC"? Via the menu item or by clicking on the [Table Of Contents] pseudo-button. It would be ve

email-address

2007-02-25 Thread Hartmut Haase
In http://bugzilla.lyx.org and other places we use the email-address for identification, and it is readable. This makes it easy for harvester programs to find email-addresses. Other sites make the addresses a little more unreadable by converting @ into , . into and so on. We could/should find

Re: A bug that needs attention for windows

2007-02-25 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> I think that you meant the stix fonts: Enrico> http://www.stixfonts.org/ Enrico> http://www.ams.org/STIX/stix-glyphs.html Enrico> and not the styx fonts: http://bystyx.com/wiki/fonts I thought briefly about checking first, a

Re: r17341 - /www-user/trunk/news.inc

2007-02-25 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> [EMAIL PROTECTED] wrote: >> Author: lasgouttes Date: Sun Feb 25 13:38:01 2007 New Revision: >> 17341 >> >> URL: http://www.lyx.org/trac/changeset/17341 Log: announce cjk-lyx >> 1.4.4 Abdelrazak> We should probably sa

Re: A bug that needs attention for windows

2007-02-25 Thread Enrico Forestieri
On Sun, Feb 25, 2007 at 04:39:38PM +0100, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> I still wonder what is the benefit/cost ratio of using ucs4 > Enrico> instead of ucs2... > > When we adapt mathed to use the styx fonts, we will nee

Re: r17341 - /www-user/trunk/news.inc

2007-02-25 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: lasgouttes Date: Sun Feb 25 13:38:01 2007 New Revision: 17341 URL: http://www.lyx.org/trac/changeset/17341 Log: announce cjk-lyx 1.4.4 We should probably say here that this will be the last release of cjk-lyx. Abdel.

Re: GSoC 2007

2007-02-25 Thread Abdelrazak Younes
Martin Vermeer wrote: On Sat, 24 Feb 2007, [EMAIL PROTECTED] wrote: I'm surprised by the amount of suggestions at http://wiki.lyx.org/Devel/GSoC2007 I think one way to cut down on the number of candidates is by seeing which proposals can actually find a potential mentor. Abdel's and

Re: 1.5.0 beta spellcheck bug

2007-02-25 Thread killermike
killermike wrote: I couldn't find this bug in bugzilla but I can reproduce it reliably on my setup. Ah, it would seem that this is being addressed on bugzilla. Apologies for missing it in my initial search. -- http://www.unmusic.co.uk - about me, music, geek sitcom etc. http://www.unmusic.co.u

Re: A bug that needs attention for windows

2007-02-25 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> I still wonder what is the benefit/cost ratio of using ucs4 Enrico> instead of ucs2... When we adapt mathed to use the styx fonts, we will need ucs4 to use the fonts. JMarc

Re: New Environment with latex-Commands

2007-02-25 Thread Enrico Forestieri
On Sun, Feb 25, 2007 at 02:49:10PM +0100, NicoWinger wrote: > \newcommand{\Deckblatt_Titel}[1]{\pagebreak\startbreaks\setlength{\marginpar > width}{35mm}} > EndPreamble > End > (...) > > With the Preamble in the Style Deckblatt_Titel latex has problems... > Somebody an idea why? Thank you very

Re: A bug that needs attention for windows

2007-02-25 Thread Enrico Forestieri
On Sun, Feb 25, 2007 at 10:31:16AM +0100, Georg Baum wrote: > Here is the patch, please test. With this patch, LyX asserts when loading some documents: assertion "ucs4 < 65536" failed: file "../../../src/support/../support/qstring_helpers.h", line 74 > It fixes bug 3270 for me (did not test >

New Environment with latex-Commands

2007-02-25 Thread NicoWinger
Hello, I'm creating a documentclass and a template for a dissertation and have a problem with the cover... I wanted to create new environment for each part of the cover (title, date, name, company etc.). Was no problem in the LyX-output, but for PDF I have to declare the environments with LaTeX-C

Re: [Cvslog] r17342 - in /lyx-devel/trunk/src: paragraph.C paragraph.h

2007-02-25 Thread Jean-Marc Lasgouttes
> "lasgouttes" == lasgouttes <[EMAIL PROTECTED]> writes: lasgouttes> Author: lasgouttes Date: Sun Feb 25 14:20:29 2007 New lasgouttes> Revision: 17342 lasgouttes> URL: http://www.lyx.org/trac/changeset/17342 Log: Fix bug lasgouttes> 3080 This is 3081, actually. JMarc

Re: [PATCH] Bug 3081: LaTeX error dialog doesn't exactly point to the error

2007-02-25 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Hello, Jean-Marc> The following patch fixes texrow computation in the case Jean-Marc> where paragraph alignment is used. There was a one by one Jean-Marc> error because a \n was added to the centering commands Jean-M

Re: Plain text output

2007-02-25 Thread Michael Gerz
Lars Gullik Bjønnes schrieb: | Instead of bugzilla + pmwiki + html-www (+ www-devel). I not sure it is _that_ nice. But for repository tasks I might agree. (even if mediawiki is a much nicer wiki...) The benefit of Trac is that everything is tightly integrated. I don't see why this is not t

Re: Plain text output

2007-02-25 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes schrieb: | > Michael Gerz <[EMAIL PROTECTED]> writes: | > | > | José Matos schrieb: | > | > On Sunday 25 February 2007 8:39:31 am Michael Gerz wrote: | > | > | > | >> I still can't see the announcement on our web site. | > | >> | > | >

Re: Wrong spacing around sectioning environments

2007-02-25 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> Fixed here: http://www.lyx.org/trac/changeset/17335 Most Enrico> probably this was due to overlooking after an attempted Enrico> optimization. Nice catch. JMarc

Re: Plain text output

2007-02-25 Thread Michael Gerz
Lars Gullik Bjønnes schrieb: Michael Gerz <[EMAIL PROTECTED]> writes: | José Matos schrieb: | > On Sunday 25 February 2007 8:39:31 am Michael Gerz wrote: | > | >> I still can't see the announcement on our web site. | >> | > | > But you can now. :-) | > | > BTW IMHO without RSS a web announcement

Re: Plain text output

2007-02-25 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | José Matos schrieb: | > On Sunday 25 February 2007 8:39:31 am Michael Gerz wrote: | > | >> I still can't see the announcement on our web site. | >> | > | > But you can now. :-) | > | > BTW IMHO without RSS a web announcement is so 90's ;-) , it would be |

Re: GSoC 2007

2007-02-25 Thread Martin Vermeer
On Sat, 24 Feb 2007, [EMAIL PROTECTED] wrote: I'm surprised by the amount of suggestions at http://wiki.lyx.org/Devel/GSoC2007 I think one way to cut down on the number of candidates is by seeing which proposals can actually find a potential mentor. Abdel's and Martin's names are l

No paragraph labels for dinbrief / g-brief-de / g-brief-en / koma-letter2

2007-02-25 Thread Michael Gerz
Hi, if you open a template for any of the above-mentioned letter classes, the paragraph labels are not displayed! Michael

Re: Plain text output

2007-02-25 Thread Martin Vermeer
On Sat, 24 Feb 2007, Michael Gerz wrote: José, all, of things are still subject to optimization (e.g., correct line indentation, label translation based on par language etc.) but plain text output has become good enough for my purposes (= grammar checking with MS Word) and line breaking h

Re: A bug that needs attention for windows

2007-02-25 Thread Georg Baum
Am Sonntag, 25. Februar 2007 10:01 schrieb Georg Baum: > Am Sonntag, 25. Februar 2007 03:52 schrieb Enrico Forestieri: > > On Sat, Feb 24, 2007 at 07:00:42PM +0100, Jean-Marc Lasgouttes wrote: > > > > > Bug 1247 is about recognizing properly letters in non-latin1 text. > > > This is fixed on linux

Re: Plain text output

2007-02-25 Thread Michael Gerz
José Matos schrieb: On Sunday 25 February 2007 8:39:31 am Michael Gerz wrote: I still can't see the announcement on our web site. But you can now. :-) BTW IMHO without RSS a web announcement is so 90's ;-) , it would be nice if we could support RSS in the page. I said it multiple

Re: Plain text output

2007-02-25 Thread José Matos
On Sunday 25 February 2007 8:39:31 am Michael Gerz wrote: > Great! I hope you are actually using it :-) In case it was not clear I am using it. :-) > Michael -- José Abílio

Re: Beta 1 (preliminar)

2007-02-25 Thread José Matos
On Friday 23 February 2007 2:59:08 pm Lars Gullik Bjønnes wrote: > > I thought you already had that? At some point (cvs) I did not had write access. > (the www-user dir should be updated automagically when changes are > commited to svn) Thank you, I have committed the change and is already r

Re: Plain text output

2007-02-25 Thread José Matos
On Sunday 25 February 2007 8:39:31 am Michael Gerz wrote: > I still can't see the announcement on our web site. But you can now. :-) BTW IMHO without RSS a web announcement is so 90's ;-) , it would be nice if we could support RSS in the page. -- José Abílio

Re: A bug that needs attention for windows

2007-02-25 Thread Georg Baum
Am Sonntag, 25. Februar 2007 03:52 schrieb Enrico Forestieri: > On Sat, Feb 24, 2007 at 07:00:42PM +0100, Jean-Marc Lasgouttes wrote: > > > Bug 1247 is about recognizing properly letters in non-latin1 text. > > This is fixed on linux using 32bits wchar_t. However, on windows > > another strategy h

Re: Plain text output

2007-02-25 Thread Michael Gerz
José Matos schrieb: Since the first beta has not been announced yet, I guess there is no need to hurry. Expect something by the end of the week. This sentence I don't grok... :-) At the time you sent this sentence 1.5.0beta1 had been announced. I still can't see the announcement