On Mon, 18 Jul 2005 23:27:32 +0200 Lars Gullik Bjønnes <[EMAIL PROTECTED]>
wrote:
> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
>
> | Martin Vermeer <[EMAIL PROTECTED]> writes:
> >
> | | On Mon, 18 Jul 2005 20:36:40 +0300 (EEST) Martin Vermeer
> <[EMAIL PROTECTED]> wrote:
> >>
> >>> On Mon,
João Luis Meloni Assirati <[EMAIL PROTECTED]> writes:
| Em Seg 18 Jul 2005 13:21, Lars Gullik Bjønnes escreveu:
>> I have just put the 1.4.0pre1 on the devel ftp site.
>>
>> After we have beat on this a bit and fixed problems discovered I will
>> release pre2 and announce that to a larger audience
Em Seg 18 Jul 2005 13:21, Lars Gullik Bjønnes escreveu:
> So please try out pre1 and report any and all problems you find.
There is a problem with scroll.
Open the attached lyx file math-scroll.lyx and position the cursor by the side
of the fraction. The use the scroll bar to position the math i
Am Montag, 18. Juli 2005 12:15 schrieb Martti Kuparinen:
> Hi!
>
> I'm trying to update the lyx packages on NetBSD's pkgsrc. Currently
> the compilation fails like this. Any ideas?
Did you run configure with --enable-shared? If so, run it without that
option, it does not work.
If not, try --disa
John Levon <[EMAIL PROTECTED]> writes:
| On Mon, Jul 18, 2005 at 09:35:51PM +0100, Angus Leeming wrote:
>
>> -int const col = c - row.pos();
>> +pos_type const col = c - row.pos();
>>
>> I just committed the fix. So much for retirement :)
>
| Tricked you :)
>
| The very retired john
you
On Mon, Jul 18, 2005 at 09:35:51PM +0100, Angus Leeming wrote:
> -int const col = c - row.pos();
> +pos_type const col = c - row.pos();
>
> I just committed the fix. So much for retirement :)
Tricked you :)
The very retired john
Em Seg 18 Jul 2005 13:21, Lars Gullik Bjønnes escreveu:
> I have just put the 1.4.0pre1 on the devel ftp site.
>
> After we have beat on this a bit and fixed problems discovered I will
> release pre2 and announce that to a larger audience.
>
> So please try out pre1 and report any and all problems
Georg Baum wrote:
Menu warning: menu entries "Schrift?derung|S" and "Split-Umgebung|S" share
the same shortcut.
The next update to de.po is just around the corner... gimme a day or two...
Michael
On Mon, 18 Jul 2005 18:21:29 +0200 Lars Gullik Bjønnes <[EMAIL PROTECTED]>
wrote:
>
> I have just put the 1.4.0pre1 on the devel ftp site.
>
> After we have beat on this a bit and fixed problems discovered I will
> release pre2 and announce that to a larger audience.
>
> So please try out pre1
Martin Vermeer <[EMAIL PROTECTED]> writes:
| On Mon, 18 Jul 2005 20:36:40 +0300 (EEST) Martin Vermeer <[EMAIL PROTECTED]>
wrote:
>
>> On Mon, 18 Jul 2005 18:21:29 +0200 Lars Gullik Bjønnes
>> <[EMAIL PROTECTED]> wrote:
>>
>> >
>> > I have just put the 1.4.0pre1 on the devel ftp site.
>> >
>> >
John Levon wrote:
> I needed the below to compile.
> -return min(col, end - 1 - row.pos());
> +return min(long(col), end - 1 - row.pos());
> }
Make that "pos_type(col)" and everyone will be happy...
In fact, it's the wrong fix entirely. The right one is
-int const col = c - r
On Mon, 18 Jul 2005 20:36:40 +0300 (EEST) Martin Vermeer <[EMAIL PROTECTED]>
wrote:
> On Mon, 18 Jul 2005 18:21:29 +0200 Lars Gullik Bjønnes
> <[EMAIL PROTECTED]> wrote:
>
> >
> > I have just put the 1.4.0pre1 on the devel ftp site.
> >
> > After we have beat on this a bit and fixed problems d
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:
Helge> New document, type "test test test" Press "home" or move the
Helge> cursor there. Press F7 for spell checking.
Helge> First, I get "3 words checked". Well, that's fine, but _then_ I
Helge> get the spell check dialog that claims to
Here is another one related to cursor in mathed.
Have at hand any document with math (inline or display, does not matter).
UserGuide.lyx will do. Run lyx and load the document with
File->Open->file.lyx->OK. Then place the cursor inside any math. Then open
again the same document with File->Open
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| Martin Vermeer <[EMAIL PROTECTED]> writes:
>
| | On Mon, 18 Jul 2005 20:36:40 +0300 (EEST) Martin Vermeer <[EMAIL
PROTECTED]> wrote:
>>
>>> On Mon, 18 Jul 2005 18:21:29 +0200 Lars Gullik Bjønnes
>>> <[EMAIL PROTECTED]> wrote:
>>>
>>> >
>>> > I h
Jean-Marc Lasgouttes wrote:
> Helge> New document, type "test test test" Press "home" or move the
> Helge> cursor there. Press F7 for spell checking.
>
> Helge> First, I get "3 words checked". Well, that's fine, but _then_ I
> Helge> get the spell check dialog that claims to be 93% finished. All
>
On Mon, 18 Jul 2005 20:54:03 +0200 Lars Gullik Bjønnes <[EMAIL PROTECTED]>
wrote:
> Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> | On Mon, 18 Jul 2005 20:36:40 +0300 (EEST) Martin Vermeer
> <[EMAIL PROTECTED]> wrote:
> >
> >> On Mon, 18 Jul 2005 18:21:29 +0200 Lars Gullik Bjønnes
> >> <[EMAIL
I needed the below to compile.
john
Index: src/text2.C
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v
retrieving revision 1.623
diff -u -a -p -r1.623 text2.C
--- src/text2.C 18 Jul 2005 11:00:12 - 1.623
+++ s
I have just put the 1.4.0pre1 on the devel ftp site.
After we have beat on this a bit and fixed problems discovered I will
release pre2 and announce that to a larger audience.
So please try out pre1 and report any and all problems you find.
ftp://ftp.devel.lyx.org/pub/lyx/pre/lyx-1.4.0pre1.tar.
Uwe Stöhr wrote:
>> Even if you only take on the Installer, that'd be a huge help.
> I hope that you'll leave not to too far so that I can ask you some
> installer Win things.
Sure. leeming at lyx dot org works.
--
Angus
First, heartfelt thanks to all who helped bring LyX 1.3.6 to fruition
(and continue to work on the sequels).
Second, specifically to Angus, feel free to take the rest of the day
off. :-)
As far as the review article goes, I can't too worked about about the
statement (arguably accurate but IM
Angus Leeming wrote:
Waiting on others is never a good idea. Release now and improve later.
Like Microsoft does ;-)
Just joking, I understand now your decision.
Even if you only take on the Installer, that'd be a huge help.
I hope that you'll leave not to too far so that I can ask you some
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:
Uwe> I promised that LyXWin 1.3.6 will be easy to install for
Uwe> everybody. And that's why they send me the link to the review.
But we are not supposed to fulfill _your_ promises, are we ;)
JMarc
Lars Gullik Bjønnes wrote:
> I will look it over and see if we can apply it between pre1 and pre2.
Does that mean that a pre1 is coming soon? One thing that IMHO really should
go into 1.4.0 final is the conversion of the centering changes. 1.3.x do
this the wrong way. This is fixed in 1.4, but wi
Uwe Stöhr wrote:
> Angus Leeming wrote:
>> And that is the crux of the matter. I've worked like a dog on this
>> release. If I haven't incorporated your whizzy work on the
>> installer, it's because I had to sleep too. Given that my time was
>> limited, I chose to spend it on fixing bugs in LyX its
Uwe Stöhr wrote:
> But anyway, I just want to find a solution for the Win installer which
> we could deliver for LyXWin 1.3.7.
> I was a bit surprised that we released LyXWin at this time. I taught
> that LyX is released independent from the Win version and that LyXWin
> will be released a bit lat
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes:
Uwe> But anyway, I just want to find a solution for the Win installer
Uwe> which we could deliver for LyXWin 1.3.7. I was a bit surprised
Uwe> that we released LyXWin at this time. I taught that LyX is
Uwe> released independent from the Win vers
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
| Please do not checkin anything to cvs until I say that it is ok again.
cvs open again.
Only crash fixes and severe regresseion fixes please, unless cleared
with me.
--
Lgb
Lars Gullik Bjønnes writes:
So did they review LyX or just the install process...
Just the install process.
| regards Uwe,
| who don't know how to explain the people I once convinced to use LyX
| under Win that LyXWin is _not_ difficult to install at all.
Is it hard, just because it takes a
Em Seg 18 Jul 2005 12:19, Lars Gullik Bjønnes escreveu:
>
> I will look it over and see if we can apply it between pre1 and pre2.
I have another patch for forward dvi search that depends on source specials
dvi generation. I hope it is still time for it...
>
> I'll even do some testing...
>
Than
Angus Leeming wrote:
And that is the crux of the matter. I've worked like a dog on this
release. If I haven't incorporated your whizzy work on the installer,
it's because I had to sleep too. Given that my time was limited, I
chose to spend it on fixing bugs in LyX itself.
Hello Angus,
it seem
João Luis Meloni Assirati <[EMAIL PROTECTED]> writes:
| Em Sex 15 Jul 2005 05:20, Lars Gullik Bjønnes escreveu:
>>
>> I am thinking about this patch, and if it can be done in a "simpler"
>> way. Let me think some more hours...
>
| Lars, did you decide about the patch?
I am ashamed to admit that I
Em Sex 15 Jul 2005 05:20, Lars Gullik Bjønnes escreveu:
>
> I am thinking about this patch, and if it can be done in a "simpler"
> way. Let me think some more hours...
Lars, did you decide about the patch?
João.
Please do not checkin anything to cvs until I say that it is ok again.
--
Lgb
On Monday 18 July 2005 15:17, Georg Baum wrote:
> [EMAIL PROTECTED] wrote:
> > Log message:
> > convert frenchb language also in the body
>
> I guess the change of \lang to \language was not intended?
A stupid copy and paste error from me.
> The attached
> patch should be applied if not.
Th
Angus Leeming wrote:
>> http://www.heise.de/newsticker/meldung/61789
> Here's what babelfish makes of the page ;-)
It appears that Andreas Vox is doing a super job of answering c't
readers' questions. Way to go, Andreas!!!
--
Angus
[EMAIL PROTECTED] wrote:
> Log message:
> convert frenchb language also in the body
I guess the change of \lang to \language was not intended? The attached
patch should be applied if not.
GeorgIndex: lib/lyx2lyx/lyx_1_4.py
===
RCS
Uwe Stöhr wrote:
> my mailbox was filled the last hours with mails from friends and
> collegues pointing me to this review:
> http://www.heise.de/newsticker/meldung/61789
Here's what babelfish makes of the page ;-)
FensterTeXnik: Sentence system LyX now also for Windows
The open source sentence
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes:
Alfredo> Just to know... what would be missing in fontiterator?
Alfredo> operator+= would be enough perhaps? Or maybe
Alfredo> operator=(lyx::pos_type) to put it in an arbitrary paragraph
Alfredo> position?
We should have one mode
Ekkehart Schlicht wrote:
> Hi, t may be a good idea to give a list of files
> in the WiKi LyX 1.3.6 for Windows that are needed
> for running LyxWin, and tell people in advance that
> they should first install MinSys, Python, MikTex,
> Perl, Ghostscript, and ImageMagick.
> Ekkehart
Done.
--
Angu
Hi,
it may be a good idea to give a list of files in the
WiKi LyX 1.3.6 for Windows that are needed
for running LyxWin, and tell people in advance that
they should first install MinSys, Python, MikTex,
Perl, Ghostscript, and ImageMagick.
Ekkehart
Jean-Marc Lasgouttes wrote:
>> "Alfredo" == Alfredo Braunstein
>> <[EMAIL PROTECTED]> writes:
>
> Alfredo> Small nitpick... Isn't it possible to use a FontIterator for
> Alfredo> the optimization?
>
> But FontIterator does not handle the bidi stuff, does it? I think this
> solution is th
> [EMAIL PROTECTED] writes:
> So if this review makes some win user install linux instead I'll just
> be happy.
>
> --
> Lgb
>
I just took a look at the comments regarding the article and there is
quite a lively discussion, too. c't (the magazine) has discussed LyX
before - IIRC they talked
[EMAIL PROTECTED] writes:
| Their review focused on the fact that the 1.3.6 release now officially
| supports windows out of the box. The second half the review mentions that
| in order to install LyX on windows one needs quite a bit of other
| software, i.e. MinGW-GNU-Utilities, Python, Ghostscri
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes:
Alfredo> Small nitpick... Isn't it possible to use a FontIterator for
Alfredo> the optimization?
But FontIterator does not handle the bidi stuff, does it? I think this
solution is the simplest to implement when we are walking not i
> Uwe Stöhr <[EMAIL PROTECTED]> writes:
>
> | Hello Angus, hello LyXers,
>>
> | my mailbox was filled the last hours with mails from friends and
> | collegues pointing me to this review:
>>
> | http://www.heise.de/newsticker/meldung/61789
>>
> | heise.de is the webpage of the most important compute
Small nitpick... Isn't it possible to use a FontIterator for the
optimization?
+ // Use font span to speed things up, see below
+ FontSpan font_span = par.fontSpan(row_pos);
+ LyXFont font = getFont(par, row_pos);
+
for (pos_type vpos = row_pos; vpos < cursor_vpos; ++vpos
Uwe Stöhr wrote:
> Hello Angus, hello LyXers,
>
> my mailbox was filled the last hours with mails from friends and
> collegues pointing me to this review:
>
> http://www.heise.de/newsticker/meldung/61789
>
> heise.de is the webpage of the most important computer magazin in
> Germany "c't". If t
Uwe Stöhr <[EMAIL PROTECTED]> writes:
| Hello Angus, hello LyXers,
>
| my mailbox was filled the last hours with mails from friends and
| collegues pointing me to this review:
>
| http://www.heise.de/newsticker/meldung/61789
>
| heise.de is the webpage of the most important computer magazin in
| G
Hello Angus, hello LyXers,
my mailbox was filled the last hours with mails from friends and
collegues pointing me to this review:
http://www.heise.de/newsticker/meldung/61789
heise.de is the webpage of the most important computer magazin in
Germany "c't". If they publish a negative review, p
Andreas Vox wrote:
> Questions:
>
> * Is it ok to do that for quotation and quote?
From a typographical point of view: no. All typographic works that I know say
that indendation has to be ommitted after quotations. That might be
culturally specific, though.
Jürgen
Hi,
I don't know what to do exactly about this bug. Apparently,
LaTeX's \end{quotation} does not end the paragraph, so the
next text is not indented (in spite of LyX showing the
"Indent Paragraph" being checked).
With the patch the following paragraph is indented by default
and unchecking "In
Martin Vermeer wrote:
> With this patch, the code expects the po files to be 8-bit. it is robust
> against users configuring locale strings like de_DE.UTF-8. You shouldn't
> see messed-up menu strings (or inset button texts, TOC/navigation menu
> entries ety.) anymore. If you see them, that is a b
Hi!
I'm trying to update the lyx packages on NetBSD's pkgsrc. Currently
the compilation fails like this. Any ideas?
Martti
echo "timestamp" > package.lo
/bin/sh ../../libtool --mode=link c++ -O2 -pipe -g -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python2.3 -I/usr/X11R6/include -pipe
[EMAIL PROTECTED] wrote:
> Log message:
> new banner
Woo! *Much* less spooky than the previous one!
--
Angus
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> I have uploaded a SuSE 9.2 rpm (qt frontend) to
Georg> ftp.devel.lyx.org. Please move to the correct location.
Thanks, I put it on the ftp site.
JMarc
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Jean-Marc, I've uploaded Fedora Core 3 rpms to
Angus> ftp://ftp.devel.lyx.org/pub/incoming
Angus> lyx-1.3.6-1_qt_fc3.i386.rpm lyx-1.3.6-1_xforms_fc3.i386.rpm
Thanks, they are on the ftp site now.
JMarc
Peter Rockett wrote:
> When I run the Lyx setup I get a popup saying: ?Failed attempting to
> execute configure script? which appears just after ?Extract reLyx? and
> ?Output folder: C:\Program Files\Lyx?. (I am installing as
> administrator.)
You must have a working unix shell installed and LyX
When I run the Lyx setup I get a popup saying: “Failed attempting to
execute configure script” which appears just after “Extract reLyx” and
“Output folder: C:\Program Files\Lyx”. (I am installing as administrator.)
When I try to run Lyx from either the installation procedure or
afterwards, I g
Jean-Marc,
I've uploaded Fedora Core 3 rpms to ftp://ftp.devel.lyx.org/pub/incoming
lyx-1.3.6-1_qt_fc3.i386.rpm
lyx-1.3.6-1_xforms_fc3.i386.rpm
--
Angus
I have uploaded a SuSE 9.2 rpm (qt frontend) to ftp.devel.lyx.org. Please
move to the correct location.
Georg
[EMAIL PROTECTED] wrote:
> Removed files:
> lyx-devel/src/mathed/: math_binaryopinset.C math_binaryopinset.h
>
> Log message:
> remove files that have not been used since two years
Should math_xyarrowinset.[Ch] also be removed? They are also unused.
Georg
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Monday 18 July 2005 02:34, [EMAIL PROTECTED] wrote:
>> Log message:
>> fix up name
>
| Incidentally, what's happened to the ø that you used to defend so
| fiercely? Bjønnes is still comfortably ahead, but Bjonnes is catching
| up.
So a tr is
On Monday 18 July 2005 02:34, [EMAIL PROTECTED] wrote:
> Log message:
> fix up name
Incidentally, what's happened to the ø that you used to defend so
fiercely? Bjønnes is still comfortably ahead, but Bjonnes is catching
up.
$ grep Gullik `find . -name ChangeLog` | grep Bjonnes | wc -l
221
Hi,
I just wanted to write an BIG BIG thanks to Angus.
So I opened the new Lyx, selected File -> New
and started to type "Sehr geehrter Herr Sisyphus". To
check the font I selected "View (pdflatex)". Everything
was fine. It occurred to me, however, that I wrote in German.
So I changed the Languag
65 matches
Mail list logo