Re:jbibtexmanager and lyx on cygwin

2003-09-30 Thread vsharma
It may be an issue. fifo pipes are a unix speciality. Nonetheless, first see if the pipes are working in LyX. See http://article.gmane.org/gmane.editors.lyx.general/11454 -- Angus I tried the directions on the said page. When using cmd promp

Re: Sorting of literature automatically?

2003-09-30 Thread Herbert Voß
Michael Logies schrieb: At 20:46 30.09.2003 +, Angus Leeming wrote: Why not send a minimal LyX file demonstrating the problem. Angus, I attached the file. It is working with %\usepackage{cite} and not working with \usepackage{cite} do not use spaces inside the keywords! Herbert

Re: Sorting of literature automatically?

2003-09-30 Thread Michael Logies
At 23:26 30.09.2003 +0300, Dekel Tsur wrote: Perhaps the problem is that you use both hyperref and cite, which both redifine the latex cite command. Dekel, no, the problems persists even without hyperref, see my example file. Regards M. -- http://www.logies.de/ (u. a. _die_ Mailingliste für die

Re: Sorting of literature automatically?

2003-09-30 Thread Michael Logies
At 20:46 30.09.2003 +, Angus Leeming wrote: Why not send a minimal LyX file demonstrating the problem. Angus, I attached the file. It is working with %\usepackage{cite} and not working with \usepackage{cite} Thanks M.#LyX 1.3 created this file. For more info see http://www.lyx.org/ \lyxforma

Re: qt-style

2003-09-30 Thread Marc Jeffrey Driftmeyer
Were those the qt libs provided by Debian or your own build? -Marc Momes wrote: I'm using qt librarys version 3.2.1. Thank you. On Tuesday 30 September 2003 23:06, Marc Jeffrey Driftmeyer wrote: What build of Qt did you compile LyX 1.3.3 against? -Marc Momes wrote: Hi, I've compi

Re: qt-style

2003-09-30 Thread Momes
I'm using qt librarys version 3.2.1. Thank you. On Tuesday 30 September 2003 23:06, Marc Jeffrey Driftmeyer wrote: > What build of Qt did you compile LyX 1.3.3 against? > > -Marc > > Momes wrote: > >Hi, > > > >I've compiled new 1.3.3 version in a Debian Sid machine. The compilation > > went O

Re: qt-style

2003-09-30 Thread Marc Jeffrey Driftmeyer
What build of Qt did you compile LyX 1.3.3 against? -Marc Momes wrote: Hi, I've compiled new 1.3.3 version in a Debian Sid machine. The compilation went OK but LyX always shows the default qt-style not the style I've choosed as other KDE applications. Does someone knows how to fix this? The

Re: LyX 1.3.3 Compiles cleanly with Qt 3.2.1 on Debian Unstable

2003-09-30 Thread Marc Jeffrey Driftmeyer
Follow-up: In debug mode we get a nice crash: ./lyx -dbg gui This is the result of launch and File->Edit->Preferences select. During compilation there were several verbose warnings about update(), repaint() as Qt was trying to interpret the request. I'm guessing the dev Team hasn't truly port

Re: Sorting of literature automatically?

