Allan Rae <[EMAIL PROTECTED]> writes:
| So we either use a map indexed by textclass name or come up with a
| suitable [perfect] hash function to generate the textclass number.
I'd rather go the string way.
Easier to work with.
Lgb
On 3 Nov 2000, Jean-Marc Lasgouttes wrote:
> > "R" == R Lahaye <[EMAIL PROTECTED]> writes:
>
> R> Isn't it possible to let LyX know about the reconfigure changes
> R> without a restart? Somehow it must be possible to feed this
> R> information into the LyX session, isn't it?
>
> The problem
Allan Rae <[EMAIL PROTECTED]> writes:
| On Fri, 3 Nov 2000, Andre Poenitz wrote:
|
| > > ??? I'm clueless what the heck you mean
| >
| > mee too !!!1
| >
| > At least www.lyx.org was definite up yesterday since I browsed through
| > archived messages that certainly have not been in my browser
On Fri, 3 Nov 2000, Andre Poenitz wrote:
> > ??? I'm clueless what the heck you mean
>
> mee too !!!1
>
> At least www.lyx.org was definite up yesterday since I browsed through
> archived messages that certainly have not been in my browser cache before.
>
> On the other hand, if this was just
"R. Lahaye" <[EMAIL PROTECTED]> writes:
| "Lars Gullik Bjønnes" wrote:
| >
| > "R. Lahaye" <[EMAIL PROTECTED]> writes:
| > | Some bad scrambling has happened!
| >
| > rm lyx_main.o
| >
| > and recompile
|
| Does this mean a depency in the
| Makefiles is forgotten ?
Yes, lyx_main.o is missing
"Lars Gullik Bjřnnes" wrote:
>
> "R. Lahaye" <[EMAIL PROTECTED]> writes:
> | Some bad scrambling has happened!
>
> rm lyx_main.o
>
> and recompile
Does this mean a depency in the
Makefiles is forgotten ?
R.
Hi,
In addition to the /tmp/.lyx_tmp (which is
nicely cleaned up when exiting LyX), I'm building
up quite a lot of stray files in /tmp, such as
file47ZHZd
file4khDB7
file6Z5eWf
[...]
Their contents is that of a LyX-document.
These files remain in place, even after exiting LyX.
Any idea w
"R. Lahaye" <[EMAIL PROTECTED]> writes:
| Hi,
|
| [1.1.6 CVS, XForms 0.89, Linux RH 6.2]
|
| Something really bad has happened to the definitions of the
| arrow keys and the other direction keys (Insert, Delete, Home,
| End etc.).
|
| For example:
| Left-arrow moves the cursor to the right
|
Jean-Marc Lasgouttes wrote:
> In this case, you would need icons named math-insert__.xpm and
> math-insert_^.xpm (not very nice names...).
I have in default.ui:
Toolbar
# [...]
Icon "math-insert _"
Icon "math-insert ^"
# [...]
End
in /share/lyx/images/ I have added:
insert-ma
Hi,
[1.1.6 CVS, XForms 0.89, Linux RH 6.2]
Something really bad has happened to the definitions of the
arrow keys and the other direction keys (Insert, Delete, Home,
End etc.).
For example:
Left-arrow moves the cursor to the right
Right-arrow toggles Noun style
Up-arrow moves to the left
D
>
> To do list:
> * Colours, Formats and Cnnverter tabs: make functional.
> * Update LyXRC::getDefinitions(). Boo! Hiss!
> * Language kbmaps. Don't load with "list of languages", load with "list of
> available kbmaps". I'm stuck here because I don't know which of the different
> files in lib/kb
> Have not the german keyboard a dead key to type this accent?
German keyboards have special keys for the umlauts ("o at the 'american' ;,
"u at [ and "a at '). But I can't really tell how they work with LyX. I use
almost exclusively the American layout, since in the German layout []{} are
only r
On Fri, Nov 03, 2000 at 04:55:56PM +0100, Jean-Marc Lasgouttes wrote:
>
> I noticed a strange problem while testing: create a new file, type a
> few random characters, and try to use the left/right keys: right key
> toggle smallcaps and left key goes right. This is obviously not
> right...
I thi
The attached patch adds a function to config/lyxinclude.m4, for testing
whether one should use ::tolower or std::tolower. I thus changed the
#ifndef in src/support/lstrings.C as its the only place where the Standard
way is used for now.
--
Stid
Index: ChangeLog
===
> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes:
Yves> The lexer is also used to read lyxrc, so \screen_font_sizes is
Yves> misread The only other use of strToDbl seems to be in vspace.C.
And we have a report of a crash in there (vspace.C).
JMarc
>> | 1. The quickest fix: setlocale(LC
On Fri, Nov 03, 2000 at 06:31:16PM +0100, Lars Gullik Bjønnes wrote:
> Yves Bastide <[EMAIL PROTECTED]> writes:
>
> | Locales, or: The Infamous 2,17 Problem.
> |
> | ``Warning: need lyxformat 2,17 but found 2,00'' plagues every user with
> | funny () LC_NUMERIC. As everyone know, the .lyx file
On 3 Nov 2000, Lars Gullik Bjønnes wrote:
> "R. Lahaye" <[EMAIL PROTECTED]> writes:
>
> | support/lstrings.h:74: warning: passing `LyXAlignment' chooses `int' over `long
>unsigned int'
> | support/lstrings.h:74: warning: in call to `ostream::operator <<(int)'
> | support/lstrings.h:74: warni
Yves Bastide <[EMAIL PROTECTED]> writes:
| Locales, or: The Infamous 2,17 Problem.
|
| ``Warning: need lyxformat 2,17 but found 2,00'' plagues every user with
| funny () LC_NUMERIC. As everyone know, the .lyx file must be
| read/written in the C locale to have its \lyxformat correctly
| formatt
John Levon <[EMAIL PROTECTED]> writes:
| > Only one bad: is not a valied type is.
|
| is this another C/C++ incompatibility ?
|
| just out of interest
No, not anymore in C99 implicit types are disallowed just as in C++.
Lgb
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> You mean the RGB struct? Two points: 1. It's tiny. 2. This is
Angus> definitely evolving code. It may be that it's useful to LColor
Angus> too, in which case fine; we'll put it somewhere global. In the
Angus> meantime, think of it
On Fri, Nov 03, 2000 at 02:21:31PM +0200, Baruch Even wrote:
> > The faxcommand is part of a GUI (which we now disabled) to send a fax
> > directly from lyx (File->Fax). What could be cute is if I can define
> > an exporter command Fax which for example calls "ksendfax file.ps".
>
> What prevents
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Please don't apply my former patch. This one implements a RGB
Angus> struct in FormPreferences. All the rest is identical.
Concerning the tab color scheme, it does not look very good to me
(this dark grey is too eye-catching). I'd
"R. Lahaye" <[EMAIL PROTECTED]> writes:
| support/lstrings.h:74: warning: passing `LyXAlignment' chooses `int' over `long
|unsigned int'
| support/lstrings.h:74: warning: in call to `ostream::operator <<(int)'
| support/lstrings.h:74: warning: passing `LyXAlignment' chooses `int' over `long in
On Fri, 03 Nov 2000, Jean-Marc Lasgouttes wrote:
> > "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
>
> Angus> Please don't apply my former patch. This one implements a RGB
> Angus> struct in FormPreferences. All the rest is identical.
>
> I am not sure that I like having this code in fo
UG <[EMAIL PROTECTED]> writes:
| It is well-known that Umlaute are ignored and removed from lyx files if
| LC_ALL is not set to de_DE.
I never set LC_ALL to de_DE and have no problem with any accents.
(or is this just mathed you are talking about?)
| If I set LC_ALL de_DE
| lyx will crash with
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Please don't apply my former patch. This one implements a RGB
Angus> struct in FormPreferences. All the rest is identical.
I am not sure that I like having this code in formpreference. Does it
mean that other frontends will have t
On 3 Nov 2000, Lars Gullik Bjønnes wrote:
> Andre Poenitz <[EMAIL PROTECTED]> writes:
>
> | ... under http://mathematik.htwm.de/tmp/kbmap.diff
> |
> | It only replaces this home made storages scheme for 'sequence' and
> | 'modifiers' with std::vector.
>
> I like it a lot. This will be the fi
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> This patch improves
John> the robustness of the configury when KDEDIR is set.
Applied. Thanks.
JMarc
On Sat, 4 Nov 2000, R. Lahaye wrote:
> "Garst R. Reese" wrote:
> >
> > "R. Lahaye" wrote:
> > > So, for a musician to write sub/superscripts in LyX,
> > > it has to go in a blue/red math box. Right?
> > >
> > > If the answer is yes, then I know how to add the
> > > sub/superscripts "for non-mat
Andre Poenitz <[EMAIL PROTECTED]> writes:
| ... under http://mathematik.htwm.de/tmp/kbmap.diff
|
| It only replaces this home made storages scheme for 'sequence' and
| 'modifiers' with std::vector.
I like it a lot. This will be the first thing to happen after 1.1.6 is
released.
Only one bad:
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> Hi, I want to add new items in the toolbar and I added the
R> following two lines in the toolbar definitions of default.ui:
R> Icon "math-insert _" Icon "math-insert ^"
R> This, however, causes a SIGSEGV crash at startup. Why?
Because m
"R. Lahaye" wrote:
>
> Hi,
>
> I want to add new items in the toolbar and I added the
> following two lines in the toolbar definitions of default.ui:
>
> Icon "math-insert _"
> Icon "math-insert ^"
>
> This, however, causes a SIGSEGV crash at startup.
> Why?
>
> According to the infor
On Fri, 3 Nov 2000, UG wrote:
> Is there any way to get an Umlaut into a formula in lyx.
> I would be perfectly happy with a "u
Have not the german keyboard a dead key to type this accent?
The spanish one have it and it works fine under math mode.
Alejandro
> passing a temporary to a function taking a reference (or a pointer for
> that matter) is suspect
There is conceptually no problem in creating a temporary, passing a
_nonconst_ reference this to a function (that may change that temporary)
and throwing away the (possibly changed) temporary if one
Hi,
I want to add new items in the toolbar and I added the
following two lines in the toolbar definitions of default.ui:
Icon "math-insert _"
Icon "math-insert ^"
This, however, causes a SIGSEGV crash at startup.
Why?
According to the information in default.ui, this
should work with
This patch improves the robustness of the configury
when KDEDIR is set.
thanks
john
--
"I've had enough of
Year Two Thousand
For This Century"
- Geoff Sanders
? .libs
Index: ChangeLog
===
RCS file: /usr/local/lyx/cvsr
I have implemented the necessary machinery to revive the Edit>Floats
menu. This is a kludge which should be revisited when we switch to
NEW_INSETS.
I noticed a strange problem while testing: create a new file, type a
few random characters, and try to use the left/right keys: right key
toggle sma
Please don't apply my former patch. This one implements a RGB struct in
FormPreferences. All the rest is identical.
Lars, I take it that you're happy that I have a go at cleaning up LColor?
Angus
On Fri, 03 Nov 2000, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | I
Jean-Marc Lasgouttes wrote:
>
> > "R" == R Lahaye <[EMAIL PROTECTED]> writes:
>
> >> but they should also be on the math panel as Index and Exponent.
> >> The problem is that non math users may not have a clue as to what
> >> an Index and Exponent mean.
>
> R> Would only providing the math-
On Fri, 3 Nov 2000, Amir Karger wrote:
> On Thu, Nov 02, 2000 at 06:02:42PM -0500, Lior Silberman wrote:
> >
> > Hi,
> >
> > I wasn't so sure about eu_splash.lyx, since the language is missing from
> > the lib/languages list. I set it to 'english'.
>
> eu is Basque.
>
> -Amir
>
I know the
On Thu, Nov 02, 2000 at 06:02:42PM -0500, Lior Silberman wrote:
>
> Hi,
>
> Prompted by an error message during CVS compilation (something to do with
> the literate programming example - see below), I've gone over the
> lib/examples, lib/templates and lib/doc and changed all occurences of
> '\la
Locales, or: The Infamous 2,17 Problem.
``Warning: need lyxformat 2,17 but found 2,00'' plagues every user with
funny () LC_NUMERIC. As everyone know, the .lyx file must be
read/written in the C locale to have its \lyxformat correctly formatted.
For writing, this is already half-done: if the li
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Not very cryptic...
I should have written: "I am too lazy to figure out what it means" :)
JMarc
"Garst R. Reese" wrote:
>
> "R. Lahaye" wrote:
> > So, for a musician to write sub/superscripts in LyX,
> > it has to go in a blue/red math box. Right?
> >
> > If the answer is yes, then I know how to add the
> > sub/superscripts "for non-mathematicians" in the menu.
> >
> > Rob.
> The answer is
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Here it is (in Juergen's latest changes):
|
| cxx: Warning: ../../../lyx-devel/src/insets/insettext.C, line 599: temporary
| used for initial value of reference to non-const (anachronism)
| Inset * inset = bv->checkInsetHit(TEXT(bv
"R. Lahaye" wrote:
>
> "Garst R. Reese" wrote:
> > Let me count the ways. From the Chicago Manual of Style
> > Superscripts
>
> Sorry, I didn't make myself clear. I meant to say
> that the technical way of creating a sub/superscript
> is through math-mode. Say, you want a 'music' subscript,
> th
The attched patch adds a converter tab to FormPreferences. It also addresses
some requests from Dekel and Jean-Marc. See bottom.
To do list:
* Colours, Formats and Cnnverter tabs: make functional.
* Update LyXRC::getDefinitions(). Boo! Hiss!
* Language kbmaps. Don't load with "list of languages"
Angus Leeming <[EMAIL PROTECTED]> writes:
| I don't thing the LColor entries need know about the colour name at all. Why
| not just have LColour::color containing a list of coloured elements
| (background, foreground, latex etc) and change LColour::ColorEntry to
|
| struct ColorEntry {
|
> "Carl" == Carl Ollivier-Gooch <[EMAIL PROTECTED]> writes:
Carl> Go to the end of "Item 1a" in the attached file. Hit Alt-Enter.
Carl> The depth and minipage lines overwrite. Enter some text. Hit
Carl> Alt-Enter again. The first new entry gets fixed, and the newest
Carl> is broken. Might be
"Garst R. Reese" wrote:
> Let me count the ways. From the Chicago Manual of Style
> Superscripts
Sorry, I didn't make myself clear. I meant to say
that the technical way of creating a sub/superscript
is through math-mode. Say, you want a 'music' subscript,
this has to be "in LaTeX talk":
"R. Lahaye" wrote:
>
> "Garst R. Reese" wrote:
> > I would say there should be a way of using sub-superscripts without
> > going to math,
>
> Maybe I'm missing something here, but how can you use a
> sub-superscript without math? As far as I know one can only
> have the sub/super-scr. inside the
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
>> - I am not sure the File>Insert submenu belongs here.
R> Well, at least it shortens the already so long Insert menu.
Indeed.
>> - having math panel in insert is confusing. Could it be in view?
R> You're inserting math. I believe it's very m
Jean-Marc Lasgouttes wrote:
>
> > "R" == R Lahaye <[EMAIL PROTECTED]> writes:
>
> R> New update for the default.ui
>
> A few remarks:
>
> - I am not sure the File>Insert submenu belongs here.
Well, at least it shortens the already so long Insert menu.
> - having math panel in insert is c
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
>> In an hebrew document, macros are defined inside the body of the
>> document, surrounded by \L{ } This makes them local and so
>> invisible to the rest of the document. This causes errors on
>> latexing, exporting to latex and removing th
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
>> but they should also be on the math panel as Index and Exponent.
>> The problem is that non math users may not have a clue as to what
>> an Index and Exponent mean.
R> Would only providing the math-panel do, with an additional
R> sub/superscri
I just commited code to Menubackend.[Ch] to check whether the
shortcuts given in the UI file make sense. This code is only run when
"-dbg gui" is in effect, at the time when the menu is expended (i.e.
when opening the menu in xforms).
When running
./lyx -dbg gui 2>&1 |grep 'Menu warning'
for t
"Garst R. Reese" wrote:
> I would say there should be a way of using sub-superscripts without
> going to math,
Maybe I'm missing something here, but how can you use a
sub-superscript without math? As far as I know one can only
have the sub/super-scr. inside the math environment.
> but they shoul
> "Yves" == Yves Bastide <[EMAIL PROTECTED]> writes:
Yves> This one prevents compiling with gcc 2.95.2. André sent the
Yves> patch
I'll apply that soon.
JMarc
On Fri, 03 Nov 2000, R. Lahaye wrote:
> I keep sending these warnings till somebody shoots me
BANG!
> FormPreferences::updateColoursRGB()': FormPreferences.C:489: warning:
> assignment to `int' from `double'
> FormPreferences.C:490: warning: assignment to `int' from `double'
> FormPreference
On Fri, Nov 03, 2000 at 10:16:13PM +0900, R. Lahaye wrote:
>
> Hi,
>
> I keep sending these warnings till somebody shoots me
>
> R.
>
> insettext.C: In method `void InsetText::InsetButtonPress(class BufferView *, int ,
>int, int)':
> insettext.C:600: warning: initialization of non-const r
"R. Lahaye" wrote:
>
> "Garst R. Reese" wrote:
> > Item "Index|x" "math-insert -"
> > ^
> > Shouldn't that be _ instead of - ???
>
> Yes!
> However, there's a lot to say for JMarc's idea to get
> rid of the Math-elements all together, since they are
>
Hi,
I keep sending these warnings till somebody shoots me
R.
insettext.C: In method `void InsetText::InsetButtonPress(class BufferView *, int ,
int, int)':
insettext.C:600: warning: initialization of non-const reference `int &' from rvalue
`int'
../../src/BufferView.h:75: warning: in pas
On Thu, Nov 02, 2000 at 10:22:35PM +, Angus Leeming wrote:
> Esp. with the Formats (Outputs->Formats). This is the first point: where
> should it go. Formats are for input AND output. Suggestions for the name of a
> new top level tab?
>
> Second point. I shoved in the "Viewers" field with t
"Garst R. Reese" wrote:
> Item "Index|x" "math-insert -"
> ^
> Shouldn't that be _ instead of - ???
Yes!
However, there's a lot to say for JMarc's idea to get
rid of the Math-elements all together, since they are
all covered in the Math-panel.
Well, no
I tried to insert Umlaute into a formula (für)
and ran into very serious problems.
It is well-known that Umlaute are ignored and removed from lyx files if
LC_ALL is not set to de_DE.
If I set LC_ALL de_DE
lyx will crash with the appended crash report (lyx filename > crash.out).
IF LC_ALL is no
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> Isn't it possible to let LyX know about the reconfigure changes
R> without a restart? Somehow it must be possible to feed this
R> information into the LyX session, isn't it?
The problem is with the list of textclasses, which may have changed.
Hi,
The configure needs a close-down of LyX and restart
for the changes to take effect. Is that really necessary?
It reminds me a bit of doing it the "Microsoft way".
Isn't it possible to let LyX know about the reconfigure
changes without a restart? Somehow it must be possible
to feed this info
lstrings.C contains the following lines:
#ifndef __GLIBCPP__
// The new glibstdc++-v3 has not worked out all the quirks regarding cctype
// yet. So currently it failes if the to using lines below are stated.
using std::tolower;
using std::toupper;
#endif
Except for the typos :-), this fails also
On Fri, 3 Nov 2000, Juergen Vigna wrote:
>
> On 03-Nov-2000 Andre Poenitz wrote:
> >
> > PS: Concerning the \faxcommand-question earlier today: Isn't it possible to
> > define an "converter" from .tex do ".fax" that produces the fax itself as
> > "sideeffect"? If that is true, there seems to be
On 03-Nov-2000 Andre Poenitz wrote:
>
> PS: Concerning the \faxcommand-question earlier today: Isn't it possible to
> define an "converter" from .tex do ".fax" that produces the fax itself as
> "sideeffect"? If that is true, there seems to be no need for some special
> \faxcommand option at all
> Is there any way to get an Umlaut into a formula in lyx.
> I would be perfectly happy with a "u
I you would be happy with \u, too, you could simply put a \def\u{\"u}
somewhere near the top of your document or in the preamble.
Andre'
--
André Pönitz [
Menu "insert-math"
Item "Fraction|F" "math-insert frac"
Item "Square root|S" "math-insert sqrt"
Item "Exponent|E" "math-insert ^"
Item "Index|x" "math-insert -"
^
Shouldn't that be _ instead of - ???
Same problem in old-defaul
Thanks. Applied. Concerning the other one, it seems OK to me, but I'd
rather wait for Lars' approval (we are not supposed to chenge new
things until 1.1.6, after all).
JMarc
> I haven't recieved feedback on this issue.
No? Well:
> Note that option (1) will simplify the code, without limiting its power.
Go for it.
> On the other hand, the definition of two PDF format might be a bit confusing
> to the user.
That's not worth the additional complexity. Keep it as sim
Is there any way to get an Umlaut into a formula in lyx.
I would be perfectly happy with a "u
Ulrich
On Fri, 03 Nov 2000, Dekel Tsur wrote:
> On Mon, Oct 23, 2000 at 08:59:24PM +0200, Dekel Tsur wrote:
> > > I do want that when exporting to PDF, the user will be able to choose
> > > between tex->pdf (pdflatex), or tex->dvi->ps->pdf.
> > > This is currently the only case when having two choices is
> "Lior" == Lior Silberman <[EMAIL PROTECTED]> writes:
Lior> Prompted by an error message during CVS compilation (something
Lior> to do with the literate programming example - see below), I've
Lior> gone over the lib/examples, lib/templates and lib/doc and
Lior> changed all occurences of '\la
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> LyX: Unknown tag `\fax_command' [around line 50 of file
R> /usr/local/LyX/share/lyx/lyxrc.defaults] Should that entry in
R> lyxrc.defaults go?
Do a Reconfigure and it should be gone.
JMarc
> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> New update for the default.ui Sorry, to come up with this update so
R> quickly after I've just sent in my first proposal.
I have commited it to cvs (so that people will be forced to use
it/look at it). I kept the old one for reference.
A few
On Mon, Oct 23, 2000 at 08:59:24PM +0200, Dekel Tsur wrote:
> > I do want that when exporting to PDF, the user will be able to choose between
> > tex->pdf (pdflatex), or tex->dvi->ps->pdf.
> > This is currently the only case when having two choices is desired.
> > So maybe we just need to mark the
LyX: Unknown tag `\fax_command' [around line 50 of file
/usr/local/LyX/share/lyx/lyxrc.defaults]
Should that entry in lyxrc.defaults go?
Rob.
Hi,
New update for the default.ui
Sorry, to come up with this update so quickly after I've
just sent in my first proposal.
Main improvements:
- cross-reference in Insert; I simply forgot that one :(.
- removed Refs from the main menu.
(I agree with JMarc that the popup works well enough no
On Fri, 03 Nov 2000, Jean-Marc Lasgouttes wrote:
> Angus, I'll apply your patch. Note however that it contains lines
> like
> if( name == "gray0" ) name = "black"
> if( name == "gray100" ) name = "white"
> which probably do not compile better on your machine than it does on
> mine :
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> The colours tab is a shameless copy of an xforms demo. I've
Angus> tried to write it in C++, but I'm a bit of a novice still. All
Angus> feedback welcome.
A few remarks:
- the field showing the resulting color is not visible enou
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Attached is a patch implementing Colours and Formats tabs. You
Angus> can't actually DO anything with them yet, but I'd like some
Angus> feedback.
Angus, I'll apply your patch. Note however that it contains lines
like
if(
Hi,
I have attached a new version for the menu layout.
We should have a better layout for the 1.1.6 release.
A sort of ChangeLog:
Removed from menubar: Toc, Math, Options
Newly added to menubar: View, Navigate
Toc is now part of Navigate.
Math is embedded in Insert
Options is embedded in Edit
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> oh yes, and I THINK I've fixed the crash problem when closing
Angus> LyX after opening FormPreferences. Could someone check, as I
Angus> can't reproduce the problem here...
Angus, a question: would it be possible to change the fon
> ??? I'm clueless what the heck you mean
mee too !!!1
At least www.lyx.org was definite up yesterday since I browsed through
archived messages that certainly have not been in my browser cache before.
On the other hand, if this was just a poor attempt to get your (Fri)dayly
helping of flames, T
On 03-Nov-2000 Allan Rae wrote:
>
> Okay, who's responsible for the day long outage of lyx.org?
>
> If this an Anti-Friday (anti-no-smiley day) campaign or just a simple
> stuff up by someone?
??? I'm clueless what the heck you mean (are you back from holiday and
your back is hurting after
89 matches
Mail list logo