On Thu, Oct 24, 2002 at 06:30:00AM +0930, Darren Freeman wrote:
> I just found that when I selected something in a mathed box and clicked
> on a symbol to insert from the math panel, that the symbol appeared at
> the end of the box rather than over the selection.
Known bug. Nothing could be done a
Rob Lahaye wrote:
> Rob Lahaye wrote:
>
>>Angus,
>>
>>The Alignment radiobuttongroup of 4 buttons in the Paragraph dialog (with
>>my patch applied!) behaves differently from the Placement buttongroup of
>>3 buttons in the Float dialog. And I can't find the reason for this
>>different behaviour.
>
I just wonder why this had worked before for everybody:
--- src/counters.C 6 Sep 2002 14:47:59 - 1.15
+++ src/counters.C 23 Oct 2002 20:58:43 -
@@ -278,7 +278,8 @@ string Counters::labelItem(string const
}
s << o.str();
}
- retu
On Thu, Oct 24, 2002 at 06:59:51AM +0930, Darren Freeman wrote:
> I was inserting brackets using the math panel, into mathed. If I click
> on the bracket I want, it is inserted. If I then click OK, it is
> inserted again. Isn't this wrong? Or at the least confusing?
Hm... its the ordinary "Ok/Appl
On Thu, Oct 24, 2002 at 07:38:12AM +0930, Darren Freeman wrote:
> > You are using underscore in a \textrm environment.
> > LaTeX does not like this.
>
> Sorry, I don't understand what you mean. The problem is not there if I
> don't try to put bold (or emphasis as it turns out) in a mathed box.
It
Andre Poenitz <[EMAIL PROTECTED]> writes:
| I just wonder why this had worked before for everybody:
Because nobody has used lyxstring for a long, long time.
There are no automatic conversion from basic_string<> to lyxstring.
--
Lgb
On 23 Oct 2002, Jean-Marc Lasgouttes wrote:
> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
> Lars> IMHO the only benefit with lyxstring now is that it makes lyx
> Lars> compile on some os where it would otherwise get linking errors.
>
> A datapoint with 1.2.2cvs (I know this i
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Andre Poenitz <[EMAIL PROTECTED]> writes: | I just wonder why this
Lars> had worked before for everybody:
Lars> Because nobody has used lyxstring for a long, long time.
Lars> There are no automatic conversion from basic_string
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> On Wednesday 23 October 2002 3:54 pm, Andre Poenitz wrote:
>> On Wed, Oct 23, 2002 at 04:03:52PM +0200, Jean-Marc Lasgouttes
>> wrote: > It would be easier to make lyx search in this directory
>> too, > like what the following simpl
On Thu, Oct 24, 2002 at 10:07:33AM +0200, Jean-Marc Lasgouttes wrote:
> Just to satisfy my curiosity, would something like that work?
In most cases probably yes (if this is the only "user defined conversion"
involved).
> lyxstring::lyxstring(std::string const &str)
> {
> //what should I p
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Oct 23, 2002 at 06:04:14PM +0200, Jean-Marc Lasgouttes
Andre> wrote:
>> Are you sure you applied it correctly?
Andre> No. I hand-edited a line. Maybe the wrong one...
I think you added the "-1" inside the fl_get_choice par
On Thu, Oct 24, 2002 at 08:46:57AM +0800, Rod Pinna wrote:
> Yup. I tried 2.95 from Woody yesterday as well, and I seemed to get the
> same error. I'll uninstall 3.0.4, in case it's left some gunk around.
That's strange. I use 2.95.3 all day.
Andre'
--
Those who desire to give up Freedom in ord
On Thu, Oct 24, 2002 at 09:13:26AM +0800, Rod Pinna wrote:
> /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
> -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -W -Wall
> -c formulabase.C
> g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -isystem
> /usr
On Thu, Oct 24, 2002 at 10:18:49AM +0200, Jean-Marc Lasgouttes wrote:
> I think you added the "-1" inside the fl_get_choice parameters instead
> of outside.
Maybe. I removed the file already and updated.
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> Andre Poenitz <[EMAIL PROTECTED]> writes: | I just wonder why this
| Lars> had worked before for everybody:
|
| Lars> Because nobody has used lyxstring for a long, long ti
Andre Poenitz <[EMAIL PROTECTED]> writes:
| Well. Using g++-v3/bits/stringfwd.h if available and
| everywhere else would do for starters...
I am really against poking into implementation finding ways to (ab)use
it.
--
Lgb
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Thu, Oct 24, 2002 at 09:13:26AM +0800, Rod Pinna wrote:
| > /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I.
| > -I../../src -I./../ -I../../boost -isystem /usr/X11R6/include -W -Wall
| > -c formulabase.C
| > g++ -DHAVE_CONFIG_H -I.
> What did configure say about ostream support?
> What does config.h say about ostream support?
I've just done a
distclean
clean
cvs update
./autogen
./configure
make
and it seems to have gotten alot further along. I'll let you know how it
goes.
Rod
_
On Thu, Oct 24, 2002 at 10:30:11AM +0200, Lars Gullik Bjønnes wrote:
> | Well. Using g++-v3/bits/stringfwd.h if available and
> | everywhere else would do for starters...
>
> I am really against poking into implementation finding ways to (ab)use
> it.
We could copy that code to our own header fi
Dear lyx-developers,
I'm currently working on a docutment with ~ 80 tables, which are
automatically generated from csv-Files and then included in the document.
Most of them are longtables, so I decided to generate them all as LTs, and
consequently not to embedd them in float environments.
But th
On Thursday 24 October 2002 2:06 am, Rob Lahaye wrote:
> Angus,
>
> A small patch to src/frontends/xforms/FormDocument.C:
>
> (1)"#include FORMS_H_LOCATION" is there twice,
>
> (2) The following header includes appear to be superfluous:
>
> #include "bufferparams.h"
> #include "vspace.h
On Thursday 24 October 2002 3:26 am, Rob Lahaye wrote:
> Angus Leeming wrote:
> > On Wednesday 23 October 2002 10:08 am, Rob Lahaye wrote:
> >>BTW: there are two more issues with the BibTeX dialog.
> >>1) I added Restore/OK/Apply/Cancel button group to this
> >>dialog. Apply is needed to activate t
Angus Leeming wrote:
>>
>>A click on [Apply] should disable the Restore/OK/Apply and
>>change "Cancel" into "Close"; at least that happens in other
>>dialogs.
>>
>>In the Bibtex dialog, OK and Apply remain enabled.
>>
>>Is that a bug in Dialogs_impl.h ?
>
>
> Indeed. That's NoRepeatedApplyReadOnl
On Wed, Oct 23, 2002 at 08:30:55PM +0200, Andre Poenitz wrote:
> On Thu, Oct 24, 2002 at 03:14:19AM +0930, Darren Freeman wrote:
>
> You could argue that LyX should make it impossible to put underscores in
> "invalid" positions but other export formats may have different
> preferences...
We don't
On Thu, Oct 24, 2002 at 09:13:37AM +0200, Andre Poenitz wrote:
> which is ok, as the _1 is outside "math text mode". Then there is
>
> \begin{array}... \textbf{\textrm{HH}_1}
>
> which is not ok, as the \textbf puts you in text bold mode. A solution
> would be to use
>
> \begin{array}... \m
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Oct 23, 2002 at 04:52:23PM +0100, Angus Leeming wrote:
>> Go on, I'll bite. Care to give us an outline of the idea?
John> We have lots of code that needs to know characteristics of the
John> inset its looking at. Many of these a
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Oct 23, 2002 at 07:29:18PM +0200, Edwin Leuven wrote:
>> On Wednesday 23 October 2002 17:56, Garst R. Reese wrote: > For me
>> qt is just another bloated lib to install on an already crowded >
>> disk.
>>
>> you must have been t
On Thu, Oct 24, 2002 at 12:03:42PM +0200, Dekel Tsur wrote:
> We don't support other formats now, and we won't in the near future.
> In my opinion, you should prevent the user from entering underscores
> in forbidden places.
How?
Andre'
--
Those who desire to give up Freedom in order to gain Se
On Thu, Oct 24, 2002 at 12:03:42PM +0200, Dekel Tsur wrote:
> We don't support other formats now, and we won't in the near future.
Well. We do a bit of MathML, and there are the CAS backends.
> In my opinion, you should prevent the user from entering underscores
> in forbidden places.
Not trivia
On Thu, Oct 24, 2002 at 12:13:41PM +0200, Jean-Marc Lasgouttes wrote:
> John> We have lots of code that needs to know characteristics of the
> John> inset its looking at. Many of these are simple true/fase
> John> characterisations. It would be nice to avoid all the code
> John> handling these trai
On Thursday 24 October 2002 02:58, Garst R. Reese wrote:
>
> It's OK John, I _was_ president of my college debating club :)
> But that does not mean that I am against Qt dev. My car license plate
> happens to be QT 519, which says only that P.E.I. is small.
Completly out of topic, but this weeke
Can I apply my patches (fixing lyxlength and a fix for multi-lingual docs) ?
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>
| Andre> On Wed, Oct 23, 2002 at 04:03:52PM +0200, Jean-Marc Lasgouttes
| Andre> wrote:
>>> It would be easier to make lyx search in this directory too, like
>>> what the following simple
The next installment of Rob's changes.
Ok to apply?
Angus
graphics.diff.gz
Description: GNU Zip compressed data
On Tue, Oct 22, 2002 at 10:02:31AM +0200, Andre Poenitz wrote:
> [Short translation:
>
> in "scrclass.inc" a "Input stdcounters.inc" might be missing.
>
> ]
It *is* missing. Overlooked that these classes don't use
stdclass.inc :-(
Patch.
Martin
Index: scrclass.inc
==
Problem seems to be solved, unfortunately, I have no idea what it was.
Rod
_
rod | "Beneath the waves, the waves / That's where I will be /
| I'm going to see the cow beneath the sea."
| They Might Be
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Thu, Oct 24, 2002 at 10:30:11AM +0200, Lars Gullik Bjønnes wrote:
>> | Well. Using g++-v3/bits/stringfwd.h if available and
>> | everywhere else would do for starters...
>>
>> I am really against poking into implementation finding ways to (ab)use
>>
On Thu, Oct 24, 2002 at 02:35:08PM +0300, Martin Vermeer wrote:
> Patch.
I simply applied it.
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
Angus Leeming <[EMAIL PROTECTED]> writes:
| The next installment of Rob's changes.
| Ok to apply?
It looks ok to me. But does it change the fileformat?
Does it handle both old and new?
--
Lgb
On Thursday 24 October 2002 12:37 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | The next installment of Rob's changes.
> | Ok to apply?
>
> It looks ok to me. But does it change the fileformat?
Yes InsetGraphicsParams::scale was an int and is now a float.
> Does i
> > /.?
>
> You know those hidden files that are present in the root directory. Oh,
> you don't have it? Maybe he is sepaking of Chips and Dips, who knows. ;-)
http://slashdot.org
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Wed, Oct 23, 2002 at 08:30:55PM +0200, Andre Poenitz wrote:
>> On Thu, Oct 24, 2002 at 03:14:19AM +0930, Darren Freeman wrote:
>>
>> You could argue that LyX should make it impossible to put
>> underscores in "invalid" positions bu
Angus Leeming <[EMAIL PROTECTED]> writes:
| On Thursday 24 October 2002 12:37 pm, Lars Gullik Bjønnes wrote:
>> Angus Leeming <[EMAIL PROTECTED]> writes:
>> | The next installment of Rob's changes.
>> | Ok to apply?
>>
>> It looks ok to me. But does it change the fileformat?
>
| Yes InsetGraphicsP
Thanks Garst,
My fonts are in /usr/share/texmf
The files you listed are found (relatively) where you listed them,
except for:
msam10.pfb and msbm10.pfb are in bluesky/symbols not bluesky/cm
However, the links in /usr/share/lyx/xfonts are correct so no need to
panic.
I suspect that it's an issu
On Thu, Oct 24, 2002 at 01:49:35PM +0200, Jean-Marc Lasgouttes wrote:
> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Dekel> On Wed, Oct 23, 2002 at 08:30:55PM +0200, Andre Poenitz wrote:
> >> On Thu, Oct 24, 2002 at 03:14:19AM +0930, Darren Freeman wrote:
> >>
> >> You could argue
Angus Leeming wrote:
The next installment of Rob's changes.
Ok to apply?
Index: src/frontends/xforms/FormGraphics.C:
-string str = _("The file you want to insert.");
+string str = _("The file you want to insert");
-str = _("Scale the image to inserted percentage value."
Dekel Tsur <[EMAIL PROTECTED]> writes:
| Also, llncs.layout is currently broken as it does not include stdfloats.inc
| and stdcounters.inc. As there are other layouts with this behavior, I think
| that the best solution for this is to create a base .inc file which will be
| included by all the art
On Thu, Oct 24, 2002 at 01:49:35PM +0200, Jean-Marc Lasgouttes wrote:
> Why? In normal text mode we do not prevent from entering _. We just
> enter \_ instead.
Even that would be a hassle to implement in math. Basically every
non-trivial move would have to make sure that it does not break
LaTeX e
On Thursday 24 October 2002 14:47, Edwin Leuven wrote:
> > > /.?
> >
> > You know those hidden files that are present in the root directory. Oh,
> > you don't have it? Maybe he is sepaking of Chips and Dips, who knows. ;-)
>
> http://slashdot.org
Unless this is a high level joke you didn't got
On Thu, Oct 24, 2002 at 09:23:12PM +0930, Darren Freeman wrote:
> However, the links in /usr/share/lyx/xfonts are correct so no need to
> panic.
The question is whether X knows about these fonts. I.e. have you done
something like
xset fp+ /usr/share/lyx/xfonts
xset fp rehash
?
Andre'
--
T
On Thursday 24 October 2002 12:39, Angus Leeming wrote:
>
> Yes InsetGraphicsParams::scale was an int and is now a float.
>
> > Does it handle both old and new?
>
> well reading an int as a float isn't a problem, but I added an entry to
> development/FORMAT so that lyx2lyx can be adjusted to suit.
On Thu, Oct 24, 2002 at 02:00:40PM +0200, Lars Gullik Bj?nnes wrote:
> Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> | Also, llncs.layout is currently broken as it does not include stdfloats.inc
> | and stdcounters.inc. As there are other layouts with this behavior, I think
> | that the best solution
Dekel Tsur <[EMAIL PROTECTED]> writes:
| On Thu, Oct 24, 2002 at 02:00:40PM +0200, Lars Gullik Bj?nnes wrote:
>> Dekel Tsur <[EMAIL PROTECTED]> writes:
>>
>> | Also, llncs.layout is currently broken as it does not include stdfloats.inc
>> | and stdcounters.inc. As there are other layouts with thi
On Thursday 24 October 2002 12:56 pm, Rob Lahaye wrote:
> John once refused to apply a patch of mine because the
> tooltips were not proper English, i.e. ending with a full
> stop! So I did my best to write tooltips in proper
> English.and now you are removing the full stops at the end
> !?!?!
Dear list,
with the LyX buffer fairly small, I was holding pagedown. It hit a table
that was bigger than the window, and each press of page down returned me
to the table tag and wouldn't let me past it. The table was unfolded.
Have fun,
Darren
No great shakes. Ok to apply?
Angus
Index: src/frontends/xforms/FormMathsPanel.C
===
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/FormMathsPanel.C,v
retrieving revision 1.43
diff -u -r1.43 FormMathsPanel.C
--- src/frontends/xform
On Thu, Oct 24, 2002 at 10:07:32PM +0930, Darren Freeman wrote:
> with the LyX buffer fairly small, I was holding pagedown. It hit a table
> that was bigger than the window, and each press of page down returned me
> to the table tag and wouldn't let me past it. The table was unfolded.
Cursor movem
On Thu, 2002-10-24 at 16:39, Andre Poenitz wrote:
> On Thu, Oct 24, 2002 at 06:59:51AM +0930, Darren Freeman wrote:
> > I was inserting brackets using the math panel, into mathed. If I click
> > on the bracket I want, it is inserted. If I then click OK, it is
> > inserted again. Isn't this wrong? O
works after attached... Ed.
Index: lib/layouts/amsart.layout
===
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/layouts/amsart.layout,v
retrieving revision 1.2
diff -u -p -r1.2 amsart.layout
--- lib/layouts/amsart.layout 4 Oct 2000 14:
If I try to select a reference using Insert->Reference, I can scroll the
list of labels with PageUp/Down. However, the yellow "selection bar" does
not move and neither the "selected item".
Is this intentional?
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not ha
On Thu, 2002-10-24 at 16:43, Andre Poenitz wrote:
> On Thu, Oct 24, 2002 at 07:38:12AM +0930, Darren Freeman wrote:
> > > You are using underscore in a \textrm environment.
> > > LaTeX does not like this.
> >
> > Sorry, I don't understand what you mean. The problem is not there if I
> > don't try
On Thu, Oct 24, 2002 at 10:12:07PM +0930, Darren Freeman wrote:
> Was for me =) But yeah I worked it out. Probably shouldn't have
> "Ok/Apply/Cancel" but instead just "Close", IMHO.
If it is clear that pressing the "selected pair button" applies the change,
this should be ok.
> Yup. Into a four-l
On Thu, 2002-10-24 at 16:43, Andre Poenitz wrote:
> On Thu, Oct 24, 2002 at 07:38:12AM +0930, Darren Freeman wrote:
> > > You are using underscore in a \textrm environment.
> > > LaTeX does not like this.
Ok solved it for myself, I must use normal bold over the roman text,
then mathed bold over t
On Thu, Oct 24, 2002 at 10:12:07PM +0930, Darren Freeman wrote:
> OK here's a file to look at - it's something to do with the subscripts.
> It's possible that either the on-screen or DVI are correct, but they are
> different so I would think that one is wrong.
The brackets are "fine".
The problem
Angus Leeming <[EMAIL PROTECTED]> writes:
| No great shakes. Ok to apply?
yes.
--
Lgb
Dekel / LaTeX guru:
what's going on here? This suggests that
WrapParams::placement and InsetWrap::Placement_
should be chars not strings.
Am I reading this wrong, or should I make the change?
Angus
void FormWrap::apply()
{
controller().
On Thu, 2002-10-24 at 19:49, Andre Poenitz wrote:
> On Thu, Oct 24, 2002 at 12:03:42PM +0200, Dekel Tsur wrote:
> > We don't support other formats now, and we won't in the near future.
>
> Well. We do a bit of MathML, and there are the CAS backends.
>
> > In my opinion, you should prevent the use
Edwin Leuven <[EMAIL PROTECTED]> writes:
| works after attached... Ed.
Can you have a look at the patch that I sent and see if anyting is
missing there?
--
Lgb
On Thu, Oct 24, 2002 at 10:18:25PM +0930, Darren Freeman wrote:
> Are there plans to make it more intuitive? Like bind the ctrl-b to the
> correct action when in mathed?
We need "context sensitive keybings" for that which we currently don't
have. But yes, it would make sense.
> Also, I did what y
On Thu, Oct 24, 2002 at 10:21:47PM +0930, Darren Freeman wrote:
> Isn't there an easier way? Could just selecting a whole heap of stuff
> and hitting ctrl-B sort through the different elements selected and
> em-bold-en them properly?
You could bind a key like
\bind C-S-B "math-insert \mathbf"
w
On Thu, Oct 24, 2002 at 10:29:38PM +0930, Darren Freeman wrote:
> > Not trivial.
>
> What about a helpful tip along with the error message? So people don't
> need to run for help =) (OK, so *I* don't run for help...)
We'd need to guess what the LaTeX error means. Non-trivial...
Andre'
--
Those
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> Look at the attached file example.lyx The 3 vertical spaces
Dekel> should have the same length, but they don't. A fix for this bug
Dekel> is attached.
What does this change mean:
- result = zoom * val_ * default_height
> Can you have a look at the patch that I sent and see if anyting is
> missing there?
what patch?
On Thursday 24 October 2002 1:45 pm, Andre Poenitz wrote:
> If I try to select a reference using Insert->Reference, I can
> scroll the list of labels with PageUp/Down. However, the
> yellow "selection bar" does not move and neither the "selected
> item".
>
> Is this intentional?
>From what I read
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> Here is a patch for this bug. OK to apply ? (and to 1.2.2cvs ?)
Dekel> BTW, the code look quite ugly. I might change it after 1.3.
It seems OK with 1.2.2cvs. Isn't it possible to use
Paragraph::depthHook/outerHook for this kind of cod
On Thursday 24 October 2002 2:07 pm, Angus Leeming wrote:
> void FormRef::updateBrowser(vector const & akeys)
> const {
> ...
> string ref = fl_get_input(dialog_->input_ref);
> vector::const_iterator cit = (ref.empty())
> ? keys.begin()
>
On Thu, Oct 24, 2002 at 02:07:10PM +0100, Angus Leeming wrote:
> I'm a bit busy right now. Maybe you could dig a bit?
I should be busy as well ;-}
Maybe later.
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson
Edwin Leuven <[EMAIL PROTECTED]> writes:
>> Can you have a look at the patch that I sent and see if anyting is
>> missing there?
>
| what patch?
the "[patch] layout fixup" patch...
--
Lgb
> >> Can you have a look at the patch that I sent and see if anyting is
> >> missing there?
ams is fixed there. why not apply your patch so that people can try it?
Angus Leeming wrote:
On Thursday 24 October 2002 12:56 pm, Rob Lahaye wrote:
Now I think of it, we may better use "scale = -1" (or any
negative value) to indicate the use of width/height. Checking
"scale < 0" is safer than checking "scale == 0.0", isn't it?
Nah. What we have is fine. If imple
On Thu, Oct 24, 2002 at 10:51:07PM +0900, Rob Lahaye wrote:
> "If implemented correctly", indeed. We have to think carefully now and do
> all sorts of complicated checks to be sure it's really approximately zero.
> All that will be so much easier when only check of a negative value is
> needed.
.
On Thursday 24 October 2002 2:55 pm, Andre Poenitz wrote:
> On Thu, Oct 24, 2002 at 10:51:07PM +0900, Rob Lahaye wrote:
> > "If implemented correctly", indeed. We have to think
> > carefully now and do all sorts of complicated checks to be
> > sure it's really approximately zero. All that will be s
On Thu, Oct 24, 2002 at 02:57:23PM +0100, Angus Leeming wrote:
> Someone who shall remain nameless changed that on 22 August
> I believe (judging from development/FORMAT). Oops. Does that I mean
> I said who? ;-)
Maybe.
I am not good at remembering things from such a distant past and I don't
bo
On Thu, Oct 24, 2002 at 03:07:05PM +0200, Jean-Marc Lasgouttes wrote:
> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>
> Dekel> Look at the attached file example.lyx The 3 vertical spaces
> Dekel> should have the same length, but they don't. A fix for this bug
> Dekel> is attached.
>
>
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Thu, Oct 24, 2002 at 03:07:05PM +0200, Jean-Marc Lasgouttes
Dekel> wrote:
>> > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>>
Dekel> Look at the attached file example.lyx The 3 vertical spaces
Dekel> should have the same
On Thu, 2002-10-24 at 21:32, Andre Poenitz wrote:
> On Thu, Oct 24, 2002 at 09:23:12PM +0930, Darren Freeman wrote:
> > However, the links in /usr/share/lyx/xfonts are correct so no need to
> > panic.
>
> The question is whether X knows about these fonts. I.e. have you done
> something like
>
>
On Thu, Oct 24, 2002 at 01:27:30PM +0100, Angus Leeming wrote:
> On Thursday 24 October 2002 12:56 pm, Rob Lahaye wrote:
> > John once refused to apply a patch of mine because the
> > tooltips were not proper English, i.e. ending with a full
> > stop! So I did my best to write tooltips in proper
>
On Thu, Oct 24, 2002 at 11:57:23PM +0930, Darren Freeman wrote:
> You learn something every day of the week =)
>
> Should that possibly have been done by LyX?
I think we should try. Unfortunately there is no clean solution for the
case that the X server is e.g. running on a different machine than
- Forwarded message from Kornelia Pietsch <[EMAIL PROTECTED]>
-
>
> Log message:
> fix crash when selecting the last template in external inset
>
>
> - End forwarded message -
Now LyX crashes on LaTeX export if a .fig is included.
Andre'
On Thu, 2002-10-24 at 22:34, Andre Poenitz wrote:
> On Thu, Oct 24, 2002 at 10:29:38PM +0930, Darren Freeman wrote:
> > > Not trivial.
> >
> > What about a helpful tip along with the error message? So people don't
> > need to run for help =) (OK, so *I* don't run for help...)
>
> We'd need to gue
On Thu, Oct 24, 2002 at 04:24:40PM +0200, Jean-Marc Lasgouttes wrote:
> Dekel> In the current code, it is not clear what does default_height
> Dekel> mean (default height of what??), and therefore the code return
> Dekel> some arbitrary values which were wrong. I changed the meaning
> Dekel> of thi
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> Why does the Bibliography in llncs.layout tries to redefine the
Dekel> tehbibliography environment:
Dekel> Style Bibliography LatexName lyxbibliography ... Preamble
Dekel> \newcommand{\lyxbibliography}{\thebibliography{References}%
De
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> On Mon, Oct 21, 2002 at 12:25:29PM +0200, Jean-Marc Lasgouttes
Martin> wrote: BTW apropos of the differential between class file
Martin> capabilities and what LyX actually is able to support: what
Martin> about a "length inset"?
Andre Poenitz <[EMAIL PROTECTED]> writes:
| On Thu, Oct 24, 2002 at 11:57:23PM +0930, Darren Freeman wrote:
>> You learn something every day of the week =)
>>
>> Should that possibly have been done by LyX?
| I think we should try. Unfortunately there is no clean solution for the
| case that the
On Thursday 24 October 2002 3:26 pm, John Levon wrote:
> On Thu, Oct 24, 2002 at 01:27:30PM +0100, Angus Leeming wrote:
> > On Thursday 24 October 2002 12:56 pm, Rob Lahaye wrote:
> > > John once refused to apply a patch of mine because the
> > > tooltips were not proper English, i.e. ending with a
On Thursday 24 October 2002 3:13 pm, Andre Poenitz wrote:
> On Thu, Oct 24, 2002 at 02:57:23PM +0100, Angus Leeming wrote:
> > Someone who shall remain nameless changed that on 22 August
> > I believe (judging from development/FORMAT). Oops. Does that
> > I mean I said who? ;-)
>
> Maybe.
>
> I am
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
Dekel> On Thu, Oct 24, 2002 at 04:24:40PM +0200, Jean-Marc Lasgouttes
Dekel> wrote: In the current code, it is not clear what does
Dekel> default_height mean (default height of what??), and therefore
Dekel> the code return some arbitrary valu
On Fri, Oct 25, 2002 at 12:05:53AM +0930, Darren Freeman wrote:
> Oh well, *I* know what it means.. But the next person will ask all over
> again...
Yes. Even so, explaining this a hundred times is in this case
still less trouble as implementing a bullet proff solution.
Apart from that, people le
On Thu, Oct 24, 2002 at 04:36:36PM +0200, Dekel Tsur wrote:
> I just need some value that depends on the current font size.
But as this is a "vertical" issue, ex should be used...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either
On Thu, Oct 24, 2002 at 04:38:41PM +0200, Lars Gullik Bjønnes wrote:
> | I think we should try. Unfortunately there is no clean solution for the
> | case that the X server is e.g. running on a different machine than LyX.
>
> Should that stop us from doing it when running on the X server?
No. That
1 - 100 of 114 matches
Mail list logo