Re: CVS tips?

2003-02-28 Thread Kayvan A. Sylvan
On Sat, Mar 01, 2003 at 03:26:28PM +1300, Michael A. Koziarski wrote: > hey guys, > > I've just purchased a new computer, so my old one needs to be put to > work. I was wondering, does anyone currently rsync the CVS tree and > work from there for testing things out? > > also, would anyone be in

Re: Help request, please read

2003-02-28 Thread Alfredo Braunstein
Daniele Stanzani wrote: > > Hi, i'm italian and new in using LyX. I haven't found any keyboard map > suitable for my keyboard, and no help page telling me how to create it. > > Please tell me how to do. > > Daniele from Italy I think that you don't need any special lyx keymap. You should setup

CVS tips?

2003-02-28 Thread Michael A. Koziarski
hey guys, I've just purchased a new computer, so my old one needs to be put to work. I was wondering, does anyone currently rsync the CVS tree and work from there for testing things out? also, would anyone be interested in automatically produced nightly snapshots from cvs? Cheers Koz

Re: [Patch] Fix for the QT frontend math font bugs

2003-02-28 Thread John Levon
On Fri, Feb 28, 2003 at 11:58:30PM +0200, Dekel Tsur wrote: > The attached patch should fix the issue we have. Please test. Looks good, but : + if (cache_set[family]) + return cache[family]; dont you mean : if (cache_set[family]) return true ? Als

Help request, please read

2003-02-28 Thread Daniele Stanzani
Hi, i'm italian and new in using LyX. I haven't found any keyboard map suitable for my keyboard, and no help page telling me how to create it. Please tell me how to do. Daniele from Italy

[Patch] Fix for the QT frontend math font bugs

2003-02-28 Thread Dekel Tsur
The current code for qfont_loader::available does not work properly (the problem is in QT: In some cases, the symbol fonts are listed in QFontDatabase, but QT refuses to load them). The attached patch should fix the issue we have. Please test. patch.gz Description: application/gzip

Re: compile errors

2003-02-28 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > And the patch. > Alfredo Dekel, can you apply instead this patch? Thanks, Alfredo

Re: compile errors

2003-02-28 Thread Alfredo Braunstein
And the patch. Alfredo ? save Index: ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/ChangeLog,v retrieving revision 1.1056 diff -u -r1.1056 ChangeLog --- ChangeLog 2003/02/28 09:49:43 1.1056 +++ ChangeLog 2003/02/28 17:03:52

Re: compile errors

2003-02-28 Thread Alfredo Braunstein
One more time, with Changelogs. This fixes my broken headers, plus a lot of other source files which brokenly assumed that converter.h would include LStrings.h and/or support/lstrings.h for them (and I've removed it from there). It also adds #include to LoaderQueue.C and forkedcallqueue.C. There

Re: 1.3.0 build error on Solaris 2.6

2003-02-28 Thread Jean-Marc Lasgouttes
> "Albert" == Albert Chin <[EMAIL PROTECTED]> writes: Albert> While building 1.3.0 with the Qt frontend on Solaris 2.6 with Albert> GCC 3.2.2: Albert> ../../boost/boost/integer_traits.hpp:109:2: #error No Albert> WCHAR_MIN and WCHAR_MAX present, please adjust Albert> integer_traits<> for your

Re: Lyx 1.3.0 on Solaris 2.6: Boost?

2003-02-28 Thread Jean-Marc Lasgouttes
> "A" == A P Manners <[EMAIL PROTECTED]> writes: A> The problem seems to be more to do with gcc-2.95.2 than Solaris A> (although I had to fix the problem refered to by Albert Chin). A> Boost wants to include std::this and std::that which do not exist. A> I got around a few but eventually gave

Re: Lyx 1.2.1 bug: LaTeX \includegraphics dimensions incorrect for small percentages

2003-02-28 Thread Jean-Marc Lasgouttes
> "Matthew" == Matthew Brand <[EMAIL PROTECTED]> writes: Matthew> Bravo to you all for such a well-conceived piece of software. Matthew> A small bug in LaTeX generation in version 1.2.1: Matthew> If you include an external graphic and specify that its Matthew> dimensions should be less than 1

Re: [Patch] LLNCS layout missing stdfloats.inc

2003-02-28 Thread Jean-Marc Lasgouttes
> "Ling" == Ling Li <[EMAIL PROTECTED]> writes: Ling> When I upgraded one old file using LLNCS style from 1.1.6fix4 to Ling> 1.3, TeX complained about the figures. Adding stdfloats to the Ling> llncs.layout would solve my problem. Ling> I didn't check whether there're other problems in the la

compile errors

2003-02-28 Thread Alfredo Braunstein
I start a new thread because I feel enough ashamed of the other one :) Ok, this is what I've got. Should in theory be ok for both qt and xforms. (to be applied against current cvs) Please continue to correct me or point errors if they show up, I surely deserve it. Thanks, Alfredo Colorful rema

