Re: LyX Printing

2000-12-07 Thread Tuukka Toivonen
On Wed, 6 Dec 2000, Jochen Rumpf wrote: > is there a possibility for LyX to print mirror writing (for slides)? Most likely not. But I wouldn't be surprised if psutils (look from freshmeat.net, but most Linuxes have it already installed) could do this thing. If not, a postscript-knowledgeable pe

Something like reftex

2000-12-07 Thread Nabil Hathout
Hello, Did you get a debian pakage or did you compile lyx-1.1.6pre2 locally ? Regards, --Nabil Jan Ulrich Hasecke writes: > BTW: lyx-1.1.6pre2 looks very nice. I had no problems to install it on > Debian 2.2 with kernel 2.0.36. The only drawback is that sometimes > there is one mouse klick

lyx crash

2000-12-07 Thread Yann Collete
Hello, While I was working on a bibliography, lyx crach brutally. Here are the messages lyx sends to me. In defpup [xpopup.c 171] Exceeded FL_MAXPUP (128) Please check for leaks. Current allocated menus are: 0: Notitle . 127: Notitle These messages repeats 4 or 5 tim

Re: announce lyx-1.1.6pre2; Look & Feel

2000-12-07 Thread Angus Leeming
> 2) In the File-Save As Dialog: When I set the cursor in the middle of the > filename and press the "Entf"-Key (I think it's called "Del" on english > keyboard layouts) the character on the left side of the cursor is deleted > instead of the right side > 3) Same Dialog as in 2): If I press shift

Re: change table of contents

2000-12-07 Thread Herbert Voss
Michael Frisbie wrote: > > I am required to follow a format that specifies that the appendix pages > should be numbered as A1, A2, B1, etc. Using the fancy header package I > have been able to display these weird page numbers on each page, but I > need to change them in the table of contents. I

Re: Something like reftex

2000-12-07 Thread Dekel Tsur
On Wed, Dec 06, 2000 at 06:10:29PM +0100, Jan Ulrich Hasecke wrote: > Hi LyX-Users! > > Is there anything like reftex for LyX? Reftex with Emacs+AucTeX > nearly automagically inserts labels for each section. It would be nice > if each heading, table, figure etc. gets a label by default. Are ther

Re: Something like reftex

2000-12-07 Thread Jan Ulrich Hasecke
Hallo Nabil! Am Don, 07 Dez 2000, schrieb Nabil Hathout: > Did you get a debian pakage or did you compile lyx-1.1.6pre2 locally ? I compiled it. Yes it would be nice to have a debian package. But I think this is only a pre-version. ;-) Ciao! juh -- Singe Gondoliere! http://www.sudelbuch.de/2

Re: Math labels.

2000-12-07 Thread Dekel Tsur
On Tue, Dec 05, 2000 at 07:25:15PM +, Herbert Voss wrote: > > Once a math-label has been set, how can one change it? In a > > regular label one can click it and change it in the pop-up menu, > > but I am unable to get this to work in math mode. > > put the cursor in the math-box and write a n

Re: Math labels.

2000-12-07 Thread Angus Leeming
On Thursday 07 December 2000 14:53, Dekel Tsur wrote: > On Tue, Dec 05, 2000 at 07:25:15PM +, Herbert Voss wrote: > > > Once a math-label has been set, how can one change it? In a > > > regular label one can click it and change it in the pop-up menu, > > > but I am unable to get this to work i

Re: text in a cell

2000-12-07 Thread Herbert Voss
Didier Bretin wrote: > > Hello, > > What are the different style that I can put on my text in a cell of an > array ? Apparently I can't make different paragraph with a > +. Is there any possibilities ? remember that the array environment is for math-mode and therefore lyx doesn't support the

Re: LyX Printing

2000-12-07 Thread Lars Gullik Bjønnes
Tuukka Toivonen <[EMAIL PROTECTED]> writes: | On Wed, 6 Dec 2000, Jochen Rumpf wrote: | | > is there a possibility for LyX to print mirror writing (for slides)? | | Most likely not. But I wouldn't be surprised if psutils (look from | freshmeat.net, but most Linuxes have it already installed) c

Re: Questions about SGML

2000-12-07 Thread ben
Jose Abilio Oliveira Matos a écrit : > > I would like to use the SGML format for its powerful translation > > possibilities, and I would like to know if it is possible to define a > > new document style (different from the LinuxDoc one)? > > Does anyone know some links that would explain how to c

compose key stopped working (Sparc-Solaris-2.6)

2000-12-07 Thread Ronald Florence
I recently migrated from a Sparc-20/812 to an Ultra-1E/200. The operating system is the same (Solaris-2.6), the LyX binaries (lyx-1.1.5fix2), xforms and xpm libraries are identical, and nothing has been changed in the configuration. But, the compose key suddenly stopped working in LyX. The comp

Is it bug?

2000-12-07 Thread Matej Cepl
Search/Replace dialog box in my LyX (1.1.5patch2) does not close itself on Esc press, although other dialog boxen (esp. Spell) do. Is it a bug or feature? Matej Cepl

formatted C code samples in a lyx doc?

2000-12-07 Thread Tony Mantler
I should start by saying I'm rather new at lyx and latex. The previous technical documentation I did was in roff. I'm trying to write a programming document for text file and dead-tree targets, and I'm running into a bit of trouble when I want to include a code sample. I tried hacking up the art

compose key fixed (Solaris-2.6)

2000-12-07 Thread Ronald Florence
Bad form to answer my own query, but better than having someone else slave to solve the problem ... The reason my compose key didn't work with LyX after the switch to a new Solaris-2.6 machine is that LANG on the new machine was set to C. Adding LANG=en_US export LANG to ~/.dt

Footnoteref Problem

2000-12-07 Thread Dave Tweten
In previous situations, I've been able to use the LaTeX "\footnoteref" command with a Lyx reference to a label in another footnote, with no problems. Not surprisingly, the result is a second mark pointing to the same footnote. This time, I need for both the original footnote and the \footnoter

Re: Footnoteref Problem

2000-12-07 Thread Herbert Voss
Dave Tweten wrote: > > In previous situations, I've been able to use the LaTeX "\footnoteref" command > with a Lyx reference to a label in another footnote, with no problems. Not > surprisingly, the result is a second mark pointing to the same footnote. > > This time, I need for both the origin

Re: formatted C code samples in a lyx doc?

2000-12-07 Thread Herbert Voss
Tony Mantler wrote: > > I should start by saying I'm rather new at lyx and latex. The previous > technical documentation I did was in roff. > > I'm trying to write a programming document for text file and dead-tree > targets, and I'm running into a bit of trouble when I want to include a > code