TeX's parser.

2001-08-21 Thread Andre Poenitz
I wonder at what time TeX's input routeine transforms incoming chars into tokens. This obviously is not something like a preprocessing phase, since this would not allow for catcode changes. Would the proper model be some combination of a token queue and a char queue, input reads from the token

Re: web page changes

2001-08-21 Thread Juergen Vigna
On 20-Aug-2001 Lars Gullik Bjønnes wrote: My point is more if you don't know the standard 2001-08-03 is still confusing. IMO it's not confusing this is the only right solution for putting a date. This way you're able to sort it without problems. I for myself use most of the time (internally)

Re: lyx 1.1.6 with AMS: bug in save routine

2001-08-21 Thread Herbert Voss
Andre Poenitz wrote: You are using \mathcal in a 'wrong' way. The correct way is to write \mathcal{A} . No. \mathcal A is perfectly acceptable LaTeX and is equivalent to \mathcal{A}. the last one is the better one. there are several things in latex which are possible but not

Re: more BibTeX support

2001-08-21 Thread Angus Leeming
On Tuesday 21 August 2001 03:14, R. Lahaye wrote: Hi, I've just tested from CVS the new BibTeX dialog. Really nice!!! Selecting the button for "Add bibliography to TOC", however, does not enable the OK button. Rob. Thanks. Fixed. Angus

Re: lyx 1.1.6 with AMS: bug in save routine

2001-08-21 Thread Andre Poenitz
No. \mathcal A is perfectly acceptable LaTeX and is equivalent to \mathcal{A}. the last one is the better one. there are several things in latex which are possible but not absolutely secure. We should try to accept as much as possible in input. So insisting on spurious {} is not

Re: Index dialog and BC

2001-08-21 Thread Angus Leeming
On Tuesday 21 August 2001 02:16, John Levon wrote: I've just tried to update QIndexDialog to get it working. However, when I open an existing index, the OK button isn't disabled, leading to bugs. I have added it with setOK(). Can one of the A's have a look at qt2/QIndex* and indicate

LyXLength

2001-08-21 Thread Andre Poenitz
What is the proper way to get a scrren distance from things like '-1.2ex'? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: lyx 1.1.6 with AMS: bug in save routine

2001-08-21 Thread Dekel Tsur
On Tue, Aug 21, 2001 at 07:10:59AM +0200, Andre Poenitz wrote: You are using \mathcal in a 'wrong' way. The correct way is to write \mathcal{A} . No. \mathcal A is perfectly acceptable LaTeX and is equivalent to \mathcal{A}. I know. This is why I put quotes around the word wrong.

Lyx on MacOS X (Darwin + X)?

2001-08-21 Thread Cyrille Artho
Hi, I am trying to make Lyx work on Mac OS X (on a PowerBook G4) with Darwin and X windows installed. I have all the libraries Lyx needs, but the xforms library is only available as a static library for Mac OS X. ./configure tries to find a shared library and fails. Is there any way to tell

Re: Lyx on MacOS X (Darwin + X)?

2001-08-21 Thread Herbert Voss
Cyrille Artho wrote: Hi, I am trying to make Lyx work on Mac OS X (on a PowerBook G4) with Darwin and X windows installed. I have all the libraries Lyx needs, but the xforms library is only available as a static library for Mac OS X. ./configure tries to find a shared library and fails. Is

question