Re: Update pl.po

2003-02-28 Thread Jean-Marc Lasgouttes
> "Tomasz" == Tomasz Luczak <[EMAIL PROTECTED]> writes: Tomasz> Hello I send updated pl.po file pl.po file taken from recently Tomasz> remerged (20 february) I applied it. Thanks. JMarc

Re: converter.C

2003-02-28 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> So how can I solve the original compile problem of Edwin on Alfredo> gcc 3.2? I'm totally lost here. Moreover, is there a way to Alfredo> make g++ 2.95 to behave as strict as g++ 3.x? Try to add ``#include '' as first thin

Re: converter.C

2003-02-28 Thread Alfredo Braunstein
Alfredo Braunstein wrote: > and we do need LString.h in format.h. > > Ok, it's between #if 0 #endif but... > > So how can I solve the original compile problem of Edwin on gcc 3.2? I'm > totally lost here. Moreover, is there a way to make g++ 2.95 to behave as > strict as g++ 3.x? Of course, I'v

Re: [Bug] BibTeX parameters auto sorted

2003-02-28 Thread Jean-Marc Lasgouttes
> "Ling" == Ling Li <[EMAIL PROTECTED]> writes: Ling> Problem: While adding .bib files via "BibTeX Database form," Ling> they are sorted alphabetically. However, sometimes this is not Ling> desired. For example, I put all "@string" into a abbrev.bib file Ling> and would like this file to be li

Re: converter.C

2003-02-28 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 28. Februar 2003 16:26, Edwin Leuven wrote: > ../../lyx-devel/src/format.C:28: `cout' not declared missing #include > ../../lyx-devel/src/format.C:30: `io' not declared Remove this line Kornel - -- Kornel Benko [EMAIL PROTECTED] -BEG

