Re: [Bug 3676] Citation Problems

2007-05-21 Thread Darren Freeman
On Tue, 2007-05-22 at 02:21 -0400, Richard Heck wrote: > By the way, are we sure we want the "search as you go" functionality > currently in the citation dialog? There is notable slowness on my > machine (Athlon 2400+, 1GB), as I've got 500+ BibTeX keys in the dialog > and they all have to be searc

Re: 1.5.0svn slow view updates

2007-05-21 Thread Darren Freeman
On Tue, 2007-05-22 at 08:14 +0200, Anders Ekberg wrote: > > Darren Freeman > > A couple hundred milliseconds per mouse wheel scroll click isn't okay, > > dammit! > Did you try to compile with QT4.3 (pre-version)? > > At least on a Mac it improves things with about 30% (as compared to > 4.2.x).

Re: BibTeX entries with similar names causes problems

2007-05-21 Thread Darren Freeman
On Tue, 2007-05-22 at 16:35 +1000, Darren Freeman wrote: > On Tue, 2007-05-22 at 00:41 -0400, Richard Heck wrote: > > Confirmed. Should be an easy fix. > > http://bugzilla.lyx.org/show_bug.cgi?id=3693 no sooner had I done that but marked it as a duplicate of 3692.. added around an hour before :)

Re: 1.5.0svn slow view updates

2007-05-21 Thread Stefan Schimanski
Am 22.05.2007 um 08:14 schrieb Anders Ekberg: Darren Freeman Mon, 21 May 2007 20:05:26 -0700 Hi all, I know this was/is_being discussed in some form or another but I want to weigh in. On my system, AthlonXP3000+ w/ 1GB RAM, OpenSUSE 10.2, I find the SVN to be rather slow. I've jumped fr

Re: BibTeX entries with similar names causes problems

2007-05-21 Thread Darren Freeman
On Tue, 2007-05-22 at 00:41 -0400, Richard Heck wrote: > Confirmed. Should be an easy fix. http://bugzilla.lyx.org/show_bug.cgi?id=3693 Have fun, Darren

Re: [PATCH] CT output for pdflatex

2007-05-21 Thread Michael Gerz
José Matos schrieb: On Saturday 12 May 2007 8:48:24 pm Michael Gerz wrote: Folks, this patch brings change tracking output to the PDF world. OK to commit? What is the status of this? It has been committed. Michael

Re: [Cvslog] r18399 - in /lyx-devel/trunk/src: Cursor.cpp TextMetrics.cpp

2007-05-21 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: spitz Date: Fri May 18 11:21:07 2007 New Revision: 18399 Modified: lyx-devel/trunk/src/Cursor.cpp URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/Cursor.cpp?rev=18399 == --- lyx-d

Re: [Cvslog] r18323 - /lyx-devel/trunk/src/Text2.cpp

2007-05-21 Thread Michael Gerz
Andre Poenitz schrieb: On Mon, May 14, 2007 at 08:03:41PM -, [EMAIL PROTECTED] wrote: Author: broider Date: Mon May 14 22:03:40 2007 New Revision: 18323 Modified: lyx-devel/trunk/src/Text2.cpp URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/Text2.cpp?rev=18323 =

Re: New Hebrew bind file

