On Mon, Feb 24, 2003 at 01:39:57AM +0300, Andrey Volkov wrote:
> It seems that when using cases inset in formulas, LyX does not pass
> \usepackage{amsmath} to LaTeX. When I edit formulas with cases, everything is
> fine, but when I try to print, TeX complains on errors. It seems to be a
> small
On Sat, 22 Feb 2003, Alfredo Braunstein wrote:
> Allan Rae wrote:
>
> > A 20 second scan of the code in LoadQueue.C suggests that push_front()
> > and pop_front() is the reason your queue is acting like a stack.
> >
> > Try pushing on one end and popping off the other.
>
> Sorry Allan, I've tried
If it is for an Elseveir journal, then don't. Use the Elseveir bst file,
from their website, and leave them as is. The idea is that Elseveir will
do what they need to your article at their end.
My understanding, from comp.text.tex, is that they wil probably end up
retyping it anyway.
Rod
On Mon
André, I got it working (updateLocal was the key). Attached is a little
picture: a reference inset inside mathed, produced using the reference
dialog and formulabase's localDispatch handling of LFUN_REF_APPLY.
--
Angus<>
John Levon wrote:
> On Mon, Feb 24, 2003 at 12:58:42AM +0100, Christian Ridderstr?m wrote:
>
>> Anyway, it was just a few suggestions for text to show in the graphics
>> inset when the setting "Show images in Lyx" is disabled.
>>
>> In 1.3.0. the inset now shows:
>> Loaded into memory. Must now
Alfredo Braunstein wrote:
> This thing avoids hosing the system if there are too many graphics on one
> screenful: converting is still done on background, but sequentially (not
> in parallel).
>
> I think this is what Angus had in mind (well, this is what I've understood
> from his explanation. I
Hi!
It seems that when using cases inset in formulas, LyX does not pass
\usepackage{amsmath} to LaTeX. When I edit formulas with cases, everything is
fine, but when I try to print, TeX complains on errors. It seems to be a
small bug that did appear between 1.2.1 and 1.3.0. Solution is to redefi
> "Joao" == Joao Luis Meloni Assirati <[EMAIL PROTECTED]> writes:
Joao> On Mon, 24 Feb 2003, Dekel Tsur wrote:
>> On Mon, Feb 24, 2003 at 10:59:33AM -0300, Joao Luis Meloni Assirati wrote:
>> >
>> > I want lyx to export the environment variable XEDITOR to xdvi.
>> Where is > the best place to
[EMAIL PROTECTED] wrote:
>
> Angus, there seems something seriously wrong in your new code of
> '-fontset'. I have had two kinds of problems.
>
> 1. After loading your 'trial' widget without '-fontset' option, my
> X-Window behaves abnormally. One of my xterms crashes without any reason,
> and
Angus, there seems something seriously wrong in your new code of
'-fontset'. I have had two kinds of problems.
1. After loading your 'trial' widget without '-fontset' option, my
X-Window behaves abnormally. One of my xterms crashes without any reason,
and even after stopping the 'trial' this
On Mon, Feb 24, 2003 at 05:02:51PM +, Angus Leeming wrote:
> I did. At least, I made sure it compiled. I also made the appropriate
> changes to gnome although they are untested.
Super magic.
john
John Levon wrote:
> On Mon, Feb 24, 2003 at 09:43:12AM +, Angus Leeming wrote:
>
>> Anyway, I took the silence as consent and just committed it...
>
> I hope you fixed up Qt too. Qt is surprisingly dumb about things like
> this.
I did. At least, I made sure it compiled. I also made the appr
On Mon, Feb 24, 2003 at 09:47:18AM -0600, Albert Chin wrote:
> How about the patch below?
sure, but it needs to go to the boost guys, and then we'll take
the update.
thanks,
john
On Mon, Feb 24, 2003 at 09:21:56PM +0900, [EMAIL PROTECTED] wrote:
> If an ISO10646-1 encoded font matches, QFont just use it.
> Otherwise, it combines several fonts of different encodings
> and switches among them, exactly like XFontSet does.
> For the next question, ask John how to use codec.
C
On Mon, Feb 24, 2003 at 09:43:12AM +, Angus Leeming wrote:
> Anyway, I took the silence as consent and just committed it...
I hope you fixed up Qt too. Qt is surprisingly dumb about things like
this.
regards
john
Jean-Marc Lasgouttes wrote:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> And no answer from Matthias Ettrich
> Angus> either. Perhaps he's out of the office himself. (Or I'm not
> Angus> known to him, so he just filtered out the mail?)
>
> A plot against you perhaps...
> Angus, you should know that there are some linux users who even do not
> read README. To them, this shell script cannot be the answer.
Then they should stick to an OS that treats them as stupid ;-)
> Well, I think I can go with 'lyx -fontset'. In fact, with the kde
> or gnome desktop setting,
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> And no answer from Matthias Ettrich
Angus> either. Perhaps he's out of the office himself. (Or I'm not
Angus> known to him, so he just filtered out the mail?)
A plot against you perhaps... Maybe one of us (who are all known to
Matt
On Mon, 24 Feb 2003, Angus Leeming wrote:
> Wow!
>
> You could supply them with a shell-script wrapper:
>
> $ cat cjklyx
> #! /bin/sh
> if [ $# = 0 ]; then
> lyx -fontset
> elif (echo $* | grep '[-]fontset' > /dev/null); then
> lyx $@
> else
> lyx -fontset $@
> fi
>
While building 1.3.0 with the Qt frontend on Solaris 2.6 with GCC
3.2.2:
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost
-I/opt/TWWfsw/aiksaurus01/include -I/opt/TWWfsw/xpm/include -isystem
/usr/openwin/include -O2 -mcpu=v7 -c lyxsum.C
In file included from ../../boost/boost/integer.h
[EMAIL PROTECTED] wrote:
>
>> You should set the xforms.Fontset option in your .Xdefaults file. (I
> think
>> that the syntax is correct but am not too sure. Try. If successful,
> you'll
>> get
>> fontset == 1
>>
>> I think that you need to restart X after changing .Xdefaults.
>
>
> Is
On Mon, Feb 24, 2003 at 03:06:24PM +, Angus Leeming wrote:
> Jean-Marc Lasgouttes wrote:
> > Angus> Anyway, I took the silence as consent and just committed it...
> >
> > Where did you commit it? I still cannot access cvs.lyx.org...
>
> I committed yesterday.
Does anybody know when Lars will
> You should set the xforms.Fontset option in your .Xdefaults file. (I
think
> that the syntax is correct but am not too sure. Try. If successful,
you'll
> get
> fontset == 1
>
> I think that you need to restart X after changing .Xdefaults.
Isn't it possible to make the end-users to "
Jean-Marc Lasgouttes wrote:
> Angus> Anyway, I took the silence as consent and just committed it...
>
> Where did you commit it? I still cannot access cvs.lyx.org...
I committed yesterday.
No. And no answer from Matthias Ettrich either. Perhaps he's out of the
office himself. (Or I'm not known t
-BEGIN PGP SIGNED MESSAGE-
On Montag, 24. Februar 2003 15:32, Joao Luis Meloni Assirati wrote:
...
> Is there someone with a recent tetex that can confirm if the option
> --src-specials to latex is enabled?
I have SuSE8,1 with (latex --version)
TeX (Web2C 7.3.7) 3.14159
It suppor
On Monday 24 February 2003 14:38, Angus Leeming wrote:
>
> You should set the xforms.Fontset option in your .Xdefaults file. (I think
> that the syntax is correct but am not too sure. Try. If successful, you'll
> get
> fontset == 1
>
> I think that you need to restart X after changing .Xdef
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Jean-Marc Lasgouttes wrote:
>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>>
Angus> I dug this out of my store of things half-implemented. As you
Angus> can see from the SigC references, it's very old ;-)
>>
Angus> Th
On Mon, Feb 24, 2003 at 04:24:11PM +0200, Dekel Tsur wrote:
> > I want lyx to export the environment variable XEDITOR to xdvi. Where is
> > the best place to put this code?
>
> You can also use 'xdvi -editor ...'.
This would be preferable...
Andre'
--
Those who desire to give up Freedom in ord
[EMAIL PROTECTED] wrote:
>
>> What does the print statement, above, print to console when you run?
>> $ lyx -fontset
>> It should be:
>> fontset == 1
>
>
> All is well, here. By the way, is there any 'noble' way of putting the
> option '-fontset' inside the CJK-LyX so that we do
Jean-Marc Lasgouttes wrote:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> They do (should) and we do.
> [...]
> Angus> Does that answer you questions?
>
> Yes, I thought about it after sending the mail.
>
> And does the order in which we enable the native xforms loaders
On Mon, 24 Feb 2003, Dekel Tsur wrote:
> On Mon, Feb 24, 2003 at 10:59:33AM -0300, Joao Luis Meloni Assirati wrote:
> >
> > I want lyx to export the environment variable XEDITOR to xdvi. Where is
> > the best place to put this code?
>
> You can also use 'xdvi -editor ...'.
Yes, I was using this
On Mon, Feb 24, 2003 at 11:32:25AM -0300, Joao Luis Meloni Assirati wrote:
>
> As I could see in tetex mail archives, support for src-specials was
> included and later removed due to bad interaction with some packages. I
> don't know if now it is re-introduced.
>
> Is there someone with a recent
Hi, Alfredo
On Sun, 23 Feb 2003, Alfredo Braunstein wrote:
> Joao Luis Meloni Assirati wrote:
> > tetex: 1.0.7+20011202
> > xdvi: 22.40f
> > Both support 'source special'.
>
> I think this is great. Do you know if there are rpm packages of latex
> supporting --src-specials ? It seems to me that
Jean-Marc Lasgouttes wrote:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> They do (should) and we do.
> [...]
> Angus> Does that answer you questions?
>
> Yes, I thought about it after sending the mail.
>
> And does the order in which we enable the native xforms loaders
On Mon, Feb 24, 2003 at 10:59:33AM -0300, Joao Luis Meloni Assirati wrote:
>
> I want lyx to export the environment variable XEDITOR to xdvi. Where is
> the best place to put this code?
You can also use 'xdvi -editor ...'.
[EMAIL PROTECTED] wrote:
>
> Just ignore my previous messages. It was a false alarm. So with this,
> '-fontset' option turns on "fl_cntl.fontset=1", right?
Yes. Pass -fontset to any xforms app (including lyx) and it will set
fl_cntl.fontset to 1.
--
Angus
> What does the print statement, above, print to console when you run?
> $ lyx -fontset
> It should be:
> fontset == 1
All is well, here. By the way, is there any 'noble' way of putting the
option '-fontset' inside the CJK-LyX so that we don't have to turn this
option on each
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> They do (should) and we do.
[...]
Angus> Does that answer you questions?
Yes, I thought about it after sending the mail.
And does the order in which we enable the native xforms loaders
matter?
JMarc
[EMAIL PROTECTED] wrote:
>
> Please bear with me, Angus. I cannot understand a thing in your new code.
> But let me try.
>
> @@ -863,6 +866,7 @@
> fl_cntl.vclass = fl_vclass_val(fl_cntl.vname);
> fl_cntl.coordUnit = fl_get_vn_value(vn_coordunit, OpCoordU
On Mon, Feb 24, 2003 at 10:59:33AM -0300, Joao Luis Meloni Assirati wrote:
> I want lyx to export the environment variable XEDITOR to xdvi. Where is
> the best place to put this code?
support/filetools.C
Such code was just removed last Friday ;-}
Andre'
--
Those who desire to give up Freedom i
Just ignore my previous messages. It was a false alarm. So with this,
'-fontset' option turns on "fl_cntl.fontset=1", right?
cghan
Hello,
I want lyx to export the environment variable XEDITOR to xdvi. Where is
the best place to put this code?
Regards,
Joao.
Please bear with me, Angus. I cannot understand a thing in your new code.
But let me try.
@@ -863,6 +866,7 @@
fl_cntl.vclass = fl_vclass_val(fl_cntl.vname);
fl_cntl.coordUnit = fl_get_vn_value(vn_coordunit, OpCoordUnit);
+printf("fontset == %d\n",
On Sun, 23 Feb 2003, Dekel Tsur wrote:
> It doesn't compile:
> g++ -DHAVE_CONFIG_H -I. -I. -I. -I../boost -isystem /usr/X11R6/include -O
> -fno-exceptions -W -Wall -Winline -c -o bufferlist.o test -f bufferlist.C ||
> echo './'bufferlist.C
> bufferlist.C: In member function Buffer*
>Buffe
Dekel Tsur wrote:
> On Mon, Feb 24, 2003 at 01:12:32PM +, Angus Leeming wrote:
>
>>Rob Lahaye wrote:
>>
>>>I'm using the new Elsart layout, though I don't know if that matters.
>>>I have trouble to squash multiple citations, e.g. I get [1,2,3,4,5,6]
>>>instead of [1-6]. Any idea what I can do
On Mon, Feb 24, 2003 at 01:12:32PM +, Angus Leeming wrote:
> Rob Lahaye wrote:
> > I'm using the new Elsart layout, though I don't know if that matters.
> > I have trouble to squash multiple citations, e.g. I get [1,2,3,4,5,6]
> > instead of [1-6]. Any idea what I can do about that?
>
> If yo
Rob Lahaye wrote:
> I'm using the new Elsart layout, though I don't know if that matters.
> I have trouble to squash multiple citations, e.g. I get [1,2,3,4,5,6]
> instead of [1-6]. Any idea what I can do about that?
Do you think that this is a question for lyx-devel or lyx-users?
If not using n
Hi all,
I'm using the new Elsart layout, though I don't know if that matters.
I have trouble to squash multiple citations, e.g. I get [1,2,3,4,5,6]
instead of [1-6]. Any idea what I can do about that?
I'm using current CVS.
Regards,
Rob.
[EMAIL PROTECTED] wrote:
>
> On Mon, 24 Feb 2003, Angus Leeming wrote:
>
>
>> Ok I tested it with LANG == en_US.UTF-8 (Standard RH8 setup).
>> All is fine.
Sorry. All is fone with LANG == C. All is BAD with LANG == en_US.UTF-8. No
surprise there.
>> This should be set by a flag passed to fl_
(B[EMAIL PROTECTED] wrote:
(B
(B> On 24 Feb 2003 [EMAIL PROTECTED] wrote:
(B>
(B> >
(B> >
(B> > No. QFont is *supposed* to perform all the necessary dirty works.
(B> >
(B>
(B> Does this mean QFont is a unicode font ? If this is the case, what should
(B> be done to port CJK-LyX to
On Mon, 24 Feb 2003, Angus Leeming wrote:
> Ok I tested it with LANG == en_US.UTF-8 (Standard RH8 setup).
> All is fine.
>
> Note, however, that I don't think that xforms should be clever about
this.
I know. The patch should fail where some non-standard locale setting is
set.
> This shoul
Yann COLLETTE wrote:
> Hello,
>
> I would like to have news about the possibilities to use a script
> language to build an inset: Have you choose a language yet ?
* reLyX is written in perl but is probably going to be replaced by tex2lyx,
written in C++.
* lyx2lyx is written in python and is ma
Hello,
I would like to have news about the possibilities to use a script
language to build an inset: Have you choose a language yet ?
Your sincerely,
Yann COLLETTE
[EMAIL PROTECTED] wrote:
> Attached another of my 'beavering'. It works with 'LANG=C' environment
> here. Would you mind testing the patch in your environment ?
> If it fails, I'm sure that the 'if condition' of the new 'use_fontset()'
> defined at flresource.c, as
Ok I tested it with LANG == en_
hello,
since I finished my first book with LyX 1.2.0 a few days ago ("Diskursethik
als Maximenethik", a dissertation in philosophical ethics), I want to say
'thank you very much' to all developers. After creating an adequate
style-file and installing new fonts, which was not so easy for me --
Jean-Marc Lasgouttes wrote:
> Rob> The recently added lib/templates/elsart.lyx has its execution
> Rob> bits set, while all other .lyx templates in that directory have
> Rob> not. Just noticed it, because elsart.lyx showed up in a different
> Rob> color in my 'ls' :).
> This is a pain, because I d
Jean-Marc Lasgouttes wrote:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> I dug this out of my store of things half-implemented. As you
> Angus> can see from the SigC references, it's very old ;-)
>
> Angus> The idea was to prevent the code in src/frontends from looking
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes:
Rob> Hi,
Rob> The recently added lib/templates/elsart.lyx has its execution
Rob> bits set, while all other .lyx templates in that directory have
Rob> not. Just noticed it, because elsart.lyx showed up in a different
Rob> color in my 'ls' :).
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> I dug this out of my store of things half-implemented. As you
Angus> can see from the SigC references, it's very old ;-)
Angus> The idea was to prevent the code in src/frontends from looking
Angus> in the different GUI dirs. Would
Jean-Marc Lasgouttes wrote:
>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
>
> Angus> Hmmm. That means you have done something to the default
> Angus> settings for the preview converter. It should do
> Angus> lyxpreview->ppm rather than
> lyxpreview-> png, not least because we 'cr
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Hmmm. That means you have done something to the default
Angus> settings for the preview converter. It should do
Angus> lyxpreview->ppm rather than
lyxpreview-> png, not least because we 'crop' displaystyle math
lyxpreview-> because
Andre Poenitz wrote:
> On Sun, Feb 23, 2003 at 07:11:02PM +, Angus Leeming wrote:
>> I would if I could, but baywatch appears to be sick again.
>
> Could you send a mail to Matthias Ettrich this time? ;-)
>
> Andre'
Done.
Angus
--
Christian Ridderström wrote:
> Thanks for the explanation. I did a search for "Model-Controller-View"...
> would you say this:
> http://cpptips.hyperformix.com/cpptips/mvc
> is an accurate description of what you mean?
Yes.
> Or perhaps you have another URI for MVC... sorry MCV
http://marc.the
On Sun, Feb 23, 2003 at 07:11:02PM +, Angus Leeming wrote:
> I would if I could, but baywatch appears to be sick again.
Could you send a mail to Matthias Ettrich this time? ;-)
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, eithe
64 matches
Mail list logo