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
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
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.
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-
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
The message contains Unicode characters and has been sent as a binary attachment.
<>
本邮件由奇志直邮圣手([EMAIL PROTECTED])发送,邮件内容和奇志软件无关
使用奇志直邮圣手邮件群发,无需SMTP服务器,多线程,发送状态可保存,速度超快!
“我要群发网”为您提供全方位的邮件群发方案,请访问http://www.51qunfa.com获取更多信息;
-
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
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
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
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.
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
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
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])
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
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
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
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
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
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
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])
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
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
> |
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], "")
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./..
25 matches
Mail list logo