2007-05-21 Thread Michael Gerz
Ran Rutenberg schrieb: Hi, I would like to know if it is possible to add to the LyX distribution the Hebrew bind file that exists in the wiki ( http://wiki.lyx.org/uploads/Windows/Hebrew/he_cua.bind ), and make it the default bind file when using LyX in Hebrew. Ran, do you still want to see the

Re: [Cvslog] r18386 - in /lyx-devel/trunk/src: TocBackend.cpp TocBacke...

2007-05-21 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: younes Date: Thu May 17 21:19:37 2007 New Revision: 18386 URL: http://www.lyx.org/trac/changeset/18386 Log: This patch solves this crash (due to an assertion): 1) Open EmbeddedObject.lyx 2) Open Toc 3) Click on section 7.2.2 which is in the second child documen

Re: [Cvslog] r18370 - in /lyx-devel/trunk/src: TocBackend.cpp TocBacke...

2007-05-21 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: younes Date: Wed May 16 18:43:14 2007 New Revision: 18370 Modified: lyx-devel/trunk/src/TocBackend.cpp URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/TocBackend.cpp?rev=18370 ==

Re: [patch] Math macros not imported, Bug #21

2007-05-21 Thread Richard Heck
I'm sure this would be most welcome to people who exchange LyX files with pure LaTeX users. Stefan Schimanski wrote: > I backported my fix to trunk as proposed by Uwe. The patch is attached > to the bug report: http://bugzilla.lyx.org/show_bug.cgi?id=21 > > Stefan -- ==

[Bug 3676] Citation Problems

2007-05-21 Thread Richard Heck
The attached patch addresses a reported problem with the citation dialog, but the problem was much more extensive than the bug made apparent. See: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg117655.html for a bit more on the nature of the bug. The fix involves re-working the inter

Re: Warning Question

2007-05-21 Thread Stefan Schimanski
Do I see it correctly that there are two cases of cursor updates: local edits around the cursor, partly from inside the cursor class; global edits (e.g. search/replace). The latter must check that the cursor is not inside the area that is changed. Otherwise the cursor is invalidated or must

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Herbert Voss
Enrico Forestieri wrote: > On Mon, May 21, 2007 at 07:28:40PM +0200, Andre Poenitz wrote: > >> On Mon, May 21, 2007 at 11:12:33PM +1000, Darren Freeman wrote: >>> On Mon, 2007-05-21 at 14:52 +0200, Abdelrazak Younes wrote: Darren Freeman wrote: > Is this sensible? Does it have meaning at

Re: 1.5.0svn slow view updates

2007-05-21 Thread Anders Ekberg
Darren Freeman Mon, 21 May 2007 20:05:26 -0700 Hi all, I know this was/is_being discussed in some form or another but I want to weigh in. On my system, AthlonXP3000+ w/ 1GB RAM, OpenSUSE 10.2, I find the SVN to be rather slow. I've jumped from the 1.3/XForms world into the 1.5/Qt4 and can

[patch] Math macros not imported, Bug #21

2007-05-21 Thread Stefan Schimanski
I backported my fix to trunk as proposed by Uwe. The patch is attached to the bug report: http://bugzilla.lyx.org/show_bug.cgi?id=21 Stefan PGP.sig Description: Signierter Teil der Nachricht

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Herbert Voss
Enrico Forestieri wrote: > On Mon, May 21, 2007 at 05:21:51PM +0200, Jean-Marc Lasgouttes wrote: > >>> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: >> Darren> On Mon, 2007-05-21 at 16:16 +0200, Herbert Voss wrote: {Ge}^3 is different to Ge^3 and G^3 and e^3, which have

Re: [patch] Partial fix for cursor position before Inset

2007-05-21 Thread Elazar Leibovich
I documented the problem in the patch itself. I suspect that the reason it didn't happen in previous releases is, that the "boundary" variable was setted correctly. I don't really understand what does the " boundary variable do, but I think it means "am I just in front of a math inset?". Now for t

Re:Binary 1.5 beta 3 for Mac

2007-05-21 Thread Anders Ekberg
Marcus Kriele Mon, 21 May 2007 18:37:08 -0700 The beta 3 for mac binary does not display the times font which is selected in preferences but instead a sans serif font. In addition, the size of math preview larger than it should be. This seems to be a problem with the binary itself since the

[PATCH] Bug 3692

2007-05-21 Thread Richard Heck
A very simple patch to fix this bug. OK to commit? rh -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/ == Get my public k

Re: No math dialog

2007-05-21 Thread Jürgen Spitzmüller
Edwin Leuven wrote: > the attached patch would allow to put a "toggle math toolbar" button on > the main toolbar. we could then add a "toggle math panels" button on the > math toolbar... I like it. Jürgen

\selectlanguage{} inserts space.

2007-05-21 Thread John McCabe-Dansted
I just noticed that pdfeTeX inserts a space in the text where \selectlanguage{...} is used. In lyx 1.4 there is no indication that languages are being mixed, but is also annoying in lyx 1.5 On FC6, (pdfeTeX Version 3.141592-1.21a-2.2), the following lyx file http://www.csse.uwa.edu.au/~john/ly

Re: Major problem with \textdegree

2007-05-21 Thread Jürgen Spitzmüller
Georg Baum wrote: > This does also mean that at the time when the language encoding of some > languages was changed to latin9 there should have been a lyx2lyx change, > because old documents with encoding setting auto and ° in math or text > will not work anymore. But it dosen't work either in lat

Re: BibTeX entries with similar names causes problems

2007-05-21 Thread Richard Heck
Confirmed. Should be an easy fix. Darren Freeman wrote: > Hi all, > > I have two BibTeX entries with the following names: IntroFIB, and > IntroFIBch2. > > If I cite the second one, and then go to add the first one, I won't be > able to because the Add button is disabled. It looks like the test fo

Re: [Bug 3664] language dialects not available in listings dialog

2007-05-21 Thread Jürgen Spitzmüller
Bo Peng wrote: > Then your structure makes more sense... are you working on it or > should I have a look? I'm committing the basics now; after I have resolved (potential) conflicts, I'm gonna send you a patch with "the rest", if you'd like to work on it. Jürgen

BibTeX entries with similar names causes problems

2007-05-21 Thread Darren Freeman
Hi all, I have two BibTeX entries with the following names: IntroFIB, and IntroFIBch2. If I cite the second one, and then go to add the first one, I won't be able to because the Add button is disabled. It looks like the test for already being cited is too general, matching a prefix of what is alr

LyX document-build process (was Re: DIA diagram file with embedded (linked?) bitmap fails to convert)

2007-05-21 Thread John Pye
Out of curiosity, has anyone ever considered embedding something like SCons into LyX? A python-based system for building 'targets' from disparate 'sources' -- in this case LyX documents, bitmaps, diagrams, SVGs, EPSs etc? The current system seems (from my rather superficial inspection) to revolve

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-21 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> could you go the extra mile and ascertain exactly what boost > Angus> dislikes here and then work with the boost team to fix their > Angus> code. We make great use of boost and should feel honour bou

Re: Word count includes notes

2007-05-21 Thread Richard Heck
Darren Freeman wrote: >> This is the kind of stuff that can wait for after 1.5.0... >> > It sounds trivial but IMHO it's really quite insidious. > It's not so much that it's trivial as that there are bigger bugs to be squashed. And, unfortunately, the fix, though, as JMarc said, conceptuall

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-21 Thread Martin Vermeer
On Mon, May 21, 2007 at 09:32:22PM +, Angus Leeming wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > PS: Feel like coming to Finland in August? > > Not really. Finland in August is much like Scotland in August; full of nasty, > biting insects! > > Angus (ducking from the wrath o

1.5.0svn slow view updates

2007-05-21 Thread Darren Freeman
Hi all, I know this was/is_being discussed in some form or another but I want to weigh in. On my system, AthlonXP3000+ w/ 1GB RAM, OpenSUSE 10.2, I find the SVN to be rather slow. I've jumped from the 1.3/XForms world into the 1.5/Qt4 and can hardly believe the change in performance. A couple hu

Re: Major problem with \textdegree

2007-05-21 Thread Darren Freeman
I thought I'd re-use this thread. Hit C-m, "\circ", on my system I get red writing "circ" which is basically what I would get if I typed anything else with a backslash. But the generated output has a circle. Something missing from my system? I think when this happened in the distant past it was

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Darren Freeman
On Mon, 2007-05-21 at 19:23 +0200, Andre Poenitz wrote: > On Mon, May 21, 2007 at 10:34:54PM +1000, Darren Freeman wrote: > > Does it have meaning at the LaTeX level but perhaps > > shouldn't be shown to the user? (Such as LyX automatically determining > > who to hang each subscript off at output t

Re: Word count includes notes

2007-05-21 Thread Darren Freeman
On Mon, 2007-05-21 at 18:26 +0200, Jean-Marc Lasgouttes wrote: > > "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: > > Richard> I'll try to do it today. > > This is the kind of stuff that can wait for after 1.5.0... It sounds trivial but IMHO it's really quite insidious. When somethin

Re: Ctrl-B toggles bold state of a mixed selection

2007-05-21 Thread Darren Freeman
On Mon, 2007-05-21 at 11:17 -0400, Richard Heck wrote: > I think this is a matter of getting used to how LyX works. It's true > that people coming from other programs will expect the behavior you > expected, but that's not the only way it can sensibly work. We can > discuss here which way it should

Binary 1.5 beta 3 for Mac

2007-05-21 Thread Marcus Kriele
The beta 3 for mac binary does not display the times font which is selected in preferences but instead a sans serif font. In addition, the size of math preview larger than it should be. This seems to be a problem with the binary itself since the problem persists if I use the local lyx-1.5s

Re: [patch] announce CJK language dialog support

2007-05-21 Thread Uwe Stöhr
José wrote: >> OK now to commit? > > OK. Done. regards Uwe

Re: [patch] adding powerdot layout

2007-05-21 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: > I do not see the layout file in the new patch. Is it unchanged? No, I only forgot to include it. > If you test for the presence of some packages in the textclass, there is no > need to test for them with \TestPackage, except if you plan to > document the packages

Re: BUG 3622: Weird date external material.

2007-05-21 Thread Bo Peng
On 5/21/07, José Matos <[EMAIL PROTECTED]> wrote: On Monday 21 May 2007 9:40:26 pm Jean-Marc Lasgouttes wrote: > It looks good to me. +1 Applied. Bo

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Enrico Forestieri
On Mon, May 21, 2007 at 07:28:40PM +0200, Andre Poenitz wrote: > On Mon, May 21, 2007 at 11:12:33PM +1000, Darren Freeman wrote: > > On Mon, 2007-05-21 at 14:52 +0200, Abdelrazak Younes wrote: > > > Darren Freeman wrote: > > > > Is this sensible? Does it have meaning at the LaTeX level but perhaps

1.5.0b3 preview broken

2007-05-21 Thread Neal Becker
I see why my formula seem to disappear, it seems preview is broken. I do see these warnings: pplatex: Process input file 0lyxpreview.dvi pplatex: Copy data to 0lyxpreview.dvi dvipng warning: at (1,1) ignored header \special{! /DvipsToPDF { 72.27 mul Resolution div } def /PDFToDvips { 72.27 div Res

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Enrico Forestieri
On Mon, May 21, 2007 at 05:26:19PM +0200, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: > >> "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: > > > > Darren> On Mon, 2007-05-21 at 16:16 +0200, Herbert Voss wrote: > >>> {Ge}^3 is different to > >>> > >>> Ge^3 and G^3 and e^3, wh

Re: Warning Question

2007-05-21 Thread Richard Heck
Andre Poenitz wrote: > On Mon, May 21, 2007 at 05:59:45PM -0400, Richard Heck wrote: > >> Just wanted to bring this to people's attention: >> #ifdef WITH_WARNINGS >> #warning This will not work anymore when we have multiple views of the >> same buffer > Do we officially have multiple views now?

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Enrico Forestieri
On Mon, May 21, 2007 at 05:21:51PM +0200, Jean-Marc Lasgouttes wrote: > > "Darren" == Darren Freeman <[EMAIL PROTECTED]> writes: > > Darren> On Mon, 2007-05-21 at 16:16 +0200, Herbert Voss wrote: > >> {Ge}^3 is different to > >> > >> Ge^3 and G^3 and e^3, which have all the same vertical hei

Re: [patch] announce CJK language dialog support

2007-05-21 Thread José Matos
On Tuesday 22 May 2007 12:41:19 am Uwe Stöhr wrote: > OK now to commit? OK. -- José Abílio

Re: [Bug 3664] language dialects not available in listings dialog

2007-05-21 Thread José Matos
On Monday 21 May 2007 6:50:44 pm Jürgen Spitzmüller wrote: > > OK. You can submit this part, as long as you can keep track of the > > unapplied. :-) > > José? OK. > Jürgen -- José Abílio

Re: [patch] announce CJK language dialog support

2007-05-21 Thread Uwe Stöhr
Instead of "in the dialogs", I think you mean "in the user interface" (which includes the menus too). Yes. > When you embedded CJK snippet in a latin language document, you add to enclose the snippet in two > ERT. This is not needed anymore as this now done automatically by LyX. But document u

Re: [patch] some more beamer adjustments

2007-05-21 Thread José Matos
On Monday 21 May 2007 3:36:51 pm Jean-Marc Lasgouttes wrote: > More seriously, when an optional argument is read and not declared in > the layout file, lyx2lyx (or maybe LyX itself) could just insert '[' > and ']' as ERT. 1.6 stuff, lyx is ignorant about layout files and although it should not i

Using Qt/Mac Binary Distribution for LyX make Was: Qt4 binary

2007-05-21 Thread Andreas Neustifter
On 18.05.2007, at 18:38, Martin Vermeer wrote: On Fri, May 18, 2007 at 09:10:41AM -0600, Scott Lambert wrote: I downloaded and installed the binary version of Qt4 for the mac so I wouldn't have to compile it. Can anyone tell me what I should be using for "/path/to/Qt4" as referenced in the bui

Re: [patch] Probably fix bug 1973

2007-05-21 Thread José Matos
On Monday 21 May 2007 5:06:36 pm Jürgen Spitzmüller wrote: > José, please consider this, as it fixes a _very_ annoying bug. +1 > Jürgen -- José Abílio

Re: BUG 3622: Weird date external material.

2007-05-21 Thread José Matos
On Monday 21 May 2007 9:40:26 pm Jean-Marc Lasgouttes wrote: > It looks good to me. +1 > JMarc -- José Abílio

Re: cls file for simplecv.layout?

2007-05-21 Thread Uwe Stöhr
> MikTex users are not affected; JMarc, for your info: MiKTeX offers simpleCV since 15-05-2007. regards Uwe

Re: [patch] Partial fix for cursor position before Inset

2007-05-21 Thread Dov Feldstern
Elazar Leibovich wrote: The proposed patch affects RTL documents only, and fixes partially the bug that made the cursor "jump" to the inset's end, when it was just before the inset. Good job tracking this down, Elazar! I tried the patch out, and it does work for the outermost insets. Do you

[patch] fix bug 3672

2007-05-21 Thread Uwe Stöhr
The attached trivial patch fixes the wrong tooltip for the limits style button in the math toolbar, see bug 3672. OK to go in? regards Uwe Index: stdtoolbars.inc === --- stdtoolbars.inc (revision 18433) +++ stdtoolbars.inc (working

Re: Warning Question

2007-05-21 Thread Andre Poenitz
On Mon, May 21, 2007 at 05:59:45PM -0400, Richard Heck wrote: > > Just wanted to bring this to people's attention: > #ifdef WITH_WARNINGS > #warning This will not work anymore when we have multiple views of the > same buffer > // In this case, we will have to correct also the cursors held by > //

Re: Scrolling lag in 1.5svn again, more details.

2007-05-21 Thread Dov Feldstern
Peter Kümmel wrote: I'm running out of ideas... Is this patch better (the flush call is new)? Or with processEvents instead of flush? event_2.patch works for me --- but then again event_1 did, too. Again, this is on linux. Scrolling appears to be fine (both with arrow keys and page-up and p

[Bug 3676] Patch Coming

2007-05-21 Thread Richard Heck
http://bugzilla.lyx.org/show_bug.cgi?id=3676 Just so no-one else works on it...I've got this fixed but have to do some cleanup before sending the patch to the list (as well as making the diff file, since this involved several files). This turns out to be a very bad bug, one I'm amazed we haven't se

Re: Warning Question

2007-05-21 Thread Jean-Marc Lasgouttes
> "Richard" == Richard Heck <[EMAIL PROTECTED]> writes: Richard> This is from Text2.cpp, around line 1220. Since we do Richard> now have multiple views, either there is a bug here or else Richard> the warning can be removed. I think we have a bug, but it is not easy to trigger :) It goes lik

Re: No math dialog

2007-05-21 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Mon, May 21, 2007 at 10:41:14PM +0200, Jean-Marc Lasgouttes John> wrote: >> > "John" == John Levon <[EMAIL PROTECTED]> writes: >> John> This is a somewhat unpleasant workaround to the problem and I John> don't see why it's necess

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-21 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> PS: Feel like coming to Finland in August? Angus> Not really. Finland in August is much like Scotland in August; Angus> full of nasty, biting insects! You have a point there. And

Warning Question

2007-05-21 Thread Richard Heck
Just wanted to bring this to people's attention: #ifdef WITH_WARNINGS #warning This will not work anymore when we have multiple views of the same buffer // In this case, we will have to correct also the cursors held by // other bufferviews. It will probably be easier to do that in a more // automa

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-21 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > PS: Feel like coming to Finland in August? Not really. Finland in August is much like Scotland in August; full of nasty, biting insects! Angus (ducking from the wrath of M.V. ;-))

Re: No math dialog

2007-05-21 Thread Edwin Leuven
LFUN_CLEARDOUBLEPAGE_INSERT, // Ugras 20061125 //290 LFUN_LISTING_INSERT, // Herbert 20011110, bpeng 20070502 + LFUN_TOOLBAR_TOGGLE, // Edwin 20070521 LFUN_LASTA

Re: DIA diagram file with embedded (linked?) bitmap fails to convert

2007-05-21 Thread Angus Leeming
<[EMAIL PROTECTED]> writes: > > On Sun, 20 May 2007, John Pye wrote: > > > The next problem is that my DIA file has an embedded bitmap image in it. > > When I open the file in DIA, it looks great. When I do the file > > conversion on the commandline, it works great. But the preview in LyX >

Re: No math dialog

2007-05-21 Thread John Levon
On Mon, May 21, 2007 at 10:41:14PM +0200, Jean-Marc Lasgouttes wrote: > > "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> This is a somewhat unpleasant workaround to the problem and I > John> don't see why it's necessary. We should just add the symbols to > John> the menus. > > In

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-21 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> could you go the extra mile and ascertain exactly what boost Angus> dislikes here and then work with the boost team to fix their Angus> code. We make great use of boost and should feel honour bound Angus> to help squash those bugs w

Re: cls file for simplecv.layout?

2007-05-21 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> What latex class is this simplecv.layout using? I have to do the Bo> following change to use my cv.lst. It uses the brand new simplecv.cls which is available on ctan (look at Help>LaTeX Configuration). The renaming was done because there is al

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Anders Ekberg
On 21 maj 2007, at 22.28, Bennett Helm wrote: On May 21, 2007, at 4:13 PM, Anders Ekberg wrote: I ran the installer. I think I choose the default options (I should write this down...). Anyway I had to give my password, so I assume it did a sudo texhash. A re-run of the Install-skript where

Re: No math dialog

2007-05-21 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> This is a somewhat unpleasant workaround to the problem and I John> don't see why it's necessary. We should just add the symbols to John> the menus. In which form? JMarc

Re: BUG 3622: Weird date external material.

2007-05-21 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Not a problem. I did this because the surrounding lines are Bo> formatted like this. Corrected in the attached patch. Bo> Do you agree on this patch? Jose, can I apply? It looks good to me. JMarc

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-21 Thread Angus Leeming
Peter Kümmel <[EMAIL PROTECTED]> writes: > >> But we could disable boost format, so please try attached patch. > > Peter, with this patch, it seems the problem has resolved. lyx > > successfully finishes the initialization and starts up. > Great. > Hope you get not other problems because of iconv

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Anders Ekberg
On 21 maj 2007, at 21.51, Bennett Helm wrote: On May 21, 2007, at 3:43 PM, Anders Ekberg wrote: - The View menu is not functioning. However shortcut cmd-T works and the sidebars are there and working (although view PostScript opens two copies of the document). I'm not sure what you mean;

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Bennett Helm
On May 21, 2007, at 3:43 PM, Anders Ekberg wrote: - The View menu is not functioning. However shortcut cmd-T works and the sidebars are there and working (although view PostScript opens two copies of the document). I'm not sure what you mean; View works properly for me. Are you using a cu

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Bob Lounsbury
On 5/21/07, Anders Ekberg <[EMAIL PROTECTED]> wrote: Update: The View menu works after a sudo texhash. Strange... /Anders I only needed an LyX reconfigure for the View menu to work. Just for the info. Thanks, Bob

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Anders Ekberg
On 21 maj 2007, at 21.39, Anders Ekberg wrote: On 21 maj 2007, at 21.25, Bennett Helm wrote: On May 21, 2007, at 3:00 PM, Anders Ekberg wrote: On 21 maj 2007, at 20.27, Bennett Helm wrote: On May 21, 2007, at 2:21 PM, Anders Ekberg wrote: ... - The View menu is not functioning. However sho

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Bob Lounsbury
On 5/21/07, Bennett Helm <[EMAIL PROTECTED]> wrote: On May 21, 2007, at 3:35 PM, Bob Lounsbury wrote: > > > On 5/21/07, Bennett Helm <[EMAIL PROTECTED]> wrote: >>> - The > View menu is not functioning. However shortcut cmd-T works > >>> and the sidebars are there and working (although view Post

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Anders Ekberg
On 21 maj 2007, at 21.25, Bennett Helm wrote: On May 21, 2007, at 3:00 PM, Anders Ekberg wrote: On 21 maj 2007, at 20.27, Bennett Helm wrote: On May 21, 2007, at 2:21 PM, Anders Ekberg wrote: Installation worked fine (choose to copy 1.4 settings). However two major problems: - The Times f

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Bennett Helm
On May 21, 2007, at 3:35 PM, Bob Lounsbury wrote: On 5/21/07, Bennett Helm <[EMAIL PROTECTED]> wrote: >>> - The View menu is not functioning. However shortcut cmd-T works >>> and the sidebars are there and working (although view PostScript >>> opens two copies of the document). >> >> I'm no

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Bob Lounsbury
On 5/21/07, Bennett Helm <[EMAIL PROTECTED]> wrote: >>> - The View menu is not functioning. However shortcut cmd-T works >>> and the sidebars are there and working (although view PostScript >>> opens two copies of the document). >> >> I'm not sure what you mean; View works properly for me. Are y

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Bennett Helm
On May 21, 2007, at 3:00 PM, Anders Ekberg wrote: On 21 maj 2007, at 20.27, Bennett Helm wrote: On May 21, 2007, at 2:21 PM, Anders Ekberg wrote: Installation worked fine (choose to copy 1.4 settings). However two major problems: - The Times font doesn't work. This is consistent with with w

Re: Major problem with \textdegree

2007-05-21 Thread Georg Baum
Am Montag, 21. Mai 2007 19:51 schrieb Jürgen Spitzmüller: > Abdelrazak Younes wrote: > > > I'm not sure yet what we can do about it. > > > > Remove the hack in lib/symbols? > > Maybe. But then lyx2lyx will have to translate the textdegrees to text mode. No. This part of lib/symbols is only used

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Anders Ekberg
On 21 maj 2007, at 20.27, Bennett Helm wrote: On May 21, 2007, at 2:21 PM, Anders Ekberg wrote: Bennett Helm Mon, 21 May 2007 05:51:55 -0700 On May 18, 2007, at 10:27 AM, José Matos wrote: Public release of LyX version 1.5.0 (beta 3) === I've put a Mac bina

Re: Major problem with \textdegree

2007-05-21 Thread Herbert Voss
Jürgen Spitzmüller wrote: > Herbert Voss wrote: >> with latin9 encoding it works in math and text mode anymay. > > but as soon as textcomp is loaded, it fails: > > \documentclass[english]{article} > \usepackage[T1]{fontenc} > \usepackage[latin9]{inputenc} > \usepackage{textcomp} %<--- > \usepacka

Re: Major problem with \textdegree

2007-05-21 Thread Georg Baum
Am Montag, 21. Mai 2007 19:48 schrieb Herbert Voss: > Georg Baum wrote: > > Abdelrazak Younes wrote: > > > >> Jürgen Spitzmüller wrote: > >>> Abdelrazak Younes wrote: > There's some problems with \textdegree reported on the users list that I > can easily reproduce. With the attached LyX

Re: crash tex2lyx

2007-05-21 Thread Andre Poenitz
On Mon, May 21, 2007 at 08:04:44PM +0200, Stefan Schimanski wrote: > [Another fullquote/toposting] > Sorry for taking your precious time. I am not sure this was the kind of response I would have considered either 'expected' or 'appropriate'. Andre'

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Bennett Helm
On May 21, 2007, at 2:21 PM, Anders Ekberg wrote: Bennett Helm Mon, 21 May 2007 05:51:55 -0700 On May 18, 2007, at 10:27 AM, José Matos wrote: Public release of LyX version 1.5.0 (beta 3) === I've put a Mac binary here: Installation worked fine (choose to c

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Anders Ekberg
On 21 maj 2007, at 20.21, Anders Ekberg wrote: Bennett Helm Mon, 21 May 2007 05:51:55 -0700 On May 18, 2007, at 10:27 AM, José Matos wrote: Public release of LyX version 1.5.0 (beta 3) === I've put a Mac binary here: Installation worked fine (choose to copy

Re: [Bug 3664] language dialects not available in listings dialog

2007-05-21 Thread Bo Peng
On 5/21/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: Bo Peng wrote: > BTW, do you really think "LaTeX", "Borland" etc need to be translated? no, these not (but others). Also, the gui/internal separation lets us do some nicer formatting. Then your structure makes more sense... are you work

Re: LyX version 1.5.0 (beta 3) is released

2007-05-21 Thread Anders Ekberg
Bennett Helm Mon, 21 May 2007 05:51:55 -0700 On May 18, 2007, at 10:27 AM, José Matos wrote: Public release of LyX version 1.5.0 (beta 3) === I've put a Mac binary here: Installation worked fine (choose to copy 1.4 settings). However two major problems: - T

Re: [Bug 3664] language dialects not available in listings dialog

2007-05-21 Thread Jürgen Spitzmüller
Bo Peng wrote: > BTW, do you really think "LaTeX", "Borland" etc need to be translated? no, these not (but others). Also, the gui/internal separation lets us do some nicer formatting. Jürgen

Re: Major problem with \textdegree

2007-05-21 Thread Jürgen Spitzmüller
Herbert Voss wrote: > with latin9 encoding it works in math and text mode anymay. but as soon as textcomp is loaded, it fails: \documentclass[english]{article} \usepackage[T1]{fontenc} \usepackage[latin9]{inputenc} \usepackage{textcomp} %<--- \usepackage{babel} \begin{document} mathed: $\textde

Re: crash tex2lyx

2007-05-21 Thread Stefan Schimanski
Sorry for taking your precious time. Stefan Am 21.05.2007 um 19:47 schrieb Andre Poenitz: Could we at least on lyx-devel try to avoid top posting with full quotes below? Thank you. PGP.sig Description: Signierter Teil der Nachricht

Re: [Bug 3664] language dialects not available in listings dialog

2007-05-21 Thread Bo Peng
No. I have something like this in mind: dialect_info const dialect_table[] = { { "LaTeX", "TeX", _("LaTeX"), false }, { "plain", "TeX", _("plain"), true }, { "common", "TeX", _("plain"), false }, { "Borland6", "Pascal", _("Borland 6"), false }, etc. } I'm not sure

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Andre Poenitz
On Mon, May 21, 2007 at 05:37:33PM +0200, Edwin Leuven wrote: > Helge Hafting wrote: > >The only difference here is that one _33 hangs off Ge, and > >the other _33 hangs off Ge^44. Notice how they end up > >at different heights. > > selecting Ge and clicking on superscript put the Ge in the supers

Re: Major problem with \textdegree

2007-05-21 Thread Herbert Voss
Abdelrazak Younes wrote: >>> Right, if I insert \textdegree inside an ERT, the degree symbol is >>> shown. So, the correction would be to automatically encapsulate >>> \textdegree inside an mbox when with mathed. Is it possible to do that >>> thanks to some definition in lib/symbols? >> >> No. Wit

Re: Major problem with \textdegree

2007-05-21 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > > I'm not sure yet what we can do about it. > > Remove the hack in lib/symbols? Maybe. But then lyx2lyx will have to translate the textdegrees to text mode. Jürgen

Re: [Bug 3664] language dialects not available in listings dialog

2007-05-21 Thread Jürgen Spitzmüller
Bo Peng wrote: > I do not think dialects need to be translated at all... I think something like TeX (plain) could be translated. > I am not quite sure what your structure mean. Do you want a dialect_info > for each dialect? Because not many languages have dialects; and a few > languages have ma

Re: Ctrl-B toggles bold state of a mixed selection

2007-05-21 Thread Andre Poenitz
On Tue, May 22, 2007 at 12:46:58AM +1000, Darren Freeman wrote: > Hi all, > > contrary to the behaviour a user would expect, hitting ctrl-B on a > selection with a mixture of bold/non-bold, simply toggles the state > leaving the opposite boldness on each character. > > One normally expects a mixt

Re: Major problem with \textdegree

2007-05-21 Thread Herbert Voss
Georg Baum wrote: > Abdelrazak Younes wrote: > >> Jürgen Spitzmüller wrote: >>> Abdelrazak Younes wrote: There's some problems with \textdegree reported on the users list that I can easily reproduce. With the attached LyX file, the LateX export will translate the degree symbol in ma

  1   2   3   >