(author ?)

2003-06-24 Thread Joby Joseph
Hi,
  I am using lyx 1.3.2 on redhat 7.2.
  In komascript book I am using bibtex reference, plain style.

  A string '(author?)'  appears in bold just before the reference
where it is refered. For example
   
...as refered in (author?) [15]. It shows...


 joby

-- 
Joby Joseph
SSP Lab, CIP Bldg. Phone : +91 80 293 2745   
Department of ECE   Email : [EMAIL PROTECTED]
Indian Institute of Science [EMAIL PROTECTED]
Bangalore 560 012   URL   : http://www.dsp.ece.iisc.ernet.in/~joby/
India




Re: Install failure - Qt version - lyx 1.3.2 Mdk 9.1 rpm

2003-06-24 Thread db
Mandrake has specific rpm's for lyx 1.3.2, both mdk9.0 and 9.1
Use rpmdrake and specify an mdk-devel/cooker source for rpms. Like:
http://ftp.club-internet.fr/pub/linux/Mandrake-devel/cooker/i586/Mandrake/RPMS/

I have installed the above source of packages as an ftp server, don't forget to 
replace the http:// by ftp:// at the begining of the path.
The list of packages for the configuratin of the package source in rpm drake is 
in the same directory under: synthesis.hdlist.cz

Dependencies like a liblyx, tetex will be automatically taken into account.

Andre Poenitz wrote:
On Mon, Jun 23, 2003 at 10:22:05AM -0400, Mike Bourassa wrote:

Hi there.  When running the rpm, the installation fails with the message 
that the Qt version required is 2.2.1.  Mandrk 9.1 has Qt 3.  How do I 
work around this?  TIA.


Try --no-deps?

Rebuild the src rpm?

Compile the .tgz yourself?

...

Andre'

--
 |
 |
| Departement de Photochimie -ENSCMu |  D o m i n i q u e  B u r g e t
| 3 r. A. Werner, 68093 Mulhouse |___
| France  |
|phone: +33 (0)3 89 33 68 67  |
|mailto: [EMAIL PROTECTED]  |
|_|



Newbie Questions

2003-06-24 Thread Rajil Saraswat
Hi,
Yesterday i started my first paper in lyx, my supervisor was taken aback when 
i showed him the printout, 'it was exactly like a journal' is what he said. 
So i am sticking with lyx for long time now :)
I have some newbie questions here,It would be great if you can give me hints 
on these:
1. Using the article layout always add the date to the rendered text. Is it 
possible to turn off the date. I am writing a paper for a journal, is article 
the best layout for me or are there any other layouts available?
2. For a particular layout, how do i change the default font settings for 
paragraph, section, subsection etc. I have tried exploring the 
LayoutDocument,Character but these donot change setting globally for a 
particular environmental depth.
3. How do i change the  type of numbering of section. For section the 
numbering is like this '1' but i want a '.' to like this '1.' Is this 
possible? Moreover i want my sections to start from number 3, how can i do 
it?
4. How do i change the format of my bibliography, can i add my own bst files? 
Is there any repository of bst files for different journals?

phew! those are the ones i can think off now.
Thanks a lot.


Re: Newbie Questions

2003-06-24 Thread Thomas CLive Richards
Hey!


 2. For a particular layout, how do i change the
 default font settings for paragraph, section, subsection etc. I have
 tried exploring the LayoutDocument,Character but these donot change
 setting globally for a particular environmental depth.
 3. How do i change the  type of numbering of section. For section the 
 numbering is like this '1' but i want a '.' to like this '1.' Is this 
 possible? Moreover i want my sections to start from number 3, how can
 i do it?

Unfortunately, these things seem to be hard coded into Lyx. Apparently
it's too hard to change this, so it looks like this will be a limitation
in LyX for some time now ;( . However, there is a workaround, if you
really care. I've found the best way is to export it to latex format,
and then open it with another app, such as TexMacs. (actually, i created
my own python script to make the changes i need to the document I'm
working on). Once you've made the changes you can use any one of the
plethora od latex conversion tools to convert your finished document to
any format you want, such as HTML, PDF, or whatever.

HTH,

-- 

Thomi Richards,
[EMAIL PROTECTED]



Re: Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 09:29:40AM +0100, Rajil Saraswat wrote:
 Yesterday i started my first paper in lyx, my supervisor was taken aback when 
 i showed him the printout, 'it was exactly like a journal' is what he said. 

Good.

 So i am sticking with lyx for long time now :)
 I have some newbie questions here,It would be great if you can give me hints 
 on these:
 1. Using the article layout always add the date to the rendered text. Is it 
 possible to turn off the date.

You can make an empty paragraph with Layout 'Date' near the top of your doc
and put a 'protected blank'  (Ctrl-Space) there to make sure the 'empty'
paragraph is not automatically removed.

 I am writing a paper for a journal, is article 
 the best layout for me or are there any other layouts available?

Usually the journals have some LaTeX class of their own, and in rare cases
there is even a suitable LyX .layout. I guess you have to give more details
here...

 2. For a particular layout, how do i change the default font settings for 
 paragraph, section, subsection etc. I have tried exploring the 
 LayoutDocument,Character but these donot change setting globally for a 
 particular environmental depth.

Usually in the style/class file. It is, however, not encouraged. You should
rather pick a class with suitable defaults.

 3. How do i change the  type of numbering of section. For section the 
 numbering is like this '1' but i want a '.' to like this '1.' Is this 
 possible?

The 'KoMa' classes to that by default. 

 Moreover i want my sections to start from number 3, how can i do it?

By using plain LaTeX: \setcounter{section}{2} immediately before your first
section heading.

 4. How do i change the format of my bibliography, can i add my own bst files? 

I thought the Insert-ListTOC-Bibtex dialog took care of that.

 Is there any repository of bst files for different journals?

Don't know.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 08:44:21PM +1200, Thomas CLive Richards wrote:
  2. For a particular layout, how do i change the
  default font settings for paragraph, section, subsection etc. I have
  tried exploring the LayoutDocument,Character but these donot change
  setting globally for a particular environmental depth.
  3. How do i change the  type of numbering of section. For section the 
  numbering is like this '1' but i want a '.' to like this '1.' Is this 
  possible? Moreover i want my sections to start from number 3, how can
  i do it?
 
 Unfortunately, these things seem to be hard coded into Lyx.

These things are 'hard wired' into the corresponding LaTeX class.
This can be changes easily with a line of LaTeX or two...

 Apparently it's too hard to change this, so it looks like this will be
 a limitation in LyX for some time now ;( .

... however, you won't find a fancy pointclick interface in LyX for that.

 However, there is a workaround, if you really care. I've found the best
 way is to export it to latex format, and then open it with another app,
 such as TexMacs.  (actually, i created my own python script to make the
 changes i need to the document I'm working on). Once you've made the
 changes you can use any one of the plethora od latex conversion tools to
 convert your finished document to any format you want, such as HTML, PDF,
 or whatever.

So now we are on the let's spread FUD on LyX trip?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Newbie Questions

2003-06-24 Thread Thomas CLive Richards
  
  Unfortunately, these things seem to be hard coded into Lyx.
 
 These things are 'hard wired' into the corresponding LaTeX class.
 This can be changes easily with a line of LaTeX or two...
 
  Apparently it's too hard to change this, so it looks like this will
  be a limitation in LyX for some time now ;( .
 
 ... however, you won't find a fancy pointclick interface in LyX for
 that.
 

bleh, whatever the correct terminology is...

  However, there is a workaround, if you really care. I've found the
  best way is to export it to latex format, and then open it with
  another app, such as TexMacs.  (actually, i created my own python
  script to make the changes i need to the document I'm working on).
  Once you've made the changes you can use any one of the plethora od
  latex conversion tools to convert your finished document to any
  format you want, such as HTML, PDF, or whatever.
 
 So now we are on the let's spread FUD on LyX trip?
 
umm.. no.. it's a solution to a problem... what's the problem? *i* found
it easier to do this way, others might too...


-- 

Thomi Richards,
[EMAIL PROTECTED]



Re: Newbie Questions

2003-06-24 Thread Juergen Spitzmueller
Rajil Saraswat wrote:
 I have some newbie questions here,It would be great if you can give me
 hints on these:

In general, I can recommend Herbert Voss' Lyx Tips. They are a treasure not 
only for newbies:
http://www.educat.hu-berlin.de/~voss/lyx/index.phtml
There are also a useful Lyx Wiki pages:
http://ev-en.org/wiki/moin.cgi

 1. Using the article layout always add the date to the rendered text. Is it
 possible to turn off the date. I am writing a paper for a journal, is
 article the best layout for me or are there any other layouts available?

http://www.educat.hu-berlin.de/~voss/lyx/titlepage/titlepage.phtml#date

 2. For a particular layout, how do i change the default font settings for
 paragraph, section, subsection etc. I have tried exploring the
 LayoutDocument,Character but these donot change setting globally for a
 particular environmental depth.

This is easy with komascript classes: class options smallheadings, 
normalheadings bigheadings or in preamble

With standard classes, you'll have to redefine the environments or (better) 
have a look at the titlesec package available on CTAN (www.ctan.org).

 3. How do i change the  type of numbering of section. For section the
 numbering is like this '1' but i want a '.' to like this '1.' Is this
 possible? Moreover i want my sections to start from number 3, how can i do
 it?

1. In komascript: class options pointednumbers. In normal classes you have to 
redefine the counters in the preamble:
\renewcommand\thesection{\arabic{section}.}
etc.

2. setcounter{section}{2}
in preamble

 4. How do i change the format of my bibliography, can i add my own bst
 files? Is there any repository of bst files for different journals?

You can add you bst files. If you place them into a directory where tex can 
find them (texmf-tree) and run texhash, LyX should get aware of it.
(Insert-List...-BibTeX Inset).

HTH,
Juergen



xforms CVS

2003-06-24 Thread Marcin Bukat
Can someone remain me addres of xforms-CVS. There was post about this in 
this mailing list, but I can't find it in archives.

Thanks in advance
wo


Re: xforms CVS

2003-06-24 Thread Jean-Marc Lasgouttes
 Marcin == Marcin Bukat [EMAIL PROTECTED] writes:

Marcin Can someone remain me addres of xforms-CVS. There was post
Marcin about this in this mailing list, but I can't find it in
Marcin archives.

You will find the information here:
https://savannah.nongnu.org/cvs/?group=xforms

JMarc



FEATURE REQUEST - Re: Newbie Questions

2003-06-24 Thread Jan Peters
Apparently it's too hard to change this, so it looks like this will
be a limitation in LyX for some time now ;( .
... however, you won't find a fancy pointclick interface in LyX for
that.
Could you just add a button: [LATEX] or [PREAMBLE] for these things? It 
is completely
fine from a Users point of view when many things are not pointclick 
--- but
it would make things much easier if I do no have to leave LyX and go
to an editor for that!

LyX developers: you are doing a great job, and you are clearly right 
lyx can and should
not have all features of Latex integrated in the gui; that would just 
make it
impractical (good example: word does that - thats why hardly anybody 
knows
more than the basic features of word). BUT: all features of latex that 
are not
accessible through the gui should be shown as small buttons [LATEX].

Thank you guys so much for giving us LyX :):) :):) :):) :):) :):) :):) 
:):) :):) :):)
-Jan