Re: Towards LyX 1.3.1 [status update #1]

2003-02-28 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> Jean-Marc Lasgouttes wrote: >> OK, it seems that Angus applied it. What would be a good (short) >> description of the bug it fixes? >> >> JMarc Alfredo> I think something like: Alfredo> "Preview snippets are converted tw

Re: converter.C

2003-02-28 Thread Alfredo Braunstein
Jean-Marc Lasgouttes wrote: > Alfredo, please don't do this. should be included as the > first header in all .C file, but never in .h files. > > JMarc Finally, some words of wisdom. I though that this was the solution because of LString.h: #if 0 #ifndef _CONFIG_H #error The header should alwa

Re: Elsart layout

2003-02-28 Thread Jean-Marc Lasgouttes
> "Vaclav" == Vaclav Smidl <[EMAIL PROTECTED]> writes: Vaclav> (I had to change Author_Address to AuthorAddress. It does not Vaclav> work with CopyStyle! lyx announce it does not know Vaclav> Author_Address but 'Author Address' which does not work Vaclav> eather. AuthorAddress is safe enough.)

Re: converter.C

2003-02-28 Thread Jean-Marc Lasgouttes
> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes: Alfredo> Kornel Benko wrote: >> -BEGIN PGP SIGNED MESSAGE- >> >> On Freitag, 28. Februar 2003 14:35, Alfredo Braunstein wrote: >>> Try adding #include to the top of format.h. >> Next error: >> Alfredo> How about this? I

Re: converter.C

2003-02-28 Thread Edwin Leuven
still get cc1plus: warning: changing search order for system directory "/usr/include" cc1plus: warning: as it has already been specified as a non-system directory and ../../lyx-devel/src/format.C:28: `cout' not declared ../../lyx-devel/src/format.C:30: `io' not declared ../../lyx-devel/src/f

Re: converter.C

2003-02-28 Thread Alfredo Braunstein
Kornel Benko wrote: > Still some there, but next directory ... > Of course, forgot about xforms. (should work with qt, though). I'll need another age to compile. Sigh. Alfredo

LyX 1.3.0 compile problems on Solaris

2003-02-28 Thread Kim Roland Rasmussen
Hi! I'm trying to compile LyX 1.3.0 on a Solaris 2.8 system, but I've run into trouble. Here's where it breaks: [...] source='GraphicsCacheItem.C' object='GraphicsCacheItem.lo' libtool=yes \ depfile='.deps/GraphicsCacheItem.Plo' tmpdepfile='.deps/GraphicsCacheItem.TPlo' \ depmode=gcc /bin/bash .

Re: converter.C

2003-02-28 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 28. Februar 2003 15:31, Alfredo Braunstein wrote: > How about this? I hope I'v catched them all... > > Alfredo > > patch.diff Still some there, but next directory ... source='xformsImage.C' object='xformsImage.lo' libtool=yes \ depfile='.deps/xforms

Re: converter.C

2003-02-28 Thread Alfredo Braunstein
Kornel Benko wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Freitag, 28. Februar 2003 14:35, Alfredo Braunstein wrote: >> Try adding #include to the top of format.h. > > Next error: > How about this? I hope I'v catched them all... Alfredo ? save Index: converter.C ===

Re: converter.C

2003-02-28 Thread Alfredo Braunstein
Kornel Benko wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Freitag, 28. Februar 2003 14:35, Alfredo Braunstein wrote: >> Try adding #include to the top of format.h. > > Next error: > > g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/include > -I/usr/X11R6/include -ftemplate-depth-50 -

Re: converter.C

2003-02-28 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Freitag, 28. Februar 2003 14:35, Alfredo Braunstein wrote: > Try adding #include to the top of format.h. Next error: g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -I/usr/include -I/usr/X11R6/include -ftemplate-depth-50 -fno-exceptions -W -Wall -Winline -c -

Re: converter.C

2003-02-28 Thread Alfredo Braunstein
Try adding #include to the top of format.h. Alfredo

Re: converter.C

2003-02-28 Thread Alfredo Braunstein
Edwin Leuven wrote: > compile fails for me: > > g++ -DHAVE_CONFIG_H -I. -I../../lyx-devel/src -I. -I../../lyx-devel/boost > -I/usr/include -I/usr/X11R6/include -g -O -fno-exceptions -W -Wall > -Winline -c -o graph.o `test -f '../../lyx-devel/src/graph.C' || echo > '../../lyx-devel/src/'`../../l

Fonts available in Layout->Document->Layout

2003-02-28 Thread Oscar Jacob
Hi, Is there a way to extend the list of available fonts in the Layout->Document->Layout dialog? I have installed a few fonts that are not available in this list (like charter) but which are still very easily usable by adding "\usepackage{fontname}" to the preamble. And AFAIK this is just what

Re: Elsart layout

2003-02-28 Thread Vaclav Smidl
Thanks for trying this. > Just had a further look, and I'm guessing that you're trying to get output > as in example 2 of instraut.ps, where the authors are one after the other, > followed by addresses? I have to admit, this isn't a format I've ever had > to use, so I didn't think of it. You are

Re: converter.C

2003-02-28 Thread Edwin Leuven
compile fails for me: g++ -DHAVE_CONFIG_H -I. -I../../lyx-devel/src -I. -I../../lyx-devel/boost -I/usr/include -I/usr/X11R6/include -g -O -fno-exceptions -W -Wall -Winline -c -o graph.o `test -f '../../lyx-devel/src/graph.C' || echo '../../lyx-devel/src/'`../../lyx-devel/src/graph.C cc1plus:

Re: CJK-LyX-1.3.0

2003-02-28 Thread cghan
Apparantly, the patch is here! cghan --- types.h 2003-03-01 03:57:47.0 +0900 +++ types._new.h2003-03-01 03:59:30.0 +0900 @@ -24,7 +24,7 @@ * char_type == char except in CJK-LyX where char_type == wchar_t. */ typedef wchar_t char_type; -

Re: CJK-LyX-1.3.0

2003-02-28 Thread cghan
On Fri, 28 Feb 2003, Kohtaro Hitomi wrote: >In file included from ../../src/lyxtextclass.h:21, > from ../../src/bufferparams.h:23, > from ../../src/lyxrc.h:19, > from formulabase.C:27: > >../../src/s

Re: converter.C

2003-02-28 Thread Andre Poenitz
On Fri, Feb 28, 2003 at 09:45:15AM +0100, Alfredo Braunstein wrote: > Sorry for the delay, the patch didn't applied cleanly anymore and had to > backup some new changes to recreate it. Applied. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they d

Bug with Checkout and Checkin (RCS)

2003-02-28 Thread Kayvan A. Sylvan
Latest LyX-1.4.0cvs seems to have some bugs with respect to checkout and checkin and noticing changes in the readonly status of the current buffer. The "co" or "ci" happen, but the buffer readonly status is not correctly set. Anyone else see this? ---Kayvan -- Kayvan A.

Re: converter.C

2003-02-28 Thread Alfredo Braunstein
Andre Poenitz wrote: > Send me the patch again. > > Andre' > Sorry for the delay, the patch didn't applied cleanly anymore and had to backup some new changes to recreate it. Alfredo /** * \file format.C * This file is part of LyX, the document processor. * Licence details can be found in th