2003-09-30 Thread Dekel Tsur
On Tue, Sep 30, 2003 at 08:06:53PM +0200, Michael Logies wrote: > > I hoped that the option [pagebackref] from hyperref would take care of > this, but hyperref is not working with this option so far (a lot of > question marks instead of references (similiar to {cite}) and the PDF-File > finishe

Re: Sorting of literature automatically?

2003-09-30 Thread Angus Leeming
Michael Logies wrote: > Angus, > > thanks for your detailed description. > I started Latex four times on my file, but the error messages remain the > same, example below. > Do you think it is a problem with Lyx and it`s Latex-output? Or a problem > with {cite}? Why not send a minimal LyX file de

Re: jbibtexmanager and lyx on cygwin

2003-09-30 Thread Angus Leeming
vsharma wrote: > Hi > Has anyone used jbibtexmanager to push citations into lyx running in > cygwin? I use the cygwin port and have found jbibtexmanager a very good > tool to generate bibtex from pubmed citations downloaded as xml, > unfortunately I have not been able to search select and push cit

Re: Mathematical macro definition???

2003-09-30 Thread Matej Cepl
On 2003-09-30, 12:49 GMT, Herbert Voß wrote: > no, it was your decision to use \textit and textrm inside > the math mode, which complicates things. I see -- there's a differnce between. Sorry, it was really stupid. > p.s.: do not use special classes and font settings > for demo files. Sorry, tha

Re: foot to end notes

2003-09-30 Thread Juergen Spitzmueller
/var/spool/mail/robinson wrote: > hello.  i've got a 15 page article, recently rejected by one journal, on > its way to another, the second wants all my foot notes turned into end > notes.  is there an easy way to do this? \usepackage{endnotes} in preamble. Here's the package, in case you do not

foot to end notes

2003-09-30 Thread /var/spool/mail/robinson
hello. i've got a 15 page article, recently rejected by one journal, on its way to another, the second wants all my foot notes turned into end notes. is there an easy way to do this? all my foot notes are in place throughout the paper, i just want them to appear at the end when i export thanks

Re: Sorting of literature automatically?

2003-09-30 Thread Michael Logies
At 12:50 30.09.2003 +, Angus Leeming wrote: You'll get a whole heap of output to screen about things like missing references. This information is also posted in your_file.log. Have a quick look at it. Subsequent runs of 'latex.exe your_file.tex' should resolve the warnings about missing refere

Re: Sorting of literature automatically?

2003-09-30 Thread Michael Logies
At 16:51 30.09.2003 +0300, Dekel Tsur wrote: What happens when you want to delete a citation in the text ? You need to manually search the text (perhaps loading the lyx file into an external text editor) and check if there is another citation to the same document. Hello Dekel, I hoped that the op

jbibtexmanager and lyx on cygwin

2003-09-30 Thread vsharma
Hi Has anyone used jbibtexmanager to push citations into lyx running in cygwin? I use the cygwin port and have found jbibtexmanager a very good tool to generate bibtex from pubmed citations downloaded as xml, unfortunately I have not been able to search select and push citations into lyx. I am de

Aspell and LyX: a difficult matrimony?

2003-09-30 Thread Philip A. Viton
I've got LyX 1.3.2 (old=only version from Reitsma) working fine with Aspell on winnt4/sp5. Which windows version are you using? Philip A. Viton City Planning, Ohio State University 190 W. 17th Ave,Columbus OH 43210 [EMAIL PROTECTED]

qt-style

2003-09-30 Thread Momes
Hi, I've compiled new 1.3.3 version in a Debian Sid machine. The compilation went OK but LyX always shows the default qt-style not the style I've choosed as other KDE applications. Does someone knows how to fix this? The compilation options are: ./configure --prefix=/usr --with-qt-dir=/usr/sha

Re: Missing export options.

2003-09-30 Thread Angus Leeming
Jason Giglio wrote: > Hi, Recently upgraded to Fedora .94. > > After upgrade, I used the reconfigure option in LyX. All the export and > view options except for ASCII, HTML, and LaTeX are gone. I've checked, > and all the utilities that are needed for conversions are available. > > I'm reinsta

Missing export options.

2003-09-30 Thread Jason Giglio
Hi, Recently upgraded to Fedora .94. After upgrade, I used the reconfigure option in LyX. All the export and view options except for ASCII, HTML, and LaTeX are gone. I've checked, and all the utilities that are needed for conversions are available. I'm reinstalled LyX, the font package, qt, an

Re: page rotated in pdf-output?

2003-09-30 Thread Jeannette Meyer
> Check that the eps files do not contain any Orientation info, > or if you can re-create these figures, that they are exported > in portrait mode, or without any info either about portrait or > about landscape. > (seems a better procedure to set the rotation properties when > inserting the figure

Re: page rotated in pdf-output?

2003-09-30 Thread Jean-Pierre.Chretien
>>From: Jeannette Meyer <[EMAIL PROTECTED]> >>To: LyX users <[EMAIL PROTECTED]> >>Subject: page rotated in pdf-output? >>Date: Tue, 30 Sep 2003 16:50:48 +0300 >> >>Dear list, >> >>I am preparing a presentation using prosper. The orientation of the whole >>document should be landscape. However, in

Re: Sorting of literature automatically?

2003-09-30 Thread Dekel Tsur
On Tue, Sep 30, 2003 at 01:33:33PM +0200, Michael Logies wrote: > At 12:14 30.09.2003 +, Angus Leeming wrote: > > >The point is that separating your references out into a database allows you > >to separate data from appearance. You can view the same data in different > >ways by choosing the bi

page rotated in pdf-output?

2003-09-30 Thread Jeannette Meyer
Dear list, I am preparing a presentation using prosper. The orientation of the whole document should be landscape. However, in the pdf output (view-pdf) one page is rotated to a portrait position when I put some eps figures on it, which makes it pretty unreadable.. First I thought this was beca

Re: Mathematical macro definition???

2003-09-30 Thread Herbert Voß
Andre Poenitz schrieb: On Tue, Sep 30, 2003 at 12:39:40PM +0200, Christian Ridderström wrote: I think the problem is that you are using \textrm and \textit, I've attached a file that uses \mathrm and \mathit instead. Unfortunately, the \mathit-text only shows up as italics in the DVI-file. (I'll

Re: Mathematical macro definition???

2003-09-30 Thread Christian Ridderström
On Tue, 30 Sep 2003, [ISO-8859-2] Herbert Voß wrote: > p.s.: do not use special classes and font settings > for demo files. And sending (back) a file from lyx 1.4.0 is ok? ;-) /Christian -- Christian Ridderström http://www.md.kth.se/~chr

Re: Mathematical macro definition???

2003-09-30 Thread Herbert Voß
Matej Cepl schrieb: On 2003-09-30, 04:27 GMT, Herbert Voß wrote: be sure, that you are always in mathmode! \newcommand{\test}[4]{ $\left[\begin{array}{cc} \textit{#1} & #4 \\ \textrm{#2} & \textrm{#3} \end{array}\right]$% } \test{verb}{VAL}{\test{SPR}{COMP}{intr}{a}}{a

Re: Sorting of literature automatically?

2003-09-30 Thread Herbert Voß
Michael Logies schrieb: I "cut and paste" most of my references from different databases into Lyx, and numbering of my references is changing automatically within Lyx without invoking another program. That`s already quite comfortable. I don`t think that I will have much more than 150 references

Re: Sorting of literature automatically?

2003-09-30 Thread Angus Leeming
Michael Logies wrote: > At 12:14 30.09.2003 +, Angus Leeming wrote: > >>The point is that separating your references out into a database allows >>you to separate data from appearance. You can view the same data in >>different ways by choosing the bibtex style file to format it with. > > Angu

Re: Sorting of literature automatically?

2003-09-30 Thread Andre Poenitz
On Tue, Sep 30, 2003 at 01:33:33PM +0200, Michael Logies wrote: > I only want to write a thesis, perhaps one paper based on it. That`s it. > The way Lyx offers its references ("insert"/ "citation reference") is very > nice and allows comfortable handling of references when editing my text. I > ca

Re: Sorting of literature automatically?

2003-09-30 Thread Michael Logies
At 12:14 30.09.2003 +, Angus Leeming wrote: The point is that separating your references out into a database allows you to separate data from appearance. You can view the same data in different ways by choosing the bibtex style file to format it with. Angus, I only want to write a thesis, per

Re: Sorting of literature automatically?

2003-09-30 Thread Angus Leeming
Michael Logies wrote: > I "cut and paste" most of my references from different databases into > Lyx, and numbering of my references is changing automatically within Lyx > without invoking another program. That`s already quite comfortable. I > don`t think that I will have much more than 150 referenc

Re: Sorting of literature automatically?

2003-09-30 Thread Michael Logies
At 08:49 30.09.2003 +0200, Juergen Spitzmueller wrote: Michael Logies wrote: > \begin{thebibliography}{100} > \bibitem{Aalen dependent survival}Aalen O. O., Bjertness E., Soonju T.: Any strong reason why you don't use BibTeX? Jürgen, I did not want to struggle with another program. I am using Lyx

Re: Mathematical macro definition???

2003-09-30 Thread Andre Poenitz
On Tue, Sep 30, 2003 at 12:39:40PM +0200, Christian Ridderström wrote: > I think the problem is that you are using \textrm and \textit, I've > attached a file that uses \mathrm and \mathit instead. Unfortunately, the > \mathit-text only shows up as italics in the DVI-file. > (I'll post a question

Re: Mathematical macro definition???

2003-09-30 Thread Christian Ridderström
On Mon, 29 Sep 2003, Matej Cepl wrote: > Shouldn't this be done by LyX? I have just created these macros with LyX > through math-macro (and I have sent .lyx file to the list to show it). > And how should I actually achieve it in LyX? Could you please send me > back corrected .lyx file, which would

Re: Aspell and LyX: a difficult matrimony?

2003-09-30 Thread Andre Poenitz
On Tue, Sep 30, 2003 at 10:48:00AM +0100, Paul Smith wrote: > Thanks, Ronald! It is indeed a great pity that the spellchecker does not > work at all, on my computer, with LyX for Win32 (Reitsma's version). If I am > not able shortly to put a spellchecker working fine on LyX, I will have to > migrat

Re: Aspell and LyX: a difficult matrimony?

2003-09-30 Thread Paul Smith
Thanks, Ronald! It is indeed a great pity that the spellchecker does not work at all, on my computer, with LyX for Win32 (Reitsma's version). If I am not able shortly to put a spellchecker working fine on LyX, I will have to migrate to Scientific WorkPlace, what I very much regret... - Origi

LyX 1.3.3 Compiles cleanly with Qt 3.2.1 on Debian Unstable

2003-09-30 Thread Marc Jeffrey Driftmeyer
I couldn't wait for a package so I downloaded the source and after compiling Qt3.2.1 I compiled LyX against it and it is indeed doing well. If I find any command line output errors I'll file some bugs. My present issues are with KDE 3.2 CVS and the gcc issues that those debs were built upon. I