Re: Simple example of using BibTeX with LyX...

2003-12-13 Thread Christian Ridderström
Thanks for the suggestion Jean-Pierre. On Wed, 10 Dec 2003, Jean-Pierre.Chretien wrote: > As far as the bib file is concerned, my opinion is that the > bib data should always be self contained, so that using @preamble > should not be encouraged (nor crossref in fact, or abbreviations). The examp

Re: new versions of seminar.layout and dinbrief.layout

2003-12-13 Thread Christian Ridderström
On Fri, 12 Dec 2003, Andre Poenitz wrote: > On Fri, Dec 12, 2003 at 03:32:28PM +0100, Günter Milde wrote: > > (Is there an "canonic" place for upload?) > > Post it on lyx-devel, zipped if you like. And if you like, you can upload your layouts to the wiki site, especially to this group:

Re: math_formula_help

2003-12-13 Thread Herbert Voss
Christian Ridderström wrote: I should use 'AMS multiline'? sure Why use multline, rather than what you get when you just press C-Enter? (Or perhaps the question should be why don't we get multline?) how should LyX know what kind of equation the user wants, when he inserts C-Enter?? Every math e

Re: math_formula_help

2003-12-13 Thread Christian Ridderström
On Sat, 13 Dec 2003, Herbert Voss wrote: > > Why use multline, rather than what you get when you just press C-Enter? > > (Or perhaps the question should be why don't we get multline?) > > how should LyX know what kind of equation the user wants, when > he inserts C-Enter?? I'm wondering if there

Re: math_formula_help

2003-12-13 Thread Herbert Voss
Christian Ridderström wrote: On Sat, 13 Dec 2003, Herbert Voss wrote: Why use multline, rather than what you get when you just press C-Enter? (Or perhaps the question should be why don't we get multline?) how should LyX know what kind of equation the user wants, when he inserts C-Enter?? I'm wo

Re: math_formula_help

2003-12-13 Thread Christian Ridderström
On Sat, 13 Dec 2003, Herbert Voss wrote: > > I'm wondering if there is a special reason why 'eqnarray' is the math > > environment you get by default the first time you press C-Enter? > > historical reason > > > For instance, is eqnarray the most frequently used environment? > > no, should be

Re: noweb

2003-12-13 Thread stuart macgregor
On Saturday 13 Dec 2003 3:04 am, Kayvan A. Sylvan wrote: > Does noweb work by itself? If so, then the only other thing I can think > of is that you have not installed the noweb latex files. > > The LyX configure process needs to find them before it makes the literate > styles available. This wil

eepic in lyx

2003-12-13 Thread Gunnar
Hello. I want to use eepic figures in LyX (created with ePiX), is there any other way to do that other than using ERT like \begin{figure}[hbt] \input{myfig.eepic} \end{figure}

My thesis that was set in LyX

2003-12-13 Thread Henrik Edlund
My thesis that I set in LyX is available below for those who wants to see what can be done nicely in LyX (with the help of LaTeX of course): http://www.ep.liu.se/exjobb/ida/2003/dd-c/019/exjobb.pdf

libtool cannot find libqt.la or libqt.a (qt-3.3.0)

2003-12-13 Thread Ronald Florence
In trying to build LyX/Mac with static compiles of new versions of the Trolltech qt library, the LyX build breaks at /bin/sh ../libtool --mode=link g++ -O -Wno-non-template-friend -ftemplate-depth-30 -framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz -o lyx BufferView

Re: My thesis that was set in LyX

2003-12-13 Thread Kayvan A. Sylvan
On Sat, Dec 13, 2003 at 03:43:41PM +0100, Henrik Edlund wrote: > My thesis that I set in LyX is available below for those who wants to see > what can be done nicely in LyX (with the help of LaTeX of course): > > http://www.ep.liu.se/exjobb/ida/2003/dd-c/019/exjobb.pdf Nice work! -- Kayvan A.

Re: eepic in lyx

2003-12-13 Thread Angus Leeming
Gunnar wrote: > Hello. > I want to use eepic figures in LyX (created with ePiX), is there any > other way to do that other than using ERT like > > \begin{figure}[hbt] > \input{myfig.eepic} > \end{figure} Like this perhaps... -- Angus gunnar.lyx Description: application/lyx

Re: libtool cannot find libqt.la or libqt.a (qt-3.3.0)

2003-12-13 Thread Angus Leeming
Ronald Florence wrote: > In trying to build LyX/Mac with static compiles of new versions of > the Trolltech qt library, the LyX build breaks at > > /bin/sh ../libtool --mode=link g++ -O -Wno-non-template-friend > -ftemplate-depth-30 -framework Carbon -framework OpenGL -framework > AGL -framewor

Find_Next via keyboard

2003-12-13 Thread Jim Osborn
Is there a way to invoke the function of the Search->"Find_Next" button from the LyX keyboard? The "N" in the Search popup is underlined, and if the focus is in that popup, pressing M-n does indeed Find_Next, but I haven't found a way to do it from within the LyX edit screen. I'd like to jump fro

Re: Find_Next via keyboard

2003-12-13 Thread Angus Leeming
Jim Osborn wrote: > Is there a way to invoke the function of the Search->"Find_Next" > button from the LyX keyboard? The "N" in the Search popup is > underlined, and if the focus is in that popup, pressing M-n does > indeed Find_Next, but I haven't found a way to do it from within the > LyX edit

Subtitle Numbering Scheme

2003-12-13 Thread Matthew Redekopp
I've a question regarding the numbering scheme provided by Section/Subsection/etc: DVI prints the numbers 0.1.2, 0.2.2, etc, that is, with a zero first.  Is there any means of getting rid of the zero?   Also, I notice that the report document layout-type publishes the Table of Contents and th

Re: Find_Next via keyboard

2003-12-13 Thread Jim Osborn
On Sat, Dec 13, 2003 at 10:07:05PM +, Angus Leeming wrote: > "M-x word-find-forward" > "M-x word-find-backward" > > should work. "M-x" activates the minibuffer at the bottom of the LtX > window, allowing you to type "word-find-forward". posts this > request off... > > Bind it the key of yo

Problems installing

2003-12-13 Thread Joel Smallwood
Not sure if this is the right place to post, but I am having problems installing Lyx. I am using version 1.3.3. My OS is Suse 9.0, and I have tried compiliing with xforms and Qt, both with the same problem. ./configure and make works fine, but when I do a make install (logged in as root, of

Re: libtool cannot find libqt.la or libqt.a (qt-3.3.0)

2003-12-13 Thread Ronald Florence
Angus Leeming <[EMAIL PROTECTED]> writes: > > -lc -lm mkdir .libs libtool: link: cannot find the library `' > > > > The library it cannot find is libqt.a (libqt.la). > > In your build tree, you should find a human readable file > src/frontends/libfrontends.la. This file is used by libtool to >

solution for eps from openoffice

2003-12-13 Thread Joby Joseph
Trick is to check the ' Clip to bounding box' option in lyx. Instruction below.. If there is poblem of bounding box not being recognized by lyx for a ps image, as is often the case with thos generated using openoffice, convert the image to eps using ps2eps available at http://www.ipv6.tm.uka.de/