Re: Sweave - R command line running off edge of page

2009-12-06 Thread lyx-devel
Hi Graham, It might be worthwhile for you to take a look at the SVN version of LyX. It contains a module that enables Sweave to be used with any document class. I've been testing the Sweave integration for a book chapter and it works brilliantly. I tried to get it up and running on version 1.

Re: New Outliner improvements sponsored project

2010-09-05 Thread lyx-devel
Hi All, > Rob, are you listening? Yes, I'm listening. Sorry for being out of the loop. I've been on vacation for the last week days and will be out of email range until next Wendesday. I agree that we need to merge the two projects back together. Moreover, I think it is in a good position to

Re: LyX Outliner and Corkboard - Feature Proposal

2009-03-06 Thread lyx-devel
Kaplinsky" To: lyx-de...@oak-tree.us, lyx-devel@lists.lyx.org Sent: Friday, March 6, 2009 11:32:44 AM GMT -07:00 US/Canada Mountain Subject: Re: LyX Outliner and Corkboard - Feature Proposal Ideally, the tool for organizing one's ideas before and during writing, would enable the user

Re: [Patch] Corkboard

2009-06-03 Thread lyx-devel
appreciate that many things are in tremendously rough shape, this is my first major piece of GUI C++ code in addition to the first creation using the Qt frameworks. Thus it evolved more than was planned. Cheers, Rob - Original Message - From: "Abdelrazak Younes" To: lyx-

Test

2004-02-08 Thread lyx-devel
The message contains Unicode characters and has been sent as a binary attachment. <>

1U»ú¼Ü·þÎñÆ÷»úÏä880Ôªº¬µçÔ´

2003-02-25 Thread lyx-devel
本邮件由奇志直邮圣手([EMAIL PROTECTED])发送,邮件内容和奇志软件无关 使用奇志直邮圣手邮件群发,无需SMTP服务器,多线程,发送状态可保存,速度超快! “我要群发网”为您提供全方位的邮件群发方案,请访问http://www.51qunfa.com获取更多信息; -

Re: FYI on Solaris lyx does no build when -g is omitted

2001-06-08 Thread lyx-devel
On Thu, Jun 07, 2001 at 11:03:55AM +0200, Dimitri Papadopoulos wrote: > Hi, > > > I though I would pass this information along so others would know of > > the problem. I was compiling lyx-1.1.6fix2 on a Sun Ultra-60 running > > Solaris 2.6 using gcc 2.95.3 and the assembler from /usr/ccs/bin. T

Re: [PATCH] mmap CRC

2001-11-27 Thread lyx-devel
On Tue, Nov 27, 2001 at 11:57:18PM +1100, Ben Stanley wrote: > Here is the mmap patch for calculating CRCs quickly. How about wrapping #warnings in #ifdef __GNUC__? > This has fixed my slow CRC problem. > > It seems to work for me, but I think that Lars should put it into his > check_crc test

Re: LyX 1.1.4fix2 with Sun CC 5.0

2000-03-29 Thread lyx-devel
On Wed, Mar 22, 2000 at 04:07:40PM +0100, Jean-Marc Lasgouttes wrote: > > "Albert" == Albert Chin-A-Young <[EMAIL PROTECTED]> writes: > > Albert> Just tried compiling lyx 1.1.4fix2 on Solaris 2.6 with Sun CC > Albert> 5.0: CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images > Albert> -I./..

Re: LyX 1.1.4fix2 with Sun CC 5.0

2000-03-29 Thread lyx-devel
On Wed, Mar 29, 2000 at 04:05:20PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] writes: > > > You should try the lyx version from cvs, I think some fixes to these > problems is in there. > > | // Dirty hack to get blue symbols quickly > | - char * sx = strstr(data[2], "")

Re: LyX 1.1.4fix2 with Sun CC 5.0

2000-03-29 Thread lyx-devel
On Wed, Mar 29, 2000 at 06:44:45PM +0200, Lars Gullik Bjønnes wrote: > [EMAIL PROTECTED] writes: > > | On Wed, Mar 29, 2000 at 04:05:20PM +0200, Lars Gullik Bjønnes wrote: > | > [EMAIL PROTECTED] writes: > | > > | > > | > You should try the lyx version from cvs, I think some fixes to these > |

Re: "--with-lyxname" is dead ...

2001-01-24 Thread lyx-devel
On Wed, Jan 24, 2001 at 10:00:03AM +, John Levon wrote: > > ... long live "--with-lyx-suffix" > > IMHO with-lyxname didn't make much sense with things like reLyX > around. > > This patch installs everything nicely, all specific > > ./configure --with-lyx-suffix=1.1.6fix1 > > or whatever

