Text with a color

2000-12-04 Thread Yann Collete
Hello, Another question about how to color a text: Is there any possibility to have add tag before and after a block of text so as to gray this block of text independently of its style (paragraph, quote, etc). For all the other possibilities I have found of the lyx users archive, you have to fo

Re: citations in footnotes (continued)

2000-12-04 Thread Jan Goebel
Hello, maybe jurabib is what you need (for law-students and humanities). Look at: http://userpage.fu-berlin.de/~jberger/ Greetings Jan On Sun, 03 Dec 2000, Christopher Jones wrote: > In a little more detail: I have been searching high and low, and all I find in > any document on the web are

Re: Installing Problems

2000-12-04 Thread Jürgen Spitzmüller
Thank you for the warning. I will look for a compatible xforms version to solve the problem definitely. At the moment, I was just very glad that LyX was running at all. Best Wishes, Juergen. Am Samstag, 2. Dezember 2000 04:47 schrieben Sie: > On Fri, 1 Dec 2000, Jürgen Spitzmüller wrote: > >

Re: v.1.1.4 fix 3 geometry

2000-12-04 Thread Jean-Marc Lasgouttes
> "john" == john gennard <[EMAIL PROTECTED]> writes: john> I've just installed the above and want to start the learning john> process. However, on launching Lyx I'm faced with a window which john> is to large for my screen and I dislike using a virtual desktop. john> So far I've been unable t

Problem with xforms

2000-12-04 Thread Andre Juffer
Hi, when running the configure script of lyx-1.1.5fix2 on Redhat 7, I encounter the following message ** Cannot find libforms or libxforms. Please check that the xforms library is correctly installed on your system. This was despite of the fact that I have used the option --with-extra-prefix

Re: Text with a color

