Issue with 2up

2001-08-22 Thread Stephan D. Picard
Hello, I'm trying to use 2up in order to save paper for the multiple revision of a rather large document. Now, I have a problem. I'm following Herbert's advice on printing 2 page on 1 landscape which suggest to add \AtBeginDocument{\input{2up}} in the latex preamble and set the paper layout to

Re: question

2001-08-22 Thread Edwin Leuven
Get the same error message as before... In file included from ../QCitationDialog.h:18, from QCitationDialog_moc.C:16: ../../../../src/frontends/controllers/biblio.h:59: syntax error before `const' ../../../../src/frontends/controllers/biblio.h:63: `InfoMap' was not declared

Re: question

2001-08-22 Thread Andre Poenitz
On Wed, Aug 22, 2001 at 09:46:29AM +0200, Edwin Leuven wrote: Get the same error message as before... In file included from ../QCitationDialog.h:18, from QCitationDialog_moc.C:16: ../../../../src/frontends/controllers/biblio.h:59: syntax error before `const'

Re: Issue with 2up

2001-08-22 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 02:44:44AM -0400, Stephan D. Picard wrote: I'm trying to use 2up in order to save paper for the multiple revision of a rather large document. Now, I have a problem. I'm following Herbert's advice on printing 2 page on 1 landscape which suggest to add

Re: question

2001-08-22 Thread Edwin Leuven
And how do the 30 lines before the line that contains Returns a vector of bibliography keys in the output of g++ -E look like? no such line, that's a line in biblio.h Why are you using gcc and not g++? What did configure say? I used g++ nevermind that line (fooling around) gr.ed.

Re: Issue with 2up

2001-08-22 Thread Herbert Voss
Stephan D. Picard wrote: I'm trying to use 2up in order to save paper for the multiple revision of a rather large document. Now, I have a problem. I'm following Herbert's advice on printing 2 page on 1 landscape which suggest to add \AtBeginDocument{\input{2up}} in the latex preamble and

graphics bug?

2001-08-22 Thread Angus Leeming
Michael, can you run purify on this problem and see if you can reproduce it? Angus -- If I try to input a .png file (for example) using the new graphics dialog, I crash lyx. I have the appropriate converter defined (and this all was

Re: graphics bug?

2001-08-22 Thread Baruch Even
I wouldn't mind learning what is the cause for this, but I'm reworking parts of this code to fit the ImageTransformer addition so things might change. In the partial traceback it looks like the crash is in the XPM call, thus there are only two possible problems, either I'm using the XPM call

Bug list - update

2001-08-22 Thread Michael Schmitt
Hello everybody, I have updated my bug list. Please find a couple of new bug reports (concerning findreplace, mathed, ...). Have a nice day, Michael -- == Michael Schmittphone: +49 451 500

Re: Bug list - update

2001-08-22 Thread Andre Poenitz
On Wed, Aug 22, 2001 at 11:55:40AM +0200, Michael Schmitt wrote: I have updated my bug list. Please find a couple of new bug reports (concerning findreplace, mathed, ...). - CTRL-space should insert a protected blank in mathed (but it doesn't) (#451291 This is classified as not a bug.

Re: Bug list - update

2001-08-22 Thread Michael Schmitt
On Wed, 22 Aug 2001, Andre Poenitz wrote: - CTRL-space should insert a protected blank in mathed (but it doesn't) (#451291 This is classified as not a bug. Well, let's close this endless discussion. I will remove this report from my list. Michael --

Re: graphics bug?

2001-08-22 Thread Angus Leeming
On Wednesday 22 August 2001 10:41, Baruch Even wrote: I wouldn't mind learning what is the cause for this, but I'm reworking parts of this code to fit the ImageTransformer addition so things might change. In the partial traceback it looks like the crash is in the XPM call, thus there are

captions to floats

2001-08-22 Thread Angus Leeming
When I insert a figure float and, using the caption layout, write some text, I get: Figure #: the text of the caption Insert a label Figure #: [label] the text of the caption IMO this just looks daft. The #: is completely pointless. It occurs because text2.C:1627-8 read:

Re: New Fonts in mathed

2001-08-22 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 11:11:31AM +0200, Andre Poenitz wrote: Could anybody please try the attached patch and report failure or success? It works, but the rendering is not correct. It appears that the problem is only with the cmex font, so a possible fix is void

Re: New Fonts in mathed

2001-08-22 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 02:47:43PM +0200, Andre Poenitz wrote: I wonder why this kind of shifting is needed at all. If I don't do anything, the chars end up directly below the baseline, as if they all had an ascent of 0 and a descent equal to their height. Is this a problem with the font?

Re: Bug list - update

2001-08-22 Thread Herbert Voss
Michael Schmitt wrote: I have updated my bug list. Please find a couple of new bug reports (concerning findreplace, mathed, ...). - File browsing in the BibTeX Database dialog does not work well if you need to fixed! you can now insert db-infinity databases separated by ',' include

Re: Bug list - update

2001-08-22 Thread Angus Leeming
On Wednesday 22 August 2001 14:52, Herbert Voss wrote: Michael Schmitt wrote: I have updated my bug list. Please find a couple of new bug reports (concerning findreplace, mathed, ...). - File browsing in the BibTeX Database dialog does not work well if you need to fixed! you can

Re: New Fonts in mathed

2001-08-22 Thread Ronny Buchmann
* Dekel Tsur [EMAIL PROTECTED] [2001-08-22 14:37] wrote: On Wed, Aug 22, 2001 at 11:11:31AM +0200, Andre Poenitz wrote: Could anybody please try the attached patch and report failure or success? It works, but the rendering is not correct. It appears that the problem is only with the

More font stuff

2001-08-22 Thread Andre Poenitz
The attached patch extends yesterday's by some kind of graceful failing in case of missing symbol fonts. Math symbols for which we can't find a font simply get displayed as their LaTeX name in red (a.k.a. The way it used to be). Lars: It would be nice to have your decision whether something

Urmpf

2001-08-22 Thread Andre Poenitz
-- André Pönitz . [EMAIL PROTECTED] Index: math_charinset.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_charinset.C,v retrieving revision 1.9 diff -u -p -r1.9

Urmpf^2

2001-08-22 Thread Andre Poenitz
Next try. -- André Pönitz . [EMAIL PROTECTED] Index: FontLoader.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/FontLoader.C,v retrieving revision 1.29 diff -u -p -r1.29

Re: More font stuff

2001-08-22 Thread Andre Poenitz
what I like to know is what requirements this put on the user. With the (already implemented in font3.diff) graceful failing in case of missing fonts this should put no extra requirement on the user: If he has suitables fonts and they are in the fontpath, they will be used. Otherwise he will

Re: New Fonts in mathed

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 02:47:43PM +0200, Andre Poenitz wrote: This means we'd need to expand the latexkeys structure to hold information about two fonts (X and TeX). No problem, but a lot of work for 300 symbols or so... I recall demonstrating how we could use LaTeX itself to generate the

Re: More font stuff

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 07:13:28PM +0200, Lars Gullik Bjønnes wrote: Andre Poenitz [EMAIL PROTECTED] writes: | The attached patch extends yesterday's by some kind of graceful failing | in case of missing symbol fonts. Math symbols for which we can't find a | font simply get displayed as

Re: New Fonts in mathed

2001-08-22 Thread Andre Poenitz
On Wed, Aug 22, 2001 at 07:04:14PM +0100, Jules Bean wrote: I recall demonstrating how we could use LaTeX itself to generate the required information. I don't recall this. Maybe you have a pointer in the archives? Andre' -- André Pönitz . [EMAIL

Re: More font stuff

2001-08-22 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 07:07:35PM +0100, Jules Bean wrote: (Lars: your name looks funny in my email now, although it used to work fine. The character between the 'Bj' and the 'nnes' is a top-right corner, i.e. _ | Something is broken in my email program or yours...) I see that

Re: New Fonts in mathed

2001-08-22 Thread Andre Poenitz
I didn't have one handy when I wrote the first mail. I have now located it: http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg21960.html We are doing something resembling this macro interpretatioN on a coarser level with the predefined macros in math_mactotable.C. I certainly

Re: New Fonts in mathed

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 08:15:16PM +0200, Andre Poenitz wrote: On Wed, Aug 22, 2001 at 07:04:14PM +0100, Jules Bean wrote: I recall demonstrating how we could use LaTeX itself to generate the required information. I don't recall this. Maybe you have a pointer in the archives? I didn't

Re: Bug list - update

2001-08-22 Thread Michael Schmitt
Hi Herbert, the latest patch by Angus and you concerning bibtex databases works very well for me. There is no need to spend additional effort on improving the dialog. Thanks, Michael == Michael Schmitt

Re: New Fonts in mathed

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 08:58:37PM +0200, Andre Poenitz wrote: I didn't have one handy when I wrote the first mail. I have now located it: http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg21960.html We are doing something resembling this macro interpretatioN on a coarser

Re: More font stuff

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 09:40:57PM +0300, Dekel Tsur wrote: On Wed, Aug 22, 2001 at 07:07:35PM +0100, Jules Bean wrote: (Lars: your name looks funny in my email now, although it used to work fine. The character between the 'Bj' and the 'nnes' is a top-right corner, i.e. I see that too.

Re: web page changes

2001-08-22 Thread Amir Karger
On Tue, Aug 21, 2001 at 08:59:05AM -0400, Zvezdan Petkovic wrote: On Tue, Aug 21, 2001 at 09:25:39AM +0200, Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | However I don't care how this is output on the web-page (we could maybe | have a look at the prefered language

Re: Table of Contents dialog inconsistency

2001-08-22 Thread Amir Karger
On Tue, Aug 21, 2001 at 03:49:40PM +0100, John Levon wrote: well known bug (it's on sourceforge) The best part of this message is that it came in the digest right after Jurgen said, We can always count on Lars being stubborn. Scanning the messages, I saw his, then yours, and thought, Lars'

Re: Bug list - update

2001-08-22 Thread Herbert Voss
Angus Leeming wrote: I tweaked this quite a lot. Could you test it out please. * I removed the stripping of the extensions from the names in input(). Instead, it's how done in apply() for both the .bib and .bst files. * The .bib browser would complain if it were passed multiple files. No

request for help

2001-08-22 Thread Richard Harris
Dear LyX developers, I have migrated almost everything from Windows to Linux. I have only some sound-file manipulation software and a screenplay writing software keeping the windows partition on my drive. I would like some help killing the latter app. I use LyX extensively and have

Re: Table of Contents dialog inconsistency

2001-08-22 Thread John Levon
On Wed, Aug 22, 2001 at 04:19:15PM -0400, Amir Karger wrote: The best part of this message is that it came in the digest right after Jurgen said, We can always count on Lars being stubborn. Scanning the messages, I saw his, then yours, and thought, Lars' stubbornness is on sourceforge? Wow,

Re: request for help

2001-08-22 Thread Garst R. Reese
Look at the hollywood class that lyx provides. If you have questions or suggestions for improvement, you can ask me. I wrote it. There is an example file named scriptone.lyx Garst Richard Harris wrote: Dear LyX developers, I have migrated almost everything from Windows to Linux. I have

Re: request for help

2001-08-22 Thread Richard Harris
Garst, Whether I open scriptone or try to create a new script from that template, I get the error that the document uses the unknown text class hollywood. I would still be interested to know how to create a template. Could you point me to what I would need to do to create one? Thanks --

Re: request for help

2001-08-22 Thread Richard Harris
I might add that my lyx 116fix3 doesn't seem to find any of the tex/*.cls files: hollywood, cv, ... Suggestions -- Richard Harris Editor, Words on a Wire http://home.i1.net/~paladin

Re: Urmpf

2001-08-22 Thread Shigeru Miyata
In-Reply-To: [EMAIL PROTECTED] Andre Poenitz [EMAIL PROTECTED] wrote: Index: math_charinset.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_charinset.C,v retrieving revision 1.9 diff -u -p -r1.9

Re: request for help

2001-08-22 Thread Garst R. Reese
Richard Harris wrote: I might add that my lyx 116fix3 doesn't seem to find any of the tex/*.cls files: hollywood, cv, ... Suggestions First, take this to lyx-users. This is not a development issue. Do you have some version of latex installed? Have you read any of the docs? Did you run

Re: request for help

2001-08-22 Thread Richard Harris
Sender: [EMAIL PROTECTED] Date: Wed, 22 Aug 2001 22:45:52 -0300 From: Garst R. Reese [EMAIL PROTECTED] X-Accept-Language: en CC: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii X-UIDL: WT'!U4U!!j#J!!#GB!! Richard Harris wrote: I might add that my lyx

Re: web page changes

2001-08-22 Thread Baruch Even
* Amir Karger [EMAIL PROTECTED] [010823 07:00]: On Tue, Aug 21, 2001 at 08:59:05AM -0400, Zvezdan Petkovic wrote: On Tue, Aug 21, 2001 at 09:25:39AM +0200, Lars Gullik Bjønnes wrote: Juergen Vigna [EMAIL PROTECTED] writes: | However I don't care how this is output on the web-page (we

Re: New Fonts in mathed

2001-08-22 Thread Andre Poenitz
On Wed, Aug 22, 2001 at 08:09:34PM +0100, Jules Bean wrote: And, potentially, you could actually properly display (simple) macros that the user himself might have defined in the LaTeX preamble window, directly, or by \usepackage'ing something which LyX doesn't know about. The main point

Re: Urmpf

2001-08-22 Thread Andre Poenitz
On Thu, Aug 23, 2001 at 10:17:56AM +0900, Shigeru Miyata wrote: +namespace { + +char const * math_font_name[] = { + mathrm, + mathcal, + mathbf, + mathsf, + mathtt, + mathit, + textrm It seems you haven't turned on \mathbb, \mathscr

Re: web page changes

2001-08-22 Thread Andre Poenitz
On Thu, Aug 23, 2001 at 02:55:54PM +1000, Allan Rae wrote: On Thu, 23 Aug 2001, Baruch Even wrote: Just to end this thread, the format is now 2001-08-32 Someone added an extra day to August! Now all my calenders are wrong! I'll have to reprogram all my clocks and watches! Not really.

Issue with 2up

2001-08-22 Thread Stephan D. Picard
Hello, I'm trying to use 2up in order to save paper for the multiple revision of a rather large document. Now, I have a problem. I'm following Herbert's advice on printing "2 page on 1 landscape" which suggest to add \AtBeginDocument{\input{2up}} in the latex preamble and set the paper layout

Re: question

2001-08-22 Thread Edwin Leuven
Get the same error message as before... In file included from ../QCitationDialog.h:18, from QCitationDialog_moc.C:16: ../../../../src/frontends/controllers/biblio.h:59: syntax error before `const' ../../../../src/frontends/controllers/biblio.h:63: `InfoMap' was not declared

