Thanks!

2003-04-02 Thread I Wayan Warmada

Firstly, I would like to thank to LyX-developer and users for helping me
to solve the problems in using LyX (I could not write the name one by
one). I have just submitted my dissertation to the faculty for defence in
a few months. It couldn't be done without a nice LyX and your help.
Thanks!

Secondly, I would like to thank to Kathryn. Your website about LyX-DTP is
inspiring me to write an article about LyX/LaTeX as Desktop Publishing
(DTP) application (in Indonesian...:)), which I have submitted to one of
Indonesian Linux magazine. The screenshot can be seen here:

http://warmada.pandu.org/TextProc/lyx/DTP/

I didn't write any layout (sorry!). Actually, I want to write a layout for
making a visiting card, but I still have no idea about how to write a
layout. I hope I can do it in a few month after coming back in Indonesia.


Best Regards and keep a nice work,

I Wayan Warmada
[http://warmada.pandu.org]


Re: Screen fonts

2003-04-02 Thread Andre Schaefer
Guido Ostkamp wrote:
Hi group,

I am new to Lyx. While reading through the Customization Guide, I found
that the screen fonts could be changed to scalable fonts. The suggested
Utopia font works fine here as serif-font.
However, is there a suggestion for a sans-serif scalable font?

I found something in my list called
-bh-lucidux sans-medium-o-normal--0-0-0-0-p-0-iso8859-15 - the name
and attributes sound like a scalable sans-serif font, but if I enter that
as font name, it doesn't work.
Any hints?

Hint: Use the qt Version, if you can and use TrueType fonts. I use it on 
 Debian Linux with great joy and it looks terribly good.

The first choice would be to use the available standard truetype fonts 
by microsoft (Times New Roman, Arial, etc...)

Have a look (please don't comment on the kermamik window and gadget 
style, this is just an example):

http://hh.bonn.iz-soz.de/schaefer/lyxfont.png

--
Dipl. Inform. André Schaefer
Universität Duisburg-Essen, Standort Duisburg.
Fakultät 5 - Institut für Informatik und Interaktive Systeme
Raum LF 136
Lotharstr. 63   D-47057 Duisburg
Tel. 02 03 / 3 79 27 18



lyx crash during image loading or manipulating

2003-04-02 Thread Piotr A. Dybczyski

Hello,

Lyx is GREAT, but...

after I have switched from lyx 1.2.2 to 1.3.1 I cannot display in Lyx some of
my old lyx files.

Lyx crashes when loading (after successfully converted) some *.ps graphics
files. Sometimes such files are shown correctly but any attempt to rotate the
image causes imediately lyx crash. The example of debug output when crashing
during image display is shown below:

[...]
Converting it to ppm format.
Temporary file `/tmp/lyx_tmpdir322178VMqe/b_dens32215uJsDZ' created.
Converter c-tor:
from_file:  /home/dybol/hermes/lyx/b_dens.ps
to_file_base: /tmp/lyx_tmpdir322178VMqe/b_dens32215uJsDZ
from_format:  eps
to_format:ppm
build_script ... ready (edgepath.empty())
No converter defined! I use convertDefault.sh
sh /usr/local/share/lyx/scripts/convertDefault.sh
eps:/home/dybol/hermes/lyx/b_dens.ps
ppm:/tmp/lyx_tmpdir322178VMqe/b_dens32215uJsDZ.ppm Image conversion succeeded.
expose 667x94+0+90
Updating scrollbar: h 5340, first_y 2822, default height 29
scroll: height now 5340
scroll: work_height 414
Loading image.
xforms image loader. Status: Done Reading pgm
Image loading succeeded.

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. Please read the bug-reporting instructions
in Help-Introduction and send us a bug report, if necessary. Thanks !

I tried to convert the image manually, the *.ppm file loads into lyx correctly
but an attempt to rotate it results in crash as well.

Both lyx 1.2.2 and 1.3.1 compiled locally from *.tgz with the same xforms 1.0
on Debian 3.0 r1.

Any suggestions to correct this?

Thanks in advance,

Piotr
-- 
/
 Dr Piotr A. Dybczynski,   Astronomical Observatory, A.Mickiewicz University 
 Sloneczna 36,60-286 Poznan,POLAND,tel+48.61.8292784,e-mail: [EMAIL PROTECTED]
**PAD***/


Re: lyx crash during image loading or manipulating

2003-04-02 Thread Angus Leeming
Piotr A. Dybczyski wrote:

 Hello,
 
 Lyx is GREAT, but...
 
 after I have switched from lyx 1.2.2 to 1.3.1 I cannot display in Lyx some
 of my old lyx files.
 
 Lyx crashes when loading (after successfully converted) some *.ps graphics
 files. Sometimes such files are shown correctly but any attempt to rotate
 the image causes imediately lyx crash. The example of debug output when
 crashing during image display is shown below:

Hello Piotr.
I believe that you have found a bug in the xforms GUI library which is 
triggered when attempting to rotate grayscale images by 90degree multiples. 
If you have the xforms source code, then the crash is fixed by the attached 
patch. I have submitted this patch to xforms.

If you cannot patch the xforms source, then the available workarounds are:
1. Rotate the image outside of LyX and load that.
2. Use the Qt frontend ;-)

Best regards,
-- 
Angusdiff -u release/image/image_rotate.c angus/image/image_rotate.c
--- release/image/image_rotate.c	2002-06-03 20:52:08.0 +
+++ angus/image/image_rotate.c	2003-03-25 13:25:00.0 +
@@ -72,10 +72,19 @@
 	g = rotate_matrix(im-green, im-h, im-w, deg, sizeof(**im-red));
 	b = rotate_matrix(im-blue, im-h, im-w, deg, sizeof(**im-red));
 	}
-	else
+	else if (im-type == FL_IMAGE_GRAY)
+	{
+	r = rotate_matrix(im-gray, im-h, im-w, deg, sizeof(**im-gray));
+	}
+	else if (im-type == FL_IMAGE_CI)
 	{
 	r = rotate_matrix(im-ci, im-h, im-w, deg, sizeof(**im-ci));
 	}
+	else
+	{
+	M_err(flimage_rotate, InternalError: unsupported image type\n);
+	return -1;	
+	}
 
 	if ((deg % 180) == 0)
 	{


Pb of float position in a 2-column document

2003-04-02 Thread Jihène Krichène
Hi
I have a problem with a large float that I want to place in a 2-column document. I 
tried to use the \begin{multicols}{1} command but the figure diseappers from the post 
script document.
do u know how to solve this problem ?
Thanks in advance



_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Re: Pb of float position in a 2-column document

2003-04-02 Thread I Wayan Warmada

On Wed, 2 Apr 2003, Jihène Krichène wrote:

| I have a problem with a large float that I want to place in a 2-column
| document. I tried to use the \begin{multicols}{1} command but the figure
| diseappers from the post script document. do u know how to solve this
| problem ?

don't use multicol. You can do 2 possible way, i.e:

insert a widefigure,
Insert-Float-Figure

in the float window, klick right mouse then click the box of Spalten
ueberspannen (left below), I don't know in english UI (maybe wide
overcolumn or something like that).

the float figure will be accross the column...

the second possibility is using sttools packages... (the best way as I
remember).

in preamble:
\usepackage{flushend,cuted}

in the text (as ERT)

\begin{strip}

your figure

\end{strip}

Wayan


Re: Pb of float position in a 2-column document

2003-04-02 Thread Jihène Krichène
I tried the second solution (i didn't find the box of the first one) but I had an 
error of compilation : the package isn't installed. Do you know what's in which 
category can I find it on the lyx site ?
--

On Wed, 2 Apr 2003 13:13:40   
 I Wayan Warmada wrote:

On Wed, 2 Apr 2003, Jih#65533;ne Krich#65533;ne wrote:

| I have a problem with a large float that I want to place in a 2-column
| document. I tried to use the \begin{multicols}{1} command but the figure
| diseappers from the post script document. do u know how to solve this
| problem ?

don't use multicol. You can do 2 possible way, i.e:

insert a widefigure,
Insert-Float-Figure

in the float window, klick right mouse then click the box of Spalten
ueberspannen (left below), I don't know in english UI (maybe wide
overcolumn or something like that).

the float figure will be accross the column...

the second possibility is using sttools packages... (the best way as I
remember).

in preamble:
\usepackage{flushend,cuted}

in the text (as ERT)

\begin{strip}

your figure

\end{strip}

Wayan



_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Re: Pb of float position in a 2-column document

2003-04-02 Thread I Wayan Warmada

On Wed, 2 Apr 2003, Jihène Krichène wrote:

| I tried the second solution (i didn't find the box of the first one) but
| I had an error of compilation : the package isn't installed. Do you know
| what's in which category can I find it on the lyx site ?

I mean a float figure (red box) environment. Similar with inserting normal
float figure. Just put the cursor anywhere over the box then click right
mouse, you will get a dialogbox).

for stools package, have a look:
http://www.tug.org/tex-archive/macros/latex/contrib/supported/sttools/

download all the *.sty and you can put in $texmf directory which latex can
reach them...

Wayan


Importing old Lyx files

2003-04-02 Thread Eugenio Guevara
Hi,

I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using both
the lyx document itself or the TeX exported document.

I get a message saying there is a conversion script execution error, but
nothing else.

This document is a big rotated table only.

Can someone help.

Thanks

E. Guevara


line spaceing problem

2003-04-02 Thread Marcin Bukat
Hello!
I felt in such problem:
document is article class
page style is fancy
font size is set to 12pt
paper is A4 with 'users' margins
TOP 2cm
BOTTOM 1cm
LEFT and RIGHT both 2cm
one column, single side printing

Now if I set single line spaceing everything is correct but if I try to 
set somethin else the output document has broken formating. Bottom 
margin is diffrent when footnote is present. There are also strange page 
breaks.
I tryed setting single spaceing and then adding \linespread {1.6} in 
latex preamble, but this affects also footnotes (look ugly with double 
spaceing). I compared documments with single and double lyx spceing - 
the only one difference is \spaceing directive.
any hints?

wo



Inserting Charts

2003-04-02 Thread Marco Bauer
Hi everyone,

i'm looking for a tool to create column-charts etc. which i want to insert 
into lyx. or is there some other way to create such charts dierectly in 
lyx/latex.

Thanks in advance,

Marco Bauer


Re: Importing old Lyx files

2003-04-02 Thread José Matos
On Wednesday 02 April 2003 13:47, Eugenio Guevara wrote:
 Hi,

 I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using both
 the lyx document itself or the TeX exported document.

  Do you have python installed?

 I get a message saying there is a conversion script execution error, but
 nothing else.

 This document is a big rotated table only.

  If you run lyx2lyx over your file what does it says?

 Can someone help.

  If nothing else works you could send me your file privately to find the bug.

 Thanks

 E. Guevara

-- 
José Abílio


Re: Importing old Lyx files

2003-04-02 Thread Jean-Pierre.Chretien

From: José  Matos [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Importing old Lyx files
Date: Wed, 2 Apr 2003 14:01:34 +0100
Cc: Eugenio Guevara [EMAIL PROTECTED]

On Wednesday 02 April 2003 13:47, Eugenio Guevara wrote:
 Hi,

 I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using both
 the lyx document itself or the TeX exported document.

  Do you have python installed?

 I get a message saying there is a conversion script execution error, but
 nothing else.

 This document is a big rotated table only.

  If you run lyx2lyx over your file what does it says?

 Can someone help.

Sorry to come back to this point again, but python not installed 
is a good reason for conversion script error, up to my experience.

-- 
Jean-Pierre







Re: How to make the index appear with letters (A, B, C, ...)

2003-04-02 Thread William Adams
Munzir Taha asked:
When I make an index, the letters which categorize each group don't 
appear
automatically, How can I make them show? I passed quicly over 
makeindex.dvi
and ind.dvi but couldn't figure it out. Sorry!
(already answered this off-list, but thought it'd be good to have 
here for posterity)

http://www.educat.hu-berlin.de/~voss/lyx/index/indexstyle.phtml

explains this, and is just three-four clicks from www.lyx.org

William

--
William Adams, publishing specialist
voice - 717-731-6707 | Fax - 717-731-6708
www.atlis.com


Re: Pb of float position in a 2-column document

2003-04-02 Thread Jihène Krichène
I've added the .sty files and i runned the texhash. But i have a new compilation error 
after the \begin{strip} command: missing number, treated as zero. 
\begin{figure}[htbp]...
do you know the significance of this error ?
--

On Wed, 2 Apr 2003 14:43:51   
 I Wayan Warmada wrote:

On Wed, 2 Apr 2003, Jih#65533;ne Krich#65533;ne wrote:

| I tried the second solution (i didn't find the box of the first one) but
| I had an error of compilation : the package isn't installed. Do you know
| what's in which category can I find it on the lyx site ?

I mean a float figure (red box) environment. Similar with inserting normal
float figure. Just put the cursor anywhere over the box then click right
mouse, you will get a dialogbox).

for stools package, have a look:
http://www.tug.org/tex-archive/macros/latex/contrib/supported/sttools/

download all the *.sty and you can put in $texmf directory which latex can
reach them...

Wayan



_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Re: Importing old Lyx files

2003-04-02 Thread Eugenio Guevara
I solved the problem instaling python

Thanks

E. Guevara
- Original Message -
From: José Matos [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Eugenio Guevara [EMAIL PROTECTED]
Sent: Wednesday, April 02, 2003 7:01 AM
Subject: Re: Importing old Lyx files


 On Wednesday 02 April 2003 13:47, Eugenio Guevara wrote:
  Hi,
 
  I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using
both
  the lyx document itself or the TeX exported document.

   Do you have python installed?

  I get a message saying there is a conversion script execution error, but
  nothing else.
 
  This document is a big rotated table only.

   If you run lyx2lyx over your file what does it says?

  Can someone help.

   If nothing else works you could send me your file privately to find the
bug.

  Thanks
 
  E. Guevara

 --
 José Abílio



Re: Screen fonts

2003-04-02 Thread Nirmal Govind
 The first choice would be to use the available standard truetype fonts 
 by microsoft (Times New Roman, Arial, etc...)
 

In Qt, you should also try Bitstream Charter.. it looks pretty neat on the
screen... 

nirmal



Re: highlighting text?

2003-04-02 Thread Nirmal Govind
Thanks Jurgen.. will check this out.. 

nirmal

 
 http://www.ctan.org/tex-archive/macros/latex/contrib/supported/soul/
 
 Regards,
 Jürgen.
 
 




Re: highlighting text?

2003-04-02 Thread Nirmal Govind
 
 Mark the textpart and then -Layout-Character-Color
 

This would change the color of the text.. highlighting would change the color of
the background of the text. Though changing color might do it, it's very
possible that in large docs, changed text color may not get noticed... 

Thanks,
nirmal



Re: problems with math formulae in 1.3.1 (xforms)

2003-04-02 Thread Kenward Vaughan
On Mon, Mar 31, 2003 at 09:00:34PM -0800, Kenward Vaughan wrote:
 I apologize if this has been reported, but my time is limited and I can't
 track all the messages which flow through this list... :) I'm now using


I hope this comment didn't bother people (I don't knpow how someone may
interpret it on retrospection). I have checked the archive and see nothing
obviously related to what I have found...

Some additional information: if I try the sequence below at the beginning
of a document, it flat out fails with 6 errors about things like missing }'s
and so on.  Is there a way to log these errors (since I can't seem to copy
the text out of the boxes)?

Has the input for math changed that much from 1.2.x ?  I have noticed that 
C-m A-m m CH rightarrow _4
works OK.   


Kenward

 1.3.1 with my documents and have discovered that writing a chemical formula
 in my usaul fashion totally screws up paragraph formatting.
 
 For example, to create CH4 with the 4 subscripted, I normally would type
   C-m A-m m CH_4
 and continue with the rest of the paragraph.  The problem arises on the
 display of this paragraph. The moment the line with the CH4 is reached, the
 rest of the paragraph runs off the right side of the page. 
 
 Additionally, I used to be able to write out an entire reaction equation by
 doing the following for something like CH4 + 2 O2 -- CO2 + 2 H2O
   C-m A-m m CHOCOHO 
 followed by using the arrow keys to back up and place subscripts, spaces,
 arrows, etc, in their respective places.  Doing this maintained the text
 appearance throughout without having to do the A-m m sequence for each
 letter (or set of contiguous letters).  Now, that nicety is lost.


-- 
In a completely rational society, the best of us would aspire to be 
_teachers_ and the rest of us would have to settle for something less, 
because passing civilization along from one generation to the next 
ought to be the highest honor and the highest responsibility anyone 
could have. - Lee Iacocca



Re: Inserting Charts

2003-04-02 Thread Herbert Voss
Marco Bauer schrieb:
i'm looking for a tool to create column-charts etc. which i want to insert 
into lyx. or is there some other way to create such charts dierectly in 
lyx/latex.
f.ex.:

http://groups.google.de/groups?hl=delr=ie=UTF-8selm=3E776BD2.1000905%40alumni.TU-Berlin.DE

Herbert




Re: Pb of float position in a 2-column document

2003-04-02 Thread I Wayan Warmada

On Wed, 2 Apr 2003, Jihène Krichène wrote:

| I've added the .sty files and i runned the texhash. But i have a new
| compilation error after the \begin{strip} command: missing number,
| treated as zero. \begin{figure}[htbp]... do you know the significance of
| this error ?

yes, you are right. There is an error if you used float figure. The
package can not combine with float because it will break the 2 column mode
into one-column exactly after the command \begin{strip}, which mean the
picture should be exactly in this location. The float can not be used in
such situation (IMHO). Use non-float figure, instead.

Otherwise, try to use widefigure-float, but sometime it is not better than
this package.

Wayan


Re: highlighting text?

2003-04-02 Thread Herbert Voss
Nirmal Govind schrieb:
Mark the textpart and then -Layout-Character-Color



This would change the color of the text.. highlighting would change the color of
the background of the text. Though changing color might do it, it's very
possible that in large docs, changed text color may not get noticed... 
then in ert \colorbox{red}{some text}

with a \usepackage{color} in the preamble

or for more than one line

http://www.educat.hu-berlin.de/~voss/lyx/color/color.phtml#paragraph

Herbert




Re: Pb of float position in a 2-column document

2003-04-02 Thread Dekel Tsur
On Wed, Apr 02, 2003 at 03:34:09AM -0800, Jih?ne Krich?ne wrote:
 I tried the second solution (i didn't find the box of the first one) but I had an 
 error of compilation : the package isn't installed. Do you know what's in which 
 category can I find it on the lyx site ?

You really don't need to use it.
To insert a wide figure in LyX  1.3.0, use
Insert-Float-Wide figure
In LyX = 1.3.0, you do (as written by I Wayan Warmada)
Insert-Float-Figure, then open the dialog and select the span columns
button.


importing tex files into lyx with windows xp

2003-04-02 Thread Sergio Camiz
I installed Lyx 1.3.0 with Cygwin under Windows XP home.
Everything seems to be all right, but two things do not work: I cannot get 
the main manual and I cannot import tex files, that were working ok with 
MiKTeX.

Is there anybody who can help me? Please, answer to my mail address. Thank you

Sergio

Sergio Camiz

Web page: http://www.mat.uniroma1.it/people/camiz



Re: problems with math formulae in 1.3.1 (xforms)

2003-04-02 Thread Kenward Vaughan
On Wed, Apr 02, 2003 at 07:14:22PM +0100, John Levon wrote:
 On Wed, Apr 02, 2003 at 08:09:11AM -0800, Kenward Vaughan wrote:
...
  Some additional information: if I try the sequence below at the beginning
  of a document, it flat out fails with 6 errors about things like missing }'s
  and so on.  Is there a way to log these errors (since I can't seem to copy
  the text out of the boxes)?
  
  Has the input for math changed that much from 1.2.x ?  I have noticed that 
  C-m A-m m CH rightarrow _4
  works OK.   
 
 Subscripts are not allowed inside textrm. Andre, how hard would it be to


If this has always been the case, then some magic was working in 1.2.x which
is no longer there in 1.3.x.  The code has changed, since the sequences I
pointed out in my origianl post have always worked for me before now.


 make sub/superscript at the end of a text region exit the textrm
 environment first ? And also disable sub/super in the middle ?


Regarding your question to Andre', I'd reiterate as well the earlier
sequence of strokes which allowed me to first place my letters (in textrm, I
guess), followed by inserting other (apparently verboten) characters in the
middle of that sequence.  The old code must have accomodated my ignorance of
the rules...

I'm not saying I can't live without it, but for a person entering formulae
like I do that sort of sequence is a real saver of keystrokes.


Kenward
-- 
In a completely rational society, the best of us would aspire to be 
_teachers_ and the rest of us would have to settle for something less, 
because passing civilization along from one generation to the next 
ought to be the highest honor and the highest responsibility anyone 
could have. - Lee Iacocca



missing bibliography!

2003-04-02 Thread Nirmal Govind
Hi.. I'm running into problems with my bibliography and citations...
they aren't showing up in the final output.. this file used to run fine
earlier (in the previous 1.2.* versions of Lyx) so I don't know if
something has changed in 1.3.1 that could cause this.. I'm using the Qt
frontend..  I'm attaching the log below... I can't find any mention of
the included bib files for some reason...

Thanks,
nirmal

--
This is TeX, Version 3.14159 (Web2C 7.4.5) (format=latex 2003.2.23)  2
APR 2003 15:44**Noise_correlation.tex
(./Noise_correlation.tex
LaTeX2e 2001/06/01
Babel v3.7h and hyphenation patterns for american, french, german,
ngerman, n ohyphenation, loaded.

(/usr/share/texmf/tex/latex/base/book.cls
Document Class: book 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/bk10.clo
File: bk10.clo 2001/04/21 v1.4e Standard LaTeX file (size option)
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (/usr/share/texmf/tex/latex/base/fontenc.sty
Package: fontenc 2001/06/05 v1.94 Standard LaTeX package
(/usr/share/texmf/tex/latex/base/t1enc.def
File: t1enc.def 2001/06/05 v1.94 Standard LaTeX file
LaTeX Font Info:Redeclaring font encoding T1 on input line 38.
)) (/usr/share/texmf/tex/latex/misc/geometry.sty
Package: geometry 2002/07/08 v3.2 Page Geometry
(/usr/share/texmf/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
[EMAIL PROTECTED]@=\toks14
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]@tempcnt=\count90
[EMAIL PROTECTED]
[EMAIL PROTECTED]@mp=\dimen104
[EMAIL PROTECTED]@mp=\dimen105
[EMAIL PROTECTED]@mp=\dimen106
[EMAIL PROTECTED]
(/usr/share/texmf/tex/latex/config/geometry.cfg
File: geometry.cfg 2001/06/05 v1.0 teTeX (uncustomised setup)
)) (/usr/share/texmf/tex/latex/misc/prettyref.sty
Package: prettyref 1998/07/09 v3.0
) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
[EMAIL PROTECTED]
For additional information on amsmath, use the `?' option.
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]
)) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
[EMAIL PROTECTED]
) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
[EMAIL PROTECTED]
LaTeX Info: Redefining \frac on input line 211.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Info: Redefining \overline on input line 307.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Font Info:Redeclaring font encoding OML on input line 567.
LaTeX Font Info:Redeclaring font encoding OMS on input line 568.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\multlinegap=\skip44
\multlinetaggap=\skip45
[EMAIL PROTECTED]
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
) (/usr/share/texmf/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
) (/usr/share/texmf/tex/latex/config/graphics.cfg
File: graphics.cfg 2001/08/31 v1.1 graphics configuration of
teTeX/TeXLive)
Package graphics Info: Driver file: dvips.def on input line 80.
(/usr/share/texmf/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
[EMAIL PROTECTED]@height=\dimen116
[EMAIL PROTECTED]@width=\dimen117
) (/usr/share/texmf/tex/latex/misc/setspace.sty
Package: setspace 2000/12/01 6.7 Contributed and Supported LaTeX2e
package Package: `setspace' 6.7 2000/12/01
) (/usr/share/texmf/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2002/01/22 v2.2d
(/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2001/10/25 v2.2f
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:Overwriting math alphabet `\mathfrak' in version
`bold'(Font)  U/euf/m/n -- U/euf/b/n on input line 132.
)) (/usr/share/texmf/tex/latex/natbib/natbib.sty
Package: natbib 2000/07/24 7.0a (PWD)
\bibhang=\skip46
\bibsep=\skip47
LaTeX Info: Redefining \cite on input line 508.
[EMAIL 

Re: problems with math formulae in 1.3.1 (xforms)

2003-04-02 Thread Paul A. Rubin
Kenward Vaughan [EMAIL PROTECTED] wrote in
news:[EMAIL PROTECTED]: 

 On Wed, Apr 02, 2003 at 07:14:22PM +0100, John Levon wrote:
 On Wed, Apr 02, 2003 at 08:09:11AM -0800, Kenward Vaughan wrote:
 ...
  Some additional information: if I try the sequence below at the
  beginning of a document, it flat out fails with 6 errors about
  things like missing }'s and so on.  Is there a way to log these
  errors (since I can't seem to copy the text out of the boxes)?
  
  Has the input for math changed that much from 1.2.x ?  I have
  noticed that 
   C-m A-m m CH rightarrow _4
  works OK.   
 
 Subscripts are not allowed inside textrm. Andre, how hard would it be
 to 
 
 
 If this has always been the case, then some magic was working in 1.2.x
 which is no longer there in 1.3.x.  The code has changed, since the
 sequences I pointed out in my origianl post have always worked for me
 before now. 
 
 
 make sub/superscript at the end of a text region exit the textrm
 environment first ? And also disable sub/super in the middle ?
 
 
 Regarding your question to Andre', I'd reiterate as well the earlier
 sequence of strokes which allowed me to first place my letters (in
 textrm, I guess), followed by inserting other (apparently verboten)
 characters in the middle of that sequence.  The old code must have
 accomodated my ignorance of the rules...
 
 I'm not saying I can't live without it, but for a person entering
 formulae like I do that sort of sequence is a real saver of
 keystrokes. 
 
 
 Kenward

Not sure if this is known (for some reason, I don't see the response from 
John Levon to which you responded), but whereas your original sequence 
results in a setting CH in textrm, with the subscript inside the textrm 
braces (apparently verboten in LaTeX), you get the same result using 
mathrm (i.e., \mathrm{CH_4} rather than \textrm{CH_4}), and the latter is 
apparently valid LaTeX.  So the next question, to which I lack an answer, 
is whether there's a key binding/command in math mode for mathrm.  

I'm also curious why C-m A-m m toggles between normal math font and 
textrm, rather than using mathrm.  Is this because the user might not 
have mathrm (lack of the right AMS package or something)?

-- 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: missing bibliography!

2003-04-02 Thread Herbert Voss
Nirmal Govind schrieb:
Hi.. I'm running into problems with my bibliography and citations...
they aren't showing up in the final output.. this file used to run fine
earlier (in the previous 1.2.* versions of Lyx) so I don't know if
something has changed in 1.3.1 that could cause this.. I'm using the Qt
frontend..  I'm attaching the log below... I can't find any mention of
the included bib files for some reason...
export the lyx file to latex and try to run it by yourself.

latex file.tex
latex file.tex
bibtex file
makeindex file
latex file.tex
latex file.tex
what happens?

Herbert




Re: missing bibliography!

2003-04-02 Thread Nirmal Govind
 export the lyx file to latex and try to run it by yourself.
 
 latex file.tex
 latex file.tex
 bibtex file
 makeindex file
 latex file.tex
 latex file.tex
 
 what happens?

Hi Herbert.. I did the above and this is what happens:

1. latex file.tex has problems determining the size of the graphics
2. I ignored the above and did the rest as you said..
3. the final output dvi file has all the citations and references.. no
problem.. only the graphics are missing.. but references are all OK..

So is this a LyX problem then? Or does it have something to do with the
LyX configuration? Is there a way of reconfiguring it so that it goes
back to the default? 

nirmal


Re: No implementation warning in l2h conversion (was: missing bibliography! - VERY WEIRD)

2003-04-02 Thread Jean-Pierre.Chretien

Date: Wed, 2 Apr 2003 20:23:10 -0700
From: Nirmal Govind [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: missing bibliography! - VERY WEIRD

I did some more experimentation... when I do a View - DVI (with all
the files in the directory deleted except the lyx file), I don't get the
references or citations as I mentioned in the earlier mail.. but if I do
a View- HTML, it shows all the references and everything's fine.. and
after this if I do a View- DVI, all the references are back again! So
it looks it's using whatever auxiliary files View - HTML generated..
also noticed that during the HTML generation I get the following
warnings:

Warning: No implementation found for option: `american' for `article'
package
[snip]

 *** preamble done ***

I have all of these packages installed and kpsewhich can find them
(wscsetup is a local sty file provided by the organizers).. any idea
what's going on here? I really hope someone knows what's going on since
I have to submit this paper by Friday! Any help would be greatly
appreciated!

They claim to be warning: they simply mean that there does not exist
a converter file in the styles dir, here
/usr/local/share/lib/latex2html/styles/
Most of the layout stuff does not mean
anything in html, so I ignore these most of the time, the
commands in html.sty allow to deal separately with typography
and WWW layout from the latex source.

There is a TEMPLATE.perl in the dir, seems dedicated to language
conversion, but I guess you may write any converter with a minimum
perl knowledge if you need it e.g. for your local .sty.

-- 
Jean-Pierre





Re: highlighting text?

2003-04-02 Thread Nirmal Govind

 then in ert \colorbox{red}{some text}
 with a \usepackage{color} in the preamble

Thanks Herbet... Yes, I guess ERT is the only way.. I tried soul and
that's pretty neat too but again in ERT.. 

Maybe I should put in a feature request for text highlighting in Lyx??
it would be nice to be able to simply select the text and then say
highlight.. 

nirmal


Re: missing bibliography! - VERY WEIRD

2003-04-02 Thread Nirmal Govind
I did some more experimentation... when I do a View - DVI (with all
the files in the directory deleted except the lyx file), I don't get the
references or citations as I mentioned in the earlier mail.. but if I do
a View- HTML, it shows all the references and everything's fine.. and
after this if I do a View- DVI, all the references are back again! So
it looks it's using whatever auxiliary files View - HTML generated..
also noticed that during the HTML generation I get the following
warnings:

Warning: No implementation found for option: `american' for `article'
package

Warning: No implementation found for option: `fancyheadings' for
`article' package

Warning: No implementation found for option: `latexsym' for `article'
package

Warning: No implementation found for option: `amsmath' for `article'
package

Warning: No implementation found for option: `url' for `article' package

Warning: No implementation found for option: `caption2' for `article'
package

Warning: No implementation found for option: `epsfig' for `article'
package.
Warning: No implementation found for package: ae.
Warning: No implementation found for package: aecompl.
Warning: No implementation found for package: fontenc..
Warning: No implementation found for package: geometry...
Warning: No implementation found for package: prettyref.
Warning: No implementation found for package: float
Warning: No implementation found for package: wscsetup.
Warning: No implementation found for package: varioref..
Warning: No implementation found for package: prettyref
 *** preamble done ***

I have all of these packages installed and kpsewhich can find them
(wscsetup is a local sty file provided by the organizers).. any idea
what's going on here? I really hope someone knows what's going on since
I have to submit this paper by Friday! Any help would be greatly
appreciated!

Thanks,
nirmal


Thanks!

2003-04-02 Thread I Wayan Warmada

Firstly, I would like to thank to LyX-developer and users for helping me
to solve the problems in using LyX (I could not write the name one by
one). I have just submitted my dissertation to the faculty for defence in
a few months. It couldn't be done without a nice LyX and your help.
Thanks!

Secondly, I would like to thank to Kathryn. Your website about LyX-DTP is
inspiring me to write an article about LyX/LaTeX as Desktop Publishing
(DTP) application (in Indonesian...:)), which I have submitted to one of
Indonesian Linux magazine. The screenshot can be seen here:

http://warmada.pandu.org/TextProc/lyx/DTP/

I didn't write any layout (sorry!). Actually, I want to write a layout for
making a visiting card, but I still have no idea about how to write a
layout. I hope I can do it in a few month after coming back in Indonesia.


Best Regards and keep a nice work,

I Wayan Warmada
[http://warmada.pandu.org]


Re: Screen fonts

2003-04-02 Thread Andre Schaefer
Guido Ostkamp wrote:
Hi group,

I am new to Lyx. While reading through the Customization Guide, I found
that the screen fonts could be changed to scalable fonts. The suggested
Utopia font works fine here as serif-font.
However, is there a suggestion for a sans-serif scalable font?

I found something in my list called
-bh-lucidux sans-medium-o-normal--0-0-0-0-p-0-iso8859-15 - the name
and attributes sound like a scalable sans-serif font, but if I enter that
as font name, it doesn't work.
Any hints?

Hint: Use the qt Version, if you can and use TrueType fonts. I use it on 
 Debian Linux with great joy and it looks terribly good.

The first choice would be to use the available standard truetype fonts 
by microsoft (Times New Roman, Arial, etc...)

Have a look (please don't comment on the kermamik window and gadget 
style, this is just an example):

http://hh.bonn.iz-soz.de/schaefer/lyxfont.png

--
Dipl. Inform. André Schaefer
Universität Duisburg-Essen, Standort Duisburg.
Fakultät 5 - Institut für Informatik und Interaktive Systeme
Raum LF 136
Lotharstr. 63   D-47057 Duisburg
Tel. 02 03 / 3 79 27 18



lyx crash during image loading or manipulating

2003-04-02 Thread Piotr A. Dybczyski

Hello,

Lyx is GREAT, but...

after I have switched from lyx 1.2.2 to 1.3.1 I cannot display in Lyx some of
my old lyx files.

Lyx crashes when loading (after successfully converted) some *.ps graphics
files. Sometimes such files are shown correctly but any attempt to rotate the
image causes imediately lyx crash. The example of debug output when crashing
during image display is shown below:

[...]
Converting it to ppm format.
Temporary file `/tmp/lyx_tmpdir322178VMqe/b_dens32215uJsDZ' created.
Converter c-tor:
from_file:  /home/dybol/hermes/lyx/b_dens.ps
to_file_base: /tmp/lyx_tmpdir322178VMqe/b_dens32215uJsDZ
from_format:  eps
to_format:ppm
build_script ... ready (edgepath.empty())
No converter defined! I use convertDefault.sh
sh /usr/local/share/lyx/scripts/convertDefault.sh
eps:/home/dybol/hermes/lyx/b_dens.ps
ppm:/tmp/lyx_tmpdir322178VMqe/b_dens32215uJsDZ.ppm Image conversion succeeded.
expose 667x94+0+90
Updating scrollbar: h 5340, first_y 2822, default height 29
scroll: height now 5340
scroll: work_height 414
Loading image.
xforms image loader. Status: Done Reading pgm
Image loading succeeded.

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. Please read the bug-reporting instructions
in Help-Introduction and send us a bug report, if necessary. Thanks !

I tried to convert the image manually, the *.ppm file loads into lyx correctly
but an attempt to rotate it results in crash as well.

Both lyx 1.2.2 and 1.3.1 compiled locally from *.tgz with the same xforms 1.0
on Debian 3.0 r1.

Any suggestions to correct this?

Thanks in advance,

Piotr
-- 
/
 Dr Piotr A. Dybczynski,   Astronomical Observatory, A.Mickiewicz University 
 Sloneczna 36,60-286 Poznan,POLAND,tel+48.61.8292784,e-mail: [EMAIL PROTECTED]
**PAD***/


Re: lyx crash during image loading or manipulating

2003-04-02 Thread Angus Leeming
Piotr A. Dybczyski wrote:

 Hello,
 
 Lyx is GREAT, but...
 
 after I have switched from lyx 1.2.2 to 1.3.1 I cannot display in Lyx some
 of my old lyx files.
 
 Lyx crashes when loading (after successfully converted) some *.ps graphics
 files. Sometimes such files are shown correctly but any attempt to rotate
 the image causes imediately lyx crash. The example of debug output when
 crashing during image display is shown below:

Hello Piotr.
I believe that you have found a bug in the xforms GUI library which is 
triggered when attempting to rotate grayscale images by 90degree multiples. 
If you have the xforms source code, then the crash is fixed by the attached 
patch. I have submitted this patch to xforms.

If you cannot patch the xforms source, then the available workarounds are:
1. Rotate the image outside of LyX and load that.
2. Use the Qt frontend ;-)

Best regards,
-- 
Angusdiff -u release/image/image_rotate.c angus/image/image_rotate.c
--- release/image/image_rotate.c	2002-06-03 20:52:08.0 +
+++ angus/image/image_rotate.c	2003-03-25 13:25:00.0 +
@@ -72,10 +72,19 @@
 	g = rotate_matrix(im-green, im-h, im-w, deg, sizeof(**im-red));
 	b = rotate_matrix(im-blue, im-h, im-w, deg, sizeof(**im-red));
 	}
-	else
+	else if (im-type == FL_IMAGE_GRAY)
+	{
+	r = rotate_matrix(im-gray, im-h, im-w, deg, sizeof(**im-gray));
+	}
+	else if (im-type == FL_IMAGE_CI)
 	{
 	r = rotate_matrix(im-ci, im-h, im-w, deg, sizeof(**im-ci));
 	}
+	else
+	{
+	M_err(flimage_rotate, InternalError: unsupported image type\n);
+	return -1;	
+	}
 
 	if ((deg % 180) == 0)
 	{


Pb of float position in a 2-column document

2003-04-02 Thread Jihène Krichène
Hi
I have a problem with a large float that I want to place in a 2-column document. I 
tried to use the \begin{multicols}{1} command but the figure diseappers from the post 
script document.
do u know how to solve this problem ?
Thanks in advance



_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Re: Pb of float position in a 2-column document

2003-04-02 Thread I Wayan Warmada

On Wed, 2 Apr 2003, Jihène Krichène wrote:

| I have a problem with a large float that I want to place in a 2-column
| document. I tried to use the \begin{multicols}{1} command but the figure
| diseappers from the post script document. do u know how to solve this
| problem ?

don't use multicol. You can do 2 possible way, i.e:

insert a widefigure,
Insert-Float-Figure

in the float window, klick right mouse then click the box of Spalten
ueberspannen (left below), I don't know in english UI (maybe wide
overcolumn or something like that).

the float figure will be accross the column...

the second possibility is using sttools packages... (the best way as I
remember).

in preamble:
\usepackage{flushend,cuted}

in the text (as ERT)

\begin{strip}

your figure

\end{strip}

Wayan


Re: Pb of float position in a 2-column document

2003-04-02 Thread Jihène Krichène
I tried the second solution (i didn't find the box of the first one) but I had an 
error of compilation : the package isn't installed. Do you know what's in which 
category can I find it on the lyx site ?
--

On Wed, 2 Apr 2003 13:13:40   
 I Wayan Warmada wrote:

On Wed, 2 Apr 2003, Jih#65533;ne Krich#65533;ne wrote:

| I have a problem with a large float that I want to place in a 2-column
| document. I tried to use the \begin{multicols}{1} command but the figure
| diseappers from the post script document. do u know how to solve this
| problem ?

don't use multicol. You can do 2 possible way, i.e:

insert a widefigure,
Insert-Float-Figure

in the float window, klick right mouse then click the box of Spalten
ueberspannen (left below), I don't know in english UI (maybe wide
overcolumn or something like that).

the float figure will be accross the column...

the second possibility is using sttools packages... (the best way as I
remember).

in preamble:
\usepackage{flushend,cuted}

in the text (as ERT)

\begin{strip}

your figure

\end{strip}

Wayan



_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Re: Pb of float position in a 2-column document

2003-04-02 Thread I Wayan Warmada

On Wed, 2 Apr 2003, Jihène Krichène wrote:

| I tried the second solution (i didn't find the box of the first one) but
| I had an error of compilation : the package isn't installed. Do you know
| what's in which category can I find it on the lyx site ?

I mean a float figure (red box) environment. Similar with inserting normal
float figure. Just put the cursor anywhere over the box then click right
mouse, you will get a dialogbox).

for stools package, have a look:
http://www.tug.org/tex-archive/macros/latex/contrib/supported/sttools/

download all the *.sty and you can put in $texmf directory which latex can
reach them...

Wayan


Importing old Lyx files

2003-04-02 Thread Eugenio Guevara
Hi,

I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using both
the lyx document itself or the TeX exported document.

I get a message saying there is a conversion script execution error, but
nothing else.

This document is a big rotated table only.

Can someone help.

Thanks

E. Guevara


line spaceing problem

2003-04-02 Thread Marcin Bukat
Hello!
I felt in such problem:
document is article class
page style is fancy
font size is set to 12pt
paper is A4 with 'users' margins
TOP 2cm
BOTTOM 1cm
LEFT and RIGHT both 2cm
one column, single side printing

Now if I set single line spaceing everything is correct but if I try to 
set somethin else the output document has broken formating. Bottom 
margin is diffrent when footnote is present. There are also strange page 
breaks.
I tryed setting single spaceing and then adding \linespread {1.6} in 
latex preamble, but this affects also footnotes (look ugly with double 
spaceing). I compared documments with single and double lyx spceing - 
the only one difference is \spaceing directive.
any hints?

wo



Inserting Charts

2003-04-02 Thread Marco Bauer
Hi everyone,

i'm looking for a tool to create column-charts etc. which i want to insert 
into lyx. or is there some other way to create such charts dierectly in 
lyx/latex.

Thanks in advance,

Marco Bauer


Re: Importing old Lyx files

2003-04-02 Thread José Matos
On Wednesday 02 April 2003 13:47, Eugenio Guevara wrote:
 Hi,

 I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using both
 the lyx document itself or the TeX exported document.

  Do you have python installed?

 I get a message saying there is a conversion script execution error, but
 nothing else.

 This document is a big rotated table only.

  If you run lyx2lyx over your file what does it says?

 Can someone help.

  If nothing else works you could send me your file privately to find the bug.

 Thanks

 E. Guevara

-- 
José Abílio


Re: Importing old Lyx files

2003-04-02 Thread Jean-Pierre.Chretien

From: José  Matos [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Importing old Lyx files
Date: Wed, 2 Apr 2003 14:01:34 +0100
Cc: Eugenio Guevara [EMAIL PROTECTED]

On Wednesday 02 April 2003 13:47, Eugenio Guevara wrote:
 Hi,

 I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using both
 the lyx document itself or the TeX exported document.

  Do you have python installed?

 I get a message saying there is a conversion script execution error, but
 nothing else.

 This document is a big rotated table only.

  If you run lyx2lyx over your file what does it says?

 Can someone help.

Sorry to come back to this point again, but python not installed 
is a good reason for conversion script error, up to my experience.

-- 
Jean-Pierre







Re: How to make the index appear with letters (A, B, C, ...)

2003-04-02 Thread William Adams
Munzir Taha asked:
When I make an index, the letters which categorize each group don't 
appear
automatically, How can I make them show? I passed quicly over 
makeindex.dvi
and ind.dvi but couldn't figure it out. Sorry!
(already answered this off-list, but thought it'd be good to have 
here for posterity)

http://www.educat.hu-berlin.de/~voss/lyx/index/indexstyle.phtml

explains this, and is just three-four clicks from www.lyx.org

William

--
William Adams, publishing specialist
voice - 717-731-6707 | Fax - 717-731-6708
www.atlis.com


Re: Pb of float position in a 2-column document

2003-04-02 Thread Jihène Krichène
I've added the .sty files and i runned the texhash. But i have a new compilation error 
after the \begin{strip} command: missing number, treated as zero. 
\begin{figure}[htbp]...
do you know the significance of this error ?
--

On Wed, 2 Apr 2003 14:43:51   
 I Wayan Warmada wrote:

On Wed, 2 Apr 2003, Jih#65533;ne Krich#65533;ne wrote:

| I tried the second solution (i didn't find the box of the first one) but
| I had an error of compilation : the package isn't installed. Do you know
| what's in which category can I find it on the lyx site ?

I mean a float figure (red box) environment. Similar with inserting normal
float figure. Just put the cursor anywhere over the box then click right
mouse, you will get a dialogbox).

for stools package, have a look:
http://www.tug.org/tex-archive/macros/latex/contrib/supported/sttools/

download all the *.sty and you can put in $texmf directory which latex can
reach them...

Wayan



_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plusref=lmtplus


Re: Importing old Lyx files

2003-04-02 Thread Eugenio Guevara
I solved the problem instaling python

Thanks

E. Guevara
- Original Message -
From: José Matos [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Eugenio Guevara [EMAIL PROTECTED]
Sent: Wednesday, April 02, 2003 7:01 AM
Subject: Re: Importing old Lyx files


 On Wednesday 02 April 2003 13:47, Eugenio Guevara wrote:
  Hi,
 
  I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using
both
  the lyx document itself or the TeX exported document.

   Do you have python installed?

  I get a message saying there is a conversion script execution error, but
  nothing else.
 
  This document is a big rotated table only.

   If you run lyx2lyx over your file what does it says?

  Can someone help.

   If nothing else works you could send me your file privately to find the
bug.

  Thanks
 
  E. Guevara

 --
 José Abílio



Re: Screen fonts

2003-04-02 Thread Nirmal Govind
 The first choice would be to use the available standard truetype fonts 
 by microsoft (Times New Roman, Arial, etc...)
 

In Qt, you should also try Bitstream Charter.. it looks pretty neat on the
screen... 

nirmal



Re: highlighting text?

2003-04-02 Thread Nirmal Govind
Thanks Jurgen.. will check this out.. 

nirmal

 
 http://www.ctan.org/tex-archive/macros/latex/contrib/supported/soul/
 
 Regards,
 Jürgen.
 
 




Re: highlighting text?

2003-04-02 Thread Nirmal Govind
 
 Mark the textpart and then -Layout-Character-Color
 

This would change the color of the text.. highlighting would change the color of
the background of the text. Though changing color might do it, it's very
possible that in large docs, changed text color may not get noticed... 

Thanks,
nirmal



Re: problems with math formulae in 1.3.1 (xforms)

2003-04-02 Thread Kenward Vaughan
On Mon, Mar 31, 2003 at 09:00:34PM -0800, Kenward Vaughan wrote:
 I apologize if this has been reported, but my time is limited and I can't
 track all the messages which flow through this list... :) I'm now using


I hope this comment didn't bother people (I don't knpow how someone may
interpret it on retrospection). I have checked the archive and see nothing
obviously related to what I have found...

Some additional information: if I try the sequence below at the beginning
of a document, it flat out fails with 6 errors about things like missing }'s
and so on.  Is there a way to log these errors (since I can't seem to copy
the text out of the boxes)?

Has the input for math changed that much from 1.2.x ?  I have noticed that 
C-m A-m m CH rightarrow _4
works OK.   


Kenward

 1.3.1 with my documents and have discovered that writing a chemical formula
 in my usaul fashion totally screws up paragraph formatting.
 
 For example, to create CH4 with the 4 subscripted, I normally would type
   C-m A-m m CH_4
 and continue with the rest of the paragraph.  The problem arises on the
 display of this paragraph. The moment the line with the CH4 is reached, the
 rest of the paragraph runs off the right side of the page. 
 
 Additionally, I used to be able to write out an entire reaction equation by
 doing the following for something like CH4 + 2 O2 -- CO2 + 2 H2O
   C-m A-m m CHOCOHO 
 followed by using the arrow keys to back up and place subscripts, spaces,
 arrows, etc, in their respective places.  Doing this maintained the text
 appearance throughout without having to do the A-m m sequence for each
 letter (or set of contiguous letters).  Now, that nicety is lost.


-- 
In a completely rational society, the best of us would aspire to be 
_teachers_ and the rest of us would have to settle for something less, 
because passing civilization along from one generation to the next 
ought to be the highest honor and the highest responsibility anyone 
could have. - Lee Iacocca



Re: Inserting Charts

2003-04-02 Thread Herbert Voss
Marco Bauer schrieb:
i'm looking for a tool to create column-charts etc. which i want to insert 
into lyx. or is there some other way to create such charts dierectly in 
lyx/latex.
f.ex.:

http://groups.google.de/groups?hl=delr=ie=UTF-8selm=3E776BD2.1000905%40alumni.TU-Berlin.DE

Herbert




Re: Pb of float position in a 2-column document

2003-04-02 Thread I Wayan Warmada

On Wed, 2 Apr 2003, Jihène Krichène wrote:

| I've added the .sty files and i runned the texhash. But i have a new
| compilation error after the \begin{strip} command: missing number,
| treated as zero. \begin{figure}[htbp]... do you know the significance of
| this error ?

yes, you are right. There is an error if you used float figure. The
package can not combine with float because it will break the 2 column mode
into one-column exactly after the command \begin{strip}, which mean the
picture should be exactly in this location. The float can not be used in
such situation (IMHO). Use non-float figure, instead.

Otherwise, try to use widefigure-float, but sometime it is not better than
this package.

Wayan


Re: highlighting text?

2003-04-02 Thread Herbert Voss
Nirmal Govind schrieb:
Mark the textpart and then -Layout-Character-Color



This would change the color of the text.. highlighting would change the color of
the background of the text. Though changing color might do it, it's very
possible that in large docs, changed text color may not get noticed... 
then in ert \colorbox{red}{some text}

with a \usepackage{color} in the preamble

or for more than one line

http://www.educat.hu-berlin.de/~voss/lyx/color/color.phtml#paragraph

Herbert




Re: Pb of float position in a 2-column document

2003-04-02 Thread Dekel Tsur
On Wed, Apr 02, 2003 at 03:34:09AM -0800, Jih?ne Krich?ne wrote:
 I tried the second solution (i didn't find the box of the first one) but I had an 
 error of compilation : the package isn't installed. Do you know what's in which 
 category can I find it on the lyx site ?

You really don't need to use it.
To insert a wide figure in LyX  1.3.0, use
Insert-Float-Wide figure
In LyX = 1.3.0, you do (as written by I Wayan Warmada)
Insert-Float-Figure, then open the dialog and select the span columns
button.


importing tex files into lyx with windows xp

2003-04-02 Thread Sergio Camiz
I installed Lyx 1.3.0 with Cygwin under Windows XP home.
Everything seems to be all right, but two things do not work: I cannot get 
the main manual and I cannot import tex files, that were working ok with 
MiKTeX.

Is there anybody who can help me? Please, answer to my mail address. Thank you

Sergio

Sergio Camiz

Web page: http://www.mat.uniroma1.it/people/camiz



Re: problems with math formulae in 1.3.1 (xforms)

2003-04-02 Thread Kenward Vaughan
On Wed, Apr 02, 2003 at 07:14:22PM +0100, John Levon wrote:
 On Wed, Apr 02, 2003 at 08:09:11AM -0800, Kenward Vaughan wrote:
...
  Some additional information: if I try the sequence below at the beginning
  of a document, it flat out fails with 6 errors about things like missing }'s
  and so on.  Is there a way to log these errors (since I can't seem to copy
  the text out of the boxes)?
  
  Has the input for math changed that much from 1.2.x ?  I have noticed that 
  C-m A-m m CH rightarrow _4
  works OK.   
 
 Subscripts are not allowed inside textrm. Andre, how hard would it be to


If this has always been the case, then some magic was working in 1.2.x which
is no longer there in 1.3.x.  The code has changed, since the sequences I
pointed out in my origianl post have always worked for me before now.


 make sub/superscript at the end of a text region exit the textrm
 environment first ? And also disable sub/super in the middle ?


Regarding your question to Andre', I'd reiterate as well the earlier
sequence of strokes which allowed me to first place my letters (in textrm, I
guess), followed by inserting other (apparently verboten) characters in the
middle of that sequence.  The old code must have accomodated my ignorance of
the rules...

I'm not saying I can't live without it, but for a person entering formulae
like I do that sort of sequence is a real saver of keystrokes.


Kenward
-- 
In a completely rational society, the best of us would aspire to be 
_teachers_ and the rest of us would have to settle for something less, 
because passing civilization along from one generation to the next 
ought to be the highest honor and the highest responsibility anyone 
could have. - Lee Iacocca



missing bibliography!

2003-04-02 Thread Nirmal Govind
Hi.. I'm running into problems with my bibliography and citations...
they aren't showing up in the final output.. this file used to run fine
earlier (in the previous 1.2.* versions of Lyx) so I don't know if
something has changed in 1.3.1 that could cause this.. I'm using the Qt
frontend..  I'm attaching the log below... I can't find any mention of
the included bib files for some reason...

Thanks,
nirmal

--
This is TeX, Version 3.14159 (Web2C 7.4.5) (format=latex 2003.2.23)  2
APR 2003 15:44**Noise_correlation.tex
(./Noise_correlation.tex
LaTeX2e 2001/06/01
Babel v3.7h and hyphenation patterns for american, french, german,
ngerman, n ohyphenation, loaded.

(/usr/share/texmf/tex/latex/base/book.cls
Document Class: book 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/bk10.clo
File: bk10.clo 2001/04/21 v1.4e Standard LaTeX file (size option)
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (/usr/share/texmf/tex/latex/base/fontenc.sty
Package: fontenc 2001/06/05 v1.94 Standard LaTeX package
(/usr/share/texmf/tex/latex/base/t1enc.def
File: t1enc.def 2001/06/05 v1.94 Standard LaTeX file
LaTeX Font Info:Redeclaring font encoding T1 on input line 38.
)) (/usr/share/texmf/tex/latex/misc/geometry.sty
Package: geometry 2002/07/08 v3.2 Page Geometry
(/usr/share/texmf/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
[EMAIL PROTECTED]@=\toks14
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]@tempcnt=\count90
[EMAIL PROTECTED]
[EMAIL PROTECTED]@mp=\dimen104
[EMAIL PROTECTED]@mp=\dimen105
[EMAIL PROTECTED]@mp=\dimen106
[EMAIL PROTECTED]
(/usr/share/texmf/tex/latex/config/geometry.cfg
File: geometry.cfg 2001/06/05 v1.0 teTeX (uncustomised setup)
)) (/usr/share/texmf/tex/latex/misc/prettyref.sty
Package: prettyref 1998/07/09 v3.0
) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
[EMAIL PROTECTED]
For additional information on amsmath, use the `?' option.
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]
)) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
[EMAIL PROTECTED]
) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
[EMAIL PROTECTED]
LaTeX Info: Redefining \frac on input line 211.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Info: Redefining \overline on input line 307.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Font Info:Redeclaring font encoding OML on input line 567.
LaTeX Font Info:Redeclaring font encoding OMS on input line 568.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\multlinegap=\skip44
\multlinetaggap=\skip45
[EMAIL PROTECTED]
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
) (/usr/share/texmf/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
) (/usr/share/texmf/tex/latex/config/graphics.cfg
File: graphics.cfg 2001/08/31 v1.1 graphics configuration of
teTeX/TeXLive)
Package graphics Info: Driver file: dvips.def on input line 80.
(/usr/share/texmf/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
[EMAIL PROTECTED]@height=\dimen116
[EMAIL PROTECTED]@width=\dimen117
) (/usr/share/texmf/tex/latex/misc/setspace.sty
Package: setspace 2000/12/01 6.7 Contributed and Supported LaTeX2e
package Package: `setspace' 6.7 2000/12/01
) (/usr/share/texmf/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2002/01/22 v2.2d
(/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2001/10/25 v2.2f
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:Overwriting math alphabet `\mathfrak' in version
`bold'(Font)  U/euf/m/n -- U/euf/b/n on input line 132.
)) (/usr/share/texmf/tex/latex/natbib/natbib.sty
Package: natbib 2000/07/24 7.0a (PWD)
\bibhang=\skip46
\bibsep=\skip47
LaTeX Info: Redefining \cite on input line 508.
[EMAIL 

Re: problems with math formulae in 1.3.1 (xforms)

2003-04-02 Thread Paul A. Rubin
Kenward Vaughan [EMAIL PROTECTED] wrote in
news:[EMAIL PROTECTED]: 

 On Wed, Apr 02, 2003 at 07:14:22PM +0100, John Levon wrote:
 On Wed, Apr 02, 2003 at 08:09:11AM -0800, Kenward Vaughan wrote:
 ...
  Some additional information: if I try the sequence below at the
  beginning of a document, it flat out fails with 6 errors about
  things like missing }'s and so on.  Is there a way to log these
  errors (since I can't seem to copy the text out of the boxes)?
  
  Has the input for math changed that much from 1.2.x ?  I have
  noticed that 
   C-m A-m m CH rightarrow _4
  works OK.   
 
 Subscripts are not allowed inside textrm. Andre, how hard would it be
 to 
 
 
 If this has always been the case, then some magic was working in 1.2.x
 which is no longer there in 1.3.x.  The code has changed, since the
 sequences I pointed out in my origianl post have always worked for me
 before now. 
 
 
 make sub/superscript at the end of a text region exit the textrm
 environment first ? And also disable sub/super in the middle ?
 
 
 Regarding your question to Andre', I'd reiterate as well the earlier
 sequence of strokes which allowed me to first place my letters (in
 textrm, I guess), followed by inserting other (apparently verboten)
 characters in the middle of that sequence.  The old code must have
 accomodated my ignorance of the rules...
 
 I'm not saying I can't live without it, but for a person entering
 formulae like I do that sort of sequence is a real saver of
 keystrokes. 
 
 
 Kenward

Not sure if this is known (for some reason, I don't see the response from 
John Levon to which you responded), but whereas your original sequence 
results in a setting CH in textrm, with the subscript inside the textrm 
braces (apparently verboten in LaTeX), you get the same result using 
mathrm (i.e., \mathrm{CH_4} rather than \textrm{CH_4}), and the latter is 
apparently valid LaTeX.  So the next question, to which I lack an answer, 
is whether there's a key binding/command in math mode for mathrm.  

I'm also curious why C-m A-m m toggles between normal math font and 
textrm, rather than using mathrm.  Is this because the user might not 
have mathrm (lack of the right AMS package or something)?

-- 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: missing bibliography!

2003-04-02 Thread Herbert Voss
Nirmal Govind schrieb:
Hi.. I'm running into problems with my bibliography and citations...
they aren't showing up in the final output.. this file used to run fine
earlier (in the previous 1.2.* versions of Lyx) so I don't know if
something has changed in 1.3.1 that could cause this.. I'm using the Qt
frontend..  I'm attaching the log below... I can't find any mention of
the included bib files for some reason...
export the lyx file to latex and try to run it by yourself.

latex file.tex
latex file.tex
bibtex file
makeindex file
latex file.tex
latex file.tex
what happens?

Herbert




Re: missing bibliography!

2003-04-02 Thread Nirmal Govind
 export the lyx file to latex and try to run it by yourself.
 
 latex file.tex
 latex file.tex
 bibtex file
 makeindex file
 latex file.tex
 latex file.tex
 
 what happens?

Hi Herbert.. I did the above and this is what happens:

1. latex file.tex has problems determining the size of the graphics
2. I ignored the above and did the rest as you said..
3. the final output dvi file has all the citations and references.. no
problem.. only the graphics are missing.. but references are all OK..

So is this a LyX problem then? Or does it have something to do with the
LyX configuration? Is there a way of reconfiguring it so that it goes
back to the default? 

nirmal


Re: No implementation warning in l2h conversion (was: missing bibliography! - VERY WEIRD)

2003-04-02 Thread Jean-Pierre.Chretien

Date: Wed, 2 Apr 2003 20:23:10 -0700
From: Nirmal Govind [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: missing bibliography! - VERY WEIRD

I did some more experimentation... when I do a View - DVI (with all
the files in the directory deleted except the lyx file), I don't get the
references or citations as I mentioned in the earlier mail.. but if I do
a View- HTML, it shows all the references and everything's fine.. and
after this if I do a View- DVI, all the references are back again! So
it looks it's using whatever auxiliary files View - HTML generated..
also noticed that during the HTML generation I get the following
warnings:

Warning: No implementation found for option: `american' for `article'
package
[snip]

 *** preamble done ***

I have all of these packages installed and kpsewhich can find them
(wscsetup is a local sty file provided by the organizers).. any idea
what's going on here? I really hope someone knows what's going on since
I have to submit this paper by Friday! Any help would be greatly
appreciated!

They claim to be warning: they simply mean that there does not exist
a converter file in the styles dir, here
/usr/local/share/lib/latex2html/styles/
Most of the layout stuff does not mean
anything in html, so I ignore these most of the time, the
commands in html.sty allow to deal separately with typography
and WWW layout from the latex source.

There is a TEMPLATE.perl in the dir, seems dedicated to language
conversion, but I guess you may write any converter with a minimum
perl knowledge if you need it e.g. for your local .sty.

-- 
Jean-Pierre





Re: highlighting text?

2003-04-02 Thread Nirmal Govind

 then in ert \colorbox{red}{some text}
 with a \usepackage{color} in the preamble

Thanks Herbet... Yes, I guess ERT is the only way.. I tried soul and
that's pretty neat too but again in ERT.. 

Maybe I should put in a feature request for text highlighting in Lyx??
it would be nice to be able to simply select the text and then say
highlight.. 

nirmal


Re: missing bibliography! - VERY WEIRD

2003-04-02 Thread Nirmal Govind
I did some more experimentation... when I do a View - DVI (with all
the files in the directory deleted except the lyx file), I don't get the
references or citations as I mentioned in the earlier mail.. but if I do
a View- HTML, it shows all the references and everything's fine.. and
after this if I do a View- DVI, all the references are back again! So
it looks it's using whatever auxiliary files View - HTML generated..
also noticed that during the HTML generation I get the following
warnings:

Warning: No implementation found for option: `american' for `article'
package

Warning: No implementation found for option: `fancyheadings' for
`article' package

Warning: No implementation found for option: `latexsym' for `article'
package

Warning: No implementation found for option: `amsmath' for `article'
package

Warning: No implementation found for option: `url' for `article' package

Warning: No implementation found for option: `caption2' for `article'
package

Warning: No implementation found for option: `epsfig' for `article'
package.
Warning: No implementation found for package: ae.
Warning: No implementation found for package: aecompl.
Warning: No implementation found for package: fontenc..
Warning: No implementation found for package: geometry...
Warning: No implementation found for package: prettyref.
Warning: No implementation found for package: float
Warning: No implementation found for package: wscsetup.
Warning: No implementation found for package: varioref..
Warning: No implementation found for package: prettyref
 *** preamble done ***

I have all of these packages installed and kpsewhich can find them
(wscsetup is a local sty file provided by the organizers).. any idea
what's going on here? I really hope someone knows what's going on since
I have to submit this paper by Friday! Any help would be greatly
appreciated!

Thanks,
nirmal


Thanks!

2003-04-02 Thread I Wayan Warmada

Firstly, I would like to thank to LyX-developer and users for helping me
to solve the problems in using LyX (I could not write the name one by
one). I have just submitted my dissertation to the faculty for defence in
a few months. It couldn't be done without a nice LyX and your help.
Thanks!

Secondly, I would like to thank to Kathryn. Your website about LyX-DTP is
inspiring me to write an article about "LyX/LaTeX as Desktop Publishing
(DTP) application" (in Indonesian...:)), which I have submitted to one of
Indonesian Linux magazine. The screenshot can be seen here:

http://warmada.pandu.org/TextProc/lyx/DTP/

I didn't write any layout (sorry!). Actually, I want to write a layout for
making a visiting card, but I still have no idea about how to write a
layout. I hope I can do it in a few month after coming back in Indonesia.


Best Regards and keep a nice work,

I Wayan Warmada
[http://warmada.pandu.org]


Re: Screen fonts

2003-04-02 Thread Andre Schaefer
Guido Ostkamp wrote:
Hi group,

I am new to Lyx. While reading through the Customization Guide, I found
that the screen fonts could be changed to scalable fonts. The suggested
"Utopia" font works fine here as serif-font.
However, is there a suggestion for a sans-serif scalable font?

I found something in my list called
"-b sans-medium-o-normal--0-0-0-0-p-0-iso8859-15" - the name
and attributes sound like a scalable sans-serif font, but if I enter that
as font name, it doesn't work.
Any hints?

Hint: Use the qt Version, if you can and use TrueType fonts. I use it on 
 Debian Linux with great joy and it looks terribly good.

The first choice would be to use the available standard truetype fonts 
by microsoft (Times New Roman, Arial, etc...)

Have a look (please don't comment on the kermamik window and gadget 
style, this is just an example):

http://hh.bonn.iz-soz.de/schaefer/lyxfont.png

--
Dipl. Inform. André Schaefer
Universität Duisburg-Essen, Standort Duisburg.
Fakultät 5 - Institut für Informatik und Interaktive Systeme
Raum LF 136
Lotharstr. 63   D-47057 Duisburg
Tel. 02 03 / 3 79 27 18



lyx crash during image loading or manipulating

2003-04-02 Thread Piotr A. Dybczyński

Hello,

Lyx is GREAT, but...

after I have switched from lyx 1.2.2 to 1.3.1 I cannot display in Lyx some of
my old lyx files.

Lyx crashes when loading (after successfully converted) some *.ps graphics
files. Sometimes such files are shown correctly but any attempt to rotate the
image causes imediately lyx crash. The example of debug output when crashing
during image display is shown below:

[...]
Converting it to ppm format.
Temporary file `/tmp/lyx_tmpdir322178VMqe/b_dens32215uJsDZ' created.
Converter c-tor:
from_file:  /home/dybol/hermes/lyx/b_dens.ps
to_file_base: /tmp/lyx_tmpdir322178VMqe/b_dens32215uJsDZ
from_format:  eps
to_format:ppm
build_script ... ready (edgepath.empty())
No converter defined! I use convertDefault.sh
sh /usr/local/share/lyx/scripts/convertDefault.sh
eps:/home/dybol/hermes/lyx/b_dens.ps
ppm:/tmp/lyx_tmpdir322178VMqe/b_dens32215uJsDZ.ppm Image conversion succeeded.
expose 667x94+0+90
Updating scrollbar: h 5340, first_y 2822, default height 29
scroll: height now 5340
scroll: work_height 414
Loading image.
xforms image loader. Status: Done Reading pgm
Image loading succeeded.

lyx: SIGSEGV signal caught
Sorry, you have found a bug in LyX. Please read the bug-reporting instructions
in Help->Introduction and send us a bug report, if necessary. Thanks !

I tried to convert the image manually, the *.ppm file loads into lyx correctly
but an attempt to rotate it results in crash as well.

Both lyx 1.2.2 and 1.3.1 compiled locally from *.tgz with the same xforms 1.0
on Debian 3.0 r1.

Any suggestions to correct this?

Thanks in advance,

Piotr
-- 
/
 Dr Piotr A. Dybczynski,   Astronomical Observatory, A.Mickiewicz University 
 Sloneczna 36,60-286 Poznan,POLAND,tel+48.61.8292784,e-mail: [EMAIL PROTECTED]
**PAD***/


Re: lyx crash during image loading or manipulating

2003-04-02 Thread Angus Leeming
Piotr A. Dybczyński wrote:

> Hello,
> 
> Lyx is GREAT, but...
> 
> after I have switched from lyx 1.2.2 to 1.3.1 I cannot display in Lyx some
> of my old lyx files.
> 
> Lyx crashes when loading (after successfully converted) some *.ps graphics
> files. Sometimes such files are shown correctly but any attempt to rotate
> the image causes imediately lyx crash. The example of debug output when
> crashing during image display is shown below:

Hello Piotr.
I believe that you have found a bug in the xforms GUI library which is 
triggered when attempting to rotate grayscale images by 90degree multiples. 
If you have the xforms source code, then the crash is fixed by the attached 
patch. I have submitted this patch to xforms.

If you cannot patch the xforms source, then the available workarounds are:
1. Rotate the image outside of LyX and load that.
2. Use the Qt frontend ;-)

Best regards,
-- 
Angusdiff -u release/image/image_rotate.c angus/image/image_rotate.c
--- release/image/image_rotate.c	2002-06-03 20:52:08.0 +
+++ angus/image/image_rotate.c	2003-03-25 13:25:00.0 +
@@ -72,10 +72,19 @@
 	g = rotate_matrix(im->green, im->h, im->w, deg, sizeof(**im->red));
 	b = rotate_matrix(im->blue, im->h, im->w, deg, sizeof(**im->red));
 	}
-	else
+	else if (im->type == FL_IMAGE_GRAY)
+	{
+	r = rotate_matrix(im->gray, im->h, im->w, deg, sizeof(**im->gray));
+	}
+	else if (im->type == FL_IMAGE_CI)
 	{
 	r = rotate_matrix(im->ci, im->h, im->w, deg, sizeof(**im->ci));
 	}
+	else
+	{
+	M_err("flimage_rotate", "InternalError: unsupported image type\n");
+	return -1;	
+	}
 
 	if ((deg % 180) == 0)
 	{


Pb of float position in a 2-column document

2003-04-02 Thread Jihène Krichène
Hi
I have a problem with a large float that I want to place in a 2-column document. I 
tried to use the \begin{multicols}{1} command but the figure diseappers from the post 
script document.
do u know how to solve this problem ?
Thanks in advance



_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus=lmtplus


Re: Pb of float position in a 2-column document

2003-04-02 Thread I Wayan Warmada

On Wed, 2 Apr 2003, Jihène Krichène wrote:

| I have a problem with a large float that I want to place in a 2-column
| document. I tried to use the \begin{multicols}{1} command but the figure
| diseappers from the post script document. do u know how to solve this
| problem ?

don't use multicol. You can do 2 possible way, i.e:

insert a widefigure,
Insert->Float->Figure

in the float window, klick right mouse then click the box of Spalten
ueberspannen (left below), I don't know in english UI (maybe wide
overcolumn or something like that).

the float figure will be accross the column...

the second possibility is using sttools packages... (the best way as I
remember).

in preamble:
\usepackage{flushend,cuted}

in the text (as ERT)

\begin{strip}

your figure

\end{strip}

Wayan


Re: Pb of float position in a 2-column document

2003-04-02 Thread Jihène Krichène
I tried the second solution (i didn't find the box of the first one) but I had an 
error of compilation : the package isn't installed. Do you know what's in which 
category can I find it on the lyx site ?
--

On Wed, 2 Apr 2003 13:13:40   
 I Wayan Warmada wrote:
>
>On Wed, 2 Apr 2003, Jihne Krichne wrote:
>
>| I have a problem with a large float that I want to place in a 2-column
>| document. I tried to use the \begin{multicols}{1} command but the figure
>| diseappers from the post script document. do u know how to solve this
>| problem ?
>
>don't use multicol. You can do 2 possible way, i.e:
>
>insert a widefigure,
>Insert->Float->Figure
>
>in the float window, klick right mouse then click the box of Spalten
>ueberspannen (left below), I don't know in english UI (maybe wide
>overcolumn or something like that).
>
>the float figure will be accross the column...
>
>the second possibility is using sttools packages... (the best way as I
>remember).
>
>in preamble:
>\usepackage{flushend,cuted}
>
>in the text (as ERT)
>
>\begin{strip}
>
>your figure
>
>\end{strip}
>
>Wayan
>


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus=lmtplus


Re: Pb of float position in a 2-column document

2003-04-02 Thread I Wayan Warmada

On Wed, 2 Apr 2003, Jihène Krichène wrote:

| I tried the second solution (i didn't find the box of the first one) but
| I had an error of compilation : the package isn't installed. Do you know
| what's in which category can I find it on the lyx site ?

I mean a float figure (red box) environment. Similar with inserting normal
float figure. Just put the cursor anywhere over the box then click right
mouse, you will get a dialogbox).

for stools package, have a look:
http://www.tug.org/tex-archive/macros/latex/contrib/supported/sttools/

download all the *.sty and you can put in $texmf directory which latex can
reach them...

Wayan


Importing old Lyx files

2003-04-02 Thread Eugenio Guevara
Hi,

I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using both
the lyx document itself or the TeX exported document.

I get a message saying there is a conversion script execution error, but
nothing else.

This document is a big rotated table only.

Can someone help.

Thanks

E. Guevara


line spaceing problem

2003-04-02 Thread Marcin Bukat
Hello!
I felt in such problem:
document is article class
page style is fancy
font size is set to 12pt
paper is A4 with 'users' margins
TOP 2cm
BOTTOM 1cm
LEFT and RIGHT both 2cm
one column, single side printing

Now if I set single line spaceing everything is correct but if I try to 
set somethin else the output document has broken formating. Bottom 
margin is diffrent when footnote is present. There are also strange page 
breaks.
I tryed setting single spaceing and then adding \linespread {1.6} in 
latex preamble, but this affects also footnotes (look ugly with double 
spaceing). I compared documments with single and double lyx spceing - 
the only one difference is \spaceing directive.
any hints?

wo



Inserting Charts

2003-04-02 Thread Marco Bauer
Hi everyone,

i'm looking for a tool to create column-charts etc. which i want to insert 
into lyx. or is there some other way to create such charts dierectly in 
lyx/latex.

Thanks in advance,

Marco Bauer


Re: Importing old Lyx files

2003-04-02 Thread José Matos
On Wednesday 02 April 2003 13:47, Eugenio Guevara wrote:
> Hi,
>
> I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using both
> the lyx document itself or the TeX exported document.

  Do you have python installed?

> I get a message saying there is a conversion script execution error, but
> nothing else.
>
> This document is a big rotated table only.

  If you run lyx2lyx over your file what does it says?

> Can someone help.

  If nothing else works you could send me your file privately to find the bug.

> Thanks
>
> E. Guevara

-- 
José Abílio


Re: Importing old Lyx files

2003-04-02 Thread Jean-Pierre.Chretien

>>From: José  Matos <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Re: Importing old Lyx files
>>Date: Wed, 2 Apr 2003 14:01:34 +0100
>>Cc: "Eugenio Guevara" <[EMAIL PROTECTED]>
>>
>>On Wednesday 02 April 2003 13:47, Eugenio Guevara wrote:
>>> Hi,
>>>
>>> I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using both
>>> the lyx document itself or the TeX exported document.
>>
>>  Do you have python installed?
>>
>>> I get a message saying there is a conversion script execution error, but
>>> nothing else.
>>>
>>> This document is a big rotated table only.
>>
>>  If you run lyx2lyx over your file what does it says?
>>
>>> Can someone help.

Sorry to come back to this point again, but python not installed 
is a good reason for conversion script error, up to my experience.

-- 
Jean-Pierre







Re: How to make the index appear with letters (A, B, C, ...)

2003-04-02 Thread William Adams
Munzir Taha asked:
When I make an index, the letters which categorize each group don't 
appear
automatically, How can I make them show? I passed quicly over 
makeindex.dvi
and ind.dvi but couldn't figure it out. Sorry!
(already answered this off-list, but thought it'd be good to have 
here for posterity)

http://www.educat.hu-berlin.de/~voss/lyx/index/indexstyle.phtml

explains this, and is just three-four clicks from www.lyx.org

William

--
William Adams, publishing specialist
voice - 717-731-6707 | Fax - 717-731-6708
www.atlis.com


Re: Pb of float position in a 2-column document

2003-04-02 Thread Jihène Krichène
I've added the .sty files and i runned the texhash. But i have a new compilation error 
after the \begin{strip} command: missing number, treated as zero. 
\begin{figure}[htbp]...
do you know the significance of this error ?
--

On Wed, 2 Apr 2003 14:43:51   
 I Wayan Warmada wrote:
>
>On Wed, 2 Apr 2003, Jihne Krichne wrote:
>
>| I tried the second solution (i didn't find the box of the first one) but
>| I had an error of compilation : the package isn't installed. Do you know
>| what's in which category can I find it on the lyx site ?
>
>I mean a float figure (red box) environment. Similar with inserting normal
>float figure. Just put the cursor anywhere over the box then click right
>mouse, you will get a dialogbox).
>
>for stools package, have a look:
>http://www.tug.org/tex-archive/macros/latex/contrib/supported/sttools/
>
>download all the *.sty and you can put in $texmf directory which latex can
>reach them...
>
>Wayan
>


_
Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year.
http://login.mail.lycos.com/brandPage.shtml?pageId=plus=lmtplus


Re: Importing old Lyx files

2003-04-02 Thread Eugenio Guevara
I solved the problem instaling python

Thanks

E. Guevara
- Original Message -
From: "José Matos" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "Eugenio Guevara" <[EMAIL PROTECTED]>
Sent: Wednesday, April 02, 2003 7:01 AM
Subject: Re: Importing old Lyx files


> On Wednesday 02 April 2003 13:47, Eugenio Guevara wrote:
> > Hi,
> >
> > I'm triyng to import a Lyx 1.2 document into my 1.3.1 version, using
both
> > the lyx document itself or the TeX exported document.
>
>   Do you have python installed?
>
> > I get a message saying there is a conversion script execution error, but
> > nothing else.
> >
> > This document is a big rotated table only.
>
>   If you run lyx2lyx over your file what does it says?
>
> > Can someone help.
>
>   If nothing else works you could send me your file privately to find the
bug.
>
> > Thanks
> >
> > E. Guevara
>
> --
> José Abílio
>


Re: Screen fonts

2003-04-02 Thread Nirmal Govind
> The first choice would be to use the available standard truetype fonts 
> by microsoft (Times New Roman, Arial, etc...)
> 

In Qt, you should also try Bitstream Charter.. it looks pretty neat on the
screen... 

nirmal



Re: highlighting text?

2003-04-02 Thread Nirmal Govind
Thanks Jurgen.. will check this out.. 

nirmal

 
> http://www.ctan.org/tex-archive/macros/latex/contrib/supported/soul/
> 
> Regards,
> Jürgen.
> 
> 




Re: highlighting text?

2003-04-02 Thread Nirmal Govind
> 
> Mark the textpart and then ->Layout->Character->Color
> 

This would change the color of the text.. highlighting would change the color of
the background of the text. Though changing color might do it, it's very
possible that in large docs, changed text color may not get noticed... 

Thanks,
nirmal



Re: problems with math formulae in 1.3.1 (xforms)

2003-04-02 Thread Kenward Vaughan
On Mon, Mar 31, 2003 at 09:00:34PM -0800, Kenward Vaughan wrote:
> I apologize if this has been reported, but my time is limited and I can't
> track all the messages which flow through this list... :) I'm now using


I hope this comment didn't bother people (I don't knpow how someone may
interpret it on retrospection). I have checked the archive and see nothing
obviously related to what I have found...

Some additional information: if I try the sequence below at the beginning
of a document, it flat out fails with 6 errors about things like missing }'s
and so on.  Is there a way to log these errors (since I can't seem to copy
the text out of the boxes)?

Has the input for math changed that much from 1.2.x ?  I have noticed that 
C-m A-m m CH  _4
works OK.   


Kenward

> 1.3.1 with my documents and have discovered that writing a chemical formula
> in my usaul fashion totally screws up paragraph formatting.
 
> For example, to create "CH4" with the 4 subscripted, I normally would type
>   C-m A-m m CH_4
> and continue with the rest of the paragraph.  The problem arises on the
> display of this paragraph. The moment the line with the CH4 is reached, the
> rest of the paragraph runs off the right side of the page. 
> 
> Additionally, I used to be able to write out an entire reaction equation by
> doing the following for something like CH4 + 2 O2 --> CO2 + 2 H2O
>   C-m A-m m CHOCOHO 
> followed by using the arrow keys to back up and place subscripts, spaces,
> arrows, etc, in their respective places.  Doing this maintained the text
> appearance throughout without having to do the A-m m sequence for each
> letter (or set of contiguous letters).  Now, that nicety is lost.


-- 
In a completely rational society, the best of us would aspire to be 
_teachers_ and the rest of us would have to settle for something less, 
because passing civilization along from one generation to the next 
ought to be the highest honor and the highest responsibility anyone 
could have. - Lee Iacocca



Re: Inserting Charts

2003-04-02 Thread Herbert Voss
Marco Bauer schrieb:
i'm looking for a tool to create column-charts etc. which i want to insert 
into lyx. or is there some other way to create such charts dierectly in 
lyx/latex.
f.ex.:

http://groups.google.de/groups?hl=de==UTF-8=3E776BD2.1000905%40alumni.TU-Berlin.DE

Herbert




Re: Pb of float position in a 2-column document

2003-04-02 Thread I Wayan Warmada

On Wed, 2 Apr 2003, Jihène Krichène wrote:

| I've added the .sty files and i runned the texhash. But i have a new
| compilation error after the \begin{strip} command: missing number,
| treated as zero. \begin{figure}[htbp]... do you know the significance of
| this error ?

yes, you are right. There is an error if you used float figure. The
package can not combine with float because it will break the 2 column mode
into one-column exactly after the command \begin{strip}, which mean the
picture should be exactly in this location. The float can not be used in
such situation (IMHO). Use non-float figure, instead.

Otherwise, try to use widefigure-float, but sometime it is not better than
this package.

Wayan


Re: highlighting text?

2003-04-02 Thread Herbert Voss
Nirmal Govind schrieb:
Mark the textpart and then ->Layout->Character->Color



This would change the color of the text.. highlighting would change the color of
the background of the text. Though changing color might do it, it's very
possible that in large docs, changed text color may not get noticed... 
then in ert \colorbox{red}{some text}

with a \usepackage{color} in the preamble

or for more than one line

http://www.educat.hu-berlin.de/~voss/lyx/color/color.phtml#paragraph

Herbert




Re: Pb of float position in a 2-column document

2003-04-02 Thread Dekel Tsur
On Wed, Apr 02, 2003 at 03:34:09AM -0800, Jih?ne Krich?ne wrote:
> I tried the second solution (i didn't find the box of the first one) but I had an 
> error of compilation : the package isn't installed. Do you know what's in which 
> category can I find it on the lyx site ?

You really don't need to use it.
To insert a wide figure in LyX < 1.3.0, use
Insert->Float->Wide figure
In LyX >= 1.3.0, you do (as written by I Wayan Warmada)
Insert->Float->Figure, then open the dialog and select the "span columns"
button.


importing tex files into lyx with windows xp

2003-04-02 Thread Sergio Camiz
I installed Lyx 1.3.0 with Cygwin under Windows XP home.
Everything seems to be all right, but two things do not work: I cannot get 
the main manual and I cannot import tex files, that were working ok with 
MiKTeX.

Is there anybody who can help me? Please, answer to my mail address. Thank you

Sergio

Sergio Camiz

Web page: http://www.mat.uniroma1.it/people/camiz



Re: problems with math formulae in 1.3.1 (xforms)

2003-04-02 Thread Kenward Vaughan
On Wed, Apr 02, 2003 at 07:14:22PM +0100, John Levon wrote:
> On Wed, Apr 02, 2003 at 08:09:11AM -0800, Kenward Vaughan wrote:
...
> > Some additional information: if I try the sequence below at the beginning
> > of a document, it flat out fails with 6 errors about things like missing }'s
> > and so on.  Is there a way to log these errors (since I can't seem to copy
> > the text out of the boxes)?
> > 
> > Has the input for math changed that much from 1.2.x ?  I have noticed that 
> > C-m A-m m CH  _4
> > works OK.   
> 
> Subscripts are not allowed inside textrm. Andre, how hard would it be to


If this has always been the case, then some magic was working in 1.2.x which
is no longer there in 1.3.x.  The code has changed, since the sequences I
pointed out in my origianl post have always worked for me before now.


> make sub/superscript at the end of a text region exit the textrm
> environment first ? And also disable sub/super in the middle ?


Regarding your question to Andre', I'd reiterate as well the earlier
sequence of strokes which allowed me to first place my letters (in textrm, I
guess), followed by inserting other (apparently verboten) characters in the
middle of that sequence.  The old code must have accomodated my ignorance of
the rules...

I'm not saying I can't live without it, but for a person entering formulae
like I do that sort of sequence is a real saver of keystrokes.


Kenward
-- 
In a completely rational society, the best of us would aspire to be 
_teachers_ and the rest of us would have to settle for something less, 
because passing civilization along from one generation to the next 
ought to be the highest honor and the highest responsibility anyone 
could have. - Lee Iacocca



missing bibliography!

2003-04-02 Thread Nirmal Govind
Hi.. I'm running into problems with my bibliography and citations...
they aren't showing up in the final output.. this file used to run fine
earlier (in the previous 1.2.* versions of Lyx) so I don't know if
something has changed in 1.3.1 that could cause this.. I'm using the Qt
frontend..  I'm attaching the log below... I can't find any mention of
the included bib files for some reason...

Thanks,
nirmal

--
This is TeX, Version 3.14159 (Web2C 7.4.5) (format=latex 2003.2.23)  2
APR 2003 15:44**Noise_correlation.tex
(./Noise_correlation.tex
LaTeX2e <2001/06/01>
Babel  and hyphenation patterns for american, french, german,
ngerman, n ohyphenation, loaded.

(/usr/share/texmf/tex/latex/base/book.cls
Document Class: book 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/bk10.clo
File: bk10.clo 2001/04/21 v1.4e Standard LaTeX file (size option)
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (/usr/share/texmf/tex/latex/base/fontenc.sty
Package: fontenc 2001/06/05 v1.94 Standard LaTeX package
(/usr/share/texmf/tex/latex/base/t1enc.def
File: t1enc.def 2001/06/05 v1.94 Standard LaTeX file
LaTeX Font Info:Redeclaring font encoding T1 on input line 38.
)) (/usr/share/texmf/tex/latex/misc/geometry.sty
Package: geometry 2002/07/08 v3.2 Page Geometry
(/usr/share/texmf/tex/latex/graphics/keyval.sty
Package: keyval 1999/03/16 v1.13 key=value parser (DPC)
[EMAIL PROTECTED]@=\toks14
)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]@tempcnt=\count90
[EMAIL PROTECTED]
[EMAIL PROTECTED]@mp=\dimen104
[EMAIL PROTECTED]@mp=\dimen105
[EMAIL PROTECTED]@mp=\dimen106
[EMAIL PROTECTED]
(/usr/share/texmf/tex/latex/config/geometry.cfg
File: geometry.cfg 2001/06/05 v1.0 teTeX (uncustomised setup)
)) (/usr/share/texmf/tex/latex/misc/prettyref.sty
Package: prettyref 1998/07/09 v3.0
) (/usr/share/texmf/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
[EMAIL PROTECTED]
For additional information on amsmath, use the `?' option.
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
[EMAIL PROTECTED]
[EMAIL PROTECTED]
)) (/usr/share/texmf/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
[EMAIL PROTECTED]
) (/usr/share/texmf/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
[EMAIL PROTECTED]
LaTeX Info: Redefining \frac on input line 211.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Info: Redefining \overline on input line 307.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
LaTeX Font Info:Redeclaring font encoding OML on input line 567.
LaTeX Font Info:Redeclaring font encoding OMS on input line 568.
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
\multlinegap=\skip44
\multlinetaggap=\skip45
[EMAIL PROTECTED]
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
) (/usr/share/texmf/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
Package: graphics 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)
(/usr/share/texmf/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
) (/usr/share/texmf/tex/latex/config/graphics.cfg
File: graphics.cfg 2001/08/31 v1.1 graphics configuration of
teTeX/TeXLive)
Package graphics Info: Driver file: dvips.def on input line 80.
(/usr/share/texmf/tex/latex/graphics/dvips.def
File: dvips.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)
))
[EMAIL PROTECTED]@height=\dimen116
[EMAIL PROTECTED]@width=\dimen117
) (/usr/share/texmf/tex/latex/misc/setspace.sty
Package: setspace 2000/12/01 6.7 Contributed and Supported LaTeX2e
package Package: `setspace' 6.7 <2000/12/01>
) (/usr/share/texmf/tex/latex/amsfonts/amssymb.sty
Package: amssymb 2002/01/22 v2.2d
(/usr/share/texmf/tex/latex/amsfonts/amsfonts.sty
Package: amsfonts 2001/10/25 v2.2f
\symAMSa=\mathgroup4
\symAMSb=\mathgroup5
LaTeX Font Info:Overwriting math alphabet `\mathfrak' in version
`bold'(Font)  U/euf/m/n --> U/euf/b/n on input line 132.
)) (/usr/share/texmf/tex/latex/natbib/natbib.sty
Package: natbib 2000/07/24 7.0a (PWD)
\bibhang=\skip46
\bibsep=\skip47
LaTeX Info: Redefining \cite on input line 508.
[EMAIL 

Re: problems with math formulae in 1.3.1 (xforms)

2003-04-02 Thread Paul A. Rubin
Kenward Vaughan <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]: 

> On Wed, Apr 02, 2003 at 07:14:22PM +0100, John Levon wrote:
>> On Wed, Apr 02, 2003 at 08:09:11AM -0800, Kenward Vaughan wrote:
> ...
>> > Some additional information: if I try the sequence below at the
>> > beginning of a document, it flat out fails with 6 errors about
>> > things like missing }'s and so on.  Is there a way to log these
>> > errors (since I can't seem to copy the text out of the boxes)?
>> > 
>> > Has the input for math changed that much from 1.2.x ?  I have
>> > noticed that 
>> >  C-m A-m m CH  _4
>> > works OK.   
>> 
>> Subscripts are not allowed inside textrm. Andre, how hard would it be
>> to 
> 
> 
> If this has always been the case, then some magic was working in 1.2.x
> which is no longer there in 1.3.x.  The code has changed, since the
> sequences I pointed out in my origianl post have always worked for me
> before now. 
> 
> 
>> make sub/superscript at the end of a text region exit the textrm
>> environment first ? And also disable sub/super in the middle ?
> 
> 
> Regarding your question to Andre', I'd reiterate as well the earlier
> sequence of strokes which allowed me to first place my letters (in
> textrm, I guess), followed by inserting other (apparently verboten)
> characters in the middle of that sequence.  The old code must have
> accomodated my ignorance of the rules...
> 
> I'm not saying I can't live without it, but for a person entering
> formulae like I do that sort of sequence is a real saver of
> keystrokes. 
> 
> 
> Kenward

Not sure if this is known (for some reason, I don't see the response from 
John Levon to which you responded), but whereas your original sequence 
results in a setting CH in textrm, with the subscript inside the textrm 
braces (apparently verboten in LaTeX), you get the same result using 
mathrm (i.e., \mathrm{CH_4} rather than \textrm{CH_4}), and the latter is 
apparently valid LaTeX.  So the next question, to which I lack an answer, 
is whether there's a key binding/command in math mode for mathrm.  

I'm also curious why C-m A-m m toggles between normal math font and 
textrm, rather than using mathrm.  Is this because the user might not 
have mathrm (lack of the right AMS package or something)?

-- 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: missing bibliography!

2003-04-02 Thread Herbert Voss
Nirmal Govind schrieb:
Hi.. I'm running into problems with my bibliography and citations...
they aren't showing up in the final output.. this file used to run fine
earlier (in the previous 1.2.* versions of Lyx) so I don't know if
something has changed in 1.3.1 that could cause this.. I'm using the Qt
frontend..  I'm attaching the log below... I can't find any mention of
the included bib files for some reason...
export the lyx file to latex and try to run it by yourself.

latex file.tex
latex file.tex
bibtex file
makeindex file
latex file.tex
latex file.tex
what happens?

Herbert




Re: missing bibliography!

2003-04-02 Thread Nirmal Govind
> export the lyx file to latex and try to run it by yourself.
> 
> latex file.tex
> latex file.tex
> bibtex file
> makeindex file
> latex file.tex
> latex file.tex
> 
> what happens?

Hi Herbert.. I did the above and this is what happens:

1. latex file.tex has problems determining the size of the graphics
2. I ignored the above and did the rest as you said..
3. the final output dvi file has all the citations and references.. no
problem.. only the graphics are missing.. but references are all OK..

So is this a LyX problem then? Or does it have something to do with the
LyX configuration? Is there a way of reconfiguring it so that it goes
back to the default? 

nirmal


Re: No implementation warning in l2h conversion (was: missing bibliography! - VERY WEIRD)

2003-04-02 Thread Jean-Pierre.Chretien

>>Date: Wed, 2 Apr 2003 20:23:10 -0700
>>From: Nirmal Govind <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Cc: [EMAIL PROTECTED]
>>Subject: Re: missing bibliography! - VERY WEIRD
>>
>>I did some more experimentation... when I do a View -> DVI (with all
>>the files in the directory deleted except the lyx file), I don't get the
>>references or citations as I mentioned in the earlier mail.. but if I do
>>a View-> HTML, it shows all the references and everything's fine.. and
>>after this if I do a View-> DVI, all the references are back again! So
>>it looks it's using whatever auxiliary files View -> HTML generated..
>>also noticed that during the HTML generation I get the following
>>warnings:
>>
>>Warning: No implementation found for option: `american' for `article'
>>package
[snip]

>> *** preamble done ***
>>
>>I have all of these packages installed and kpsewhich can find them
>>(wscsetup is a local sty file provided by the organizers).. any idea
>>what's going on here? I really hope someone knows what's going on since
>>I have to submit this paper by Friday! Any help would be greatly
>>appreciated!

They claim to be warning: they simply mean that there does not exist
a converter file in the styles dir, here
/usr/local/share/lib/latex2html/styles/
Most of the layout stuff does not mean
anything in html, so I ignore these most of the time, the
commands in html.sty allow to deal separately with typography
and WWW layout from the latex source.

There is a TEMPLATE.perl in the dir, seems dedicated to language
conversion, but I guess you may write any converter with a minimum
perl knowledge if you need it e.g. for your local .sty.

-- 
Jean-Pierre





Re: highlighting text?

2003-04-02 Thread Nirmal Govind

> then in ert \colorbox{red}{some text}
> with a \usepackage{color} in the preamble

Thanks Herbet... Yes, I guess ERT is the only way.. I tried soul and
that's pretty neat too but again in ERT.. 

Maybe I should put in a feature request for text highlighting in Lyx??
it would be nice to be able to simply select the text and then say
highlight.. 

nirmal


Re: missing bibliography! - VERY WEIRD

2003-04-02 Thread Nirmal Govind
I did some more experimentation... when I do a View -> DVI (with all
the files in the directory deleted except the lyx file), I don't get the
references or citations as I mentioned in the earlier mail.. but if I do
a View-> HTML, it shows all the references and everything's fine.. and
after this if I do a View-> DVI, all the references are back again! So
it looks it's using whatever auxiliary files View -> HTML generated..
also noticed that during the HTML generation I get the following
warnings:

Warning: No implementation found for option: `american' for `article'
package

Warning: No implementation found for option: `fancyheadings' for
`article' package

Warning: No implementation found for option: `latexsym' for `article'
package

Warning: No implementation found for option: `amsmath' for `article'
package

Warning: No implementation found for option: `url' for `article' package

Warning: No implementation found for option: `caption2' for `article'
package

Warning: No implementation found for option: `epsfig' for `article'
package.
Warning: No implementation found for package: ae.
Warning: No implementation found for package: aecompl.
Warning: No implementation found for package: fontenc..
Warning: No implementation found for package: geometry...
Warning: No implementation found for package: prettyref.
Warning: No implementation found for package: float
Warning: No implementation found for package: wscsetup.
Warning: No implementation found for package: varioref..
Warning: No implementation found for package: prettyref
 *** preamble done ***

I have all of these packages installed and kpsewhich can find them
(wscsetup is a local sty file provided by the organizers).. any idea
what's going on here? I really hope someone knows what's going on since
I have to submit this paper by Friday! Any help would be greatly
appreciated!

Thanks,
nirmal