which version of LaTeX2HTML to compile Java Manual???

2001-07-30 Thread Calvin Mitchell
the directory is /dev-lib/java/Documentation/Manual the command is /usr/bin/latex2html Manual the version of latex2html is 99.1-1 the error is: Too many arguments for undef operator at /usr/bin/latex2html line 2771, near "$trans)" Too many arguments for undef operator at /usr/bin/latex2html li

Re: Fix, attributedStringConsumer

2001-07-30 Thread Georg Fleischmann
Hi Nicola, > sorry to be late in answering - can you send us a little RTF showing your > problem ? thanks. Here is an rtf stream containing just "text" and attached is the same as rtf file (both created on OpenStep). You can load the rtf file with Ink.app and should get the mentioned index out o

Re: Fix, attributedStringConsumer

2001-07-30 Thread Nicola Pero
Hi georg, sorry to be late in answering - can you send us a little RTF showing your problem ? thanks. > here is a patch for GSRTFcolorfg() to allow parsing of RTF streams created on > OpenStep. > OpenStep doesn't add a color list to rtf streams, if the color is just black. > The attached p

Fix, NSWindow, constrain

2001-07-30 Thread Georg Fleischmann
Hi, I had to realize that my latest patch for NSWindow produced some problems with GWorkspace. After reading the specs more carefully, the constrain should be better applied to the [NSWindow orderWindow:relativeTo:] method, giving off screen windows the chance to be placed anywhere. I think