Re: 1.1.6fix1 (status update #2)

2001-01-26 Thread lyx-devel
On Thu, Jan 25, 2001 at 04:06:29PM +0100, Jean-Marc Lasgouttes wrote: > - compilation on HP-UX fails for various reasons (vsnprintf, isset() > macro...). Is this on anyone's TODO list? If not, we'll take a look at it. -- albert chin ([EMAIL PROTECTED])

Re: 1.1.6fix1 (status update #2) / HP-UX

2001-02-01 Thread lyx-devel
On Thu, Feb 01, 2001 at 08:20:54PM +, Duncan Simpson wrote: > Some local electrons alleged that Albert Chin-A-Young > <[EMAIL PROTECTED]> said: > <...lots snipped...> > > Not all packages use their own vsnprintf() regardless of whether or > > not the system has one. Lftp certainly does not. A

HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-02 Thread lyx-devel
Patch attached to get 1.1.6fix1 compiling under HP-UX 10.20. This patch does the following: 1. Checks if function prototypes for snprintf() and vsnprintf() exist. If not, the prototypes in src/support/snprintf.h are used. 2. When building src/Variables.C, gets included which causes

lib/Makefile.am patch against 1.1.6fix1

2001-02-02 Thread lyx-devel
The configure script for relyx needs to be installed with +x. Out of the box, it is installed as a data file, 644. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- lib/Makefile.am.origFri Feb 2 07:05:07 2001 +++ lib/Makefile.am Fri Feb 2 07:05:36 2001 @@ -4,6 +4,7 @@ MAINTAINE

Re: lib/Makefile.am patch against 1.1.6fix1

2001-02-02 Thread lyx-devel
On Fri, Feb 02, 2001 at 01:44:52PM +, John Levon wrote: > On Fri, 2 Feb 2001 [EMAIL PROTECTED] wrote: > > > The configure script for relyx needs to be installed with +x. Out of > > the box, it is installed as a data file, 644. > > This is my fault. On my system it installed these files as +x

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-05 Thread lyx-devel
On Mon, Feb 05, 2001 at 04:45:01PM +0100, Jean-Marc Lasgouttes wrote: > >>>>> "lyx-devel" == lyx-devel <[EMAIL PROTECTED]> writes: > > lyx-devel> 1. Checks if function prototypes for snprintf() and > lyx-devel> vsnprintf() exist. If not, the

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-06 Thread lyx-devel
On Tue, Feb 06, 2001 at 05:21:38PM +0100, Jean-Marc Lasgouttes wrote: > >>>>> "lyx-devel" == lyx-devel <[EMAIL PROTECTED]> writes: > > lyx-devel> After building and installing, executing lyx gives: > lyx-devel> /usr/lib/dld.sl: Call to mmap() fai

mmap core dump on HP-UX 10.20

2001-02-12 Thread lyx-devel
Disregard my previous message about a core dump error under HP-UX 10.20. I did not have the +x bit set on the libforms.sl file. CVS compiles and runs on 10.20 out of the box. -- albert chin ([EMAIL PROTECTED])

CVS fix for po/Makefile.in.in [grep -> egrep]

2001-02-12 Thread lyx-devel
de.m4 === RCS file: /usr/local/lyx/cvsroot/lyx-devel/config/lyxinclude.m4,v retrieving revision 1.34.2.2 diff -u -3 -p -r1.34.2.2 lyxinclude.m4 --- config/lyxinclude.m42001/01/22 16:09:05 1.34.2.2 +++ config/lyxinclude.m42001/02/13 06:47:24 @@ -967,3 +967,44 @@ if eval

Re: CVS fix for po/Makefile.in.in [grep -> egrep]

2001-02-13 Thread lyx-devel
On Tue, Feb 13, 2001 at 05:36:39PM +1000, Allan Rae wrote: > On Tue, 13 Feb 2001 [EMAIL PROTECTED] wrote: > > 1. Don't assume the system grep understands -E. Use egrep instead. > > Agreed. But do we really need egrep or is grep sufficient? I don't think grep works with '|'. > > 2. Search for n

Re: CVS fix for po/Makefile.in.in [grep -> egrep]

2001-02-16 Thread lyx-devel
On Wed, Feb 14, 2001 at 11:04:54AM +1000, Allan Rae wrote: > On Tue, 13 Feb 2001 [EMAIL PROTECTED] wrote: > > > On Tue, Feb 13, 2001 at 05:36:39PM +1000, Allan Rae wrote: > > > On Tue, 13 Feb 2001 [EMAIL PROTECTED] wrote: > > > > 1. Don't assume the system grep understands -E. Use egrep instead.

Re: namespaces

2001-03-17 Thread lyx-devel
On Thu, Mar 15, 2001 at 07:20:52PM +0100, Lars Gullik Bjønnes wrote: > What I now need is a poll to see if anonymous namespaces are supported > on the different platforms. > > > So people please test: > > > namespace { > > int foo() { return 1; } > > } > > int main() { > int i = foo

Re: Conversion Error

2011-03-16 Thread lyx-devel
Hi Liviu, Thanks for the thoughts. > This can happen when you re-define an inset. For example: > - define an inset "inset 1" and make a document containing this inset - re-define the inset to "inset 2" > - open the original document containing "inset 1" constructs. At this point LyX will label th