2001-08-21 Thread Edwin Leuven
I am trying to compile the qt2 frontend and get the following, namespace trouble? gr.ed. make[5]: Entering directory `/home/leuven/cvs/lyx-devel/src/frontends/qt2/moc' /bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../src/

Re: X symbol font

2001-08-21 Thread Dekel Tsur
On Tue, Aug 21, 2001 at 06:54:56AM +0200, Andre Poenitz wrote: Attached is a tar file with maps for the main TeX math fonts and the Type1 version of these fonts (from an improved bakoma collection). These fonts can be used in modern X11 so in principle there's no reason we can not use

Re: LyXLength

2001-08-21 Thread Herbert Voss
Andre Poenitz wrote: What is the proper way to get a scrren distance from things like '-1.2ex'? you have the screen-fontsize (or not??) than you have -1.2fontsize in pt. Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

Re: LyXLength

2001-08-21 Thread Dekel Tsur
On Tue, Aug 21, 2001 at 11:46:38AM +0200, Herbert Voss wrote: Andre Poenitz wrote: What is the proper way to get a scrren distance from things like '-1.2ex'? you have the screen-fontsize (or not??) than you have -1.2fontsize in pt. -1.2*(lyxfont::ascent('x', font) +

Re: LyXLength

2001-08-21 Thread Juergen Vigna
On 21-Aug-2001 Dekel Tsur wrote: you have the screen-fontsize (or not??) than you have -1.2fontsize in pt. -1.2*(lyxfont::ascent('x', font) + lyxfont::descent('x', font)) Well we have: VSpace(s).inPixels(bv) where s is your lenght-string. Jürgen --

Aiksaurus

2001-08-21 Thread Michael Schmitt
Hi, I finally managed to install Aiksaurus (0.08c) but LyX does not recognize it. What shall I do to make it work? Michael -- == Michael Schmittphone: +49 451 500 3725 Institute for Telematics

Re: web page changes

2001-08-21 Thread Zvezdan Petkovic
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 set in the browser and have a list | of date-formats and output it in

Re: mathed bug list

2001-08-21 Thread Dekel Tsur
On Mon, Aug 20, 2001 at 08:48:58AM +0200, Andre Poenitz wrote: On Sat, Aug 18, 2001 at 07:47:00PM +0200, Lars Gullik Bjønnes wrote: Dekel Tsur [EMAIL PROTECTED] writes: | - The \not inset is not rendered incorrectly. Please? To be more precise there are two problem: 1) For \not\leq,

Re: mathed bug list

2001-08-21 Thread Andre Poenitz
To be more precise there are two problem: 1) For \not\leq, the / glyph is positioned too much to the right. Ok. 2) When you write \not at the end of a formula inset, the / glyph appears outside of the mathed frame. That's what the LaTeX output looks like, too. It's not Nice, though. The

Re: web page changes

2001-08-21 Thread Herbert Voss
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 set in the browser and have a list |

Re: web page changes

2001-08-21 Thread Andre Poenitz
i learned in school august, 3rd ... :-) We used to have summer holidays on August 3rd... SCNR, Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: X symbol font

2001-08-21 Thread Ronny Buchmann
* Andre Poenitz [EMAIL PROTECTED] [2001-08-21 15:47] wrote: On Tue, Aug 21, 2001 at 12:48:46PM +0300, Dekel Tsur wrote: On Tue, Aug 21, 2001 at 06:54:56AM +0200, Andre Poenitz wrote: Attached is a tar file with maps for the main TeX math fonts and the Type1 version of these fonts (from

Re: X symbol font

2001-08-21 Thread Andre Poenitz
the only problem i see are non-unix like X servers (like XWin32, xset +fp seems not to work), but i wouldnt care too much Is this a problem of fonts not being in the right place or of fonts not beeing available? If the former: can't those people not copy the fonts to the right places? Andre'

Re: Table of Contents dialog inconsistency

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 10:24:49AM +0900, R. Lahaye wrote: In the Table of Contents dialog, when in the TOC mode, one can jump through the document by selecting a certain item of the TOC list in the dialog. not figure well known bug (it's on sourceforge) john -- That's just kitten-eating

Re: [PATCH] start of Qt2 stuff

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 08:44:38AM +0200, Lars Gullik Bjønnes wrote: besides how can you get '?' when these dirs came from CVS? something is fishy. his .cvsrc, where he doesn't have update -dP john -- That's just kitten-eating wrong. - Richard Henderson

Re: Index dialog and BC

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 09:11:43AM +0100, Angus Leeming wrote: rather than have this mess of if (readonly) { ... } else { ... } everywhere, why not modify the button controller stuff appropriate to your needs. Mainly because I really can't

Re: question

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 11:51:56AM +0200, Edwin Leuven wrote: from QCitationDialog_moc.C:16: ../../../../src/frontends/controllers/biblio.h: At top level: ../../../../src/frontends/controllers/biblio.h:58: syntax error before `const' this makes no sense to me, InfoMap is

