Re: problems with the new pdfpages support

2008-04-13 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > I propose to improve the External file feature Did you see my latest fixes? Jürgen

Re: [Cvslog] r24245 - in /lyx-devel/trunk/lib/lyx2lyx: lyx_1_6.py pars...

2008-04-13 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > hyperref is here a bool, but get_value returns a string. No, look again. The condition returns a bool as well. Jürgen

Re: The wiki now blocks 'href' as a word

2008-04-13 Thread Angus Leeming
[EMAIL PROTECTED] wrote: Does anyone know a perl compatible regexp that matches 'href' but not '\href'? Match all occurences of 'href' that are preceded by zero or more whitespace chars and followed by zero or more whitespace chars and an '=' char [\n\t ]*href[\n\t ]*= Angus

Re: Is www.lyx.org ready to go live?

2008-04-13 Thread Joost Verburg
Rex C. Eastbourne wrote: By the way, it seems like the site looks better every time I visit it. Nice work to whoever re-did the colors and the banner at the top of the page! Thanks :) I think the new site is indeed ready to go online. Joost

Re: aussie down again...

2008-04-13 Thread Joost Verburg
Andre Poenitz wrote: Well, it's an ... 'svn repository'. Actually I think that's not the really interesting question. The interesting question for me is 'Can I get it back'? I browsed a bit the sf site but that does not seem to be a hot topic there... http://alexandria.wiki.sourceforge.net/Su

Re: Is www.lyx.org ready to go live?

2008-04-13 Thread Rex C. Eastbourne
[EMAIL PROTECTED] wrote: Hi, I had planned on going live with www.lyx.org this weekend, but with aussie down that seems difficult. That aside, does anyone know a reason why we can't just let it go live? Looks to me like we're ready to roll (well, once the server is back up). By the way, it s

Re: aussie down again...

2008-04-13 Thread Andre Poenitz
On Sun, Apr 13, 2008 at 04:31:34PM -0500, Bo Peng wrote: > > To be honest, this does not look overly attractive to me right now. > > I can say "if blah blah, and blah can trust sourceforge for their > development, so can lyx". The list of blahs is easy to get so I even > did not try to make one.

Re: aussie down again...

2008-04-13 Thread Bo Peng
> To be honest, this does not look overly attractive to me right now. I can say "if blah blah, and blah can trust sourceforge for their development, so can lyx". The list of blahs is easy to get so I even did not try to make one. > Of course there are also a few technical details: Like could we

Re: broken aspell-ru

2008-04-13 Thread Uwe Stöhr
> I downloaded ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows/aspell6-ru-0.99f7-1.exe and running > it displayed attached error message. Could you try out if this version works for you?: http://prdownload.berlios.de/lyxwininstall/aspell6-ru-0.99f7-1.exe regards Uwe

Re: [Cvslog] r24245 - in /lyx-devel/trunk/lib/lyx2lyx: lyx_1_6.py pars...

2008-04-13 Thread Uwe Stöhr
> This routine has a bug: the \use_hyperref tyg is only removed if hyperref was > selected. I have overseen this, sorry. But why this?: > -i = find_token(document.header, "\\use_hyperref true", i) > +i = find_token(document.header, "\\use_hyperref", i) > if i != -1: > +

Re: aussie down again...

2008-04-13 Thread Andre Poenitz
On Sun, Apr 13, 2008 at 02:30:45PM -0500, Bo Peng wrote: > On Sun, Apr 13, 2008 at 11:44 AM, <[EMAIL PROTECTED]> wrote: > > /Christian > > sourceforge.net should seriously be considered. To be honest, this does not look overly attractive to me right now. Call me old-fashioned, but I have rather

Re: aussie down again...

2008-04-13 Thread Bo Peng
On Sun, Apr 13, 2008 at 11:44 AM, <[EMAIL PROTECTED]> wrote: > /Christian sourceforge.net should seriously be considered. Bo

Re: Is www.lyx.org ready to go live?

2008-04-13 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: > As for the announcement, who's allowed to send to the announcement list? Lars, Jean-Marc, José and I, AFAIK. Jürgen

Re: problems with the new pdfpages support

2008-04-13 Thread Uwe Stöhr
>> - In the options tab the default is LaTeX and not PDFLaTeX. Therefore one >> often inserts the options to the wrong place. It would be better when the >> default is PDFLaTeX > > AFAICS we cannot set a default. It's just inserted alphabetically to the > combo, and the first item is chosen (that'

Is www.lyx.org ready to go live?

2008-04-13 Thread christian . ridderstrom
Hi, I had planned on going live with www.lyx.org this weekend, but with aussie down that seems difficult. That aside, does anyone know a reason why we can't just let it go live? As for the announcement, who's allowed to send to the announcement list? /Christian PS. If someone wishes to make