Re: FEATURE REQUEST - Re: Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 06:58:03PM +0900, Jan Peters wrote:
 Apparently it's too hard to change this, so it looks like this will be
 a limitation in LyX for some time now ;( .
 
 ... however, you won't find a fancy pointclick interface in LyX for
 that.
 
 Could you just add a button: [LATEX] or [PREAMBLE] for these things? 

What's wrong with the current TeX button?

Andre'



Re: FEATURE REQUEST - Re: Newbie Questions

2003-06-24 Thread Jan Peters
Apparently it's too hard to change this, so it looks like this 
will be
a limitation in LyX for some time now ;( .
... however, you won't find a fancy pointclick interface in LyX for
that.
Could you just add a button: [LATEX] or [PREAMBLE] for these things?
What's wrong with the current TeX button?
There was just one user saying: how can I take out the \date line
out of the article? In Latex that would be no problem and that was
the answer. But LyX should be more than a front-end where you
have to dig deeper with an external editor: every option of the
article class should be reachable with some button!!!
That was all I was saying - and \date is not reachable!

 -Jan



Re: FEATURE REQUEST - Re: Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 07:27:16PM +0900, Jan Peters wrote:
 What's wrong with the current TeX button?
 
 There was just one user saying: how can I take out the \date line out of
 the article? In Latex that would be no problem and that was the answer.
 But LyX should be more than a front-end where you have to dig deeper
 with an external editor: every option of the article class should be
 reachable with some button!!!

*sigh* I surely mentioned 'limited resources' at some point of time.

Feel free to increase them.
 
 That was all I was saying - and \date is not reachable!

But Herbert's page is reachable, and - surprise - everything that's needed
is written there under - you might have guessed it - 'Date'.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Some More Newbie Questions

2003-06-24 Thread Rajil Saraswat
Thank you all for your help. I am slowly and steadily progressing on my lyx 
experience.
I couldnt do the following things:
1. I exported my lyx file (which had a table using the multirow package) to a 
latex file and tried importing it back. The resulting file had a totally 
misfigured table. Is lyx not capable of doing this kind of stuff?
2. I want to copy this table to another lyx file without having to create it 
again. I tried to copy/paste among these lyx documents but only the text gets 
copied not the table. How can i copy the table? Alright, here is a stupid 
idea, is it possible to see the tex/lyx code which lyx is writing when i am 
typing something in lyx. Something like an html editor which shows you the 
html source and the rendered page. If this could be possible i could just 
copy the underlying tex code into my new document.
Thanks to this wonderful community.


Re: Some More Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 12:38:24PM +0100, Rajil Saraswat wrote:
 Thank you all for your help. I am slowly and steadily progressing on my lyx 
 experience.
 I couldnt do the following things:
 1. I exported my lyx file (which had a table using the multirow package) to a 
 latex file and tried importing it back. The resulting file had a totally 
 misfigured table. Is lyx not capable of doing this kind of stuff?

It isn't. [Probably, but you can send me a minimal example file just to
make sure]

 2. I want to copy this table to another lyx file without having to create it 
 again. I tried to copy/paste among these lyx documents but only the text gets 
 copied not the table. How can i copy the table?

By opening both files in the same LyX instance.

 Alright, here is a stupid idea, is it possible to see the tex/lyx code
 which lyx is writing when i am typing something in lyx. Something like
 an html editor which shows you the html source and the rendered page. If
 this could be possible i could just copy the underlying tex code into my
 new document.

Not side by side. You could define a 'viewer for LaTeX' in the
Edit-Preferences-Converters section as 'xterm -e less' and subsequently
view the kind of .tex LyX would produce by selecting View-Latex (after a
restart of LyX maybe).

Andre'


Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Some More Newbie Questions

2003-06-24 Thread Juergen Spitzmueller
Rajil Saraswat wrote:
 1. I exported my lyx file (which had a table using the multirow package) to
 a latex file and tried importing it back. The resulting file had a totally
 misfigured table. Is lyx not capable of doing this kind of stuff?

Not always sufficiently (unfortunately).

 2. I want to copy this table to another lyx file without having to create
 it again. I tried to copy/paste among these lyx documents but only the text
 gets copied not the table. How can i copy the table? Alright, here is a

Select the table, edit-copy, go the the other document, edit-paste. Note 
that Strg+C/Strg+V and lyx-copy do different things (which is a feature).

 stupid idea, is it possible to see the tex/lyx code which lyx is writing
 when i am typing something in lyx. Something like an html editor which
 shows you the html source and the rendered page. If this could be possible
 i could just copy the underlying tex code into my new document.
 Thanks to this wonderful community.

For math, you can use the preview-latex feature (install preview-latex style 
and select instant preview from preferences). For tables, this is not (yet) 
implemented (but personally I think it would be woth it).

Juergen.


llncs and references problem (1.1.6fix4)

2003-06-24 Thread Tuukka Toivonen
I'm trying to use the llncs style. But if I use the Bibliography style, I
get three LaTeX errors for each reference:
LaTeX error: something's wrong--perhaps a missing \item.
I exported to TeX and renamed the \lyxbibliography in the \begin{} and
\end{} to \thebibliography. Now it works. But I can't do this in LyX
(AFAIK), so I tried to fix in the LyX by adding red TeX command:
\renewcommand{\lyxbibliography}{\thebibliography}
just before the bibliography. Now it doesn't give errors, but the last
reference is unintended by a large amount, which is astounding. Example:
http://www.ee.oulu.fi/~tuukkat/tmp/test.ps

Any idea how to make it properly in LyX? I'm using oldish version 1.1.6fix4
because I haven't found newer version as Debian 3.0 package and it's fine
anyway.



Re: Some More Newbie Questions

2003-06-24 Thread Rajil Saraswat
Thanks i was able to copy the table by opening the files in the same session. 
I was inserting some images in my file and was stuck with the numbering. I 
tried two ways:
1. Using a float figure works fine and i can assign and refer captions.
2. I inserted a normal graphics without the float feature. Now i want to 
assign a caption and refer it in my text. If change my caption from standard 
to 'environment caption' then lyx gives an error that caption is out of 
float. Is there a way to assign numbers to captions and then refer these in 
the text?. I know how to do this sort of thing for equations because we have 
an explicit command in the 'Edit' menu for 'toggling numering of line' but is 
there any for figure captions?
Thanks again.


Re: Some More Newbie Questions

2003-06-24 Thread Juergen Spitzmueller
Rajil Saraswat wrote:
 2. I inserted a normal graphics without the float feature. Now i want to
 assign a caption and refer it in my text.

Again a friendly pointer to Herbert's pages:
http://www.educat.hu-berlin.de/~voss/lyx/floats/nonFloat.phtml

(captions are only possible inside floats by default)

Juergen.


FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Jan Peters
For your information (I guess, we have to hope that Apple fixes bug ID 
#3162425):

Hi Jan,

On Tuesday, 24. Jun 2003 20:13 Jan Peters wrote:

when can we expect to obtain the GPL/QPL Mac OS X version of QT?
It will be available this week.

Do you think, we will be able to compile LyX with it as it has to be
compiled with g++2?
I am afraid not, you need to use gcc 3.1 at least.

Have a nice day!

Andy
--
Technicial Support Technician
Trolltech AS, Waldemar Thranes gate 98, NO-0175 Oslo, Norway
_
Trolltech tip:
To learn more about how Compilation times can be significantly
reduced by using Teambuilder, please visit
http://www.trolltech.com/products/teambuilder



Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Juergen Spitzmueller
Jan Peters wrote:
 I guess, we have to hope that Apple fixes bug ID
 #3162425

At least there's some hope. The announced new OSX (Panther) comes with gcc 
3.3; let's hope that this fixes the compiler problem.

Juergen.


Re: Some More Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 01:11:32PM +0100, Rajil Saraswat wrote:
 2. I inserted a normal graphics without the float feature. Now i want to 
 assign a caption and refer it in my text.

Not sure that 'non floating graphics' can have a caption.

You could put it in a float and choose 'Here!' placement.

 If change my caption from standard to 'environment caption' then lyx
 gives an error that caption is out of float. Is there a way to assign
 numbers to captions and then refer these in the text?

But a label in the caption and a reference in the text.

 I know how to do this sort of thing for equations because we have an
 explicit command in the 'Edit' menu for 'toggling numering of line' but
 is there any for figure captions? 

Note that you shouldn't write 'see Table 2' but rather 'see Table
[grey reference button]'

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 09:22:58PM +0900, Jan Peters wrote:
 For your information (I guess, we have to hope that Apple fixes bug ID 
 #3162425):
 
 Hi Jan,
 
 On Tuesday, 24. Jun 2003 20:13 Jan Peters wrote:
 
 when can we expect to obtain the GPL/QPL Mac OS X version of QT?
 
 It will be available this week.
 
 Do you think, we will be able to compile LyX with it as it has to be
 compiled with g++2?
 
 I am afraid not, you need to use gcc 3.1 at least.

I don't understand that part. Both LyX and Qt work with 3.1.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: This is why Arabic support for lyx 1.3.2 doesn't work in myMandrake 9.1

2003-06-24 Thread Jean-Marc Lasgouttes
 Munzir == Munzir Taha Obeid [EMAIL PROTECTED] writes:

Munzir ? -- A space at the end of the file won't solve the problem if
Munzir it contains some formatting. For example if the tex file looks
Munzir like this

Munzir \begin{document} \begin{arabtext} \begin{center}ÈÓå
Munzir Çääç\end{center}

Munzir ÈÓå Çääç\end{arabtext}

Munzir \end{document}

Munzir I need to add a space before \end{center} AND \end{document}.
Munzir In short a space before any LaTeX code that follows an Arabic
Munzir text. You can also see here the the line added after
Munzir \end{arabtext} which should be before it as Juergen
Munzir Spitzmueller noticed already.

I do not see how we could fix this. I do not think LyX should add
spaces all over the place just for the benefit of arabtex.

In the case of begin/end{center} a linbreak would be welcome anyway,
but I am sure that font changes for example have the same problems.

JMarc


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Jean-Marc Lasgouttes
 Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes:

Juergen Jan Peters wrote:
 I guess, we have to hope that Apple fixes bug ID #3162425

Juergen At least there's some hope. The announced new OSX (Panther)
Juergen comes with gcc 3.3; let's hope that this fixes the compiler
Juergen problem.

But this probably means that LyX will not work on Jaguar. That's a
shame.

JMarc


Re: This is why Arabic support for lyx 1.3.2 doesn't work in my Mandrake 9.1

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 02:43:28PM +0200, Jean-Marc Lasgouttes wrote:
 I do not see how we could fix this. I do not think LyX should add
 spaces all over the place just for the benefit of arabtex.

Not 'all over the place', but if \end{xxx} has xxx == arabtex perhaps?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote:
 But this probably means that LyX will not work on Jaguar. That's a
 shame.

Indeed.
I am using mac only for a short time (and unfrequently) now, so I don't know 
apple's release politics. Isn't there a chance that apple releases dev tools 
with gcc-3.3 for Jaguar too?

Juergen.


Re: This is why Arabic support for lyx 1.3.2 doesn't work in myMandrake 9.1

2003-06-24 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre On Tue, Jun 24, 2003 at 02:43:28PM +0200, Jean-Marc Lasgouttes
Andre wrote:
 I do not see how we could fix this. I do not think LyX should add
 spaces all over the place just for the benefit of arabtex.

Andre Not 'all over the place', but if \end{xxx} has xxx == arabtex
Andre perhaps?

No, the problem is worse than that. Quoting
http://leb.net/arabtex/files/writing.htm

  A control sequence inside an Arabic context must be separated from
  the preceding text item by at least one blank space, newline, or
  another control sequence, and may be of the following kinds:


This means that the following code is not OK:
\begin{arabtex}abcd\foo{bar}\end{arabtex}

So shall we add a space before each and every \foo{bar} construct just
in case arabtex is active??

I agree though that constructs like
  \begin{center}hello\end{center}
would be much better with a couple line breaks. But I do not think we
want to do that everywhere...

Is arabtex the official/best arabic environment? It looks like a hack
to me, in a case where TeX--XeT is not available.

JMarc


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

 I am afraid not, you need to use gcc 3.1 at least.

Andre I don't understand that part. Both LyX and Qt work with 3.1.

No, gcc 3.1 on OSX is not able to compile LyX, dur to bug ID #3162425.

I am not sure though why it would not be possible to compile Qt/Mac
with gcc 2.

JMarc


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Jean-Marc Lasgouttes
 Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes:

Juergen Indeed. I am using mac only for a short time (and
Juergen unfrequently) now, so I don't know apple's release politics.
Juergen Isn't there a chance that apple releases dev tools with
Juergen gcc-3.3 for Jaguar too?

Time will tell, I guess...

JMarc


Re: (author ?)

2003-06-24 Thread Andre Berger
--vtzGhvizbBRQ85DL
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Joby Joseph [EMAIL PROTECTED], 2003-06-24 09:11 -0400:
 Hi,
   I am using lyx 1.3.2 on redhat 7.2.
   In komascript book I am using bibtex reference, plain style.
=20
   A string '(author?)'  appears in bold just before the reference
 where it is refered. For example
   =20
 ...as refered in (author?) [15]. It shows...

Looks like something went wrong with natbib. What happens if you turn
it off? (See Documents  Bibliography)

-Andre

--vtzGhvizbBRQ85DL
Content-Type: application/pgp-signature
Content-Disposition: inline

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE++FJImlbrvn+0waMRApp5AKC6206aWQ8K7ZTdonIg4NlXgCM6RwCePYA0
31xBc5OcnffZWxJcHTTUad4=
=UAeU
-END PGP SIGNATURE-

--vtzGhvizbBRQ85DL--


compilation problems lyx-1.3.2 and xforms-CVS

2003-06-24 Thread wodz
Hello!
I wanted to upgrade my lyx. I've read that lyx-1.3.2 can make some benefits of
using xforms-CVS. So I downloaded xforms (compiled smoothly) and lyx-1.3.2.
Compilation of lyx failed with such errors:

make[2]: Entering directory `/home/wodz/laptopek/lyx-1.3.2/src'
/bin/sh ../libtool --mode=link g++  -O2 -march=athlon   -o lyx  BufferView.o
BufferView_pimpl.o Bullet.o Chktex.o CutAndPaste.o DepTable.o FloatList.o
Floating.o FuncStatus.o InsetList.o LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o
MenuBackend.o paragraph_funcs.o ParagraphList.o ParagraphParameters.o Spacing.o
TextCache.o Thesaurus.o ToolbarDefaults.o boost.o boost-inst.o box.o buffer.o
bufferlist.o bufferparams.o bufferview_funcs.o chset.o converter.o counters.o
debug.o encoding.o exporter.o gettext.o factory.o funcrequest.o importer.o
intl.o iterators.o kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o
lyx_cb.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o lyxfunc.o
lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o lyxlex_pimpl.o lyxrc.o lyxrow.o
lyxserver.o lyxtextclass.o lyxtextclasslist.o lyxvc.o main.o paragraph.o
paragraph_pimpl.o ispell.o pspell.o sgml.o tabular.o tabular-old.o
tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o
trans.o trans_mgr.o undo.o undo_funcs.o vc-backend.o version.o vspace.o
mathed/libmathed.la insets/libinsets.la frontends/libfrontends.la
graphics/libgraphics.la support/libsupport.la
../boost/libs/regex/src/libboostregex.la 
../boost/libs/signals/src/libboostsignals.la -lSM -lICE -lc -lm  
-L/usr/X11/lib -lX11
g++ -O2 -march=athlon -o lyx BufferView.o BufferView_pimpl.o Bullet.o Chktex.o
CutAndPaste.o DepTable.o FloatList.o Floating.o FuncStatus.o InsetList.o
LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o paragraph_funcs.o
ParagraphList.o ParagraphParameters.o Spacing.o TextCache.o Thesaurus.o
ToolbarDefaults.o boost.o boost-inst.o box.o buffer.o bufferlist.o
bufferparams.o bufferview_funcs.o chset.o converter.o counters.o debug.o
encoding.o exporter.o gettext.o factory.o funcrequest.o importer.o intl.o
iterators.o kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o
lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o lyxfunc.o lyxgluelength.o
lyxlayout.o lyxlength.o lyxlex.o lyxlex_pimpl.o lyxrc.o lyxrow.o lyxserver.o
lyxtextclass.o lyxtextclasslist.o lyxvc.o main.o paragraph.o paragraph_pimpl.o
ispell.o pspell.o sgml.o tabular.o tabular-old.o tabular_funcs.o tex-accent.o
tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o trans_mgr.o undo.o
undo_funcs.o vc-backend.o version.o vspace.o  mathed/.libs/libmathed.a
insets/.libs/libinsets.a frontends/.libs/libfrontends.a -ljpeg
/usr/lib/libforms.so -lXpm graphics/.libs/libgraphics.a
support/.libs/libsupport.a ../boost/libs/regex/src/.libs/libboostregex.a
../boost/libs/signals/src/.libs/libboostsignals.a -lSM -lICE -lc -lm
-L/usr/X11/lib -lX11
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0x226): In function
`grfx::xformsImage::loadableFormats()':
: undefined reference to `flimage_get_number_of_formats'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0x239): In function
`grfx::xformsImage::loadableFormats()':
: undefined reference to `flimage_get_format_info'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xc56): In function
`grfx::xformsImage::xformsImage[not-in-charge](grfx::xformsImage const)':
: undefined reference to `flimage_dup'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xe06): In function
`grfx::xformsImage::xformsImage[in-charge](grfx::xformsImage const)':
: undefined reference to `flimage_dup'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xeee): In function
`grfx::xformsImage::~xformsImage [not-in-charge]()':
: undefined reference to `flimage_free'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xf5e): In function
`grfx::xformsImage::~xformsImage [in-charge]()':
: undefined reference to `flimage_free'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xfd7): In function
`grfx::xformsImage::~xformsImage [in-charge deleting]()':
: undefined reference to `flimage_free'

Any clue?

Regards
wo



dcolumn and math workaround

2003-06-24 Thread Stephen G. Buonopane
Problem: When using the dcolumn package to decimal align a column in
tabular, if you try to put an equation in the first row of that column as a
header, LyX generates an error.

I searched the archives and Herbert's page for this issue but could not find
a solution. After much trial and error, here is the solution I found:

dcolumn automatically puts everything in math mode, so by putting in a LyX
equation it generates another begin math command or $ which causes the
error.

Workaround 1: Use ERT to enter your equation but leave off the $, e.g.
ERT:x_5, instead of $x_5$.

Workaround 2: Use multicolumn in Layout...Tabular. Just select the single
cell. Then you can enter a LyX equation with Ctrl-M.

The second option produces better results since it will center the equation
in the cell. The first option will try to align with a decimal in the
equation..if you don't have one it will align the end of the equation with
the decimal.

Steve Buonopane



Re: compilation problems lyx-1.3.2 and xforms-CVS

2003-06-24 Thread Angus Leeming
[EMAIL PROTECTED] wrote: 
 Hello!
 I wanted to upgrade my lyx. I've read that lyx-1.3.2 can make some
 benefits of
 
 using xforms-CVS. So I downloaded xforms (compiled smoothly) and
 lyx-1.3.2. Compilation of lyx failed with such errors:

This is a known problem that should be fixed in 1.3cvs v. soon. As a 
work-around, open the generated text file
src/frontends/libfrontends.la
and modify it so that this line contains something like:

# Libraries that this one depends upon.
dependency_libs=' -L/usr/local/lib /usr/local/lib/libflimage.la 
/usr/lib/libjpeg.la /usr/local/lib/libforms.la -lXpm'

Thereafter, the linking step should succeed.

-- 
Angus



Re: This is why Arabic support for lyx 1.3.2 doesn't work in my Mandrake 9.1

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 02:59:41PM +0200, Jean-Marc Lasgouttes wrote:
 This means that the following code is not OK:
 \begin{arabtex}abcd\foo{bar}\end{arabtex}
 
 So shall we add a space before each and every \foo{bar} construct just
 in case arabtex is active??

Certainly not, as this breaks things.

'x \x' _is_ different from 'x\x'

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: compilation problems lyx-1.3.2 and xforms-CVS

2003-06-24 Thread Jean-Marc Lasgouttes
 wodz == wodz  [EMAIL PROTECTED] writes:

wodz Hello! I wanted to upgrade my lyx. I've read that lyx-1.3.2 can
wodz make some benefits of using xforms-CVS. So I downloaded xforms
wodz (compiled smoothly) and lyx-1.3.2. Compilation of lyx failed
wodz with such errors:

I guess that the patch mentioned here will help you:
http://marc.theaimsgroup.com/?l=lyx-develm=105429291506720w=2

Please confirm.

I think it will appear in 1.3.3.

JMarc



Re: This is why Arabic support for lyx 1.3.2 doesn't work in myMandrake 9.1

2003-06-24 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre On Tue, Jun 24, 2003 at 02:59:41PM +0200, Jean-Marc Lasgouttes
Andre wrote:
 This means that the following code is not OK:
 \begin{arabtex}abcd\foo{bar}\end{arabtex}
 
 So shall we add a space before each and every \foo{bar} construct
 just in case arabtex is active??

Andre Certainly not, as this breaks things.

Andre 'x \x' _is_ different from 'x\x'

Exactly my conclusion :)

JMarc


Re: Can this equation be done?

2003-06-24 Thread Chris Carlen
Johnathan Burchill wrote:
Put a \vspace{0.25cm} (or whatever spacing you're happy with) at the end of 
each of the first three lines in the array. 
I've attached a  LyX file with your equations typeset in various ways, 
including the \cases AMS math environment suggested by Dekel Tsur.

Hope this helps,
Johnathan


Thank you for your reply!

What I see is that the \vspace fixes the problem quite well.

The \cases environment seems to affect only the justification of the 
right cells of the equations, making them all left justified, ie. the 
same spacing after the equals signs, whereas the array env. center 
justifies the rightmost cells.  So the \cases rendering has small 
fractions, but they are spaced a little bit better than with the array 
env. even when they are left small without using \displaysize.

Using \displaystyle in the \cases environment still results in the 
fractional expressions being too close vertically.

So it looks like \vspace is the winner.

Is there somewhere in the LyX documentation where \vspace is mentioned? 
 I didn't notice it in any of the User's Guide sections on math editing.

Thanks again for your suggestions, since I have the answer I need!

Good day!

--

Christopher R. Carlen
Principal Laser/Optical Technologist
Sandia National Laboratories CA USA
[EMAIL PROTECTED]


Re: Can this equation be done?

2003-06-24 Thread Chris Carlen
Dekel Tsur wrote:
On Fri, Jun 20, 2003 at 08:18:51AM -0700, Chris Carlen wrote:

Hi:

I'm going to give this one last shot, before I give up on the math 
editor for this particular problem, and write in plain LaTeX.

I want to show an four line equation, in which each equation has 
fractional expressions.  Also, I want a left brace delimiter around the 
whole thing.


1. Open the document dialog, and press teh use AMS math button
2. Use the menu Insert-Math-cases (or type \cases and then space)
3. Put a_\omega in the first cell, and '=\frac...' in the second
(no need to use \displaystyle)
4. Press ctrl+enter for a new row of equation inside the cases
(in some version of LyX you might need to use M-m w i).


Thanks for your reply.

Maybe you can read my reply to Johnathan Burchill.

I doscovered that the \cases environment still results in the fractional 
expressions too close vertically.  Actually, it spaces the fractions 
better until you use \displaysize, which is still needed to get the 
fractions big.

Good day!



--

Christopher R. Carlen
Principal Laser/Optical Technologist
Sandia National Laboratories CA USA
[EMAIL PROTECTED]


Re: compilation problems lyx-1.3.2 and xforms-CVS

2003-06-24 Thread wodz
 wodz Hello! I wanted to upgrade my lyx. I've read that lyx-1.3.2 can
 wodz make some benefits of using xforms-CVS. So I downloaded xforms
 wodz (compiled smoothly) and lyx-1.3.2. Compilation of lyx failed
 wodz with such errors:
 
 I guess that the patch mentioned here will help you:
 http://marc.theaimsgroup.com/?l=lyx-develm=105429291506720w=2
 
 Please confirm.
 
 I think it will appear in 1.3.3.
 
 JMarc
Mentioned patch doesn't help. I've got the same error.

Regards
wo





Re: llncs and references problem (1.1.6fix4)

2003-06-24 Thread Matej Cepl
On 2003-06-24, 12:08 GMT, Tuukka Toivonen wrote:
   http://www.ee.oulu.fi/~tuukkat/tmp/test.ps

Could you please post .lyx file too?

   Thannks,

  Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: compilation problems lyx-1.3.2 and xforms-CVS

2003-06-24 Thread Angus Leeming
[EMAIL PROTECTED] wrote:

 wodz Hello! I wanted to upgrade my lyx. I've read that lyx-1.3.2
 can wodz make some benefits of using xforms-CVS. So I downloaded
 xforms wodz (compiled smoothly) and lyx-1.3.2. Compilation of lyx
 failed wodz with such errors:
 
 I guess that the patch mentioned here will help you:
 http://marc.theaimsgroup.com/?l=lyx-develm=105429291506720w=2
 
 Please confirm.
 
 I think it will appear in 1.3.3.
 
 JMarc
 Mentioned patch doesn't help. I've got the same error.
 
 Regards
 wo

It won't. You'd have to run autogen.sh to regenerate the configure 
script, which isn't a 'normal' requirement. Thereafter, you'd have to 
run configure, which is.

Edit src/frontends/libfrontends.la by hand and all will be well.
-- 
Angus



Re: Newbie Questions

2003-06-24 Thread Matej Cepl
On 2003-06-24, 08:29 GMT, Rajil Saraswat wrote:
 Yesterday i started my first paper in lyx, my supervisor was taken 
 aback when i showed him the printout, 'it was exactly like a journal' 

Not only like a journal -- many journals are created with LaTeX :-).

 1. Using the article layout always add the date to the rendered text. 
 Is it possible to turn off the date. I am writing a paper for 
 a journal, is article the best layout for me or are there any other 
 layouts available?

Article is fine, plus some journals (Kluwer, Springer, ...) have their 
own classes, and some of them are supported by LyX. Also you may try 
article (koma-script), which is more flexible than standard article.

As of date -- see
http://www.educat.hu-berlin.de/~voss/lyx/titlepage/titlepage.phtml#date

 2. For a particular layout, how do i change the default font settings for 
 paragraph, section, subsection etc. I have tried exploring the 
 LayoutDocument,Character but these donot change setting globally for a 
 particular environmental depth.

No, they don't. What exactly would you like to do?

 3. How do i change the  type of numbering of section. For section the 
 numbering is like this '1' but i want a '.' to like this '1.' Is this 
 possible? Moreover i want my sections to start from number 3, how can i do 
 it?

Koma-script has it as a standard, and for normal article put this into 
Layout/Document/Preamble:

   \renewcommand\thesection{\arabic{section}.}


 4. How do i change the format of my bibliography, can i add my own bst files? 

Sure, in BibTeX dialog (Insert/TOC/BibTeX) the bottom field (Style) is 
for name of the bst file. Also if using any of natbib styles, do not 
forget to check Natbib in Layout/Document/Bibliography.

 Is there any repository of bst files for different journals?

There is (try directory.google.com for BibTeX), but better is to try 
homepage of your journal (many of them have a special page for LaTeX 
authors with particular style files.

 phew! those are the ones i can think off now.
 Thanks a lot.

You're very welcome.

   Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: llncs and references problem (1.1.6fix4)

2003-06-24 Thread Jean-Marc Lasgouttes
 Tuukka == Tuukka Toivonen [EMAIL PROTECTED] writes:

Tuukka I'm trying to use the llncs style. But if I use the
Tuukka Bibliography style, I get three LaTeX errors for each
Tuukka reference: LaTeX error: something's wrong--perhaps a missing
Tuukka \item. I exported to TeX and renamed the \lyxbibliography in
Tuukka the \begin{} and \end{} to \thebibliography. Now it works. But
Tuukka I can't do this in LyX (AFAIK), so I tried to fix in the LyX
Tuukka by adding red TeX command:
Tuukka \renewcommand{\lyxbibliography}{\thebibliography} just before
Tuukka the bibliography. 

Could you try to get the latest 1.2.x version of this file, which
can be found at
http://www.lyx.org/cgi-bin/viewcvs.cgi/*checkout*/lyx-devel/lib/layouts/llncs.layout?rev=1.1.14.2only_with_tag=BRANCH-1_2_X

I think that is should work fine with 1.1.6fix4.

JMarc


Re: Some More Newbie Questions

2003-06-24 Thread Matej Cepl
On 2003-06-24, 11:38 GMT, Rajil Saraswat wrote:
 1. I exported my lyx file (which had a table using the multirow 
 package) to a latex file and tried importing it back. The resulting 
 file had a totally misfigured table. Is lyx not capable of doing this 
 kind of stuff?

Current version of LyX has problems with that.

Matej

--
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Re: Newbie Questions

2003-06-24 Thread Rajil Saraswat
Thanks for answering my questions. The koma-script looks to have more 
environments than the simple article style. However i didnt like the fonts of 
koma-script, i want to use the fonts as used by the article style(i think it 
is the Adobe Times one). The koma-script  reminds me of Arial font of 
windows. Can this property be changed for koma-script?
And what is natbib, is it some special style of bibtex?
Thanks

On Tuesday 24 June 2003 16:42, Matej Cepl wrote:
 On 2003-06-24, 08:29 GMT, Rajil Saraswat wrote:
  Yesterday i started my first paper in lyx, my supervisor was taken
  aback when i showed him the printout, 'it was exactly like a journal'

 Not only like a journal -- many journals are created with LaTeX :-).

  1. Using the article layout always add the date to the rendered text.
  Is it possible to turn off the date. I am writing a paper for
  a journal, is article the best layout for me or are there any other
  layouts available?

 Article is fine, plus some journals (Kluwer, Springer, ...) have their
 own classes, and some of them are supported by LyX. Also you may try
 article (koma-script), which is more flexible than standard article.

 As of date -- see
 http://www.educat.hu-berlin.de/~voss/lyx/titlepage/titlepage.phtml#date

  2. For a particular layout, how do i change the default font settings for
  paragraph, section, subsection etc. I have tried exploring the
  LayoutDocument,Character but these donot change setting globally for a
  particular environmental depth.

 No, they don't. What exactly would you like to do?

  3. How do i change the  type of numbering of section. For section the
  numbering is like this '1' but i want a '.' to like this '1.' Is this
  possible? Moreover i want my sections to start from number 3, how can i
  do it?

 Koma-script has it as a standard, and for normal article put this into
 Layout/Document/Preamble:

\renewcommand\thesection{\arabic{section}.}

  4. How do i change the format of my bibliography, can i add my own bst
  files?

 Sure, in BibTeX dialog (Insert/TOC/BibTeX) the bottom field (Style) is
 for name of the bst file. Also if using any of natbib styles, do not
 forget to check Natbib in Layout/Document/Bibliography.

  Is there any repository of bst files for different journals?

 There is (try directory.google.com for BibTeX), but better is to try
 homepage of your journal (many of them have a special page for LaTeX
 authors with particular style files.

  phew! those are the ones i can think off now.
  Thanks a lot.

 You're very welcome.

Matej



Re: Newbie Questions

2003-06-24 Thread Juergen Spitzmueller
Rajil Saraswat wrote:
  The koma-script  reminds me of Arial font of
 windows. Can this property be changed for koma-script?

Shure.
\setkomafont{sectioning}{\normalfont\normalcolor\bfseries}
KOMA Script is one of the most flexible class bundle. Have a look at the ~300 
pages documentation and you'll know what I mean.

 And what is natbib, is it some special style of bibtex?

It is an extension for bibtex that lets you cite in Author (year) style. You 
need special bst styles.

Juergen.


compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-24 Thread Ronald Florence
I've succeeded in compiling the Trolltech MacOSX (GPL) Qt libraries
with gcc-2.95.2, but something in their header files gags the LyX-1.3.2
compile with the same compiler.

In file included from /usr/local/src/qt-mac-free-3.1.2/include/qfont.h:42,
 from Qt2Base.h:22,
 from QAbout.h:19,
 from Dialogs_impl.h:54,
 from Dialogs.C:19:
/usr/local/src/qt-mac-free-3.1.2/include/qwindowdefs.h:104: conflicting types for 
`typedef struct OpaqueControlRef * ControlRef'
../../../src/frontends/controllers/ControlRef.h:43: previous declaration as `class 
ControlRef'
../../../src/frontends/controllers/GUI.h: In method `GUIOpaqueControlRef 
*,QRef,NoRepeatedApplyReadOnlyPolicy,Qt2BC::GUI(LyXView , Dialogs )':
Dialogs.C:82:   instantiated from here
../../../src/frontends/controllers/GUI.h:44: warning: initializer list treated as 
compound expression
../../../src/frontends/controllers/GUI.h:44: invalid use of undefined type `class 
LyXView'
../../../src/frontends/Dialogs.h:25: forward declaration of `class LyXView'
../../../src/frontends/controllers/GUI.h:47: request for member `setView' in 
`GUIOpaqueControlRef *,QRef,NoRepeatedApplyReadOnlyPolicy,Qt2BC::controller_', which 
is of non-aggregate type `OpaqueControlRef *'
../../../src/frontends/controllers/GUI.h:48: request for member `setButtonController' 
in `GUIOpaqueControlRef *,QRef,NoRepeatedApplyReadOnlyPolicy,Qt2BC::controller_', 
which is of non-aggregate type `OpaqueControlRef *'
../../../src/frontends/controllers/GUI.h:49: no matching function for call to 
`QRef::setController (OpaqueControlRef *)'
../../../src/frontends/controllers/ViewBase.h:53: candidates are: void 
ViewBase::setController(ControlButtons )
make[5]: *** [Dialogs.lo] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

I'll be glad to supply additional information if anyone could suggest
a workaround to this glitch.  Thanks,
-- 

Ronald Florence www.18james.com



Re: fancyheader: no difference between even and odd pages

2003-06-24 Thread Dekel Tsur
On Sat, Jun 21, 2003 at 12:24:12AM +0200, Robert Neumann wrote:
 Hello,
 Im using the article.cls and I tried to use fancyheader with the following 
 commands in the preamble:
 
 \usepackage {fancyhdr}
 \pagestyle{fancy}
 
 And at the beginning of the document:
 
 \fancyhead{}
 \fancyhead[RO,LE]{\bfseries mytitle}
 \fancyfoot[RE,LO]{ \thepage}
 \cfoot{}
 
 But mytitle as well as the pagenumbering is allways on the right side of the 
 page, no matter if the page is even or odd.
 What did I forget??

Changing the paper type to two-sided.


Re: Newbie Questions

2003-06-24 Thread Juergen Spitzmueller
Rajil Saraswat wrote:
 Do i need to put this is in the preamble? 

Yes.

 It gives me two errors if i put
 this in the preamble
 
 LaTeX Error: Missing \begin{document}.
  \setkomafont{s
ectioning}{\normalfont\normalcolor\bfseries}
 You're in trouble here.  Try typing  return  to proceed.
 If that doesn't work, type  X return  to quit.

Which version of koma-script do you have? The package has evolved very much in 
the past year. The latest version is 2.9o
ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/koma-script

With older versions, the setkomafont makros won't work. You have to use
\renewcommand*{\sectfont}{\bfseries}

But I strongly recommend upgrading. With older versions, you cannot use all 
features covered by LyX.

Juergen.


Re: compilation problems lyx-1.3.2 and xforms-CVS

2003-06-24 Thread Marcin Bukat
I guess that the patch mentioned here will help you:
http://marc.theaimsgroup.com/?l=lyx-develm=105429291506720w=2
Please confirm.

I think it will appear in 1.3.3.

JMarc
Mentioned patch doesn't help. I've got the same error.

Regards
wo


It won't. You'd have to run autogen.sh to regenerate the configure 
script, which isn't a 'normal' requirement. Thereafter, you'd have to 
run configure, which is.

Edit src/frontends/libfrontends.la by hand and all will be well.
Ok. Both methods works. If someone interested I can make public 
xforms-1.0.2 and lyx-xforms-1.3.2 bin packages for slackware 9.x. 
Currently I've made binaries for athlon and pentium3 but building 
generic i686 is no problem now :

Regards
wo



Re: Newbie Questions

2003-06-24 Thread Rajil Saraswat
How can i find out which version i am using? The tex distribution i have is
Version 3.14159 (Web2C 7.3.1)
Does this give some hint?
Thanks
On Tuesday 24 June 2003 18:29, Juergen Spitzmueller wrote:
 Rajil Saraswat wrote:
  Do i need to put this is in the preamble?

 Yes.

  It gives me two errors if i put
  this in the preamble
  
  LaTeX Error: Missing \begin{document}.
   \setkomafont{s
 ectioning}{\normalfont\normalcolor\bfseries}
  You're in trouble here.  Try typing  return  to proceed.
  If that doesn't work, type  X return  to quit.

 Which version of koma-script do you have? The package has evolved very much
 in the past year. The latest version is 2.9o
 ftp://ftp.dante.de/tex-archive/macros/latex/contrib/supported/koma-script

 With older versions, the setkomafont makros won't work. You have to use
 \renewcommand*{\sectfont}{\bfseries}

 But I strongly recommend upgrading. With older versions, you cannot use all
 features covered by LyX.

 Juergen.


Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-24 Thread Juergen Spitzmueller
Ronald Florence wrote:
 /usr/local/src/qt-mac-free-3.1.2/include/qwindowdefs.h:104: conflicting
 types for `typedef struct OpaqueControlRef * ControlRef'
 ../../../src/frontends/controllers/ControlRef.h:43: previous declaration as
 `class ControlRef'

As far as I understand it, this is a naming clash. Qt has a 
typedef struct OpaqueControlRef *ControlRef;
defined in its headers (qwindowdefs.h) which is used only with Mac (it is 
inside a #if defined(Q_WS_MAC) clause). This seems to clash with LyX's 
ControlRef. Does it help if you change LyX's ControlRef and all instances to 
ControlLyXRef or something?

Juergen. 


Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-24 Thread Alfredo Braunstein
Juergen Spitzmueller wrote:

 ControlRef. Does it help if you change LyX's ControlRef and all instances
 to ControlLyXRef or something?

adding 

#define ControlRef ControlLyXRef 

to the top of src/frontends/controllers/ControlRef.h may just work...

Regards, Alfredo




Re: Newbie Questions

2003-06-24 Thread Juergen Spitzmueller
Rajil Saraswat wrote:
 How can i find out which version i am using?

if you did a LaTeX run (view dvi/postscript), the version is mentioned in the 
log file (view-LaTeX Log file).

Juergen.


Re: Newbie Questions

2003-06-24 Thread Rajil Saraswat
seems i am on a old version, upgrading now.
Thanks

-
LaTeX2e 2000/06/01
Babel v3.7h and hyphenation patterns for american, french, german, ngerman, 
n
ohyphenation, loaded.

(/usr/share/texmf/tex/latex/koma-script/scrartcl.cls
Document Class: scrartcl 1999/12/29 v2.5h LaTeX2e KOMA document class
(/usr/share/texmf/tex/latex/base/size11.clo
File: size11.clo 2000/05/19 v1.4b Standard LaTeX file (size option)
) (/usr/share/texmf/tex/latex/koma-script/typearea.sty
Package: typearea 1999/12/29 v2.5h LaTeX2e KOMA package
Package: typearea, Copyright (C) Frank Neukam, 1992-1994 
   Copyright (C) Markus Kohm, 1994-1999

On Tuesday 24 June 2003 19:03, Juergen Spitzmueller wrote:
 Rajil Saraswat wrote:
  How can i find out which version i am using?

 if you did a LaTeX run (view dvi/postscript), the version is mentioned in
 the log file (view-LaTeX Log file).

 Juergen.

-- 
Rajil Saraswat
Materials Processing Group,
Department of Materials,   Tel(O): +44-20-759 46746
Imperial College,Tel(R): +44-20-785 20304
Prince Consort Road,
London, SW7 2BP, U.K
##
  Gentoo Linux
   Linux Version 2.4.20-ck6, Compiled #2 Tue Apr 29 18:12:09 BST 2003
 One 2.67GHz Intel Pentium 4 Processor, 1GB RAM, 5308.41 Bogomips Total
 Load Average 1.36, 1.16, 0.74
Uptime 1 day 8 hours 12 minutes
sora.mt.ic.ac.uk



Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-24 Thread Ronald Florence
Alfredo Braunstein [EMAIL PROTECTED] writes:

 Juergen Spitzmueller wrote:
 
  ControlRef. Does it help if you change LyX's ControlRef and all instances
  to ControlLyXRef or something?
 
 adding 
 
 #define ControlRef ControlLyXRef 
 
 to the top of src/frontends/controllers/ControlRef.h may just work...

Thanks to Juergen and Alfredo.  This gets close, but the compile of
lyx-1.3.2 later gags at:


In file included from /usr/local/src/qt-mac-free-3.1.2/include/qfont.h:42,
 from Qt2Base.h:22,
 from QAbout.h:19,
 from Dialogs_impl.h:54,
 from Dialogs.C:19:
/usr/local/src/qt-mac-free-3.1.2/include/qwindowdefs.h:104: conflicting types for 
`typedef struct OpaqueControlRef * ControlLyXRef'
../../../src/frontends/controllers/ControlRef.h:45: previous declaration as `class 
ControlLyXRef'
../../../src/frontends/controllers/GUI.h: In method `GUIOpaqueControlRef 
*,QRef,NoRepeatedApplyReadOnlyPolicy,Qt2BC::GUI(LyXView , Dialogs )':
Dialogs.C:82:   instantiated from here
../../../src/frontends/controllers/GUI.h:44: warning: initializer list treated as 
compound expression
../../../src/frontends/controllers/GUI.h:44: invalid use of undefined type `class 
LyXView'
../../../src/frontends/Dialogs.h:25: forward declaration of `class LyXView'
../../../src/frontends/controllers/GUI.h:47: request for member `setView' in 
`GUIOpaqueControlRef *,QRef,NoRepeatedApplyReadOnlyPolicy,Qt2BC::controller_', which 
is of non-aggregate type `OpaqueControlRef *'
../../../src/frontends/controllers/GUI.h:48: request for member `setButtonController' 
in `GUIOpaqueControlRef *,QRef,NoRepeatedApplyReadOnlyPolicy,Qt2BC::controller_', 
which is of non-aggregate type `OpaqueControlRef *'
../../../src/frontends/controllers/GUI.h:49: no matching function for call to 
`QRef::setController (OpaqueControlRef *)'
../../../src/frontends/controllers/ViewBase.h:53: candidates are: void 
ViewBase::setController(ControlButtons )
make[2]: *** [Dialogs.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


I'd welcome further suggestions.  Regards,

-- 

Ronald Florence www.18james.com



Re: formatting a long equation

2003-06-24 Thread Paul A. Rubin
[posted and mailed]

Nirmal Govind [EMAIL PROTECTED] wrote in 
news:[EMAIL PROTECTED]:

 I see.. I used the AMS multiline to split it up.. btw, is there any
 documentation on using the AMS environments in LyX with the Insert -
 Math menu options? I think I know how some of them work but if there's
 some documentation I'd like to take a look at it.. couldn't find it in
 the help guides.

Herbert Voss has a helpful guide at 
http://www.perce.de/LaTeX/math/Mathmode-TeX.pdf.

-- Paul

*
Paul A. Rubin  Phone:(517) 432-3509
Department of Management   Fax:  (517) 432-
The Eli Broad Graduate School of ManagementE-mail:   [EMAIL PROTECTED]
Michigan State University  http://www.msu.edu/~rubin/
East Lansing, MI  48824-1122  (USA)
*
Mathematicians are like Frenchmen:  whenever you say something to them,
they translate it into their own language, and at once it is something
entirely different.J. W. v. GOETHE



Re: compilation problem with Trolltech MacOSX/GPL QT libraries

2003-06-24 Thread Alfredo Braunstein
Ronald Florence wrote:

 Alfredo Braunstein [EMAIL PROTECTED] writes:
 
 Juergen Spitzmueller wrote:
 
  ControlRef. Does it help if you change LyX's ControlRef and all
  instances to ControlLyXRef or something?
 
 adding
 
 #define ControlRef ControlLyXRef
 
 to the top of src/frontends/controllers/ControlRef.h may just work...
 
 Thanks to Juergen and Alfredo.  This gets close, but the compile of
 lyx-1.3.2 later gags at:

Then this hack is no good... your can try directly Juergen's suggestion.

maybe somethig like (using bash, from within the src/ directory, untested):

for x in `grep -l ControlRef {,*/,*/*/}*.{C,h}`; do echo $x; mv $x $x.save;
cat $x.save | sed s/ControlRef/ControlLyXRef/g  $x; done

will do. 

(if something fails, original files should have a .save appended)

Hope it helps,

Alfredo




LyX with the MacOSX/GPL QT libraries

2003-06-24 Thread Ronald Florence
Following some helpful suggestions from Juergen Spitzmueller and
Alfredo Braunstein, and some hacking in the LyX source, I was able to
compile Lyx-1.3.2 with the newly-released Trolltech GPL MacOSX QT
libraries.  Both were compiled with gcc-2.95.2 (gcc-3.1 in the Apple
implementation cannot compile LyX-1.3.x).  These libraries feature a
direct Aqua interface and do not require X11.

The bottom line is that it compiles, and a LyX/QT window quickly pops
up on the screen, but the LyX window does not seize focus, and is
hence useless.  I suspect this will take a good deal of debugging in
the QT code, and that it may not even work with gcc-2.95.2.  If
someone wants to mess more with this combination, I've enclosed the
patch (apply in .../lyx-1.3.2/src) needed to get it to compile with
the Trolltech libraries.  (I, alas, have work to do, and the X11/QT
version on MacOSX will get it done just fine!)

Regards, and thanks for the quick help from Juergen and Alfredo,
-- 

Ronald Florence www.18james.com




--[lyx-patch-for-Trolltech-QT]--
*** frontends/controllers/ControlRef.C.orig Thu Sep  5 11:14:21 2002
--- frontends/controllers/ControlRef.C  Tue Jun 24 16:44:16 2003
***
*** 27,38 
  extern BufferList bufferlist;
  
  
! ControlRef::ControlRef(LyXView  lv, Dialogs  d)
: ControlCommand(lv, d, LFUN_REF_INSERT)
  {}
  
  
! vectorstring const ControlRef::getLabelList(string const  name) const
  {
Buffer const * buf = bufferlist.getBuffer(MakeAbsPath(name));
if (!buf)
--- 27,38 
  extern BufferList bufferlist;
  
  
! ControlLyXRef::ControlLyXRef(LyXView  lv, Dialogs  d)
: ControlCommand(lv, d, LFUN_REF_INSERT)
  {}
  
  
! vectorstring const ControlLyXRef::getLabelList(string const  name) const
  {
Buffer const * buf = bufferlist.getBuffer(MakeAbsPath(name));
if (!buf)
***
*** 41,60 
  }
  
  
! void ControlRef::gotoRef(string const  ref)
  {
lyxfunc().dispatch(FuncRequest(LFUN_BOOKMARK_SAVE, 0), false);
lyxfunc().dispatch(FuncRequest(LFUN_REF_GOTO, ref));
  }
  
  
! void ControlRef::gotoBookmark()
  {
lyxfunc().dispatch(FuncRequest(LFUN_BOOKMARK_GOTO, 0), false);
  }
  
  
! vectorstring const ControlRef::getBufferList() const
  {
vectorstring buffers = bufferlist.getFileNames();
for (vectorstring::iterator it = buffers.begin();
--- 41,60 
  }
  
  
! void ControlLyXRef::gotoRef(string const  ref)
  {
lyxfunc().dispatch(FuncRequest(LFUN_BOOKMARK_SAVE, 0), false);
lyxfunc().dispatch(FuncRequest(LFUN_REF_GOTO, ref));
  }
  
  
! void ControlLyXRef::gotoBookmark()
  {
lyxfunc().dispatch(FuncRequest(LFUN_BOOKMARK_GOTO, 0), false);
  }
  
  
! vectorstring const ControlLyXRef::getBufferList() const
  {
vectorstring buffers = bufferlist.getFileNames();
for (vectorstring::iterator it = buffers.begin();
***
*** 66,72 
  }
  
  
! int ControlRef::getBufferNum() const
  {
vectorstring buffers = bufferlist.getFileNames();
string const name = buffer()-fileName();
--- 66,72 
  }
  
  
! int ControlLyXRef::getBufferNum() const
  {
vectorstring buffers = bufferlist.getFileNames();
string const name = buffer()-fileName();
***
*** 77,83 
return int(cit - buffers.begin());
  }
  
! string const ControlRef::getBufferName(int num) const
  {
return bufferlist.getFileNames()[num];
  }
--- 77,83 
return int(cit - buffers.begin());
  }
  
! string const ControlLyXRef::getBufferName(int num) const
  {
return bufferlist.getFileNames()[num];
  }
*** frontends/controllers/ControlRef.h.orig Mon Oct 21 13:38:08 2002
--- frontends/controllers/ControlRef.h  Tue Jun 24 16:44:45 2003
***
*** 20,29 
  
  /** A controller for the Ref Dialog.
   */
! class ControlRef : public ControlCommand {
  public:
///
!   ControlRef(LyXView , Dialogs );
///
std::vectorstring const getLabelList(string const ) const;
///
--- 20,29 
  
  /** A controller for the Ref Dialog.
   */
! class ControlLyXRef : public ControlCommand {
  public:
///
!   ControlLyXRef(LyXView , Dialogs );
///
std::vectorstring const getLabelList(string const ) const;
///
*** frontends/qt2/Dialogs_impl.h.orig   Mon Jan 13 04:57:15 2003
--- frontends/qt2/Dialogs_impl.hTue Jun 24 16:47:05 2003
***
*** 185,191 
  typedef GUIControlPrint, QPrint, OkApplyCancelPolicy, Qt2BC
  PrintDialog;
  
! typedef GUIControlRef, QRef, NoRepeatedApplyReadOnlyPolicy, Qt2BC
  RefDialog;
  
  typedef GUIControlSearch, QSearch, NoRepeatedApplyReadOnlyPolicy, Qt2BC
--- 185,191 
  typedef GUIControlPrint, QPrint, OkApplyCancelPolicy, Qt2BC
  PrintDialog;
  
! typedef GUIControlLyXRef, QRef, NoRepeatedApplyReadOnlyPolicy, Qt2BC
  RefDialog;
  
  typedef GUIControlSearch, QSearch, 

Re: LyX with the MacOSX/GPL QT libraries

2003-06-24 Thread Jan Peters
up on the screen, but the LyX window does not seize focus, and is
hence useless.
What do you mean by that?

-Jan



Compilation problem with Debian

2003-06-24 Thread Matej Cepl
Trying to compile lyx with Qt with Qt3 (patched with ct.1.3-diff patch).
Configure goes without problems, but compilation aborts with this (no error in
previous compilations):

   make[6]: Entering directory `/home/matej/WP/lyx-qt-1.3.2/src/frontends/qt2/ui'
   make[6]: *** No rule to make target `libqt2ui.la.c', needed by `libqt2ui.la'.\
  Stop.
   make[6]: Leaving directory `/home/matej/WP/lyx-qt-1.3.2/src/frontends/qt2/ui'
   make[5]: *** [all-recursive] Error 1
   make[5]: Leaving directory `/home/matej/WP/lyx-qt-1.3.2/src/frontends/qt2/ui'
   make[4]: *** [all-recursive] Error 1
   make[4]: Leaving directory `/home/matej/WP/lyx-qt-1.3.2/src/frontends/qt2'
   make[3]: *** [all-recursive] Error 1
   make[3]: Leaving directory `/home/matej/WP/lyx-qt-1.3.2/src/frontends'
   make[2]: *** [all-recursive] Error 1
   make[2]: Leaving directory `/home/matej/WP/lyx-qt-1.3.2/src'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory `/home/matej/WP/lyx-qt-1.3.2'
   make: *** [build-stamp] Error 2
   ~/WP/lyx-qt-1.3.2$

What's wrong and what should I do?

   Thanks,

  Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Compilation problem with Debian

2003-06-24 Thread Matej Cepl
Trying to compile lyx with Qt with Qt3 (patched with ct.1.3-diff patch).
Configure goes without problems, but compilation aborts with this (no error in
previous compilations):

   make[6]: Entering directory \
  `/home/matej/WP/lyx-qt-1.3.2/src/frontends/qt2/ui'
   make[6]: *** No rule to make target `libqt2ui.la.c', needed by \
  `libqt2ui.la'. Stop.
   make[6]: Leaving directory \
  `/home/matej/WP/lyx-qt-1.3.2/src/frontends/qt2/ui'
   make[5]: *** [all-recursive] Error 1
   make[5]: Leaving directory \
  `/home/matej/WP/lyx-qt-1.3.2/src/frontends/qt2/ui'
   make[4]: *** [all-recursive] Error 1
   make[4]: Leaving directory \
  `/home/matej/WP/lyx-qt-1.3.2/src/frontends/qt2'
   make[3]: *** [all-recursive] Error 1
   make[3]: Leaving directory \
  `/home/matej/WP/lyx-qt-1.3.2/src/frontends'
   make[2]: *** [all-recursive] Error 1
   make[2]: Leaving directory `/home/matej/WP/lyx-qt-1.3.2/src'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory `/home/matej/WP/lyx-qt-1.3.2'
   make: *** [build-stamp] Error 2
   ~/WP/lyx-qt-1.3.2$

What's wrong and what should I do?

These qt packages are installed:

   ~$ dpkg -l \*qt\* | grep -v dn
   ii  libqt2 2.3.1-22   Qt GUI Library (runtime version).
   ii  libqt2-mt  2.3.1-22   Qt GUI Library (runtime threaded vers
   ii  libqt3 3.1.2-0woody1  Qt Library
   ii  libqt3-compat- 3.1.2-0woody1  Qt 1.x and 2.x compatibility includes
   ii  libqt3-headers 3.1.2-0woody1  Qt3 header files
   ii  libqt3-i18n3.1.2-0woody1  i18n files for Qt3 library
   ii  libqt3-mt  3.1.2-0woody1  Qt GUI Library (Threaded runtime ve
   ii  libqt3-mt-dev  3.1.2-0woody1  Qt development files (Threaded)
   ii  libqt3-mt-psql 3.1.2-0woody1  PostgreSQL database driver for Qt3
   ii  lyx-qt 1.3.1-1High Level Document Processor
   ii  python-pyqt-do 2.5-4  Qt bindings for Python 
   ii  qt3-dev-tools  3.1.2-0woody1  Qt3 development tools
   rc  qt3-tools  3.0.3-20020329 Qt GUI Designer and other Qt3 based


   Thanks,

  Matej

-- 
Matej Cepl,
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488



Centreline Symbol

2003-06-24 Thread Paul Medwell
Does anyone know of a centreline (or centerline for those following 
American dictionaries) symbol in Lyx/LaTeX?

For those of you unsure of what a centreline symbol is - it is a C 
with a L through it, and is used in drafting.

Cheers,
Paul



(author ?)

2003-06-24 Thread Joby Joseph
Hi,
  I am using lyx 1.3.2 on redhat 7.2.
  In komascript book I am using bibtex reference, plain style.

  A string '(author?)'  appears in bold just before the reference
where it is refered. For example
   
...as refered in (author?) [15]. It shows...


 joby

-- 
Joby Joseph
SSP Lab, CIP Bldg. Phone : +91 80 293 2745   
Department of ECE   Email : [EMAIL PROTECTED]
Indian Institute of Science [EMAIL PROTECTED]
Bangalore 560 012   URL   : http://www.dsp.ece.iisc.ernet.in/~joby/
India




Re: Install failure - Qt version - lyx 1.3.2 Mdk 9.1 rpm

2003-06-24 Thread db
Mandrake has specific rpm's for lyx 1.3.2, both mdk9.0 and 9.1
Use rpmdrake and specify an mdk-devel/cooker source for rpms. Like:
http://ftp.club-internet.fr/pub/linux/Mandrake-devel/cooker/i586/Mandrake/RPMS/

I have installed the above source of packages as an ftp server, don't forget to 
replace the http:// by ftp:// at the begining of the path.
The list of packages for the configuratin of the package source in rpm drake is 
in the same directory under: synthesis.hdlist.cz

Dependencies like a liblyx, tetex will be automatically taken into account.

Andre Poenitz wrote:
On Mon, Jun 23, 2003 at 10:22:05AM -0400, Mike Bourassa wrote:

Hi there.  When running the rpm, the installation fails with the message 
that the Qt version required is 2.2.1.  Mandrk 9.1 has Qt 3.  How do I 
work around this?  TIA.


Try --no-deps?

Rebuild the src rpm?

Compile the .tgz yourself?

...

Andre'

--
 |
 |
| Departement de Photochimie -ENSCMu |  D o m i n i q u e  B u r g e t
| 3 r. A. Werner, 68093 Mulhouse |___
| France  |
|phone: +33 (0)3 89 33 68 67  |
|mailto: [EMAIL PROTECTED]  |
|_|



Newbie Questions

2003-06-24 Thread Rajil Saraswat
Hi,
Yesterday i started my first paper in lyx, my supervisor was taken aback when 
i showed him the printout, 'it was exactly like a journal' is what he said. 
So i am sticking with lyx for long time now :)
I have some newbie questions here,It would be great if you can give me hints 
on these:
1. Using the article layout always add the date to the rendered text. Is it 
possible to turn off the date. I am writing a paper for a journal, is article 
the best layout for me or are there any other layouts available?
2. For a particular layout, how do i change the default font settings for 
paragraph, section, subsection etc. I have tried exploring the 
LayoutDocument,Character but these donot change setting globally for a 
particular environmental depth.
3. How do i change the  type of numbering of section. For section the 
numbering is like this '1' but i want a '.' to like this '1.' Is this 
possible? Moreover i want my sections to start from number 3, how can i do 
it?
4. How do i change the format of my bibliography, can i add my own bst files? 
Is there any repository of bst files for different journals?

phew! those are the ones i can think off now.
Thanks a lot.


Re: Newbie Questions

2003-06-24 Thread Thomas CLive Richards
Hey!


 2. For a particular layout, how do i change the
 default font settings for paragraph, section, subsection etc. I have
 tried exploring the LayoutDocument,Character but these donot change
 setting globally for a particular environmental depth.
 3. How do i change the  type of numbering of section. For section the 
 numbering is like this '1' but i want a '.' to like this '1.' Is this 
 possible? Moreover i want my sections to start from number 3, how can
 i do it?

Unfortunately, these things seem to be hard coded into Lyx. Apparently
it's too hard to change this, so it looks like this will be a limitation
in LyX for some time now ;( . However, there is a workaround, if you
really care. I've found the best way is to export it to latex format,
and then open it with another app, such as TexMacs. (actually, i created
my own python script to make the changes i need to the document I'm
working on). Once you've made the changes you can use any one of the
plethora od latex conversion tools to convert your finished document to
any format you want, such as HTML, PDF, or whatever.

HTH,

-- 

Thomi Richards,
[EMAIL PROTECTED]



Re: Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 09:29:40AM +0100, Rajil Saraswat wrote:
 Yesterday i started my first paper in lyx, my supervisor was taken aback when 
 i showed him the printout, 'it was exactly like a journal' is what he said. 

Good.

 So i am sticking with lyx for long time now :)
 I have some newbie questions here,It would be great if you can give me hints 
 on these:
 1. Using the article layout always add the date to the rendered text. Is it 
 possible to turn off the date.

You can make an empty paragraph with Layout 'Date' near the top of your doc
and put a 'protected blank'  (Ctrl-Space) there to make sure the 'empty'
paragraph is not automatically removed.

 I am writing a paper for a journal, is article 
 the best layout for me or are there any other layouts available?

Usually the journals have some LaTeX class of their own, and in rare cases
there is even a suitable LyX .layout. I guess you have to give more details
here...

 2. For a particular layout, how do i change the default font settings for 
 paragraph, section, subsection etc. I have tried exploring the 
 LayoutDocument,Character but these donot change setting globally for a 
 particular environmental depth.

Usually in the style/class file. It is, however, not encouraged. You should
rather pick a class with suitable defaults.

 3. How do i change the  type of numbering of section. For section the 
 numbering is like this '1' but i want a '.' to like this '1.' Is this 
 possible?

The 'KoMa' classes to that by default. 

 Moreover i want my sections to start from number 3, how can i do it?

By using plain LaTeX: \setcounter{section}{2} immediately before your first
section heading.

 4. How do i change the format of my bibliography, can i add my own bst files? 

I thought the Insert-ListTOC-Bibtex dialog took care of that.

 Is there any repository of bst files for different journals?

Don't know.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 08:44:21PM +1200, Thomas CLive Richards wrote:
  2. For a particular layout, how do i change the
  default font settings for paragraph, section, subsection etc. I have
  tried exploring the LayoutDocument,Character but these donot change
  setting globally for a particular environmental depth.
  3. How do i change the  type of numbering of section. For section the 
  numbering is like this '1' but i want a '.' to like this '1.' Is this 
  possible? Moreover i want my sections to start from number 3, how can
  i do it?
 
 Unfortunately, these things seem to be hard coded into Lyx.

These things are 'hard wired' into the corresponding LaTeX class.
This can be changes easily with a line of LaTeX or two...

 Apparently it's too hard to change this, so it looks like this will be
 a limitation in LyX for some time now ;( .

... however, you won't find a fancy pointclick interface in LyX for that.

 However, there is a workaround, if you really care. I've found the best
 way is to export it to latex format, and then open it with another app,
 such as TexMacs.  (actually, i created my own python script to make the
 changes i need to the document I'm working on). Once you've made the
 changes you can use any one of the plethora od latex conversion tools to
 convert your finished document to any format you want, such as HTML, PDF,
 or whatever.

So now we are on the let's spread FUD on LyX trip?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Newbie Questions

2003-06-24 Thread Thomas CLive Richards
  
  Unfortunately, these things seem to be hard coded into Lyx.
 
 These things are 'hard wired' into the corresponding LaTeX class.
 This can be changes easily with a line of LaTeX or two...
 
  Apparently it's too hard to change this, so it looks like this will
  be a limitation in LyX for some time now ;( .
 
 ... however, you won't find a fancy pointclick interface in LyX for
 that.
 

bleh, whatever the correct terminology is...

  However, there is a workaround, if you really care. I've found the
  best way is to export it to latex format, and then open it with
  another app, such as TexMacs.  (actually, i created my own python
  script to make the changes i need to the document I'm working on).
  Once you've made the changes you can use any one of the plethora od
  latex conversion tools to convert your finished document to any
  format you want, such as HTML, PDF, or whatever.
 
 So now we are on the let's spread FUD on LyX trip?
 
umm.. no.. it's a solution to a problem... what's the problem? *i* found
it easier to do this way, others might too...


-- 

Thomi Richards,
[EMAIL PROTECTED]



Re: Newbie Questions

2003-06-24 Thread Juergen Spitzmueller
Rajil Saraswat wrote:
 I have some newbie questions here,It would be great if you can give me
 hints on these:

In general, I can recommend Herbert Voss' Lyx Tips. They are a treasure not 
only for newbies:
http://www.educat.hu-berlin.de/~voss/lyx/index.phtml
There are also a useful Lyx Wiki pages:
http://ev-en.org/wiki/moin.cgi

 1. Using the article layout always add the date to the rendered text. Is it
 possible to turn off the date. I am writing a paper for a journal, is
 article the best layout for me or are there any other layouts available?

http://www.educat.hu-berlin.de/~voss/lyx/titlepage/titlepage.phtml#date

 2. For a particular layout, how do i change the default font settings for
 paragraph, section, subsection etc. I have tried exploring the
 LayoutDocument,Character but these donot change setting globally for a
 particular environmental depth.

This is easy with komascript classes: class options smallheadings, 
normalheadings bigheadings or in preamble

With standard classes, you'll have to redefine the environments or (better) 
have a look at the titlesec package available on CTAN (www.ctan.org).

 3. How do i change the  type of numbering of section. For section the
 numbering is like this '1' but i want a '.' to like this '1.' Is this
 possible? Moreover i want my sections to start from number 3, how can i do
 it?

1. In komascript: class options pointednumbers. In normal classes you have to 
redefine the counters in the preamble:
\renewcommand\thesection{\arabic{section}.}
etc.

2. setcounter{section}{2}
in preamble

 4. How do i change the format of my bibliography, can i add my own bst
 files? Is there any repository of bst files for different journals?

You can add you bst files. If you place them into a directory where tex can 
find them (texmf-tree) and run texhash, LyX should get aware of it.
(Insert-List...-BibTeX Inset).

HTH,
Juergen



xforms CVS

2003-06-24 Thread Marcin Bukat
Can someone remain me addres of xforms-CVS. There was post about this in 
this mailing list, but I can't find it in archives.

Thanks in advance
wo


Re: xforms CVS

2003-06-24 Thread Jean-Marc Lasgouttes
 Marcin == Marcin Bukat [EMAIL PROTECTED] writes:

Marcin Can someone remain me addres of xforms-CVS. There was post
Marcin about this in this mailing list, but I can't find it in
Marcin archives.

You will find the information here:
https://savannah.nongnu.org/cvs/?group=xforms

JMarc



FEATURE REQUEST - Re: Newbie Questions

2003-06-24 Thread Jan Peters
Apparently it's too hard to change this, so it looks like this will
be a limitation in LyX for some time now ;( .
... however, you won't find a fancy pointclick interface in LyX for
that.
Could you just add a button: [LATEX] or [PREAMBLE] for these things? It 
is completely
fine from a Users point of view when many things are not pointclick 
--- but
it would make things much easier if I do no have to leave LyX and go
to an editor for that!

LyX developers: you are doing a great job, and you are clearly right 
lyx can and should
not have all features of Latex integrated in the gui; that would just 
make it
impractical (good example: word does that - thats why hardly anybody 
knows
more than the basic features of word). BUT: all features of latex that 
are not
accessible through the gui should be shown as small buttons [LATEX].

Thank you guys so much for giving us LyX :):) :):) :):) :):) :):) :):) 
:):) :):) :):)
-Jan