Re: question

2001-08-22 Thread Andre Poenitz
On Wed, Aug 22, 2001 at 09:46:29AM +0200, Edwin Leuven wrote: > Get the same error message as before... > > > In file included from ../QCitationDialog.h:18, from > QCitationDialog_moc.C:16: ../../../../src/frontends/controllers/biblio.h:59: > syntax error before `const' >

Re: Issue with 2up

2001-08-22 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 02:44:44AM -0400, Stephan D. Picard wrote: > I'm trying to use 2up in order to save paper for the multiple revision of > a rather large document. Now, I have a problem. I'm following Herbert's > advice on printing "2 page on 1 landscape" which suggest to add > >

Re: question

2001-08-22 Thread Edwin Leuven
> And how do the 30 lines before the line that contains "Returns a vector of > bibliography keys" in the output of g++ -E look like? no such line, that's a line in biblio.h > Why are you using gcc and not g++? What did configure say? I used g++ nevermind that line (fooling around) gr.ed.

Re: Issue with 2up

2001-08-22 Thread Herbert Voss
"Stephan D. Picard" wrote: > > I'm trying to use 2up in order to save paper for the multiple revision of > a rather large document. Now, I have a problem. I'm following Herbert's > advice on printing "2 page on 1 landscape" which suggest to add > > \AtBeginDocument{\input{2up}} > in the latex

graphics bug?

2001-08-22 Thread Angus Leeming
Michael, can you run purify on this problem and see if you can reproduce it? Angus -- If I try to input a .png file (for example) using the new graphics dialog, I crash lyx. I have the appropriate converter defined (and this all was

Re: graphics bug?

2001-08-22 Thread Baruch Even
I wouldn't mind learning what is the cause for this, but I'm reworking parts of this code to fit the ImageTransformer addition so things might change. In the partial traceback it looks like the crash is in the XPM call, thus there are only two possible problems, either I'm using the XPM call

Bug list - update

2001-08-22 Thread Michael Schmitt
Hello everybody, I have updated my bug list. Please find a couple of new bug reports (concerning find, mathed, ...). Have a nice day, Michael -- == Michael Schmittphone: +49 451 500 3725

Re: Bug list - update

2001-08-22 Thread Andre Poenitz
On Wed, Aug 22, 2001 at 11:55:40AM +0200, Michael Schmitt wrote: > I have updated my bug list. Please find a couple of new bug reports > (concerning find, mathed, ...). - CTRL-space should insert a protected blank in mathed (but it doesn't) (#451291 This is classified as "not a bug". Andre'

Re: Bug list - update

2001-08-22 Thread Michael Schmitt
On Wed, 22 Aug 2001, Andre Poenitz wrote: > - CTRL-space should insert a protected blank in mathed (but it doesn't) > (#451291 > > This is classified as "not a bug". Well, let's close this endless discussion. I will remove this report from my list. Michael --

Re: graphics bug?

2001-08-22 Thread Angus Leeming
On Wednesday 22 August 2001 10:41, Baruch Even wrote: > I wouldn't mind learning what is the cause for this, but I'm reworking > parts of this code to fit the ImageTransformer addition so things might > change. > > In the partial traceback it looks like the crash is in the XPM call, > thus there

captions to floats

2001-08-22 Thread Angus Leeming
When I insert a figure float and, using the caption layout, write some text, I get: Figure #: the text of the caption Insert a label Figure #: [label] the text of the caption IMO this just looks daft. The "#:" is completely pointless. It occurs because text2.C:1627-8 read:

Re: New Fonts in mathed

2001-08-22 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 11:11:31AM +0200, Andre Poenitz wrote: > > Could anybody please try the attached patch and report failure or success? It works, but the rendering is not correct. It appears that the problem is only with the cmex font, so a possible fix is void

Re: New Fonts in mathed

2001-08-22 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 02:47:43PM +0200, Andre Poenitz wrote: > I wonder why this kind of shifting is needed at all. If I don't do > anything, the chars end up directly below the baseline, as if they all had > an ascent of 0 and a descent equal to their height. > > Is this a problem with the

Re: Bug list - update

2001-08-22 Thread Herbert Voss
Michael Schmitt wrote: > > I have updated my bug list. Please find a couple of new bug reports > (concerning find, mathed, ...). - File browsing in the "BibTeX Database" dialog does not work well if you need to fixed! you can now insert db->infinity databases separated by ',' > include

Re: Bug list - update

2001-08-22 Thread Angus Leeming
On Wednesday 22 August 2001 14:52, Herbert Voss wrote: > Michael Schmitt wrote: > > > > I have updated my bug list. Please find a couple of new bug reports > > (concerning find, mathed, ...). > > - File browsing in the "BibTeX Database" dialog does not work well if > you need to > > fixed! >

Re: New Fonts in mathed

2001-08-22 Thread Ronny Buchmann
* Dekel Tsur <[EMAIL PROTECTED]> [2001-08-22 14:37] wrote: > On Wed, Aug 22, 2001 at 11:11:31AM +0200, Andre Poenitz wrote: > > > > Could anybody please try the attached patch and report failure or success? > > It works, but the rendering is not correct. > It appears that the problem is only

More font stuff

2001-08-22 Thread Andre Poenitz
The attached patch extends yesterday's by some kind of "graceful failing" in case of missing symbol fonts. Math symbols for which we can't find a font simply get displayed as their LaTeX name in red (a.k.a. "The way it used to be"). Lars: It would be nice to have your decision whether something

Urmpf

2001-08-22 Thread Andre Poenitz
-- André Pönitz . [EMAIL PROTECTED] Index: math_charinset.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_charinset.C,v retrieving revision 1.9 diff -u -p -r1.9

Urmpf^2

2001-08-22 Thread Andre Poenitz
Next try. -- André Pönitz . [EMAIL PROTECTED] Index: FontLoader.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/FontLoader.C,v retrieving revision 1.29 diff -u -p -r1.29

Re: More font stuff

2001-08-22 Thread Andre Poenitz
> what I like to know is what requirements this put on the user. With the (already implemented in font3.diff) "graceful failing" in case of "missing" fonts this should put no extra requirement on the user: If he has suitables fonts and they are in the fontpath, they will be used. Otherwise he

Re: New Fonts in mathed

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 02:47:43PM +0200, Andre Poenitz wrote: > This means we'd need to expand the latexkeys structure to hold information > about two fonts (X and TeX). No problem, but a lot of work for 300 symbols > or so... I recall demonstrating how we could use LaTeX itself to generate the

Re: More font stuff

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 07:13:28PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | The attached patch extends yesterday's by some kind of "graceful failing" > | in case of missing symbol fonts. Math symbols for which we can't find a > | font simply get

Re: New Fonts in mathed

2001-08-22 Thread Andre Poenitz
On Wed, Aug 22, 2001 at 07:04:14PM +0100, Jules Bean wrote: > I recall demonstrating how we could use LaTeX itself to generate the > required information. I don't recall this. Maybe you have a pointer in the archives? Andre' -- André Pönitz . [EMAIL

Re: More font stuff

2001-08-22 Thread Dekel Tsur
On Wed, Aug 22, 2001 at 07:07:35PM +0100, Jules Bean wrote: > (Lars: your name looks funny in my email now, although it used to work > fine. The character between the 'Bj' and the 'nnes' is a top-right > corner, i.e. > >_ > | > > Something is broken in my email program or yours...) I

Re: New Fonts in mathed

2001-08-22 Thread Andre Poenitz
> I didn't have one handy when I wrote the first mail. > > I have now located it: > > http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg21960.html We are doing something resembling this "macro interpretatioN" on a coarser level with the "predefined" macros in math_mactotable.C. I

Re: New Fonts in mathed

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 08:15:16PM +0200, Andre Poenitz wrote: > On Wed, Aug 22, 2001 at 07:04:14PM +0100, Jules Bean wrote: > > I recall demonstrating how we could use LaTeX itself to generate the > > required information. > > I don't recall this. Maybe you have a pointer in the archives? I

Re: Bug list - update

2001-08-22 Thread Michael Schmitt
Hi Herbert, the latest patch by Angus and you concerning bibtex databases works very well for me. There is no need to spend additional effort on improving the dialog. Thanks, Michael == Michael Schmitt

Re: New Fonts in mathed

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 08:58:37PM +0200, Andre Poenitz wrote: > > I didn't have one handy when I wrote the first mail. > > > > I have now located it: > > > > http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg21960.html > > We are doing something resembling this "macro interpretatioN"

Re: More font stuff

2001-08-22 Thread Jules Bean
On Wed, Aug 22, 2001 at 09:40:57PM +0300, Dekel Tsur wrote: > On Wed, Aug 22, 2001 at 07:07:35PM +0100, Jules Bean wrote: > > (Lars: your name looks funny in my email now, although it used to work > > fine. The character between the 'Bj' and the 'nnes' is a top-right > > corner, i.e. > I see

Re: web page changes

2001-08-22 Thread Amir Karger
On Tue, Aug 21, 2001 at 08:59:05AM -0400, Zvezdan Petkovic wrote: > On Tue, Aug 21, 2001 at 09:25:39AM +0200, Lars Gullik Bjønnes wrote: > > Juergen Vigna <[EMAIL PROTECTED]> writes: > > > > | However I don't care how this is output on the web-page (we could maybe > > | have a look at the

Re: Table of Contents dialog inconsistency

2001-08-22 Thread Amir Karger
On Tue, Aug 21, 2001 at 03:49:40PM +0100, John Levon wrote: > > well known bug (it's on sourceforge) The best part of this message is that it came in the digest right after Jurgen said, "We can always count on Lars being stubborn." Scanning the messages, I saw his, then yours, and thought,

Re: Bug list - update

2001-08-22 Thread Herbert Voss
Angus Leeming wrote: > I tweaked this quite a lot. Could you test it out please. > > * I removed the stripping of the extensions from the names in input(). > Instead, it's how done in apply() for both the .bib and .bst files. > > * The .bib browser would complain if it were passed multiple

request for help

2001-08-22 Thread Richard Harris
Dear LyX developers, I have migrated almost everything from Windows to Linux. I have only some sound-file manipulation software and a screenplay writing software keeping the windows partition on my drive. I would like some help killing the latter app. I use LyX extensively and have

Re: Table of Contents dialog inconsistency

2001-08-22 Thread John Levon
On Wed, Aug 22, 2001 at 04:19:15PM -0400, Amir Karger wrote: > The best part of this message is that it came in the digest right after > Jurgen said, "We can always count on Lars being stubborn." Scanning the > messages, I saw his, then yours, and thought, "Lars' stubbornness is on >

Re: request for help

2001-08-22 Thread Garst R. Reese
Look at the hollywood class that lyx provides. If you have questions or suggestions for improvement, you can ask me. I wrote it. There is an example file named scriptone.lyx Garst Richard Harris wrote: > > Dear LyX developers, > > I have migrated almost everything from Windows to Linux. I have

Re: request for help

2001-08-22 Thread Richard Harris
Garst, Whether I open scriptone or try to create a new script from that template, I get the error that the document uses the unknown text class "hollywood." I would still be interested to know how to create a template. Could you point me to what I would need to do to create one? Thanks --

Re: request for help

2001-08-22 Thread Richard Harris
I might add that my lyx 116fix3 doesn't seem to find any of the tex/*.cls files: hollywood, cv, ... Suggestions -- Richard Harris Editor, Words on a Wire http://home.i1.net/~paladin

Re: Urmpf

2001-08-22 Thread Shigeru Miyata
In-Reply-To: <[EMAIL PROTECTED]> Andre Poenitz <[EMAIL PROTECTED]> wrote: > Index: math_charinset.C > === > RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_charinset.C,v > retrieving revision 1.9 > diff -u -p -r1.9

Re: request for help

2001-08-22 Thread Garst R. Reese
Richard Harris wrote: > > I might add that my lyx 116fix3 doesn't seem to find any of the tex/*.cls files: >hollywood, cv, ... > > Suggestions First, take this to lyx-users. This is not a development issue. Do you have some version of latex installed? Have you read any of the docs? Did you run

Re: request for help

2001-08-22 Thread Richard Harris
Sender: [EMAIL PROTECTED] Date: Wed, 22 Aug 2001 22:45:52 -0300 From: "Garst R. Reese" <[EMAIL PROTECTED]> X-Accept-Language: en CC: [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii X-UIDL: WT'"!U4U!!j#J!!#GB!! Richard Harris wrote: > > I might add that

Re: web page changes

2001-08-22 Thread Baruch Even
* Amir Karger <[EMAIL PROTECTED]> [010823 07:00]: > On Tue, Aug 21, 2001 at 08:59:05AM -0400, Zvezdan Petkovic wrote: > > On Tue, Aug 21, 2001 at 09:25:39AM +0200, Lars Gullik Bjønnes wrote: > > > Juergen Vigna <[EMAIL PROTECTED]> writes: > > > > > > | However I don't care how this is output on

Re: New Fonts in mathed

2001-08-22 Thread Andre Poenitz
On Wed, Aug 22, 2001 at 08:09:34PM +0100, Jules Bean wrote: > And, potentially, you could actually properly display (simple) macros > that the user himself might have defined in the LaTeX preamble window, > directly, or by \usepackage'ing something which LyX doesn't know > about. > > The main

Re: Urmpf

2001-08-22 Thread Andre Poenitz
On Thu, Aug 23, 2001 at 10:17:56AM +0900, Shigeru Miyata wrote: > > +namespace { > > + > > +char const * math_font_name[] = { > > + "mathrm", > > + "mathcal", > > + "mathbf", > > + "mathsf", > > + "mathtt", > > + "mathit", > > + "textrm" > > It seems you

Re: web page changes

2001-08-22 Thread Andre Poenitz
On Thu, Aug 23, 2001 at 02:55:54PM +1000, Allan Rae wrote: > On Thu, 23 Aug 2001, Baruch Even wrote: > > > Just to end this thread, the format is now 2001-08-32 > > Someone added an extra day to August! > Now all my calenders are wrong! > I'll have to reprogram all my clocks and watches! Not