Re: Aiksaurus

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 02:35:28PM +0200, Michael Schmitt wrote: On Tue, 21 Aug 2001, Andre Poenitz wrote: If I search for error, among others, I get the following words: N- ALGOL N- Arianism odd. I'll look later. This might be a simple issue of the Gutenberg data.

Re: question

2001-08-21 Thread Edwin Leuven
this makes no sense to me, InfoMap is typedefed directly above it. i know :( what compiler ? gcc-2.96-85 gr.ed.

Re: bibtex

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 04:13:54PM +0100, Angus Leeming wrote: On Tuesday 21 August 2001 13:42, Herbert Voss wrote: now comes the very special problems ... also a gif of my last idea, a help button. i looked around the files and saw that there is a Form_Browser, but I'm unable send a

Re: Index dialog and BC

2001-08-21 Thread Angus Leeming
On Tuesday 21 August 2001 15:59, John Levon wrote: On Tue, Aug 21, 2001 at 09:11:43AM +0100, Angus Leeming wrote: rather than have this mess of if (readonly) { ... } else { ... } everywhere, why not modify the button controller stuff

Re: X symbol font

2001-08-21 Thread Alejandro Aguilar Sierra
Hi, You can find True Type versions of the same fonts at CTAN. IMO using them for lyx-win would be simpler. Greets. Alejandro On Tue, 21 Aug 2001, Ronny Buchmann wrote: * Andre Poenitz [EMAIL PROTECTED] [2001-08-21 16:42] wrote: the only problem i see are non-unix like X servers (like

Re: question

2001-08-21 Thread Andre Poenitz
try the output of adding -E to the compile line ? anything odd ? 17553 lines of it, sorry nothing I can understand... Divert it into a file. Run the compiler on that file. Show the line with the error and 30 lines or so above that line. Andre' -- André Pönitz

Re: Aiksaurus

2001-08-21 Thread Garst R. Reese
I just checked my Roget's Thesaurus for `error': deviation misjudgement ignorance deception inexperience defect imperfection Aiksaurus listed ALGOL, COBOL, and FORTRAN but not C or C++ :) It also listed `bug' as part of a long list, most of which were relevant. Garst

Re: TeX's parser.

2001-08-21 Thread Jules Bean
On Tue, Aug 21, 2001 at 10:29:04AM -0700, Mike Ressler wrote: On Tue, 21 Aug 2001, Andre Poenitz wrote: I wonder at what time TeX's input routeine transforms incoming chars into tokens. This obviously is not something like a preprocessing phase, since this would not allow for catcode

Re: Bibtex bug

2001-08-21 Thread Herbert Voss
Angus Leeming wrote: On Tuesday 21 August 2001 16:51, Michael Schmitt wrote: Hi, I think the following bibtex entry is not read correctly (the year is 50BC in the citation dialog) @STRING{ ProcOfThe = Proceedings of the } @ARTICLE{FrinckeTomp96, AUTHOR = {D. A.

Re: A bug? renaming/deleting labels within a mathed display - and other stuff

2001-08-21 Thread Dekel Tsur
On Tue, Aug 21, 2001 at 10:31:50PM +0300, Antti Sykäri wrote: The bug is: I can't simply rename or delete a mathed label. To rename a label, just do insert-label. The dialog will already contain the old label, so you can do the change you want and press OK. To delete a label, either do

Re: Index dialog and BC

2001-08-21 Thread Allan Rae
On Tue, 21 Aug 2001, John Levon wrote: On Tue, Aug 21, 2001 at 04:21:42PM +0100, Angus Leeming wrote: Really, honestly, it's not too bad. All you need to remember is that if you assign stuff to the button controller to take care of, then you only need to call bc.input(STATE) when you've

TeX's parser.

2001-08-21 Thread Andre Poenitz
I wonder at what time TeX's input routeine transforms "incoming chars" into tokens. This obviously is not something like a preprocessing phase, since this would not allow for catcode changes. Would the proper model be some combination of a token queue and a char queue, input reads from the

Re: web page changes

2001-08-21 Thread Juergen Vigna
On 20-Aug-2001 Lars Gullik Bjønnes wrote: > My point is more "if you don't know the standard 2001-08-03 is still > confusing". IMO it's not confusing this is the only right solution for putting a date. This way you're able to "sort" it without problems. I for myself use most of the time

Re: lyx 1.1.6 with AMS: bug in save routine

2001-08-21 Thread Herbert Voss
Andre Poenitz wrote: > > > You are using \mathcal in a 'wrong' way. > > The correct way is to write \mathcal{A} . > > No. \mathcal A is perfectly acceptable LaTeX and is equivalent to > \mathcal{A}. the last one is the better one. there are several things in latex which are possible but not

Re: more BibTeX support

2001-08-21 Thread Angus Leeming
On Tuesday 21 August 2001 03:14, R. Lahaye wrote: > Hi, > > I've just tested from CVS the new BibTeX dialog. Really nice!!! > > Selecting the button for "Add bibliography to TOC", however, does not enable the OK button. > > Rob. Thanks. Fixed. Angus

Re: lyx 1.1.6 with AMS: bug in save routine

2001-08-21 Thread Andre Poenitz
> > No. \mathcal A is perfectly acceptable LaTeX and is equivalent to > > \mathcal{A}. > > the last one is the better one. there are several things > in latex which are possible but not absolutely secure. We should try to accept as much as possible in input. So insisting on spurious {} is not

Re: Index dialog and BC

2001-08-21 Thread Angus Leeming
On Tuesday 21 August 2001 02:16, John Levon wrote: > I've just tried to update QIndexDialog to get it working. > > However, when I open an existing index, the OK button isn't > disabled, leading to bugs. I have added it with setOK(). > > Can one of the A's have a look at qt2/QIndex* and

LyXLength

2001-08-21 Thread Andre Poenitz
What is the proper way to get a scrren distance from things like '-1.2ex'? Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: lyx 1.1.6 with AMS: bug in save routine

2001-08-21 Thread Dekel Tsur
On Tue, Aug 21, 2001 at 07:10:59AM +0200, Andre Poenitz wrote: > > You are using \mathcal in a 'wrong' way. > > The correct way is to write \mathcal{A} . > > No. \mathcal A is perfectly acceptable LaTeX and is equivalent to > \mathcal{A}. I know. This is why I put quotes around the word

Lyx on MacOS X (Darwin + X)?

2001-08-21 Thread Cyrille Artho
Hi, I am trying to make Lyx work on Mac OS X (on a PowerBook G4) with Darwin and X windows installed. I have all the libraries Lyx needs, but the xforms library is only available as a static library for Mac OS X. ./configure tries to find a shared library and fails. Is there any way to tell

Re: Lyx on MacOS X (Darwin + X)?

2001-08-21 Thread Herbert Voss
Cyrille Artho wrote: > > Hi, > I am trying to make Lyx work on Mac OS X (on a PowerBook G4) with Darwin > and X windows installed. I have all the libraries Lyx needs, but the > xforms library is only available as a static library for Mac OS X. > ./configure tries to find a shared library and

question

2001-08-21 Thread Edwin Leuven
I am trying to compile the qt2 frontend and get the following, namespace trouble? gr.ed. make[5]: Entering directory `/home/leuven/cvs/lyx-devel/src/frontends/qt2/moc' /bin/sh ../../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -I../../../../src/

Re: X symbol font

2001-08-21 Thread Dekel Tsur
On Tue, Aug 21, 2001 at 06:54:56AM +0200, Andre Poenitz wrote: > > Attached is a tar file with maps for the main TeX math fonts and the Type1 > > version of these fonts (from an improved bakoma collection). These fonts > > can be used in modern X11 so in principle there's no reason we can not > >

Re: LyXLength

2001-08-21 Thread Herbert Voss
Andre Poenitz wrote: > > What is the proper way to get a scrren distance from things like '-1.2ex'? you have the screen-fontsize (or not??) than you have -1.2 in pt. Herbert -- http://www.educat.hu-berlin.de/~voss/lyx/

Re: LyXLength

2001-08-21 Thread Dekel Tsur
On Tue, Aug 21, 2001 at 11:46:38AM +0200, Herbert Voss wrote: > Andre Poenitz wrote: > > > > What is the proper way to get a scrren distance from things like '-1.2ex'? > > you have the screen-fontsize (or not??) than you have > -1.2 in pt. -1.2*(lyxfont::ascent('x', font) +

Re: LyXLength

2001-08-21 Thread Juergen Vigna
On 21-Aug-2001 Dekel Tsur wrote: >> >> you have the screen-fontsize (or not??) than you have >> -1.2 in pt. > > > -1.2*(lyxfont::ascent('x', font) + lyxfont::descent('x', font)) Well we have: VSpace(s).inPixels(bv) where s is your lenght-string. Jürgen --

Aiksaurus

2001-08-21 Thread Michael Schmitt
Hi, I finally managed to install Aiksaurus (0.08c) but LyX does not recognize it. What shall I do to make it work? Michael -- == Michael Schmittphone: +49 451 500 3725 Institute for Telematics

Re: web page changes

2001-08-21 Thread Zvezdan Petkovic
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 set in the browser and have a list > | of date-formats and

Re: mathed bug list

2001-08-21 Thread Dekel Tsur
On Mon, Aug 20, 2001 at 08:48:58AM +0200, Andre Poenitz wrote: > On Sat, Aug 18, 2001 at 07:47:00PM +0200, Lars Gullik Bjønnes wrote: > > Dekel Tsur <[EMAIL PROTECTED]> writes: > > > > | - The \not inset is not rendered incorrectly. > > Please? To be more precise there are two problem: 1) For

Re: mathed bug list

2001-08-21 Thread Andre Poenitz
> To be more precise there are two problem: > 1) For \not\leq, the / glyph is positioned too much to the right. Ok. > 2) When you write \not at the end of a formula inset, > the / glyph appears outside of the mathed frame. That's what the LaTeX output looks like, too. It's not Nice, though.