2000-12-04 Thread Angus Leeming
Errr... what's wrong with using the Color option of the Character popup? If your desired color isn't listed, then someone mention recently that you could use the graphix package to refine your own colors in the latex preamble. Use, if I recall correctly, is something like myred{ some text, bl

Re: Problem with xforms

2000-12-04 Thread Tuukka Toivonen
On Sat, 9 Dec 2000, Andre Juffer wrote: > ** Cannot find libforms or libxforms. Please check that the xforms Couple of hopefully useful tips: - after installing xforms, type (as root) ldconfig - set LD_LIBRARY_PATH pointing to xforms library path, eg export LD_LIBRARY_PATH=/usr/l

Re: Problem with xforms

2000-12-04 Thread Angus Leeming
Two questions. 1. was the library in usr/local/lib a staticlib, libforms.a, or a shared object, libforms.so. 2. If it was a .so lib, then does LD_LIBRARY_PATH have a /usr/local/lib entry? Angus On Saturday 09 December 2000 11:48, Andre Juffer wrote: > Hi, > > when running the configure script o

Re: Problem with xforms

2000-12-04 Thread Jose Abilio Oliveira Matos
On Sat, Dec 09, 2000 at 01:48:41PM +0200, Andre Juffer wrote: > Hi, > > when running the configure script of lyx-1.1.5fix2 on Redhat 7, I > encounter the following message > > ** Cannot find libforms or libxforms. Please check that the xforms > library >is correctly installed on your system.

Re: Text with a color

2000-12-04 Thread Yann Collete
Hello again, I just what to change the background color. For example: Latex_Tag -> switch background color to light gray \begin{verbatim} Some text \end{verbatim} Latex_Tag_2 -> switch background color to "normal" This "method" will allow me to add a minimum of Latex command in ERT. It will

Localization problem with self-compiled 1.1.5fix2

2000-12-04 Thread Andre Berger
I've got two Debian 2.2 potato boxes, one is a PC, the other one a PPC. I've compiled LyX 1.1.5fix2 on both of them. On the PC I get a localized german version if I set the necessary environment variables, on the PPC not (though I now it's supposed to works because the 1.1.4fix3 .deb from Debian s

Re: Problem with xforms

2000-12-04 Thread Andre Juffer
Angus Leeming wrote: > > Two questions. > 1. was the library in usr/local/lib a staticlib, libforms.a, or a shared > object, libforms.so. Both are available. > 2. If it was a .so lib, then does LD_LIBRARY_PATH have a /usr/local/lib entry? It has now. I also have used ldconfig as suggested by

Re: Problem with xforms

2000-12-04 Thread Angus Leeming
This dies in the configure script right? Your config.log (?.status) should contain a copy of the little test program that failed. Look at the end to find it. Then try and make it yourself. My guess is that the library is found and linked Ok, but that running it dies because the header file and

Re: Problem with xforms

2000-12-04 Thread Andre Juffer
Angus Leeming wrote: > > This dies in the configure script right? > > Your config.log (?.status) should contain a copy of the little test program > that failed. Look at the end to find it. Then try and make it yourself. > > My guess is that the library is found and linked Ok, but that running i

Re: internationalisation

2000-12-04 Thread Andre Berger
"R. E. de Lima-Lopes" <[EMAIL PROTECTED]> writes: Take a look at custum-bib, which is a script to create your own .bst file. You'll also need natbib. With the help of these two latex packages, which you can find e.g. via http://www.dante.de/cgi-bin/ctan-index by entering their names there, you

Re: Problem with xforms

2000-12-04 Thread Tuukka Toivonen
On Mon, 4 Dec 2000, Andre Juffer wrote: > Actually, the script comes to a nice end. There is no copy of a little You can write easily test by hand: cd /tmp cat >test.c main() {} [ctrl-D] gcc test.c -L/usr/X11R6/lib -lX11 -lforms -lm In my system the above compiles

Re: Lyx-1.1.6pre2: dead keys and pdf-export.

2000-12-04 Thread Lars Gullik Bjønnes
Jacobo Myerston <[EMAIL PROTECTED]> writes: | I do not understand the behavior of the dead keys in the new version | of lyx. | I write usually in spanish and have assigned the acute_dead key to 0x2F, | but since I have installed lyx-1.1.6pre2 this key doesn't work, (á é í ó | ú), however I can

Re: Problem with xforms

2000-12-04 Thread Andre Juffer
Hi Tuukka, I have tried what you suggested and this is what I get: /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libforms.so: undefined reference to `_xstat' collect2: ld returned 1 exit status So, apparently the system can find the library files, but the files themselves seem corrupt. I w

Re: Problem with xforms

2000-12-04 Thread Andre Juffer
Hi All, the problem I had with the xforms has been solved. It seems that I had an corrupt file or something. I have taken the glibc5 version from the ftp.lyx.org and that one was ok. That is, configure did not complain. Cheers, -- Andre H. Juffer | Phone: +358-8-553 1683 The Bioce

Re: Problem with xforms

2000-12-04 Thread Tuukka Toivonen
On Mon, 4 Dec 2000, Andre Juffer wrote: > /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libforms.so: undefined > reference to `_xstat' > collect2: ld returned 1 exit status > > So, apparently the system can find the library files, but the files > themselves seem corrupt. I will try to find a

Re: Problem with xforms

2000-12-04 Thread Andre Juffer
Tuukka Toivonen wrote: > > Downgrading your Linux distribution would probably help but that would be > quite much of work. Yep. > > It might be interesting to see if the symbol "_xstat" is defined somewhere > in your libraries, eg "nm /lib/libc-2.1.*.so | grep _xstat" (it is in my > Redhat 6.2

Re: Problem with xforms

2000-12-04 Thread Tuukka Toivonen
On Mon, 4 Dec 2000, Andre Juffer wrote: > /usr/include/g++-3/sstream:102: taking dynamic typeid of object with > -fno-rtti Well... as a first step you could remove "-fno-rtti", which at least shouldn't make more problems. LyX developers would know good way to do that, my quick and dirty hack wou

Re: Problem with xforms

2000-12-04 Thread Jean-Marc Lasgouttes
> "Tuukka" == Tuukka Toivonen <[EMAIL PROTECTED]> writes: Tuukka> On Mon, 4 Dec 2000, Andre Juffer wrote: >> /usr/include/g++-3/sstream:102: taking dynamic typeid of object >> with -fno-rtti Tuukka> Well... as a first step you could remove "-fno-rtti", which at Tuukka> least shouldn't make m

Re: citations in footnotes (continued)

2000-12-04 Thread Christopher Jones
On Mon, 04 Dec 2000, you wrote: > Hello, > > maybe jurabib is what you need (for law-students and humanities). Thanks so much!!! That's exactly what I need.

Re: Problem with xforms

2000-12-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Tuukka" == Tuukka Toivonen <[EMAIL PROTECTED]> writes: | | Tuukka> On Mon, 4 Dec 2000, Andre Juffer wrote: | >> /usr/include/g++-3/sstream:102: taking dynamic typeid of object | >> with -fno-rtti | | Tuukka> Well... as a first step you c

Re: Problem with xforms

2000-12-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> On 1.1.5cvs ? (I don't think I have the harddisk space available Lars> for debugging...) Lars> With RH7 and 1.1.6cvs I have no problems at all. I have had reports of somebody still failing after removing -fno-rtti, because th

Re: Text with a color

2000-12-04 Thread Herbert Voss
Yann Collete wrote: > > Hello again, > > I just what to change the background color. For example: > > Latex_Tag -> switch background color to light gray > > \begin{verbatim} > > Some text > > \end{verbatim} > > Latex_Tag_2 -> switch background color to "normal" > > This "method" will allow

Re: Problem with xforms

2000-12-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> On 1.1.5cvs ? (I don't think I have the harddisk space available | Lars> for debugging...) | | Lars> With RH7 and 1.1.6cvs I have no problems at all. | | I have had repo

Re: Text with a color

2000-12-04 Thread Yann Collete
Hello, I tried one of your tips: Latex preamble: \usepackage{color} \definecolor{gris}{gray}{0.75} The document: ... \fcolorbox{gris}{gris}{ <- under standard style+ERT ... some lyx-formated text ... } <- under standard style+ERT the only problem I've got now is that it doesn't work with th

Re: Test with a color

2000-12-04 Thread Yann Collete
Hello, Sorry, the latex function I use is: \fcolorbox{gris}{gris}{\textwith - \parindent - \ parindent}{ ... Lyx formated text ... } Your sincerely, Yann COLLETTE

indented list

2000-12-04 Thread Guenter Milde
I write a lot of formula and I'd like to explain the ues variables in a indented list underneath, something like e=mc^2 eEnery mmass I know, I can do this by inserting a dummy paragraph ( {} or % in ERT), set this to "quote" or "list" and nest my

achicago and jurabib

2000-12-04 Thread Christopher Jones
Ok, I'm playing around with jurabib. Problem is, what I liked (and kind of need) is the way achicago (frankenstein) provides "translator" and co. field entries. Doesn't look like jurabib does that. So is there any way I can get jurabib to handle all the ibid and footnoted citation stuff, and have

Re: export LANG=fr does not work on my suse6.2

2000-12-04 Thread Jean-Marc Lasgouttes
> "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes: Yann> hello, lyx users I've got a problem, when trying to get the Yann> french language in the menus. Yann> like said in the customization file, i export the LANG variable Yann> : Yann> export LANG=fr Yann> i use a suse6.2. Is there anoth

Re: Test with a color

2000-12-04 Thread Herbert Voss
Yann Collete wrote: > > Hello, > > Sorry, the latex function I use is: > > \fcolorbox{gris}{gris}{\textwith - \parindent - \parindent}{ > > ... > Lyx formated text > ... > } this makes no big difference. if you are interested in the code, drop me a line. Herbert -- [EMAIL PROTECTED] http:

Math labels.

2000-12-04 Thread Mario Parra
Hello, I have a couple of questions about math labels. How can one have lyx label equations using section numbers instead of chapter numbers? 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

Re: Text with a color

2000-12-04 Thread Herbert Voss
Yann Collete wrote: > I tried one of your tips: > Latex preamble: > > \usepackage{color} > \definecolor{gris}{gray}{0.75} > if you like try the following one: save the attached file in ~/.lyx/layouts, insert the line Input color.inc in file stdclass.inc do a reconfigure in lyx, restart and th

Re: Newbie request: severe problem with fontenc in LyX with latex2html

2000-12-04 Thread Dekel Tsur
On Fri, Dec 01, 2000 at 06:05:37PM +0100, Heiko Schroeder wrote: > My aim: I want to create a HTML-Output with LyX using "Export HTML". You don't write what exactly is your problem with the output generated by latex2html. My guess is that at least one problem is that the URLs entered using the U

Re: Localization problem with self-compiled [SOLVED]

2000-12-04 Thread Andre Berger
1.1.5fix2 References: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Gcc: nnfolder+archive:misc-mail From: Andre Berger <[EMAIL PROTECTED]> Date: 04 Dec 2000 22:51:45 +0100 In-Reply-To: Andre Berger's message of "04 Dec 2000 12:16:01 +0100" Message-ID: <[EMAIL PROTECTED]> Lines: 15 User-Agent: Gn

Recent odd behaviour with ASCII import, protected blanks, and LyX-Code

2000-12-04 Thread Roger Williams
I've had an odd problem with the LyX-Code paragraph environment for the past few LyX versions (since 1.1.4, perhaps?). When I import (or paste) ASCII text into any environment, a sequence of N spaces preceding text is shown on the screen as N-1 (blue) protected blanks followed by one ordinary spa

Re: export LANG=fr does not work on my suse6.2

2000-12-04 Thread Yann MORERE
Jean-Marc Lasgouttes wrote: > > > "Yann" == Yann MORERE <[EMAIL PROTECTED]> writes: > > Yann> hello, lyx users I've got a problem, when trying to get the > Yann> french language in the menus. > > Yann> like said in the customization file, i export the LANG variable > Yann> : > > Yann> expo

Re: Problem with xforms

2000-12-04 Thread Andre Juffer
"Lars Gullik Bjønnes" wrote: > > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | > "Tuukka" == Tuukka Toivonen <[EMAIL PROTECTED]> writes: > | > | Tuukka> On Mon, 4 Dec 2000, Andre Juffer wrote: > | >> /usr/include/g++-3/sstream:102: taking dynamic typeid of object > | >> with -fno-rt

Re: Problem with xforms

2000-12-04 Thread Lars Gullik Bjønnes
Andre Juffer <[EMAIL PROTECTED]> writes: | > With RH7 and 1.1.6cvs I have no problems at all. | | Did you use xforms 0.88 or 0.89? I use XForms 0.89 Fixlevel 5 Lgb

Re: internationalisation

2000-12-04 Thread R. E. de Lima-Lopes
I edited the file but not all problems were solved In the references section its ok but I still get things like [Lyons and Halliday, 1994] in the body of my work. If i do not find a way I might have to abandom lyx and latex, since my evaluation board will not acept "and"in the citations could