mathed:
insert in mathmode:
\bf test
it's exported as $\bf{test}$, which works well. Close and reopen
gives an error, because LyX saved it as
\begin_inset Formula $\bf{{test}$ $}$
\end_inset
and then exports also wrong
$\bf{{test}$ $}$
--
Andre Poenitz wrote:
>>You need also some space between enclosing text and inset. I normally
>>add 2 pixels at each side to the width (see InsetText and/or
>>InsetTabular).
>
>
> As LaTeX does not add such space when changing into math mode I'd rather
> don't do it on screen either.
Well you'll
Andre Poenitz <[EMAIL PROTECTED]> writes:
> On Wed, Jul 17, 2002 at 08:45:42AM +0200, Juergen Vigna wrote:
> > You need also some space between enclosing text and inset. I normally
> > add 2 pixels at each side to the width (see InsetText and/or
> > InsetTabular).
>
> As LaTeX does not add such
How do I override some global default \converter setting (like .fig->.eps)
in my .lyx/preferences?
The only method I found is to comment it out in the global lyxrc.defaults,
which is not exactly nice if you don't have write permissions there.
Andre'
--
Those who desire to give up Freedom in o
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> Uh, the problem seems to be gone with yesterday's cvs update. Don't
R> know what has changed.
R> Leave this problems for what it is. I'll make noise again as soon
R> as the same problem resurfaces with CVS.
Yes, I have fixed that in 1.2.x cvs
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> The usual: what's the intended purpose ?
Display current font setting in minibuffer. It is not bound currently,
but I guess it may be useful as part of a command-sequence.
Why does this annoy you?
JMarc
Jean-Marc Lasgouttes wrote:
>
> > "R" == R Lahaye <[EMAIL PROTECTED]> writes:
>
> Yes, I have fixed that in 1.2.x cvs yesterday and in 1.3.0cvs
> yesterday evening. So now everything should be fine.
In the CVS-diff, I see that you swapped a black/white string to
fix this. Right?
John seeme
Had to add
bool isDrawable() const { return true; }
to GraphicsImageXPM.h to compile...
On Tuesday 16 July 2002 11:04, Edwin Leuven wrote:
> Angus?
>
> g++ -DHAVE_CONFIG_H -I. -I../../../lyx-devel/src/graphics -I../../src
> -I../../../lyx-devel/src/graphics/../ -I../../../lyx-devel/boo
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Jul 17, 2002 at 06:15:21AM +0100, John Levon wrote:
>> Sure. I'm finding various bits of the minibuffer state display
>> rather confusing and awkward actually. Some random things :
John> o what use is show_sc param to verboseDi
I think I have solved my .fig display problem (remember I wanted to use
the separate .tex/.ps export to be able to use formulas in the drawing
instead of .ps-only export).
To do so I created shell scripts fig2tex, fig2eps and fig2xpm.
[And I think I'd like to add them to lib/scripts, they wont
On Wed, Jul 17, 2002 at 10:20:40AM +0200, Jean-Marc Lasgouttes wrote:
> Why does this annoy you?
Bloat?
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Wed, Jul 17, 2002 at 07:01:19AM +0200, Andre Poenitz wrote:
>> ... but this sounds like a worthy goal. So I would not mind
>> removing the message, but wait for other opinions.
John> Sure. I'm finding various bits of the minibuffer
Hi,
During my configure, I get:
[...]
checking for jpeg_read_header in -ljpeg... yes
checking for library containing flimage_dup... -lflimage
checking for flimage_enable_ps... yes
checking for flimage_enable_jpeg... yes
checking flimage.h usability... no
checking flimage.h presence... no
checki
On Wed, Jul 17, 2002 at 10:34:51AM +0200, Jean-Marc Lasgouttes wrote:
> One solution I had in mind is to have two virtual areas in minibuffer
> the left one for messages and the right one for shortcuts. The
> frontend would be responsible for deciding how to display that. The
> advantage is that i
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> In the CVS-diff, I see that you swapped a black/white string to fix
R> this. Right?
Yes.
R> John seemed to have objections to this change. But I have not :).
R> It works wonderful here!
Excellent.
R> Why the configure script can't find it t
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Jul 17, 2002 at 10:20:40AM +0200, Jean-Marc Lasgouttes
Andre> wrote:
>> Why does this annoy you?
Andre> Bloat?
It uses something like 10 lines of code, I would say.
Now, if the default for minibuffer is changed to always
On 17 Jul 2002, Jean-Marc Lasgouttes wrote:
> > "John" == John Levon <[EMAIL PROTECTED]> writes:
[...]
> John> o we show "at rest" something like "LyX: newfile.lyx (changed)"
> John> which duplicates the titlebar. I'd much prefer the "at rest"
> John> display to be the font mode status etc, e
> "Allan" == Allan Rae <[EMAIL PROTECTED]> writes:
Allan> Interesting idea, however I think a more useful step for the
Allan> moment would be to ensure that the font info we show is the
Allan> difference from the default font for that layout; e.g. if I am
Allan> in a Title and I haven't chang
On Wed, Jul 17, 2002 at 10:44:22AM +0200, Jean-Marc Lasgouttes wrote:
> Now, if the default for minibuffer is changed to always display this
> font-state, then I agree that the lfun will be unnecessary. But I
> think Lars likes to use lfuns as interface to some things inside lyx.
I have no proble
On Wed, Jul 17, 2002 at 06:44:56PM +1000, Allan Rae wrote:
> Interesting idea, however I think a more useful step for the moment
> would be to ensure that the font info we show is the difference from
> the default font for that layout; e.g. if I am in a Title and I
> haven't changed any of the cha
Jean-Marc Lasgouttes wrote:
>
> R> Why the configure script can't find it there? It doesn't look in
> R> /usr/local/include and /usr/local/lib ? A mistery to me. Any ideas?
> R> I may investigate a bit on this.
>
> I don't know really. However the error message is quite clear in this
> respect:
Juergen Vigna <[EMAIL PROTECTED]> writes:
> Andre Poenitz wrote:
> >>You need also some space between enclosing text and inset. I normally
> >>add 2 pixels at each side to the width (see InsetText and/or
> >>InsetTabular).
> > As LaTeX does not add such space when changing into math mode I'd
> >
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> Hi,
R> During my configure, I get:
R> [...] checking for jpeg_read_header in -ljpeg... yes checking for
R> library containing flimage_dup... -lflimage checking for
R> flimage_enable_ps... yes checking for flimage_enable_jpeg... yes
R> checkin
On Wed, Jul 17, 2002 at 11:17:31AM +0200, David Kastrup wrote:
> Actually, it might be that putting the cursor on the preview will
> open the preview and yo'll get the math editor, anyway.
That's what's happening right now.
Andre'
>
--
Those who desire to give up Freedom in order to gain Secu
On Wed, Jul 17, 2002 at 09:22:59AM +0200, Herbert Voss wrote:
> mathed:
> insert in mathmode:
> \bf test
> it's exported as $\bf{test}$, which works well. Close and reopen
... but is wrong. It should be {\bf test}. Or maybe \mathbf{...}.
>
David Kastrup wrote:
[sniped Emacs explanation]
> Can't you overlay it?
Are we talking about the text-cursor and not the mouse cursor?
Well we have the really easy solution to give a bigger width to
the outside world, this is all we have to do. We could however
just add a default to the width, b
Andre Poenitz wrote:
> No, it should say 'Layout: Title', and if there is some font change in the
> titel it should say 'Layout: Titel, Font: Emph' or similar. Also note
> that mathed does that already, at least for font changes and "major insets"
Why should we display the Layout we have that i
Jean-Marc Lasgouttes wrote:
>
> If you look at config.log, you should be able to find the relevant
> error. If you can't, send the file.
Ah. I'm afraid my flimage.h is unusuable; and I have no hope that this is going
to be solved soon (xforms open source development is too silent).
If so, FreeBS
hi,
i try to run lyx on exported display, but it always crashes after
displaying the splash screen. it runs fine on local display. this is
lyx-1.2.0.
another subject is i try to build rpm from lyx-1.2.0.src.rpm, but have
never succeeded. there's always an error in
src/frontend/xforms/FormError.
On Wednesday 17 July 2002 8:35 am, Andre Poenitz wrote:
> How do I override some global default \converter setting (like .fig->.eps)
> in my .lyx/preferences?
>
> The only method I found is to comment it out in the global lyxrc.defaults,
> which is not exactly nice if you don't have write permissi
On Wednesday 17 July 2002 9:31 am, Andre Poenitz wrote:
> I think I have solved my .fig display problem (remember I wanted to use
> the separate .tex/.ps export to be able to use formulas in the drawing
> instead of .ps-only export).
>
> To do so I created shell scripts fig2tex, fig2eps and fig2x
math_oldfontinset
#inlcude "support/LOstream.h"
Herbert
--
http://www.lyx.org/help/
On Wednesday 17 July 2002 11:05 am, R. Lahaye wrote:
> This is where it comes from:
>
> 113 typedef Window FL_WINDOW; /* unsigned long */
>
> 539 typedef struct flps_cntl_ FLIMAGE_PS_OPTION;
> 540 FL_EXPORT FLPS_CONTROL *flimage_ps_options(void);
>
> 549 enum
> 550 {
> 551FLIMAGE_WRITABLE =
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> On Wednesday 17 July 2002 11:05 am, R. Lahaye wrote:
>> This is where it comes from:
>>
>> 113 typedef Window FL_WINDOW; /* unsigned long */
>>
>> 539 typedef struct flps_cntl_ FLIMAGE_PS_OPTION; 540 FL_EXPORT
>> FLPS_CONTROL *fl
On Tuesday 16 July 2002 9:12 pm, Martin Vermeer wrote:
> Let me make this perfectly clear: this just compiles. And looks
> beautiful (doesn't it?). And is believed to be politically correct.
> Thanks... I'm slowly getting this C++ philosophy :-)
;-) Well make it useful then!
What about this comm
Angus Leeming wrote:
> On Wednesday 17 July 2002 9:31 am, Andre Poenitz wrote:
>
>>I think I have solved my .fig display problem (remember I wanted to use
>>the separate .tex/.ps export to be able to use formulas in the drawing
>>instead of .ps-only export).
>>
>>To do so I created shell scripts
On Wednesday 17 July 2002 11:53 am, Herbert Voss wrote:
> Angus Leeming wrote:
> > On Wednesday 17 July 2002 9:31 am, Andre Poenitz wrote:
> >>I think I have solved my .fig display problem (remember I wanted to use
> >>the separate .tex/.ps export to be able to use formulas in the drawing
> >>inst
On Wed, Jul 17, 2002 at 11:17:01AM +0100, Angus Leeming wrote:
> As for your scripts:
> 1. Don't use bash, use sh.
Fine with me. Does standard sh have `...` expansion?
> 2. I personally prefer scripts to end .sh.
Well, I actually don't. I don't really care what kind of script is doing
the conve
Angus Leeming wrote:
> On Wednesday 17 July 2002 11:53 am, Herbert Voss wrote:
>
>>Angus Leeming wrote:
>>
>>>On Wednesday 17 July 2002 9:31 am, Andre Poenitz wrote:
>>>
I think I have solved my .fig display problem (remember I wanted to use
the separate .tex/.ps export to be able to use
On Wed, Jul 17, 2002 at 12:53:55PM +0200, Herbert Voss wrote:
> how about trying it with edit->preferences ...
> I heard that there should be a "delete" button
Where are the preferences stored if not in .lyx?
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not hav
as I wrote there is no stared xxalignat environment.
it gives an error when having
\begin{xxalignat*}
...
Herbert
--
http://www.lyx.org/help/
On Wed, Jul 17, 2002 at 11:39:29AM +0100, Angus Leeming wrote:
> You can "delete" but you cannot save this deletion because the syntax does
> not exist to represent it. Hence:
>
> I believe that it's impossible to delete the global preferences as there's no
> fig2eps disable
> syntax for t
it doesn't works ansmore
Herbert
--
http://www.lyx.org/help/
> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes:
Jose> In bind.menus we have \bind "M-p S-at" "layout Section*" # M-p
Jose> S-2 \bind "M-p S-dollar" "layout Subsubsection*" # M-p S-4 \bind
Jose> "M-p S-numbersign" "layout Subsection*" # M-p S-3
Jose> Shouldn't that be w
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
Herbert> Osvaldo Fornaro wrote:
>> I have a problem to import xfig files with lyx 1.2.0. The error
>> message is that file.eps is not found, so i think that the filter
>> for import is not well defined. fig2dev exist in my system and
>>
On Wed, Jul 17, 2002 at 01:06:26PM +0200, Herbert Voss wrote:
> a given fig2eps can be overwritten or deleted (make it unused)
> by the user. what feature are you missing???
Funny, seems to work _now_. But I am not sure anymore where I change things
and where not...
Andre'
--
Those who desire
Hm.. the xxalign stuff is ok in 1.2.1. I broke this only recently...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
On Wednesday 17 July 2002 12:06 pm, Herbert Voss wrote:
> Angus Leeming wrote:
> > You can "delete" but you cannot save this deletion because the syntax
> > does not exist to represent it. Hence:
> >
> > I believe that it's impossible to delete the global preferences as
> > there's no fig2eps disa
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> Hm.. the xxalign stuff is ok in 1.2.1. I broke this only
Andre> recently...
One less to fix :)
JMarc
On Wed, Jul 17, 2002 at 01:59:41PM +0200, Jean-Marc Lasgouttes wrote:
> Andre> Hm.. the xxalign stuff is ok in 1.2.1. I broke this only
> Andre> recently...
>
> One less to fix :)
And the only one I actually fixed (apart from the \bf stuff which I won't
touch as the font handling has changed a l
On Wednesday 17 July 2002 12:03 pm, Andre Poenitz wrote:
> On Wed, Jul 17, 2002 at 11:17:01AM +0100, Angus Leeming wrote:
> > As for your scripts:
> > 1. Don't use bash, use sh.
>
> Fine with me. Does standard sh have `...` expansion?
Yes.
> > 2. I personally prefer scripts to end .sh.
>
> Well,
On Wed, Jul 17, 2002 at 09:35:54AM +0200, Andre Poenitz wrote:
>
> How do I override some global default \converter setting (like .fig->.eps)
> in my .lyx/preferences?
>
> The only method I found is to comment it out in the global lyxrc.defaults,
> which is not exactly nice if you don't have wri
Jean-Marc Lasgouttes wrote:
>>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>>
>
> Herbert> Osvaldo Fornaro wrote:
>
>>>I have a problem to import xfig files with lyx 1.2.0. The error
>>>message is that file.eps is not found, so i think that the filter
>>>for import is not well
On Wed, Jul 17, 2002 at 12:33:25PM +0100, Angus Leeming wrote:
>
> FormPreferences simply removes the converter from the list of converters
> available to this session. It cannot, therefore, write this info to file. I
> understand that converter supports "none". If, instead of erasing the entry
On Wed, Jul 17, 2002 at 11:24:45AM +0200, Andre Poenitz wrote:
> > mathed:
> > \align \alignat \
> > when doing a edit->math->append column
> > lyx always inserts TWO columns instead of one
>
> Was meant as a feature. I thought they have to appear in pairs?
Correct.
On Wed, Jul 17, 2002 at 03:09:09PM +0300, Dekel Tsur wrote:
> On Wed, Jul 17, 2002 at 09:35:54AM +0200, Andre Poenitz wrote:
> >
> > How do I override some global default \converter setting (like .fig->.eps)
> > in my .lyx/preferences?
> >
> > The only method I found is to comment it out in the
Dekel Tsur wrote:
> On Wed, Jul 17, 2002 at 11:24:45AM +0200, Andre Poenitz wrote:
>
>>>mathed:
>>>\align \alignat \
>>>when doing a edit->math->append column
>>>lyx always inserts TWO columns instead of one
>>>
>>Was meant as a feature. I thought they have to appear in pairs?
>
On Wednesday 17 July 2002 1:09 pm, Dekel Tsur wrote:
> On Wed, Jul 17, 2002 at 09:35:54AM +0200, Andre Poenitz wrote:
> > How do I override some global default \converter setting (like
> > .fig->.eps) in my .lyx/preferences?
> >
> > The only method I found is to comment it out in the global
> > ly
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
Herbert> attached a patch, also for deleting _all_ files when exit.
Could you elaborate on the deletion thing? Is this related to some
known problem?
JMarc
Should I attach a '.sh' suffix for shell scripts in lib/scripts or not?
Angus: Is there a way do specify in the .lyx/preferences' converters
section that a converter from /lib/scripts should be
used? How is the lyxpreview2ppm.sh script found?
Andre'
--
Those who desire to give up Freedom in
On Wed, Jul 17, 2002 at 02:22:20PM +0200, Herbert Voss wrote:
> no! depends to what I want with this environment.
>
> with three columns f.ex. I'm able to write commets
> right alligned.
So should I just add one column at a time?
Would mean to remove a line or two...
Andre'
--
Those who desi
Jean-Marc Lasgouttes wrote:
>>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes:
>>
>
> Herbert> attached a patch, also for deleting _all_ files when exit.
>
> Could you elaborate on the deletion thing? Is this related to some
> known problem?
unzip works in the global tempdir, so
Andre Poenitz wrote:
> On Wed, Jul 17, 2002 at 02:22:20PM +0200, Herbert Voss wrote:
>
>>no! depends to what I want with this environment.
>>
>>with three columns f.ex. I'm able to write commets
>>right alligned.
>>
>
> So should I just add one column at a time?
> Would mean to remove a line o
On Wed, Jul 17, 2002 at 02:35:09PM +0200, Herbert Voss wrote:
> LyX should support things which are still allowed
> in a legal way, and that is a one-column step.
Fine with me. I'll change it then.
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do t
On Wed, Jul 17, 2002 at 02:35:09PM +0200, Herbert Voss wrote:
> >So should I just add one column at a time?
> >Would mean to remove a line or two...
>
>
> LyX should support things which are still allowed
Aehm... So what goes in the place of the ? in
\begin{xalignat}{?}
1 & 2 & 3
\end{xalig
Andre Poenitz wrote:
> On Wed, Jul 17, 2002 at 02:35:09PM +0200, Herbert Voss wrote:
>
>>>So should I just add one column at a time?
>>>Would mean to remove a line or two...
>>>
>>
>>LyX should support things which are still allowed
>>
>
> Aehm... So what goes in the place of the ? in
>
> \be
On Wednesday 17 July 2002 1:28 pm, Andre Poenitz wrote:
> Should I attach a '.sh' suffix for shell scripts in lib/scripts or not?
>
> Angus: Is there a way do specify in the .lyx/preferences' converters
> section that a converter from /lib/scripts should be
> used?
Remember that I suggested add
On Wed, Jul 17, 2002 at 01:34:09PM +0100, Angus Leeming wrote:
> Remember that I suggested adding a $$lyxlib variable, analogous to $$i, $$o
> that would be expanded to the right thing?
It looks fine.
> Nobody seemed that interested, so
> I didn't persue the matter.
Nobody rejected the propos
Angus Leeming wrote:
> On Wednesday 17 July 2002 1:28 pm, Andre Poenitz wrote:
>
>>Should I attach a '.sh' suffix for shell scripts in lib/scripts or not?
>>
>>Angus: Is there a way do specify in the .lyx/preferences' converters
>>section that a converter from /lib/scripts should be
>>used?
>>
On Wednesday 17 July 2002 2:00 pm, Andre Poenitz wrote:
> On Wed, Jul 17, 2002 at 01:34:09PM +0100, Angus Leeming wrote:
> > Remember that I suggested adding a $$lyxlib variable, analogous to $$i,
> > $$o that would be expanded to the right thing?
>
> It looks fine.
>
> > Nobody seemed that intere
On Wed, Jul 17, 2002 at 01:02:27PM +0100, Angus Leeming wrote:
> The question is: what is the syntax that should be used to REMOVE a converter
> that is defined in lyxrc.defaults?
>
> lyxrc.C outputs changed converters so:
>
> // New/modifed converters
> for (Conver
On Wed, Jul 17, 2002 at 02:36:33PM +0200, Andre Poenitz wrote:
> On Wed, Jul 17, 2002 at 02:35:09PM +0200, Herbert Voss wrote:
> > LyX should support things which are still allowed
> > in a legal way, and that is a one-column step.
>
> Fine with me. I'll change it then.
I disagree.
Although the
Hi,
Does anybody have patches for lyx to cleanly compile under gcc-3.1 (+
xforms-0.89)?
Cheers, Kuba Ober
Dekel Tsur wrote:
> On Wed, Jul 17, 2002 at 02:36:33PM +0200, Andre Poenitz wrote:
>
>>On Wed, Jul 17, 2002 at 02:35:09PM +0200, Herbert Voss wrote:
>>
>>>LyX should support things which are still allowed
>>>in a legal way, and that is a one-column step.
>>>
>>Fine with me. I'll change it then.
Kuba Ober wrote:
> Does anybody have patches for lyx to cleanly compile under gcc-3.1 (+
> xforms-0.89)?
what patches do you need?
I have 3.1 running and can compile 1.2.1cvs
Herbert
--
http://www.lyx.org/help/
> "Kuba" == Kuba Ober <[EMAIL PROTECTED]> writes:
Kuba> Hi, Does anybody have patches for lyx to cleanly compile under
Kuba> gcc-3.1 (+ xforms-0.89)? Cheers, Kuba Ober
Can you be more precise on the kind of problems you encouter?
JMarc
On Wed, Jul 17, 2002 at 01:49:24PM +0100, Angus Leeming wrote:
> But I'm not going to delve deeply at the moment. Fancy having a go?
I'll have a look...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
there are a lyxnegspace and a lyxposspace in the list
but they are not defined
Herbert
--
http://www.lyx.org/help/
On Wed, Jul 17, 2002 at 04:31:27PM +0300, Dekel Tsur wrote:
> I disagree.
> Although the amsmath documentation does not say that an odd number of
> columns is forbidden, it appears that the normal behavior is to have an
> even number of columns.
> As for Herbert's example, he can always leave the
On Wed, Jul 17, 2002 at 09:38:42AM -0400, Kuba Ober wrote:
> Does anybody have patches for lyx to cleanly compile under gcc-3.1 (+
> xforms-0.89)?
Such patches should not be necessary. But theory and praxis are only
theoretical the same. So what goes wrong if you try that cobination?
Andre'
-
On Wed, Jul 17, 2002 at 04:03:06PM +0200, Herbert Voss wrote:
> there are a lyxnegspace and a lyxposspace in the list
> but they are not defined
But used ;-)
They are _really_ invisible spaces to tweak appearance of macros on screen.
i.e. there is 2 pix space between math symbols which don't sho
Andre Poenitz wrote:
> On Wed, Jul 17, 2002 at 04:03:06PM +0200, Herbert Voss wrote:
>
>>there are a lyxnegspace and a lyxposspace in the list
>>but they are not defined
>>
>
> But used ;-)
>
> They are _really_ invisible spaces to tweak appearance of macros on screen.
> i.e. there is 2 pix sp
On Wed, Jul 17, 2002 at 04:26:11PM +0200, Herbert Voss wrote:
> so they are not visible for latex??
They are in general, but they should be used only in places where they
aren't, i.e. the second box of the macro definition.
Andre'
--
Those who desire to give up Freedom in order to gain Securit
On Wed, Jul 17, 2002 at 01:49:24PM +0100, Angus Leeming wrote:
> But I'm not going to delve deeply at the moment. Fancy having a go?
See attachment.
[I don't like the 'extern' stuff, but it is used in othre places too, so I
guess it does not matter much]
Andre'
--
Those who desire to give up
On Wed, Jul 17, 2002 at 11:41:50AM -0300, Garst R. Reese wrote:
> I had to make several passes at compiling 3.1 to get LyX-1.2 to compile.
> The things I added as I went along were objc, --enable-cpp, and
> --enable-threads Don't know which did the trick.
The interesting part would be why it did
On Wednesday 17 July 2002 3:44 pm, Andre Poenitz wrote:
> On Wed, Jul 17, 2002 at 01:49:24PM +0100, Angus Leeming wrote:
> > But I'm not going to delve deeply at the moment. Fancy having a go?
>
> See attachment.
Oh, very neat.
You should add a note to the user of the preferences dialog:
FormP
Andre Poenitz wrote:
> On Wed, Jul 17, 2002 at 04:26:11PM +0200, Herbert Voss wrote:
>
>>so they are not visible for latex??
>>
>
> They are in general, but they should be used only in places where they
> aren't, i.e. the second box of the macro definition.
my question is if
$a\lyxnegspace b$
On Wed, Jul 17, 2002 at 03:31:16PM +0100, Angus Leeming wrote:
> You should add a note to the user of the preferences dialog:
Ok.
But as I have this file in the editor now: Would anybody mind me changing
things like
string str;
if (...) {
str = ...
} else if (...) {
str =...
}
return
On Wednesday 17 July 2002 4:03 pm, Andre Poenitz wrote:
> On Wed, Jul 17, 2002 at 03:31:16PM +0100, Angus Leeming wrote:
> > You should add a note to the user of the preferences dialog:
>
> Ok.
>
> But as I have this file in the editor now: Would anybody mind me changing
> things like
>
> string
On Wed, Jul 17, 2002 at 04:54:48PM +0200, Herbert Voss wrote:
> my question is if
> $a\lyxnegspace b$ is allowed or not?
Officially not, and officially you do not even have to know it ;-)
It's allowed only in the second cell of a macro definition. If used
anywhere else one should put a \def\lyxne
Angus Leeming wrote:
>> string str;
>> if (...) {
>> str = ...
>> } else if (...) {
>> str =...
>> }
>> return str;
>>
>>to
>>
>> if (...)
>> return ...
>> if (...)
>> return ...
>> return string();
>>
>>? I find this more readable as I do not have to scroll down to learn that
>>str is no
Herbert Voss <[EMAIL PROTECTED]> writes:
> Angus Leeming wrote:
>
> >>? I find this more readable as I do not have to scroll down to learn that
> >>str is no further modified and it might save a copy as well.
> >>
> > Go ahead.
> > Angus
> >
>
>
> when developpers have no real new ideas or t
David Kastrup wrote:
> Herbert Voss <[EMAIL PROTECTED]> writes:
>
>
>>Angus Leeming wrote:
>>
>>
>
? I find this more readable as I do not have to scroll down to learn that
str is no further modified and it might save a copy as well.
>>>Go ahead.
>>>Angus
>>>
>>>
>>
>>when de
On Wed, Jul 17, 2002 at 05:19:14PM +0200, Herbert Voss wrote:
> when developpers have no real new ideas or tired of
> bughunting, then they beautify the code ...
The most important aspect of code beautifying is that one can change one's
mind and revert all changes a week later.
And there are obv
On Wednesday 17 July 2002 4:22 pm, David Kastrup wrote:
> > when developpers have no real new ideas or tired of
> > bughunting, then they beautify the code ...
>
> And it often is high time for it...
This is:
* old code that must soon be split into a Controller and a View if GUI-I is
to be finis
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Jul 17, 2002 at 01:49:24PM +0100, Angus Leeming wrote:
>> But I'm not going to delve deeply at the moment. Fancy having a go?
Andre> See attachment.
I do not understand. What do you intend to do with it? Why not make
the
On Wed, Jul 17, 2002 at 05:22:07PM +0200, David Kastrup wrote:
> And it often is high time for it...
In this case it really was not. The code was ok...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
is it intended that for inline formulas the lyx-view of a
fraction is not changed when switching to displaystyle
scriptscriptstale,... ?
Herbert
--
http://www.lyx.org/help/
Angus Leeming wrote:
> On Wednesday 17 July 2002 4:22 pm, David Kastrup wrote:
>
>>>when developpers have no real new ideas or tired of
>>>bughunting, then they beautify the code ...
>>>
>>And it often is high time for it...
>>
>
> This is:
> * old code that must soon be split into a Controller
On Wednesday 17 July 2002 12:22, Jean-Marc Lasgouttes wrote:
>
> I added new shortcuts like M-p asterisk 1 for Section*.
Thanks, now it makes sense. :-)
> JMarc
--
José Abílio
1 - 100 of 147 matches
Mail list logo