Re: web page changes

2001-08-21 Thread Herbert Voss
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 set in the browser and have

Re: web page changes

2001-08-21 Thread Andre Poenitz
> i learned in school august, 3rd ... :-) We used to have summer holidays on August 3rd... SCNR, Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: X symbol font

2001-08-21 Thread Ronny Buchmann
* Andre Poenitz <[EMAIL PROTECTED]> [2001-08-21 15:47] wrote: > On Tue, Aug 21, 2001 at 12:48:46PM +0300, Dekel Tsur wrote: > > On Tue, Aug 21, 2001 at 06:54:56AM +0200, Andre Poenitz wrote: > > > > Attached is a tar file with maps for the main TeX math fonts and the Type1 > > > > version of

Re: X symbol font

2001-08-21 Thread Andre Poenitz
> the only problem i see are non-unix like X servers (like XWin32, "xset > +fp" seems not to work), but i wouldnt care too much Is this a problem of fonts not being in the right place or of fonts not beeing available? If the former: can't those people not copy the fonts to the right places?

Re: Table of Contents dialog inconsistency

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 10:24:49AM +0900, R. Lahaye wrote: > In the "Table of Contents" dialog, when in the "TOC" mode, one can jump through > the document by selecting a certain item of the TOC list in the dialog. > not figure well known bug (it's on sourceforge) john -- "That's just

Re: [PATCH] start of Qt2 stuff

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 08:44:38AM +0200, Lars Gullik Bjønnes wrote: > besides how can you get '?' when these dirs came from CVS? > something is fishy. his .cvsrc, where he doesn't have update -dP john -- "That's just kitten-eating wrong." - Richard Henderson

Re: Index dialog and BC

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 09:11:43AM +0100, Angus Leeming wrote: > rather than have this mess of > if (readonly) { > ... > } else { > ... > } > everywhere, why not modify the button controller stuff appropriate to your > needs. Mainly because I

Re: question

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 11:51:56AM +0200, Edwin Leuven wrote: > from QCitationDialog_moc.C:16: > ../../../../src/frontends/controllers/biblio.h: At top level: > ../../../../src/frontends/controllers/biblio.h:58: syntax error before `const' this makes no sense to me, InfoMap is

Re: Aiksaurus

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 02:35:28PM +0200, Michael Schmitt wrote: > On Tue, 21 Aug 2001, Andre Poenitz wrote: > > > > If I search for "error", among others, I get the following words: > > > > > > N- ALGOL > > > N- Arianism odd. I'll look later. This might be a simple issue of the

Re: question

2001-08-21 Thread Edwin Leuven
> this makes no sense to me, InfoMap is typedefed directly above it. i know :( > what compiler ? gcc-2.96-85 gr.ed.

Re: bibtex

2001-08-21 Thread John Levon
On Tue, Aug 21, 2001 at 04:13:54PM +0100, Angus Leeming wrote: > On Tuesday 21 August 2001 13:42, Herbert Voss wrote: > > now comes the very special problems ... > > > > also a gif of my last idea, a help button. i looked around > > the files and saw that there is a Form_Browser, but I'm > >

Re: Index dialog and BC

2001-08-21 Thread Angus Leeming
On Tuesday 21 August 2001 15:59, John Levon wrote: > On Tue, Aug 21, 2001 at 09:11:43AM +0100, Angus Leeming wrote: > > > rather than have this mess of > > if (readonly) { > > ... > > } else { > > ... > > } > > everywhere, why not modify the button controller

Re: X symbol font

2001-08-21 Thread Alejandro Aguilar Sierra
Hi, You can find True Type versions of the same fonts at CTAN. IMO using them for lyx-win would be simpler. Greets. Alejandro On Tue, 21 Aug 2001, Ronny Buchmann wrote: > * Andre Poenitz <[EMAIL PROTECTED]> [2001-08-21 16:42] wrote: > > > the only problem i see are non-unix like X servers

Re: question

2001-08-21 Thread Andre Poenitz
> > try the output of adding -E to the compile line ? anything odd ? > > 17553 lines of it, sorry nothing I can understand... Divert it into a file. Run the compiler on that file. Show the line with the error and 30 lines or so above that line. Andre' -- André Pönitz

Re: Aiksaurus

2001-08-21 Thread Garst R. Reese
I just checked my Roget's Thesaurus for `error': deviation misjudgement ignorance deception inexperience defect imperfection Aiksaurus listed ALGOL, COBOL, and FORTRAN but not C or C++ :) It also listed `bug' as part of a long list, most of which were relevant. Garst

Re: TeX's parser.

2001-08-21 Thread Jules Bean
On Tue, Aug 21, 2001 at 10:29:04AM -0700, Mike Ressler wrote: > On Tue, 21 Aug 2001, Andre Poenitz wrote: > > I wonder at what time TeX's input routeine transforms "incoming chars" into > > tokens. This obviously is not something like a preprocessing phase, since > > this would not allow for

Re: Bibtex bug

2001-08-21 Thread Herbert Voss
Angus Leeming wrote: > > On Tuesday 21 August 2001 16:51, Michael Schmitt wrote: > > Hi, > > > > I think the following bibtex entry is not read correctly (the year is > > "50BC" in the citation dialog) > > > > > > @STRING{ ProcOfThe = "Proceedings of the " } > > > > @ARTICLE{FrinckeTomp96, > >

Re: A bug? renaming/deleting labels within a mathed display - and other stuff

2001-08-21 Thread Dekel Tsur
On Tue, Aug 21, 2001 at 10:31:50PM +0300, Antti Sykäri wrote: > The bug is: > > I can't simply rename or delete a mathed label. To rename a label, just do insert->label. The dialog will already contain the old label, so you can do the change you want and press OK. To delete a label, either do

Re: Index dialog and BC

2001-08-21 Thread Allan Rae
On Tue, 21 Aug 2001, John Levon wrote: > On Tue, Aug 21, 2001 at 04:21:42PM +0100, Angus Leeming wrote: > > > Really, honestly, it's not too bad. All you need to remember is that if you > > assign stuff to the button controller to take care of, then you only need to > > call bc.input(STATE)