Re: FEATURE REQUEST - Re: Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 06:58:03PM +0900, Jan Peters wrote:
 Apparently it's too hard to change this, so it looks like this will be
 a limitation in LyX for some time now ;( .
 
 ... however, you won't find a fancy pointclick interface in LyX for
 that.
 
 Could you just add a button: [LATEX] or [PREAMBLE] for these things? 

What's wrong with the current TeX button?

Andre'



Re: FEATURE REQUEST - Re: Newbie Questions

2003-06-24 Thread Jan Peters
Apparently it's too hard to change this, so it looks like this 
will be
a limitation in LyX for some time now ;( .
... however, you won't find a fancy pointclick interface in LyX for
that.
Could you just add a button: [LATEX] or [PREAMBLE] for these things?
What's wrong with the current TeX button?
There was just one user saying: how can I take out the \date line
out of the article? In Latex that would be no problem and that was
the answer. But LyX should be more than a front-end where you
have to dig deeper with an external editor: every option of the
article class should be reachable with some button!!!
That was all I was saying - and \date is not reachable!

 -Jan



Re: FEATURE REQUEST - Re: Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 07:27:16PM +0900, Jan Peters wrote:
 What's wrong with the current TeX button?
 
 There was just one user saying: how can I take out the \date line out of
 the article? In Latex that would be no problem and that was the answer.
 But LyX should be more than a front-end where you have to dig deeper
 with an external editor: every option of the article class should be
 reachable with some button!!!

*sigh* I surely mentioned 'limited resources' at some point of time.

Feel free to increase them.
 
 That was all I was saying - and \date is not reachable!

But Herbert's page is reachable, and - surprise - everything that's needed
is written there under - you might have guessed it - 'Date'.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Some More Newbie Questions

2003-06-24 Thread Rajil Saraswat
Thank you all for your help. I am slowly and steadily progressing on my lyx 
experience.
I couldnt do the following things:
1. I exported my lyx file (which had a table using the multirow package) to a 
latex file and tried importing it back. The resulting file had a totally 
misfigured table. Is lyx not capable of doing this kind of stuff?
2. I want to copy this table to another lyx file without having to create it 
again. I tried to copy/paste among these lyx documents but only the text gets 
copied not the table. How can i copy the table? Alright, here is a stupid 
idea, is it possible to see the tex/lyx code which lyx is writing when i am 
typing something in lyx. Something like an html editor which shows you the 
html source and the rendered page. If this could be possible i could just 
copy the underlying tex code into my new document.
Thanks to this wonderful community.


Re: Some More Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 12:38:24PM +0100, Rajil Saraswat wrote:
 Thank you all for your help. I am slowly and steadily progressing on my lyx 
 experience.
 I couldnt do the following things:
 1. I exported my lyx file (which had a table using the multirow package) to a 
 latex file and tried importing it back. The resulting file had a totally 
 misfigured table. Is lyx not capable of doing this kind of stuff?

It isn't. [Probably, but you can send me a minimal example file just to
make sure]

 2. I want to copy this table to another lyx file without having to create it 
 again. I tried to copy/paste among these lyx documents but only the text gets 
 copied not the table. How can i copy the table?

By opening both files in the same LyX instance.

 Alright, here is a stupid idea, is it possible to see the tex/lyx code
 which lyx is writing when i am typing something in lyx. Something like
 an html editor which shows you the html source and the rendered page. If
 this could be possible i could just copy the underlying tex code into my
 new document.

Not side by side. You could define a 'viewer for LaTeX' in the
Edit-Preferences-Converters section as 'xterm -e less' and subsequently
view the kind of .tex LyX would produce by selecting View-Latex (after a
restart of LyX maybe).

Andre'


Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: Some More Newbie Questions

2003-06-24 Thread Juergen Spitzmueller
Rajil Saraswat wrote:
 1. I exported my lyx file (which had a table using the multirow package) to
 a latex file and tried importing it back. The resulting file had a totally
 misfigured table. Is lyx not capable of doing this kind of stuff?

Not always sufficiently (unfortunately).

 2. I want to copy this table to another lyx file without having to create
 it again. I tried to copy/paste among these lyx documents but only the text
 gets copied not the table. How can i copy the table? Alright, here is a

Select the table, edit-copy, go the the other document, edit-paste. Note 
that Strg+C/Strg+V and lyx-copy do different things (which is a feature).

 stupid idea, is it possible to see the tex/lyx code which lyx is writing
 when i am typing something in lyx. Something like an html editor which
 shows you the html source and the rendered page. If this could be possible
 i could just copy the underlying tex code into my new document.
 Thanks to this wonderful community.

For math, you can use the preview-latex feature (install preview-latex style 
and select instant preview from preferences). For tables, this is not (yet) 
implemented (but personally I think it would be woth it).

Juergen.


llncs and references problem (1.1.6fix4)

2003-06-24 Thread Tuukka Toivonen
I'm trying to use the llncs style. But if I use the Bibliography style, I
get three LaTeX errors for each reference:
LaTeX error: something's wrong--perhaps a missing \item.
I exported to TeX and renamed the \lyxbibliography in the \begin{} and
\end{} to \thebibliography. Now it works. But I can't do this in LyX
(AFAIK), so I tried to fix in the LyX by adding red TeX command:
\renewcommand{\lyxbibliography}{\thebibliography}
just before the bibliography. Now it doesn't give errors, but the last
reference is unintended by a large amount, which is astounding. Example:
http://www.ee.oulu.fi/~tuukkat/tmp/test.ps

Any idea how to make it properly in LyX? I'm using oldish version 1.1.6fix4
because I haven't found newer version as Debian 3.0 package and it's fine
anyway.



Re: Some More Newbie Questions

2003-06-24 Thread Rajil Saraswat
Thanks i was able to copy the table by opening the files in the same session. 
I was inserting some images in my file and was stuck with the numbering. I 
tried two ways:
1. Using a float figure works fine and i can assign and refer captions.
2. I inserted a normal graphics without the float feature. Now i want to 
assign a caption and refer it in my text. If change my caption from standard 
to 'environment caption' then lyx gives an error that caption is out of 
float. Is there a way to assign numbers to captions and then refer these in 
the text?. I know how to do this sort of thing for equations because we have 
an explicit command in the 'Edit' menu for 'toggling numering of line' but is 
there any for figure captions?
Thanks again.


Re: Some More Newbie Questions

2003-06-24 Thread Juergen Spitzmueller
Rajil Saraswat wrote:
 2. I inserted a normal graphics without the float feature. Now i want to
 assign a caption and refer it in my text.

Again a friendly pointer to Herbert's pages:
http://www.educat.hu-berlin.de/~voss/lyx/floats/nonFloat.phtml

(captions are only possible inside floats by default)

Juergen.


FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Jan Peters
For your information (I guess, we have to hope that Apple fixes bug ID 
#3162425):

Hi Jan,

On Tuesday, 24. Jun 2003 20:13 Jan Peters wrote:

when can we expect to obtain the GPL/QPL Mac OS X version of QT?
It will be available this week.

Do you think, we will be able to compile LyX with it as it has to be
compiled with g++2?
I am afraid not, you need to use gcc 3.1 at least.

Have a nice day!

Andy
--
Technicial Support Technician
Trolltech AS, Waldemar Thranes gate 98, NO-0175 Oslo, Norway
_
Trolltech tip:
To learn more about how Compilation times can be significantly
reduced by using Teambuilder, please visit
http://www.trolltech.com/products/teambuilder



Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Juergen Spitzmueller
Jan Peters wrote:
 I guess, we have to hope that Apple fixes bug ID
 #3162425

At least there's some hope. The announced new OSX (Panther) comes with gcc 
3.3; let's hope that this fixes the compiler problem.

Juergen.


Re: Some More Newbie Questions

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 01:11:32PM +0100, Rajil Saraswat wrote:
 2. I inserted a normal graphics without the float feature. Now i want to 
 assign a caption and refer it in my text.

Not sure that 'non floating graphics' can have a caption.

You could put it in a float and choose 'Here!' placement.

 If change my caption from standard to 'environment caption' then lyx
 gives an error that caption is out of float. Is there a way to assign
 numbers to captions and then refer these in the text?

But a label in the caption and a reference in the text.

 I know how to do this sort of thing for equations because we have an
 explicit command in the 'Edit' menu for 'toggling numering of line' but
 is there any for figure captions? 

Note that you shouldn't write 'see Table 2' but rather 'see Table
[grey reference button]'

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 09:22:58PM +0900, Jan Peters wrote:
 For your information (I guess, we have to hope that Apple fixes bug ID 
 #3162425):
 
 Hi Jan,
 
 On Tuesday, 24. Jun 2003 20:13 Jan Peters wrote:
 
 when can we expect to obtain the GPL/QPL Mac OS X version of QT?
 
 It will be available this week.
 
 Do you think, we will be able to compile LyX with it as it has to be
 compiled with g++2?
 
 I am afraid not, you need to use gcc 3.1 at least.

I don't understand that part. Both LyX and Qt work with 3.1.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: This is why Arabic support for lyx 1.3.2 doesn't work in myMandrake 9.1

2003-06-24 Thread Jean-Marc Lasgouttes
 Munzir == Munzir Taha Obeid [EMAIL PROTECTED] writes:

Munzir ? -- A space at the end of the file won't solve the problem if
Munzir it contains some formatting. For example if the tex file looks
Munzir like this

Munzir \begin{document} \begin{arabtext} \begin{center}ÈÓå
Munzir Çääç\end{center}

Munzir ÈÓå Çääç\end{arabtext}

Munzir \end{document}

Munzir I need to add a space before \end{center} AND \end{document}.
Munzir In short a space before any LaTeX code that follows an Arabic
Munzir text. You can also see here the the line added after
Munzir \end{arabtext} which should be before it as Juergen
Munzir Spitzmueller noticed already.

I do not see how we could fix this. I do not think LyX should add
spaces all over the place just for the benefit of arabtex.

In the case of begin/end{center} a linbreak would be welcome anyway,
but I am sure that font changes for example have the same problems.

JMarc


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Jean-Marc Lasgouttes
 Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes:

Juergen Jan Peters wrote:
 I guess, we have to hope that Apple fixes bug ID #3162425

Juergen At least there's some hope. The announced new OSX (Panther)
Juergen comes with gcc 3.3; let's hope that this fixes the compiler
Juergen problem.

But this probably means that LyX will not work on Jaguar. That's a
shame.

JMarc


Re: This is why Arabic support for lyx 1.3.2 doesn't work in my Mandrake 9.1

2003-06-24 Thread Andre Poenitz
On Tue, Jun 24, 2003 at 02:43:28PM +0200, Jean-Marc Lasgouttes wrote:
 I do not see how we could fix this. I do not think LyX should add
 spaces all over the place just for the benefit of arabtex.

Not 'all over the place', but if \end{xxx} has xxx == arabtex perhaps?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one. (T. Jefferson or B. Franklin or both...)


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote:
 But this probably means that LyX will not work on Jaguar. That's a
 shame.

Indeed.
I am using mac only for a short time (and unfrequently) now, so I don't know 
apple's release politics. Isn't there a chance that apple releases dev tools 
with gcc-3.3 for Jaguar too?

Juergen.


Re: This is why Arabic support for lyx 1.3.2 doesn't work in myMandrake 9.1

2003-06-24 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

Andre On Tue, Jun 24, 2003 at 02:43:28PM +0200, Jean-Marc Lasgouttes
Andre wrote:
 I do not see how we could fix this. I do not think LyX should add
 spaces all over the place just for the benefit of arabtex.

Andre Not 'all over the place', but if \end{xxx} has xxx == arabtex
Andre perhaps?

No, the problem is worse than that. Quoting
http://leb.net/arabtex/files/writing.htm

  A control sequence inside an Arabic context must be separated from
  the preceding text item by at least one blank space, newline, or
  another control sequence, and may be of the following kinds:


This means that the following code is not OK:
\begin{arabtex}abcd\foo{bar}\end{arabtex}

So shall we add a space before each and every \foo{bar} construct just
in case arabtex is active??

I agree though that constructs like
  \begin{center}hello\end{center}
would be much better with a couple line breaks. But I do not think we
want to do that everywhere...

Is arabtex the official/best arabic environment? It looks like a hack
to me, in a case where TeX--XeT is not available.

JMarc


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Jean-Marc Lasgouttes
 Andre == Andre Poenitz [EMAIL PROTECTED] writes:

 I am afraid not, you need to use gcc 3.1 at least.

Andre I don't understand that part. Both LyX and Qt work with 3.1.

No, gcc 3.1 on OSX is not able to compile LyX, dur to bug ID #3162425.

I am not sure though why it would not be possible to compile Qt/Mac
with gcc 2.

JMarc


Re: FYI: Fwd: [Issue N25128] QT/Mac

2003-06-24 Thread Jean-Marc Lasgouttes
 Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes:

Juergen Indeed. I am using mac only for a short time (and
Juergen unfrequently) now, so I don't know apple's release politics.
Juergen Isn't there a chance that apple releases dev tools with
Juergen gcc-3.3 for Jaguar too?

Time will tell, I guess...

JMarc


Re: (author ?)

2003-06-24 Thread Andre Berger
--vtzGhvizbBRQ85DL
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Joby Joseph [EMAIL PROTECTED], 2003-06-24 09:11 -0400:
 Hi,
   I am using lyx 1.3.2 on redhat 7.2.
   In komascript book I am using bibtex reference, plain style.
=20
   A string '(author?)'  appears in bold just before the reference
 where it is refered. For example
   =20
 ...as refered in (author?) [15]. It shows...

Looks like something went wrong with natbib. What happens if you turn
it off? (See Documents  Bibliography)

-Andre

--vtzGhvizbBRQ85DL
Content-Type: application/pgp-signature
Content-Disposition: inline

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE++FJImlbrvn+0waMRApp5AKC6206aWQ8K7ZTdonIg4NlXgCM6RwCePYA0
31xBc5OcnffZWxJcHTTUad4=
=UAeU
-END PGP SIGNATURE-

--vtzGhvizbBRQ85DL--


compilation problems lyx-1.3.2 and xforms-CVS

2003-06-24 Thread wodz
Hello!
I wanted to upgrade my lyx. I've read that lyx-1.3.2 can make some benefits of
using xforms-CVS. So I downloaded xforms (compiled smoothly) and lyx-1.3.2.
Compilation of lyx failed with such errors:

make[2]: Entering directory `/home/wodz/laptopek/lyx-1.3.2/src'
/bin/sh ../libtool --mode=link g++  -O2 -march=athlon   -o lyx  BufferView.o
BufferView_pimpl.o Bullet.o Chktex.o CutAndPaste.o DepTable.o FloatList.o
Floating.o FuncStatus.o InsetList.o LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o
MenuBackend.o paragraph_funcs.o ParagraphList.o ParagraphParameters.o Spacing.o
TextCache.o Thesaurus.o ToolbarDefaults.o boost.o boost-inst.o box.o buffer.o
bufferlist.o bufferparams.o bufferview_funcs.o chset.o converter.o counters.o
debug.o encoding.o exporter.o gettext.o factory.o funcrequest.o importer.o
intl.o iterators.o kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o
lyx_cb.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o lyxfunc.o
lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o lyxlex_pimpl.o lyxrc.o lyxrow.o
lyxserver.o lyxtextclass.o lyxtextclasslist.o lyxvc.o main.o paragraph.o
paragraph_pimpl.o ispell.o pspell.o sgml.o tabular.o tabular-old.o
tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o text3.o toc.o
trans.o trans_mgr.o undo.o undo_funcs.o vc-backend.o version.o vspace.o
mathed/libmathed.la insets/libinsets.la frontends/libfrontends.la
graphics/libgraphics.la support/libsupport.la
../boost/libs/regex/src/libboostregex.la 
../boost/libs/signals/src/libboostsignals.la -lSM -lICE -lc -lm  
-L/usr/X11/lib -lX11
g++ -O2 -march=athlon -o lyx BufferView.o BufferView_pimpl.o Bullet.o Chktex.o
CutAndPaste.o DepTable.o FloatList.o Floating.o FuncStatus.o InsetList.o
LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o MenuBackend.o paragraph_funcs.o
ParagraphList.o ParagraphParameters.o Spacing.o TextCache.o Thesaurus.o
ToolbarDefaults.o boost.o boost-inst.o box.o buffer.o bufferlist.o
bufferparams.o bufferview_funcs.o chset.o converter.o counters.o debug.o
encoding.o exporter.o gettext.o factory.o funcrequest.o importer.o intl.o
iterators.o kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o
lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o lyxfunc.o lyxgluelength.o
lyxlayout.o lyxlength.o lyxlex.o lyxlex_pimpl.o lyxrc.o lyxrow.o lyxserver.o
lyxtextclass.o lyxtextclasslist.o lyxvc.o main.o paragraph.o paragraph_pimpl.o
ispell.o pspell.o sgml.o tabular.o tabular-old.o tabular_funcs.o tex-accent.o
tex-strings.o texrow.o text.o text2.o text3.o toc.o trans.o trans_mgr.o undo.o
undo_funcs.o vc-backend.o version.o vspace.o  mathed/.libs/libmathed.a
insets/.libs/libinsets.a frontends/.libs/libfrontends.a -ljpeg
/usr/lib/libforms.so -lXpm graphics/.libs/libgraphics.a
support/.libs/libsupport.a ../boost/libs/regex/src/.libs/libboostregex.a
../boost/libs/signals/src/.libs/libboostsignals.a -lSM -lICE -lc -lm
-L/usr/X11/lib -lX11
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0x226): In function
`grfx::xformsImage::loadableFormats()':
: undefined reference to `flimage_get_number_of_formats'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0x239): In function
`grfx::xformsImage::loadableFormats()':
: undefined reference to `flimage_get_format_info'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xc56): In function
`grfx::xformsImage::xformsImage[not-in-charge](grfx::xformsImage const)':
: undefined reference to `flimage_dup'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xe06): In function
`grfx::xformsImage::xformsImage[in-charge](grfx::xformsImage const)':
: undefined reference to `flimage_dup'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xeee): In function
`grfx::xformsImage::~xformsImage [not-in-charge]()':
: undefined reference to `flimage_free'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xf5e): In function
`grfx::xformsImage::~xformsImage [in-charge]()':
: undefined reference to `flimage_free'
frontends/.libs/libfrontends.a(xformsImage.o)(.text+0xfd7): In function
`grfx::xformsImage::~xformsImage [in-charge deleting]()':
: undefined reference to `flimage_free'

Any clue?

Regards
wo



dcolumn and math workaround

2003-06-24 Thread Stephen G. Buonopane
Problem: When using the dcolumn package to decimal align a column in
tabular, if you try to put an equation in the first row of that column as a
header, LyX generates an error.

I searched the archives and Herbert's page for this issue but could not find
a solution. After much trial and error, here is the solution I found:

dcolumn automatically puts everything in math mode, so by putting in a LyX
equation it generates another begin math command or $ which causes the
error.

Workaround 1: Use ERT to enter your equation but leave off the $, e.g.
ERT:x_5, instead of $x_5$.

Workaround 2: Use multicolumn in Layout...Tabular. Just select the single
cell. Then you can enter a LyX equation with Ctrl-M.

The second option produces better results since it will center the equation
in the cell. The first option will try to align with a decimal in the
equation..if you don't have one it will align the end of the equation with
the decimal.

Steve Buonopane



Re: compilation problems lyx-1.3.2 and xforms-CVS

2003-06-24 Thread Angus Leeming
[EMAIL PROTECTED] wrote: 
 Hello!
 I wanted to upgrade my lyx. I've read that lyx-1.3.2 can make some
 benefits of
 
 using xforms-CVS. So I downloaded xforms (compiled smoothly) and
 lyx-1.3.2. Compilation of lyx failed with such errors:

This is a known problem that should be fixed in 1.3cvs v. soon. As a 
work-around, open the generated text file
src/frontends/libfrontends.la
and modify it so that this line contains something like:

# Libraries that this one depends upon.
dependency_libs=' -L/usr/local/lib /usr/local/lib/libflimage.la 
/usr/lib/libjpeg.la /usr/local/lib/libforms.la -lXpm'

Thereafter, the linking step should succeed.

-- 
Angus



  1   2   >