Re: The wiki now blocks 'href' as a word

2008-04-13 Thread christian . ridderstrom
On Sun, 13 Apr 2008, [EMAIL PROTECTED] wrote: On Sun, 13 Apr 2008, Jürgen Spitzmüller wrote: [EMAIL PROTECTED] wrote: > which should match 'href' as a separate word. I hope this does not apply to the LaTeX command \href. Hmm... it probably does.. aussie is down, so I can't test. I'll lo

aussie down again...

2008-04-13 Thread christian . ridderstrom
/Christian -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: The wiki now blocks 'href' as a word

2008-04-13 Thread christian . ridderstrom
On Sun, 13 Apr 2008, Jürgen Spitzmüller wrote: [EMAIL PROTECTED] wrote: which should match 'href' as a separate word. I hope this does not apply to the LaTeX command \href. Hmm... it probably does.. aussie is down, so I can't test. I'll look at it. Thanks, /Christian -- Christian Ridders

Re: The fourth embedding proposal from Abdel.

2008-04-13 Thread Bo Peng
> In a way, this is even more flexible than > your solution. As I said, if the external contributor is interested in your > file hierarchy, ... Abdel, This is the only 'advantage' I see from your messages and I do not see how your proposal could be more flexible. If two co-authors use differen

Re: [Cvslog] r24245 - in /lyx-devel/trunk/lib/lyx2lyx: lyx_1_6.py pars...

2008-04-13 Thread Jürgen Spitzmüller
uwestoehr wrote: > lyx2lyx: lyx_1_6.py, parser_tools.py: >    add a conversion routine for the PDF options, fixes > http://bugzilla.lyx.org/show_bug.cgi?id=4612 This routine has a bug: the \use_hyperref tyg is only removed if hyperref was selected. The attached patch fixes it for me. I'll commit

Re: problems with the new pdfpages support

2008-04-13 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Uwe, these are general drawbacks of the external template. I cannot do > anything about it (unless there's a general combined PDFLaTEX/LaTEX Format > I've overlooked). Actually, the LaTeX format is meant to be used as such a general format, if no specific PDFLaTeX form

broken aspell-ru

2008-04-13 Thread Nick Shaforostoff
I downloaded ftp://ftp.lyx.org/pub/lyx/contrib/aspell6-windows/aspell6-ru-0.99f7-1.exe and running it displayed attached error message. i tried running it with /NCRC option, but got no effect Also, please make LyX suggesting user going to http://wiki.lyx.org/Windows/Aspell6 to download dic

Re: problems with the new pdfpages support

2008-04-13 Thread Jürgen Spitzmüller
Herbert Voss wrote: > However, you always run vlatex, its _default_ output is pdf. I mean, that vlatex uses LyX's LaTeX source output, not the spedific PDFLaTeX one. Jürgen

Re: problems with the new pdfpages support

2008-04-13 Thread Herbert Voss
Jürgen Spitzmüller schrieb: AFAICS we cannot set a default. It's just inserted alphabetically to the combo, and the first item is chosen (that's why I added a hint to select "PDFLaTeX" in the description window). - Inserting pdfpages options to LaTeX is senseless because it promise a feature

alpha2?

2008-04-13 Thread Neal Becker
I saw mention of alpha2. Is it out?

Re: problems with the new pdfpages support

2008-04-13 Thread Jürgen Spitzmüller
Uwe, these are general drawbacks of the external template. I cannot do anything about it (unless there's a general combined PDFLaTEX/LaTEX Format I've overlooked). Uwe Stöhr wrote: > Hello Jürgen, > > I tested out your new pdfpages support and found the following issues: > > - In the options tab

problems with the new pdfpages support

2008-04-13 Thread Uwe Stöhr
Hello Jürgen, I tested out your new pdfpages support and found the following issues: - In the options tab the default is LaTeX and not PDFLaTeX. Therefore one often inserts the options to the wrong place. It would be better when the default is PDFLaTeX - Inserting pdfpages options to LaTeX is

Re: [patch] fix bug 2504

2008-04-13 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Jürgen, also OK for branch? OK. Jürgen

Re: [Cvslog] r24230 - /lyx-devel/trunk/po/de.po

2008-04-13 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > Well, it's about "Kapitaelchen", no? > > I wondered about this as well. The official German name for noun is > "Kapitälchen": http://de.wikipedia.org/wiki/Kapit%C3%A4lchen No. The German translation for "small caps" is Kapitälchen. "Noun" is a character style that happens to

Re: The fourth embedding proposal from Abdel.

2008-04-13 Thread Abdelrazak Younes
Bo Peng wrote: But the inset presentation will change, right? Only when the document is organized for bundling. And please note that this can be done externally by a python script such as the one proposed by Enrico. But the document is changed. Viewed from another machine, the in