Re: need help installing lyx

1999-08-30 Thread Torsten Mueller
> I have installed lyx. When I try to run > it, the error message says that the file > "libforms.so.0.88" is required. > Is there an ftp archive I can obtain it from? it is explained int the file INSTALL: Xforms is available (free) only in binary format, source code is not available. If it is no

Re: Comment environment

1999-09-30 Thread Torsten Mueller
> I am attempting to use the "comment paragraph environment" in LyX > v1.0.3. I cannot find a menu pulldown for this feature. More importantly > the M-p S-C key-sequence only gives a "Layout comment not known" error in > the minibuffer. My documentclass is "Article (Revtex)". Does anybody kn

German Umlaute in English text?

1999-10-04 Thread Torsten Mueller
Hi, how can I put German Umlaute in an English document. Now these letters simply do not appear in the dvi output. Thanks, Torsten

marked text output

1999-01-16 Thread Torsten Mueller
Currently I am using LyX to write my thesis and like it very much. Oone feature however, that I am missing very much in LyX is the clipboard to export text (import works well). The problem is, that normally we work with several programs (LyX of course, Framemaker, Powerpoint and other Windows pr

Re: BibTeX and LyX

1999-11-22 Thread Torsten Mueller
> is it possible to use bibtex efficiently together with LyX? > Is this somewhere documented? it is very easy, ppen: Insert-> Lists&TOC -> Bibtex references Then give in the name of the bibtex-file. Now you can include references in the text with Insert->Citation Reference. Torsten

Citations with authorname using bibtex?

2000-01-07 Thread Torsten Mueller
Hallo Lyxers, I would like to include citation references in the form [AUTHOR YEAR] instead of a number (which works fine, e.g. [BA97] instead of [3]. My bibtex file contains the information as the key. I think, I must use another style than plain. Which one do I have to choose? Thanks, Torsten

Re: LyX: Using GIF Images?

2000-01-07 Thread Torsten Mueller
> That is a good news! Could you suggest me some sources of information > how to do > that? > I fought with GIMP for two days and no success: my eps was allwys very > ugly. > The EPS images were always (much) larger than the original GIF or PNG. > So, can you recomend me a good book, or anything e

bibliography: mix of bibtex and normal citations

2000-01-25 Thread Torsten Mueller
Hallo Lyxers, I have a bibtex database which contains most of the references I want to cite, however not all. Is it possible to add some references (simply with the bibliography environment without putting them into the database? Thanks, Torsten

figure float at bottom

2000-02-25 Thread Torsten Mueller
Hallo, how can I reach, that a figure float is preferrably put at the bottom of a page. With latex I can do that with [b]. Are there other possibilities, how to control the placement of figures (floats)? Thanks, Torsten

chapters in included files

2000-02-28 Thread Torsten Mueller
Hallo, I am writing a thesis and have included the chapters with the include-command. Version 1.0.3 supports this, but: - it does not display the chapters in the TOC (on the screen), - I cannot do spellcheck over the whole document. - Another problem is, that I cannot change the document style f

Re: Page numbers

2000-03-10 Thread Torsten Mueller
I would like to install version 1.1.4. I have seen that there is a patch available which I have downloaded. How do I have to use this file patch-1.1.4fix1. I work on Solaris 2.7. I have tried the patch command, but nothing happened. Thanks, Torsten

xfig figure with formula

2000-03-13 Thread Torsten Mueller
Hallo, until now I have included my figures from xfig with eps which works fine. Now I need a formula inside the figure. The manual says, that I should save the figure in xfig as ps_tex and ps_tex_t. However, when I load ps_tex_t, I get an error message, that there is no bounding box. When I try

Re: xfig figure with formula

2000-03-13 Thread Torsten Mueller
>At least, it works fine with lyx 1.0.4, when I input the figure (use >Insert/Include File and check the input box) inside a figure float. >There may be problems when the special text flag in Xfig is not set, or when >a formula misses a $. If I do this, then it displays "file=filename.pstex" and t

Re: xfig figure with formula

2000-03-13 Thread Torsten Mueller
>Insert a \usepackage{epsfig} in your preamble (doesn't work without it here) this was the problem, now with this it works, thanks for your help. The disadvantage is, that I cannot see the figure anymore on the screen. This is the thing I like most with LyX compared to other LaTeX editors. Is the

Re: xfig figure with formula

2000-03-13 Thread Torsten Mueller
>Yes, use the other way round: import LyX formulas in xfig. interesting idea, thanks, Torsten

Re: symbol R for real numbers

2000-03-15 Thread Torsten Mueller
>Try the following simple thing > >Insert: > >\usepackage{amsfonts} > >in the latex preamble > > >then in the matheditor type: > \mathbb{R} or >\mathbb{N} or >\mathbb{C} or >\mathbb{Q} or >\mathbb{Z} > this works, however, the result is not the correct symbol for reel number R. This is w

symbol R for real numbers

2000-03-14 Thread Torsten Mueller
Hallo, how can I include the R for real numbers (and the N for integer numbers): I want to write in math: x element of R I have tried it with usepackage{amssymb} and then \Bbb{R}, but this gives error messages when it comes to the table of contents. Thanks, Torsten

Re: symbol R for real numbers

2000-03-15 Thread Torsten Mueller
>\usepackage{bbm} in the preamble, I couldnt find this package. I have only found sbbm.sty >then you can use \mathbbm{R}, \mathbbm{N}, with sbbm.sty there is a command \mathbb{}, but when I use this with R then I get a normal R and not with two lines at the left side (as I would have expect

Re: Problem with \pagenumbering

2000-03-17 Thread Torsten Mueller
>Anyone knows what's going on? I'll apreciate any sugestions. maybe you can do it easier: Start your document with \frontmatter . After that the TOC, abstract and such things follow. Then \mainmatter your chapters at the end \backmatter I have used this with book style. Of course all commands m

Re: Why no paste in dialog boxes?

2000-04-03 Thread Torsten Mueller
>Yes, this is a limitation... We are in the process of adding a real >text inset in LyX which should eventually be usable for such things. thats great! I would appreciate this very much. Torsten

copy and paste with paragraph formatting?

2000-05-04 Thread Torsten Mueller
Hallo Lyxers, is it possible in lyx to copy and past whole parts of a document to another part? When I try with copy and past, all formattings disappear, which is very annoying in the case of long documents. Thanks, Torsten

convert multiplart tex to lyx

2000-05-08 Thread Torsten Mueller
Hallo Lyxers, I have one multipart tex document and want to import it into lyx (1.0.3). When I do so, only the main part is converted, all other parts which are included with \input stay in tex format. What can I do about this? Thanks, Torsten

insert references in multipart document

2000-05-11 Thread Torsten Mueller
Hallo Lyxers, in a multipart document I want to include a cross-reference to a label which is situated in another file. When I open Insert->CrossReference I cannot see the label and I cannot type the label name with the keyboard (despite there is a field, this action seems not to be supported).

Re: insert references in multipart document

2000-05-12 Thread Torsten Mueller
> > in a multipart document I want to include a cross-reference to a label > > which is situated in another file. > > When I open Insert->CrossReference I cannot see the label and I cannot > > type the label name with the keyboard (despite there is a field, this > > action seems not to be supporte

Re: insert references in multipart document

2000-05-15 Thread Torsten Mueller
>You can try to insert a cross reference within the masterfile. Then LyX >opens all included chapterfiles and updates its cross-reference-list. >You'll have to do this only once. > >Then you should go to the chapterfile, where your cross-reference goes. >The cross-reference-popup now contains all

algorithm float

2000-05-17 Thread Torsten Mueller
Hallo, I would like to include an algorithm as float in a paper. It should look like: if(ddd) do blabla do more blabla else do other things ... I have seen that there is an algorithm float. The manual however does not say much about it, only that one needs the package

wide-fig behind normal figures

2000-05-22 Thread Torsten Mueller
Hallo, I have a 2-column document with some normal figures included as float and some wide-figure which span both columns. Everything works fine, except that the last wide figure is printed after all the other figures nearly at the end of the document. This means the numbering of the figures beco

Re: Presentation

2000-05-30 Thread Torsten Mueller
>My problem is of course the fonts... They just look crappy on the projector >especially the math fonts. you could try: \usepackage{times} \usepackage{mathptm} in the preamble. Torsten

compatibility lyxfile 1.0.3 and 1.1.5

2000-10-24 Thread Torsten Mueller
Hi, currently I am using lyx 1.0.3. I would like to change to 1.1.5fix1 because of its new features (especially cut and paste is very useful, thanks for that) On the other, I must be able to give other people (which work with 1.0.3) my files and get them back from them after editing. On the web

online fonts look bad on notebook

2000-10-24 Thread Torsten Mueller
Hi, I use LyX with Linux (Suse 6.1) on a Toshiba notebook pc with resolution 1024x768. The program itself works well, but the fonts do not look very well on the screen. I have tried to play with options->screenfonts, but I am not able to get a much better result. When I use LyX on our Solaris sy

Re: online fonts look bad on notebook

2000-10-24 Thread Torsten Mueller
>It happens if you do not have good quality scalable fonts (like type1 >fonts under solaris or truetype fonts under linux). In this case, add >in lyxrc >\screen_font_scalable false > >This will force LyX to use only non-stretched bitmap fonts. thanks for you quick answer. I have already tried it,

Re: online fonts look bad on notebook

2000-10-24 Thread Torsten Mueller
>Are you using the same fonts in both cases? I type in the same string in options->screen_fonts->roman: -*-times >What kind of fonts >are you using (Bitmap, Type1, TrueType)? how can I figure this out? I must admit, that my knowledge about fonts is low. Until now I have simply chosen them in appl

Re: online fonts look bad on notebook

2000-10-27 Thread Torsten Mueller
>What fonts do you use right now? If you want fixed size, times and >helvetica should give you enough flexibility. Also make sure that your >dpi setting is correct. Finally, you can play with the zoom setting to >get larger/smaller fonts. I am using times, but have also played with helvetica, uto

Figures side by side

2000-10-27 Thread Torsten Mueller
Hallo, I would like to put two figures side by side in a float. I have already done this for subfigues where it works fine. Is it possible to do it with figures (I need a separate caption)? Thanks, Torsten

log file, how to limit output

2000-11-07 Thread Torsten Mueller
Hallo, when I try to look in the log file, I can see some lines for every eps figure which is included (which are a lot!). When looking for a real error message or warning (e.g. missing references etc.) this is disturbing. Is it possible to limit the output in the log file? Or can I filter the o

Re: log file, how to limit output

2000-11-07 Thread Torsten Mueller
>But the short log on STDOUT requires that you have started lyx >in an terminal (IMHO). On stdout I see only the messages of bibtex, no latex messages. So it seems, there is no way to switch off the log entries for the figures. Torsten

ispell dictionary

2001-02-27 Thread Torsten Mueller
I would like to employ enother dictionary (british english) with LyX. I have created the hash-file using buildhash. However, I do not have access to the directory where the dictionary are installed in ispell. Normally, I use the -d option for this job. How can I convince LyX to use this dictionar

Re: ispell dictionary

2001-02-27 Thread Torsten Mueller
>which lyx version do you have? 1.1.5fix1 running under Solaris, Torsten