Re: figures

2002-03-07 Thread Allan Rae

On Wed, 6 Mar 2002, Davide Cavallari wrote:

 I  have  chosen   the  16  separate  figures  option.  They   are  all  in
 correspending floating  figure objects.  How can  I force  lyx to  put all
 these 16 figures sequentially, without normal text between them?

You need to either not float them at all but just include the figures
inline in your text or set them all to be displayed here.  This is
done by putting H or maybe it's h in
Layout-Document-Extra-Float_Placement


This will affect _all_ your floats.  In 1.2.0 I think you'll have
per-float placement but nothing more convenient than this for 1.1.6.

Allan. (ARRae)





Re: figures

2002-03-07 Thread Davide Cavallari

On Wed, Mar 06, 2002 at 03:18:20PM +0100, Wayan wrote:
 how about using minipage command...

what is the minipage command? is it a latex one?
-- 
Cheers,
Davide Cavallari
The steady state of disks is full.
-- Ken Thompson



numbering equation

2002-03-07 Thread Richard Wang

Hi,

Is there a way to syncronize the number of equation to the use of the 
equation?  For example,

-
1+1=2   (#)

 From (#) we know that addition is so easy ..
--

We don't know what the first # is until we see the dvi file.  Can we 
link the 2nd # with the 1st # for the equation such that they are 
always the same?  Thanks!

Richard




Missing feature in relyx preventing reimport (was cannot create bugzilla account)

2002-03-07 Thread Guenter Milde

On Wed, 6 Mar 2002 15:51:26 + wrote John Levon [EMAIL PROTECTED]:

 On Wed, Mar 06, 2002 at 04:41:53PM +0100, Guenter Milde wrote:
 
To create a bugzilla account, all that you need to do is to enter a
legitimate e-mail address. The account will be created, and its password
will be mailed to you. Optionally you may enter your real name as well. 
  
  but unfortunately, I did not find a mail with the password afterwards (some
  hours later).
 
 Use a different browser and try again..

That did it. Thanks.
Using Opera 5.05 I was able to create an account and also to vote for but
20. However, when trying to attach an example case to the bug, I got an

  No file was provided, or it was empty.
  Please hit Back and try again.

error. (Also on the second try.)

So, here is my example for a relyx problem that prevents reimport of LyX
documents:




reimport-orig.lyx
Description: Binary data



GM

--
[EMAIL PROTECTED]



Re: figures

2002-03-07 Thread Wayan


On Wed, 6 Mar 2002, Davide Cavallari wrote:

 what is the minipage command? is it a latex one?

Layout -- Paragraph -- Extra -- Minipage (in the middle of
Extra/Advanced Option)

Firstly, put your figure line-by-line
with command Insert -- Include Document(?), select with \input

You will get buttons with,
Input: fig1
Input: fig2
Input: fig3
...
Input: fig16

Then, select all those buttons, use command Layout -- Paragraph --
Center (for centering your figures).

To set the minipage, download the minipage example from
http://www.lyx.org/help (Difficult to write how to use it, sorry...).
Better seeing the lyx-example file.

Wayan




Re: figures

2002-03-07 Thread Davide Cavallari

On Thu, Mar 07, 2002 at 06:21:35PM +1000, Allan Rae wrote:
 This will affect _all_ your floats.  

what does it  mean they are *affected* ? simply,  that this does influence
the position of the other floats? but  this doesn't seem much a problem to
me, the normal text affects this way the floats, too..
-- 
Cheers,
Davide Cavallari
Vale la pena di vederlo?  Si', ma non vale la pena di andarlo a vedere.



error: floats lost

2002-03-07 Thread Davide Cavallari

I have a bad problem. I have a  lyx file with lots of figure floats. Now I
need to add some other figure floats. If  I add 4 of them, ok. However, if
I add a 5th one, I get 9 latex errors!

The last error is at the end of the document and says: 

LaTeX Error: Float(s) lost.
 \end{document}

The 1st one is in the last float and says:

Missing number, treated as zero.
\input
 {snap-00-1D1D.tex}
A number should have been inserted here; I inserted `0'
...

snap-00-1D1D.tex is the figure tex file generated with gnuplot.

The 2nd error is:

Undefined control sequence
   \input
 {snap-00-1D1D.tex}
...

Then the 3rd:

LaTeX Error: Too many unprocessed floats
   \input
 {snap-00-1D1D.tex}


Then there are other 5 errors in the caption field.

It's not a  problem of the input tex  file, since I tried to  put the same
file in  all the  5 floats and  I get the  same problem.  If I put  only 4
figure float, it works instead!

I tried to split  the file in 2 parts. Now lyx can  generate a dvi preview
of the first  half and of the second.  But if I input the  second part lyx
file at the end of the first, I get the same problems!

What's that? What can  I do? Evidently this problem is  due to many figure
floats, but this is only one chapter of my thesis!!
-- 
Cheers,
Davide Cavallari
I would much rather have men ask why I have no statue, than why I have one.
-- Marcus Procius Cato



Re: error: floats lost

2002-03-07 Thread Wayan


Use package morefloats in preamble...
and \clearpage after some complex figure...

Wayan


On Thu, 7 Mar 2002, Davide Cavallari wrote:

 I have a bad problem. I have a  lyx file with lots of figure floats. Now I
 need to add some other figure floats. If  I add 4 of them, ok. However, if
 I add a 5th one, I get 9 latex errors!

 The last error is at the end of the document and says:

 LaTeX Error: Float(s) lost.
  \end{document}

 The 1st one is in the last float and says:

 Missing number, treated as zero.
 \input
  {snap-00-1D1D.tex}
 A number should have been inserted here; I inserted `0'
 ...

 snap-00-1D1D.tex is the figure tex file generated with gnuplot.

 The 2nd error is:

 Undefined control sequence
\input
  {snap-00-1D1D.tex}
 ...

 Then the 3rd:

 LaTeX Error: Too many unprocessed floats
\input
  {snap-00-1D1D.tex}
 

 Then there are other 5 errors in the caption field.

 It's not a  problem of the input tex  file, since I tried to  put the same
 file in  all the  5 floats and  I get the  same problem.  If I put  only 4
 figure float, it works instead!

 I tried to split  the file in 2 parts. Now lyx can  generate a dvi preview
 of the first  half and of the second.  But if I input the  second part lyx
 file at the end of the first, I get the same problems!

 What's that? What can  I do? Evidently this problem is  due to many figure
 floats, but this is only one chapter of my thesis!!
 --
 Cheers,
 Davide Cavallari
 I would much rather have men ask why I have no statue, than why I have one.
   -- Marcus Procius Cato


I Wayan WARMADA
-
Institut fuer Mineralogie
FG Lagerstaettenforschung
TU Clausthal, Germany
http://warmada.dhs.org/
-




Multiple page numbering formats..

2002-03-07 Thread Rodrigo Gesswein

Hi!

   I need multiple page numbering styles on my working document,
written with book class.

   For example, from ducument page 1 to 10 - Roman numbers
   and from page 11 to end - Arabic numbers.

   How can I do this ??

   Thank you very much and have a nice day!!

   Rodrigo Gesswein P.
---
El saber y la razón hablan, la ignorancia y el error gritan.
  (Arturi Graf 1848-1913)





Re: error: floats lost

2002-03-07 Thread Davide Cavallari

On Thu, Mar 07, 2002 at 01:34:01PM +0100, Wayan wrote:
 
 Use package morefloats in preamble...

Is this one of those optional packages I can get from CTAN? I dont have it

 and \clearpage after some complex figure...

thanks a lot, it works  :^)
-- 
Cheers,
Davide Cavallari
- Perche' i dinosauri si sono estinti?
- Con quello che costa la verdura!
-- Da it.hobby.umorismo



Appendix

2002-03-07 Thread Alexis Wiasmitinow

Hi guys

I'm writing a semester work, which has an appendix, and my tutor wants me to 
put it on a new page. 
(he has this MSWord kind of thinking where you write on pages)
Actually I wrote the title for appendix in part style, but this has no 
influence on the page make-up.

If I use title the text disappears, since there sould be only one title...

so how can I make an appendix starting on an new page?

thanx   Alexis



Re: Appendix

2002-03-07 Thread Nirmal Govind


so how can I make an appendix starting on an new page?
You could put a \newpage right after the last line of text
before the Appendix.. so the Appendix will start on a new page.. I'm
guessing there's some LyX menu option to do the same
nirmal



Re: numbering equation

2002-03-07 Thread Herbert Voss

Richard Wang wrote:

 Hi,
 
 Is there a way to syncronize the number of equation to the use of the 
 equation?  For example,
 
 -
 1+1=2   (#)
 
  From (#) we know that addition is so easy ..
 --
 
 We don't know what the first # is until we see the dvi file.  Can we 
 link the 2nd # with the 1st # for the equation such that they are 
 always the same?  Thanks!


put the cursor inside the formula and than

insert-label
Cross-References are now possible.

Herbert



-- 
http://www.lyx.org/help/




Re: Multiple page numbering formats..

2002-03-07 Thread Herbert Voss



Rodrigo Gesswein wrote:

 Hi!
 
I need multiple page numbering styles on my working document,
 written with book class.
 
For example, from ducument page 1 to 10 - Roman numbers
and from page 11 to end - Arabic numbers.
 
How can I do this ??
 


-- 
http://www.lyx.org/help/page/page.php#pagenumbers


Herbert




Re: Appendix

2002-03-07 Thread Aide Florent

 so how can I make an appendix starting on an new page?

 thanx Alexis

Select your appendix title

then click on layout-paragraph-pagebreaks-above

then CTRL-d to see the result ;)

I think this should do what you want ...

Aide Florent
Alphacentauri
http://www.alphacent.com/opensource

-- 
As we enjoy great advantages from inventions of others, we should be glad of 
an opportunity to serve others by any invention of ours; and this we should 
do freely and generously.
--Benjamin Franklin



Problems importing latex

2002-03-07 Thread Jorge Balmaseda Era

Hi!

I'm having problems importing a latex document that contains a picture
environment.

For example, if I try to import the latex file:

\documentclass{article} 
\begin{document} 
\setlength{\unitlength}{3947sp}
\begin{picture}(5649,3430)(214,-2885)
\put(301,314){\makebox(0,0)[lb]{Velocidad}} 
\end{picture}
\end{document}

I get

\setlength{\unitlength}{3947sp}
\begin{picture}(5649,3430)(214,-2885)
\put(301,314){\makebox{(}0,0)[lb]{Velocidad}}
\end{picture}

which produce a wrong dvi file. What I'm doing wrong?

Thanks!

--
Jorge Balmaseda Era
Structural Analysis Laboratory
Havana University, Physics Faculty
San Lazaro y L, CP 10400, C. Havana, Cuba
Tel: +(537) 78 8956 to 78 8959, ext: 552




Re: Problems importing latex

2002-03-07 Thread Herbert Voss

Jorge Balmaseda Era wrote:

 I'm having problems importing a latex document that contains a picture
 environment.
 
 For example, if I try to import the latex file:
 
 \documentclass{article} 
 \begin{document} 
 \setlength{\unitlength}{3947sp}
 \begin{picture}(5649,3430)(214,-2885)
 \put(301,314){\makebox(0,0)[lb]{Velocidad}} 
 \end{picture}
 \end{document}
 
 I get
 
 \setlength{\unitlength}{3947sp}
 \begin{picture}(5649,3430)(214,-2885)
 \put(301,314){\makebox{(}0,0)[lb]{Velocidad}}
 \end{picture}
 
 which produce a wrong dvi file. What I'm doing wrong?


youd did nothing wrong,
this seems to be a bug in the relyx part.

Herbert



-- 
http://www.lyx.org/help/




Re: numbering equation

2002-03-07 Thread Andre Poenitz

On Thu, Mar 07, 2002 at 01:27:35AM -0800, Richard Wang wrote:
 Is there a way to syncronize the number of equation to the use of the 
 equation?  For example,
 
 -
 1+1=2   (#)

Insert-Label-... eq:1
 
  From (#) we know that addition is so easy ..

Insert-Reference-... eq:1

Andre'


-- 
André Pönitz .. [EMAIL PROTECTED]



Re: LyX is driving me crazy

2002-03-07 Thread Herbert Voss



Taimo Peelo wrote:

 Hello,
 
 i lately downloaded lyx1.1.6fix4 and am playing with it for second evening now.
 And NO, i haven't read ALL the documentation yet, just intro  tutorial and
 small parts from others ;)
 
 And my problem is:
 Had a small nice HTML-d essay, used lynx(yep, not a typo) to save
 this to a  .txt file. Imported this .txt to LyX (ascii as paragraps).
 Viewed as DVI, looked nice at first sight. From Layout-Document changed
 Language to Estonian (cause i am an estonian :)) and Paper to A4, with
 very small margins (effect i'm desribing also occurs with A4 small
 margins, but not with default A4).
 
 And...
 the text is not placed nicely, some strange incorrect hyphenation is
 done at most unlikely places, but even with that kind of axe-hyphenation
 all lines are of slightly different length, and one line is 4 chars longer
 than others :(


do you have the estonian language for latex installed?
have a look at:
http://www.lyx.org/help/language/hyphen.php#wrong

 So - what should i do? Can i turn OFF auto-hyphenation somewhere? When i
 do that will my problems 'go away'? Doubt that. What about these poor otildes?
 Afterall, pslatex font that loses them seems to be the only font looking really
 good as .pdf. Why is A4 with different margins causing me problems?
 Isn't it possible to write documents in Estonian with LyX? What does
 checkbox Use geometry package in Layout-Document-Paper change?


it loads package geometry which has some defualt values
for the margins.

 
Herbert


-- 
http://www.lyx.org/help/




Re: Appendix

2002-03-07 Thread Nico Mock

On Thursday 07 March 2002 15:45, you wrote:
 Hi guys

 I'm writing a semester work, which has an appendix, and my tutor wants me
 to put it on a new page.
 (he has this MSWord kind of thinking where you write on pages)
 Actually I wrote the title for appendix in part style, but this has no
 influence on the page make-up.

 If I use title the text disappears, since there sould be only one
 title...

 so how can I make an appendix starting on an new page?

 thanx Alexis

easy thing

put everything between

\between{appendix}

foo

\end{appendix}

that will work, only strange thing is, that lyx doesn't refresh the 
chaptercount. The ps output is fine, though

-- 
Gruß Nico




Re: ???????????????

2002-03-07 Thread Tom Wainwright

This is interesting.  To me, these messages appeared to come from
noaa.gov; to you they appeared to come from acm.caltech.edu?  They
seem to construct the return address from the recipients mail server,
perhaps by posing as a message from a local user??

Anyway, I've passed the problem on to our computer security office,
hopefully they'll find a way to block the messages.

--Tom Wainwright

Xinwei Yu wrote:
 
 This company modified the from field of the
 mail. There is no such email address in the acm
 dept. of Caltech. Thanks!
 
 Best,
 Xinwei Yu

-- 
Tom Wainwright
NOAA/NMFS/NWFSC
2030 S Marine Science Dr
Newport, OR 97365 USA
[EMAIL PROTECTED]



Re: Appendix

2002-03-07 Thread Herbert Voss



Nico Mock wrote:

 On Thursday 07 March 2002 15:45, you wrote:
 
Hi guys

I'm writing a semester work, which has an appendix, and my tutor wants me
to put it on a new page.
(he has this MSWord kind of thinking where you write on pages)
Actually I wrote the title for appendix in part style, but this has no
influence on the page make-up.

If I use title the text disappears, since there sould be only one
title...

so how can I make an appendix starting on an new page?

thanx Alexis

 
 easy thing
 
 put everything between
 
 \between{appendix}
 
 foo
 
 \end{appendix}
 


appendix isn't an environment, therefore only
\appendix

Herbert


-- 
http://www.lyx.org/help/




Re: LyX is driving me crazy

2002-03-07 Thread Taimo Peelo

On Thu, 7 Mar 2002 22:35, Herbert Voss wrote


 Taimo Peelo wrote:

  Hello,
 
  i lately downloaded lyx1.1.6fix4 and am playing with it for second evening now.
  And NO, i haven't read ALL the documentation yet, just intro  tutorial and
  small parts from others ;)
 
  And my problem is:
  Had a small nice HTML-d essay, used lynx(yep, not a typo) to save
  this to a  .txt file. Imported this .txt to LyX (ascii as paragraps).
  Viewed as DVI, looked nice at first sight. From Layout-Document changed
  Language to Estonian (cause i am an estonian :)) and Paper to A4, with
  very small margins (effect i'm desribing also occurs with A4 small
  margins, but not with default A4).
 
  And...
  the text is not placed nicely, some strange incorrect hyphenation is
  done at most unlikely places, but even with that kind of axe-hyphenation
  all lines are of slightly different length, and one line is 4 chars longer
  than others :(


 do you have the estonian language for latex installed?
 have a look at:
 http://www.lyx.org/help/language/hyphen.php#wrong

Checked it, there is no estonian language package for latex. But then, why
doesn't LyX use nohyphenation, when i set the language to be estonian and
there's no language package available?

Using the preamble from your given link:
\tolerance=200
\setlength{\emergencystretch}{2em}
the right sides of lines still went somewhat wavy.

  So - what should i do? Can i turn OFF auto-hyphenation somewhere? When i
  do that will my problems 'go away'? Doubt that. What about these poor otildes?
  Afterall, pslatex font that loses them seems to be the only font looking really
  good as .pdf. Why is A4 with different margins causing me problems?
  Isn't it possible to write documents in Estonian with LyX? What does
  checkbox Use geometry package in Layout-Document-Paper change?


 it loads package geometry which has some defualt values
 for the margins.
And when i check it, the lines really seem to be same length. Seems that i
simply have to manually set all the margins to some acceptable value and also
load the geometry package. But DOES that work always and for all fonts?


 Herbert

 http://www.lyx.org/help/
Very useful link unnoticed by me ;). I need to go to sleep right now, but i
will definitely browse through these materials tomorrow.

Taimo




Re: [Fwd: Re: ???????????????]

2002-03-07 Thread Tom Wainwright

At the risk of prolonging an off-topic discussion of spam, here's the
response I got from our mail security staff.  I, like others on this
list, was confused into thinking that someone might be spamming the list
from our server, which was not the case.

--Tom Wainwright

 
 Actually, the nems.noaa.gov was tacked onto the From: header as the
 message was coming into NOAA for you.  It's an annoying feature of our
 inbound gateway.  It just wants to make sure all addresses are valid
 smtp addresses by tacking on it's own local domain, if there is no
 domain, or an incomplete domain on the address.  It causes
 confusion...sorry 'bout that.



Re: figures

2002-03-07 Thread Allan Rae

On Thu, 7 Mar 2002, Davide Cavallari wrote:

 On Thu, Mar 07, 2002 at 06:21:35PM +1000, Allan Rae wrote:
  This will affect _all_ your floats.

 what does it  mean they are *affected* ? simply,  that this does influence
 the position of the other floats? but  this doesn't seem much a problem to
 me, the normal text affects this way the floats, too..

All your floats will be placed where they are mentioned in the text.
LaTeX won't let them float to another page. Actually you would
probably want to enter !h in the float placement field instead of
just h.

Allan. (ARRae)




Re: LyX is driving me crazy

2002-03-07 Thread Herbert Voss

Taimo Peelo wrote:

do you have the estonian language for latex installed?
have a look at:
http://www.lyx.org/help/language/hyphen.php#wrong


 Checked it, there is no estonian language package for latex. But then, why
 doesn't LyX use nohyphenation, when i set the language to be estonian and
 there's no language package available?


because lyx has no idea what kind of packages you are
using and what they are doing.

 Using the preamble from your given link:
 \tolerance=200
 \setlength{\emergencystretch}{2em}
 the right sides of lines still went somewhat wavy.


this really helps for supported languages.

it loads package geometry which has some defualt values
for the margins.

 And when i check it, the lines really seem to be same length. Seems that i
 simply have to manually set all the margins to some acceptable value and also
 load the geometry package. But DOES that work always and for all fonts?


yes

Herbert


-- 
http://www.lyx.org/help/




not a lyx file

2002-03-07 Thread Wolfgang Engelmann

I am translating a book from the english into a german version.
By trying to view it with dvi it hangs

Therefore I exported it to latex, in order to see whats going wrong,
however it says 

not a lyx file

what is going wrong?

Language is german
I have selected before the whole text (which was from the English version) 
and converted `character´ by using reset.


Wolfgang




Re: figures

2002-03-07 Thread Allan Rae

On Wed, 6 Mar 2002, Davide Cavallari wrote:

 I  have  chosen   the  16  separate  figures  option.  They   are  all  in
 correspending floating  figure objects.  How can  I force  lyx to  put all
 these 16 figures sequentially, without normal text between them?

You need to either not float them at all but just include the figures
inline in your text or set them all to be displayed here.  This is
done by putting H or maybe it's h in
Layout-Document-Extra-Float_Placement


This will affect _all_ your floats.  In 1.2.0 I think you'll have
per-float placement but nothing more convenient than this for 1.1.6.

Allan. (ARRae)





Re: figures

2002-03-07 Thread Davide Cavallari

On Wed, Mar 06, 2002 at 03:18:20PM +0100, Wayan wrote:
 how about using minipage command...

what is the minipage command? is it a latex one?
-- 
Cheers,
Davide Cavallari
The steady state of disks is full.
-- Ken Thompson



numbering equation

2002-03-07 Thread Richard Wang

Hi,

Is there a way to syncronize the number of equation to the use of the 
equation?  For example,

-
1+1=2   (#)

 From (#) we know that addition is so easy ..
--

We don't know what the first # is until we see the dvi file.  Can we 
link the 2nd # with the 1st # for the equation such that they are 
always the same?  Thanks!

Richard




Missing feature in relyx preventing reimport (was cannot create bugzilla account)

2002-03-07 Thread Guenter Milde

On Wed, 6 Mar 2002 15:51:26 + wrote John Levon [EMAIL PROTECTED]:

 On Wed, Mar 06, 2002 at 04:41:53PM +0100, Guenter Milde wrote:
 
To create a bugzilla account, all that you need to do is to enter a
legitimate e-mail address. The account will be created, and its password
will be mailed to you. Optionally you may enter your real name as well. 
  
  but unfortunately, I did not find a mail with the password afterwards (some
  hours later).
 
 Use a different browser and try again..

That did it. Thanks.
Using Opera 5.05 I was able to create an account and also to vote for but
20. However, when trying to attach an example case to the bug, I got an

  No file was provided, or it was empty.
  Please hit Back and try again.

error. (Also on the second try.)

So, here is my example for a relyx problem that prevents reimport of LyX
documents:




reimport-orig.lyx
Description: Binary data



GM

--
[EMAIL PROTECTED]



Re: figures

2002-03-07 Thread Wayan


On Wed, 6 Mar 2002, Davide Cavallari wrote:

 what is the minipage command? is it a latex one?

Layout -- Paragraph -- Extra -- Minipage (in the middle of
Extra/Advanced Option)

Firstly, put your figure line-by-line
with command Insert -- Include Document(?), select with \input

You will get buttons with,
Input: fig1
Input: fig2
Input: fig3
...
Input: fig16

Then, select all those buttons, use command Layout -- Paragraph --
Center (for centering your figures).

To set the minipage, download the minipage example from
http://www.lyx.org/help (Difficult to write how to use it, sorry...).
Better seeing the lyx-example file.

Wayan




Re: figures

2002-03-07 Thread Davide Cavallari

On Thu, Mar 07, 2002 at 06:21:35PM +1000, Allan Rae wrote:
 This will affect _all_ your floats.  

what does it  mean they are *affected* ? simply,  that this does influence
the position of the other floats? but  this doesn't seem much a problem to
me, the normal text affects this way the floats, too..
-- 
Cheers,
Davide Cavallari
Vale la pena di vederlo?  Si', ma non vale la pena di andarlo a vedere.



error: floats lost

2002-03-07 Thread Davide Cavallari

I have a bad problem. I have a  lyx file with lots of figure floats. Now I
need to add some other figure floats. If  I add 4 of them, ok. However, if
I add a 5th one, I get 9 latex errors!

The last error is at the end of the document and says: 

LaTeX Error: Float(s) lost.
 \end{document}

The 1st one is in the last float and says:

Missing number, treated as zero.
\input
 {snap-00-1D1D.tex}
A number should have been inserted here; I inserted `0'
...

snap-00-1D1D.tex is the figure tex file generated with gnuplot.

The 2nd error is:

Undefined control sequence
   \input
 {snap-00-1D1D.tex}
...

Then the 3rd:

LaTeX Error: Too many unprocessed floats
   \input
 {snap-00-1D1D.tex}


Then there are other 5 errors in the caption field.

It's not a  problem of the input tex  file, since I tried to  put the same
file in  all the  5 floats and  I get the  same problem.  If I put  only 4
figure float, it works instead!

I tried to split  the file in 2 parts. Now lyx can  generate a dvi preview
of the first  half and of the second.  But if I input the  second part lyx
file at the end of the first, I get the same problems!

What's that? What can  I do? Evidently this problem is  due to many figure
floats, but this is only one chapter of my thesis!!
-- 
Cheers,
Davide Cavallari
I would much rather have men ask why I have no statue, than why I have one.
-- Marcus Procius Cato



Re: error: floats lost

2002-03-07 Thread Wayan


Use package morefloats in preamble...
and \clearpage after some complex figure...

Wayan


On Thu, 7 Mar 2002, Davide Cavallari wrote:

 I have a bad problem. I have a  lyx file with lots of figure floats. Now I
 need to add some other figure floats. If  I add 4 of them, ok. However, if
 I add a 5th one, I get 9 latex errors!

 The last error is at the end of the document and says:

 LaTeX Error: Float(s) lost.
  \end{document}

 The 1st one is in the last float and says:

 Missing number, treated as zero.
 \input
  {snap-00-1D1D.tex}
 A number should have been inserted here; I inserted `0'
 ...

 snap-00-1D1D.tex is the figure tex file generated with gnuplot.

 The 2nd error is:

 Undefined control sequence
\input
  {snap-00-1D1D.tex}
 ...

 Then the 3rd:

 LaTeX Error: Too many unprocessed floats
\input
  {snap-00-1D1D.tex}
 

 Then there are other 5 errors in the caption field.

 It's not a  problem of the input tex  file, since I tried to  put the same
 file in  all the  5 floats and  I get the  same problem.  If I put  only 4
 figure float, it works instead!

 I tried to split  the file in 2 parts. Now lyx can  generate a dvi preview
 of the first  half and of the second.  But if I input the  second part lyx
 file at the end of the first, I get the same problems!

 What's that? What can  I do? Evidently this problem is  due to many figure
 floats, but this is only one chapter of my thesis!!
 --
 Cheers,
 Davide Cavallari
 I would much rather have men ask why I have no statue, than why I have one.
   -- Marcus Procius Cato


I Wayan WARMADA
-
Institut fuer Mineralogie
FG Lagerstaettenforschung
TU Clausthal, Germany
http://warmada.dhs.org/
-




Multiple page numbering formats..

2002-03-07 Thread Rodrigo Gesswein

Hi!

   I need multiple page numbering styles on my working document,
written with book class.

   For example, from ducument page 1 to 10 - Roman numbers
   and from page 11 to end - Arabic numbers.

   How can I do this ??

   Thank you very much and have a nice day!!

   Rodrigo Gesswein P.
---
El saber y la razón hablan, la ignorancia y el error gritan.
  (Arturi Graf 1848-1913)





Re: error: floats lost

2002-03-07 Thread Davide Cavallari

On Thu, Mar 07, 2002 at 01:34:01PM +0100, Wayan wrote:
 
 Use package morefloats in preamble...

Is this one of those optional packages I can get from CTAN? I dont have it

 and \clearpage after some complex figure...

thanks a lot, it works  :^)
-- 
Cheers,
Davide Cavallari
- Perche' i dinosauri si sono estinti?
- Con quello che costa la verdura!
-- Da it.hobby.umorismo



Appendix

2002-03-07 Thread Alexis Wiasmitinow

Hi guys

I'm writing a semester work, which has an appendix, and my tutor wants me to 
put it on a new page. 
(he has this MSWord kind of thinking where you write on pages)
Actually I wrote the title for appendix in part style, but this has no 
influence on the page make-up.

If I use title the text disappears, since there sould be only one title...

so how can I make an appendix starting on an new page?

thanx   Alexis



Re: Appendix

2002-03-07 Thread Nirmal Govind


so how can I make an appendix starting on an new page?
You could put a \newpage right after the last line of text
before the Appendix.. so the Appendix will start on a new page.. I'm
guessing there's some LyX menu option to do the same
nirmal



Re: numbering equation

2002-03-07 Thread Herbert Voss

Richard Wang wrote:

 Hi,
 
 Is there a way to syncronize the number of equation to the use of the 
 equation?  For example,
 
 -
 1+1=2   (#)
 
  From (#) we know that addition is so easy ..
 --
 
 We don't know what the first # is until we see the dvi file.  Can we 
 link the 2nd # with the 1st # for the equation such that they are 
 always the same?  Thanks!


put the cursor inside the formula and than

insert-label
Cross-References are now possible.

Herbert



-- 
http://www.lyx.org/help/




Re: Multiple page numbering formats..

2002-03-07 Thread Herbert Voss



Rodrigo Gesswein wrote:

 Hi!
 
I need multiple page numbering styles on my working document,
 written with book class.
 
For example, from ducument page 1 to 10 - Roman numbers
and from page 11 to end - Arabic numbers.
 
How can I do this ??
 


-- 
http://www.lyx.org/help/page/page.php#pagenumbers


Herbert




Re: Appendix

2002-03-07 Thread Aide Florent

 so how can I make an appendix starting on an new page?

 thanx Alexis

Select your appendix title

then click on layout-paragraph-pagebreaks-above

then CTRL-d to see the result ;)

I think this should do what you want ...

Aide Florent
Alphacentauri
http://www.alphacent.com/opensource

-- 
As we enjoy great advantages from inventions of others, we should be glad of 
an opportunity to serve others by any invention of ours; and this we should 
do freely and generously.
--Benjamin Franklin



Problems importing latex

2002-03-07 Thread Jorge Balmaseda Era

Hi!

I'm having problems importing a latex document that contains a picture
environment.

For example, if I try to import the latex file:

\documentclass{article} 
\begin{document} 
\setlength{\unitlength}{3947sp}
\begin{picture}(5649,3430)(214,-2885)
\put(301,314){\makebox(0,0)[lb]{Velocidad}} 
\end{picture}
\end{document}

I get

\setlength{\unitlength}{3947sp}
\begin{picture}(5649,3430)(214,-2885)
\put(301,314){\makebox{(}0,0)[lb]{Velocidad}}
\end{picture}

which produce a wrong dvi file. What I'm doing wrong?

Thanks!

--
Jorge Balmaseda Era
Structural Analysis Laboratory
Havana University, Physics Faculty
San Lazaro y L, CP 10400, C. Havana, Cuba
Tel: +(537) 78 8956 to 78 8959, ext: 552




Re: Problems importing latex

2002-03-07 Thread Herbert Voss

Jorge Balmaseda Era wrote:

 I'm having problems importing a latex document that contains a picture
 environment.
 
 For example, if I try to import the latex file:
 
 \documentclass{article} 
 \begin{document} 
 \setlength{\unitlength}{3947sp}
 \begin{picture}(5649,3430)(214,-2885)
 \put(301,314){\makebox(0,0)[lb]{Velocidad}} 
 \end{picture}
 \end{document}
 
 I get
 
 \setlength{\unitlength}{3947sp}
 \begin{picture}(5649,3430)(214,-2885)
 \put(301,314){\makebox{(}0,0)[lb]{Velocidad}}
 \end{picture}
 
 which produce a wrong dvi file. What I'm doing wrong?


youd did nothing wrong,
this seems to be a bug in the relyx part.

Herbert



-- 
http://www.lyx.org/help/




Re: numbering equation

2002-03-07 Thread Andre Poenitz

On Thu, Mar 07, 2002 at 01:27:35AM -0800, Richard Wang wrote:
 Is there a way to syncronize the number of equation to the use of the 
 equation?  For example,
 
 -
 1+1=2   (#)

Insert-Label-... eq:1
 
  From (#) we know that addition is so easy ..

Insert-Reference-... eq:1

Andre'


-- 
André Pönitz .. [EMAIL PROTECTED]



Re: LyX is driving me crazy

2002-03-07 Thread Herbert Voss



Taimo Peelo wrote:

 Hello,
 
 i lately downloaded lyx1.1.6fix4 and am playing with it for second evening now.
 And NO, i haven't read ALL the documentation yet, just intro  tutorial and
 small parts from others ;)
 
 And my problem is:
 Had a small nice HTML-d essay, used lynx(yep, not a typo) to save
 this to a  .txt file. Imported this .txt to LyX (ascii as paragraps).
 Viewed as DVI, looked nice at first sight. From Layout-Document changed
 Language to Estonian (cause i am an estonian :)) and Paper to A4, with
 very small margins (effect i'm desribing also occurs with A4 small
 margins, but not with default A4).
 
 And...
 the text is not placed nicely, some strange incorrect hyphenation is
 done at most unlikely places, but even with that kind of axe-hyphenation
 all lines are of slightly different length, and one line is 4 chars longer
 than others :(


do you have the estonian language for latex installed?
have a look at:
http://www.lyx.org/help/language/hyphen.php#wrong

 So - what should i do? Can i turn OFF auto-hyphenation somewhere? When i
 do that will my problems 'go away'? Doubt that. What about these poor otildes?
 Afterall, pslatex font that loses them seems to be the only font looking really
 good as .pdf. Why is A4 with different margins causing me problems?
 Isn't it possible to write documents in Estonian with LyX? What does
 checkbox Use geometry package in Layout-Document-Paper change?


it loads package geometry which has some defualt values
for the margins.

 
Herbert


-- 
http://www.lyx.org/help/




Re: Appendix

2002-03-07 Thread Nico Mock

On Thursday 07 March 2002 15:45, you wrote:
 Hi guys

 I'm writing a semester work, which has an appendix, and my tutor wants me
 to put it on a new page.
 (he has this MSWord kind of thinking where you write on pages)
 Actually I wrote the title for appendix in part style, but this has no
 influence on the page make-up.

 If I use title the text disappears, since there sould be only one
 title...

 so how can I make an appendix starting on an new page?

 thanx Alexis

easy thing

put everything between

\between{appendix}

foo

\end{appendix}

that will work, only strange thing is, that lyx doesn't refresh the 
chaptercount. The ps output is fine, though

-- 
Gruß Nico




Re: ???????????????

2002-03-07 Thread Tom Wainwright

This is interesting.  To me, these messages appeared to come from
noaa.gov; to you they appeared to come from acm.caltech.edu?  They
seem to construct the return address from the recipients mail server,
perhaps by posing as a message from a local user??

Anyway, I've passed the problem on to our computer security office,
hopefully they'll find a way to block the messages.

--Tom Wainwright

Xinwei Yu wrote:
 
 This company modified the from field of the
 mail. There is no such email address in the acm
 dept. of Caltech. Thanks!
 
 Best,
 Xinwei Yu

-- 
Tom Wainwright
NOAA/NMFS/NWFSC
2030 S Marine Science Dr
Newport, OR 97365 USA
[EMAIL PROTECTED]



Re: Appendix

2002-03-07 Thread Herbert Voss



Nico Mock wrote:

 On Thursday 07 March 2002 15:45, you wrote:
 
Hi guys

I'm writing a semester work, which has an appendix, and my tutor wants me
to put it on a new page.
(he has this MSWord kind of thinking where you write on pages)
Actually I wrote the title for appendix in part style, but this has no
influence on the page make-up.

If I use title the text disappears, since there sould be only one
title...

so how can I make an appendix starting on an new page?

thanx Alexis

 
 easy thing
 
 put everything between
 
 \between{appendix}
 
 foo
 
 \end{appendix}
 


appendix isn't an environment, therefore only
\appendix

Herbert


-- 
http://www.lyx.org/help/




Re: LyX is driving me crazy

2002-03-07 Thread Taimo Peelo

On Thu, 7 Mar 2002 22:35, Herbert Voss wrote


 Taimo Peelo wrote:

  Hello,
 
  i lately downloaded lyx1.1.6fix4 and am playing with it for second evening now.
  And NO, i haven't read ALL the documentation yet, just intro  tutorial and
  small parts from others ;)
 
  And my problem is:
  Had a small nice HTML-d essay, used lynx(yep, not a typo) to save
  this to a  .txt file. Imported this .txt to LyX (ascii as paragraps).
  Viewed as DVI, looked nice at first sight. From Layout-Document changed
  Language to Estonian (cause i am an estonian :)) and Paper to A4, with
  very small margins (effect i'm desribing also occurs with A4 small
  margins, but not with default A4).
 
  And...
  the text is not placed nicely, some strange incorrect hyphenation is
  done at most unlikely places, but even with that kind of axe-hyphenation
  all lines are of slightly different length, and one line is 4 chars longer
  than others :(


 do you have the estonian language for latex installed?
 have a look at:
 http://www.lyx.org/help/language/hyphen.php#wrong

Checked it, there is no estonian language package for latex. But then, why
doesn't LyX use nohyphenation, when i set the language to be estonian and
there's no language package available?

Using the preamble from your given link:
\tolerance=200
\setlength{\emergencystretch}{2em}
the right sides of lines still went somewhat wavy.

  So - what should i do? Can i turn OFF auto-hyphenation somewhere? When i
  do that will my problems 'go away'? Doubt that. What about these poor otildes?
  Afterall, pslatex font that loses them seems to be the only font looking really
  good as .pdf. Why is A4 with different margins causing me problems?
  Isn't it possible to write documents in Estonian with LyX? What does
  checkbox Use geometry package in Layout-Document-Paper change?


 it loads package geometry which has some defualt values
 for the margins.
And when i check it, the lines really seem to be same length. Seems that i
simply have to manually set all the margins to some acceptable value and also
load the geometry package. But DOES that work always and for all fonts?


 Herbert

 http://www.lyx.org/help/
Very useful link unnoticed by me ;). I need to go to sleep right now, but i
will definitely browse through these materials tomorrow.

Taimo




Re: [Fwd: Re: ???????????????]

2002-03-07 Thread Tom Wainwright

At the risk of prolonging an off-topic discussion of spam, here's the
response I got from our mail security staff.  I, like others on this
list, was confused into thinking that someone might be spamming the list
from our server, which was not the case.

--Tom Wainwright

 
 Actually, the nems.noaa.gov was tacked onto the From: header as the
 message was coming into NOAA for you.  It's an annoying feature of our
 inbound gateway.  It just wants to make sure all addresses are valid
 smtp addresses by tacking on it's own local domain, if there is no
 domain, or an incomplete domain on the address.  It causes
 confusion...sorry 'bout that.



Re: figures

2002-03-07 Thread Allan Rae

On Thu, 7 Mar 2002, Davide Cavallari wrote:

 On Thu, Mar 07, 2002 at 06:21:35PM +1000, Allan Rae wrote:
  This will affect _all_ your floats.

 what does it  mean they are *affected* ? simply,  that this does influence
 the position of the other floats? but  this doesn't seem much a problem to
 me, the normal text affects this way the floats, too..

All your floats will be placed where they are mentioned in the text.
LaTeX won't let them float to another page. Actually you would
probably want to enter !h in the float placement field instead of
just h.

Allan. (ARRae)




Re: LyX is driving me crazy

2002-03-07 Thread Herbert Voss

Taimo Peelo wrote:

do you have the estonian language for latex installed?
have a look at:
http://www.lyx.org/help/language/hyphen.php#wrong


 Checked it, there is no estonian language package for latex. But then, why
 doesn't LyX use nohyphenation, when i set the language to be estonian and
 there's no language package available?


because lyx has no idea what kind of packages you are
using and what they are doing.

 Using the preamble from your given link:
 \tolerance=200
 \setlength{\emergencystretch}{2em}
 the right sides of lines still went somewhat wavy.


this really helps for supported languages.

it loads package geometry which has some defualt values
for the margins.

 And when i check it, the lines really seem to be same length. Seems that i
 simply have to manually set all the margins to some acceptable value and also
 load the geometry package. But DOES that work always and for all fonts?


yes

Herbert


-- 
http://www.lyx.org/help/




not a lyx file

2002-03-07 Thread Wolfgang Engelmann

I am translating a book from the english into a german version.
By trying to view it with dvi it hangs

Therefore I exported it to latex, in order to see whats going wrong,
however it says 

not a lyx file

what is going wrong?

Language is german
I have selected before the whole text (which was from the English version) 
and converted `character´ by using reset.


Wolfgang




Re: figures

2002-03-07 Thread Allan Rae

On Wed, 6 Mar 2002, Davide Cavallari wrote:

> I  have  chosen   the  16  separate  figures  option.  They   are  all  in
> correspending floating  figure objects.  How can  I force  lyx to  put all
> these 16 figures sequentially, without normal text between them?

You need to either not float them at all but just include the figures
inline in your text or set them all to be displayed "here".  This is
done by putting "H" or maybe it's "h" in
Layout->Document->Extra->Float_Placement


This will affect _all_ your floats.  In 1.2.0 I think you'll have
per-float placement but nothing more convenient than this for 1.1.6.

Allan. (ARRae)





Re: figures

2002-03-07 Thread Davide Cavallari

On Wed, Mar 06, 2002 at 03:18:20PM +0100, Wayan wrote:
> how about using minipage command...

what is the minipage command? is it a latex one?
-- 
Cheers,
Davide Cavallari
The steady state of disks is full.
-- Ken Thompson



numbering equation

2002-03-07 Thread Richard Wang

Hi,

Is there a way to syncronize the number of equation to the use of the 
equation?  For example,

-
1+1=2   (#)

 From (#) we know that addition is so easy ..
--

We don't know what the first # is until we see the dvi file.  Can we 
"link" the 2nd # with the 1st # for the equation such that they are 
always the same?  Thanks!

Richard




Missing feature in relyx preventing reimport (was cannot create bugzilla account)

2002-03-07 Thread Guenter Milde

On Wed, 6 Mar 2002 15:51:26 + wrote John Levon <[EMAIL PROTECTED]>:

> On Wed, Mar 06, 2002 at 04:41:53PM +0100, Guenter Milde wrote:
> 
> >   To create a bugzilla account, all that you need to do is to enter a
> >   legitimate e-mail address. The account will be created, and its password
> >   will be mailed to you. Optionally you may enter your real name as well. 
> > 
> > but unfortunately, I did not find a mail with the password afterwards (some
> > hours later).
 
> Use a different browser and try again..

That did it. Thanks.
Using Opera 5.05 I was able to create an account and also to vote for but
20. However, when trying to attach an example case to the bug, I got an

  No file was provided, or it was empty.
  Please hit Back and try again.

error. (Also on the second try.)

So, here is my example for a relyx problem that prevents reimport of LyX
documents:




reimport-orig.lyx
Description: Binary data



GM

--
[EMAIL PROTECTED]



Re: figures

2002-03-07 Thread Wayan


On Wed, 6 Mar 2002, Davide Cavallari wrote:

> what is the minipage command? is it a latex one?

Layout --> Paragraph --> Extra --> Minipage (in the middle of
Extra/Advanced Option)

Firstly, put your figure line-by-line
with command Insert --> Include Document(?), select with \input

You will get buttons with,
Input: fig1
Input: fig2
Input: fig3
...
Input: fig16

Then, select all those buttons, use command Layout --> Paragraph -->
Center (for centering your figures).

To set the minipage, download the minipage example from
http://www.lyx.org/help (Difficult to write how to use it, sorry...).
Better seeing the lyx-example file.

Wayan




Re: figures

2002-03-07 Thread Davide Cavallari

On Thu, Mar 07, 2002 at 06:21:35PM +1000, Allan Rae wrote:
> This will affect _all_ your floats.  

what does it  mean they are *affected* ? simply,  that this does influence
the position of the other floats? but  this doesn't seem much a problem to
me, the normal text affects this way the floats, too..
-- 
Cheers,
Davide Cavallari
Vale la pena di vederlo?  Si', ma non vale la pena di andarlo a vedere.



error: floats lost

2002-03-07 Thread Davide Cavallari

I have a bad problem. I have a  lyx file with lots of figure floats. Now I
need to add some other figure floats. If  I add 4 of them, ok. However, if
I add a 5th one, I get 9 latex errors!

The last error is at the end of the document and says: 

LaTeX Error: Float(s) lost.
 \end{document}

The 1st one is in the last float and says:

Missing number, treated as zero.
\input
 {snap-00-1D1D.tex}
A number should have been inserted here; I inserted `0'
...

"snap-00-1D1D.tex" is the figure tex file generated with gnuplot.

The 2nd error is:

Undefined control sequence
   \input
 {snap-00-1D1D.tex}
...

Then the 3rd:

LaTeX Error: Too many unprocessed floats
   \input
 {snap-00-1D1D.tex}


Then there are other 5 errors in the caption field.

It's not a  problem of the input tex  file, since I tried to  put the same
file in  all the  5 floats and  I get the  same problem.  If I put  only 4
figure float, it works instead!

I tried to split  the file in 2 parts. Now lyx can  generate a dvi preview
of the first  half and of the second.  But if I input the  second part lyx
file at the end of the first, I get the same problems!

What's that? What can  I do? Evidently this problem is  due to many figure
floats, but this is only one chapter of my thesis!!
-- 
Cheers,
Davide Cavallari
I would much rather have men ask why I have no statue, than why I have one.
-- Marcus Procius Cato



Re: error: floats lost

2002-03-07 Thread Wayan


Use package morefloats in preamble...
and \clearpage after some complex figure...

Wayan


On Thu, 7 Mar 2002, Davide Cavallari wrote:

> I have a bad problem. I have a  lyx file with lots of figure floats. Now I
> need to add some other figure floats. If  I add 4 of them, ok. However, if
> I add a 5th one, I get 9 latex errors!
>
> The last error is at the end of the document and says:
>
> LaTeX Error: Float(s) lost.
>  \end{document}
>
> The 1st one is in the last float and says:
>
> Missing number, treated as zero.
> \input
>  {snap-00-1D1D.tex}
> A number should have been inserted here; I inserted `0'
> ...
>
> "snap-00-1D1D.tex" is the figure tex file generated with gnuplot.
>
> The 2nd error is:
>
> Undefined control sequence
>\input
>  {snap-00-1D1D.tex}
> ...
>
> Then the 3rd:
>
> LaTeX Error: Too many unprocessed floats
>\input
>  {snap-00-1D1D.tex}
> 
>
> Then there are other 5 errors in the caption field.
>
> It's not a  problem of the input tex  file, since I tried to  put the same
> file in  all the  5 floats and  I get the  same problem.  If I put  only 4
> figure float, it works instead!
>
> I tried to split  the file in 2 parts. Now lyx can  generate a dvi preview
> of the first  half and of the second.  But if I input the  second part lyx
> file at the end of the first, I get the same problems!
>
> What's that? What can  I do? Evidently this problem is  due to many figure
> floats, but this is only one chapter of my thesis!!
> --
> Cheers,
> Davide Cavallari
> I would much rather have men ask why I have no statue, than why I have one.
>   -- Marcus Procius Cato
>

I Wayan WARMADA
-
Institut fuer Mineralogie
FG Lagerstaettenforschung
TU Clausthal, Germany
http://warmada.dhs.org/
-




Multiple page numbering formats..

2002-03-07 Thread Rodrigo Gesswein

Hi!

   I need multiple page numbering styles on my working document,
written with book class.

   For example, from ducument page 1 to 10 -> Roman numbers
   and from page 11 to end -> Arabic numbers.

   How can I do this ??

   Thank you very much and have a nice day!!

   Rodrigo Gesswein P.
---
"El saber y la razón hablan, la ignorancia y el error gritan."
  (Arturi Graf 1848-1913)





Re: error: floats lost

2002-03-07 Thread Davide Cavallari

On Thu, Mar 07, 2002 at 01:34:01PM +0100, Wayan wrote:
> 
> Use package morefloats in preamble...

Is this one of those optional packages I can get from CTAN? I dont have it

> and \clearpage after some complex figure...

thanks a lot, it works  :^)
-- 
Cheers,
Davide Cavallari
- Perche' i dinosauri si sono estinti?
- Con quello che costa la verdura!
-- Da it.hobby.umorismo



Appendix

2002-03-07 Thread Alexis Wiasmitinow

Hi guys

I'm writing a semester work, which has an appendix, and my tutor wants me to 
put it on a new page. 
(he has this MSWord kind of thinking where you write on pages)
Actually I wrote the title for appendix in "part" style, but this has no 
influence on the page make-up.

If I use "title" the text disappears, since there sould be only one title...

so how can I make an appendix starting on an new page?

thanx   Alexis



Re: Appendix

2002-03-07 Thread Nirmal Govind


so how can I make an appendix starting on an new page?
You could put a \newpage right after the last line of text
before the Appendix.. so the Appendix will start on a new page.. I'm
guessing there's some LyX menu option to do the same
nirmal



Re: numbering equation

2002-03-07 Thread Herbert Voss

Richard Wang wrote:

> Hi,
> 
> Is there a way to syncronize the number of equation to the use of the 
> equation?  For example,
> 
> -
> 1+1=2   (#)
> 
>  From (#) we know that addition is so easy ..
> --
> 
> We don't know what the first # is until we see the dvi file.  Can we 
> "link" the 2nd # with the 1st # for the equation such that they are 
> always the same?  Thanks!


put the cursor inside the formula and than

insert->label
Cross-References are now possible.

Herbert



-- 
http://www.lyx.org/help/




Re: Multiple page numbering formats..

2002-03-07 Thread Herbert Voss



Rodrigo Gesswein wrote:

> Hi!
> 
>I need multiple page numbering styles on my working document,
> written with book class.
> 
>For example, from ducument page 1 to 10 -> Roman numbers
>and from page 11 to end -> Arabic numbers.
> 
>How can I do this ??
> 


-- 
http://www.lyx.org/help/page/page.php#pagenumbers


Herbert




Re: Appendix

2002-03-07 Thread Aide Florent

> so how can I make an appendix starting on an new page?
>
> thanx Alexis

Select your appendix title

then click on layout->paragraph->pagebreaks->above

then CTRL-d to see the result ;)

I think this should do what you want ...

Aide Florent
Alphacentauri
http://www.alphacent.com/opensource

-- 
As we enjoy great advantages from inventions of others, we should be glad of 
an opportunity to serve others by any invention of ours; and this we should 
do freely and generously.
--Benjamin Franklin



Problems importing latex

2002-03-07 Thread Jorge Balmaseda Era

Hi!

I'm having problems importing a latex document that contains a picture
environment.

For example, if I try to import the latex file:

\documentclass{article} 
\begin{document} 
\setlength{\unitlength}{3947sp}
\begin{picture}(5649,3430)(214,-2885)
\put(301,314){\makebox(0,0)[lb]{Velocidad}} 
\end{picture}
\end{document}

I get

\setlength{\unitlength}{3947sp}
\begin{picture}(5649,3430)(214,-2885)
\put(301,314){\makebox{(}0,0)[lb]{Velocidad}}
\end{picture}

which produce a wrong dvi file. What I'm doing wrong?

Thanks!

--
Jorge Balmaseda Era
Structural Analysis Laboratory
Havana University, Physics Faculty
San Lazaro y L, CP 10400, C. Havana, Cuba
Tel: +(537) 78 8956 to 78 8959, ext: 552




Re: Problems importing latex

2002-03-07 Thread Herbert Voss

Jorge Balmaseda Era wrote:

> I'm having problems importing a latex document that contains a picture
> environment.
> 
> For example, if I try to import the latex file:
> 
> \documentclass{article} 
> \begin{document} 
> \setlength{\unitlength}{3947sp}
> \begin{picture}(5649,3430)(214,-2885)
> \put(301,314){\makebox(0,0)[lb]{Velocidad}} 
> \end{picture}
> \end{document}
> 
> I get
> 
> \setlength{\unitlength}{3947sp}
> \begin{picture}(5649,3430)(214,-2885)
> \put(301,314){\makebox{(}0,0)[lb]{Velocidad}}
> \end{picture}
> 
> which produce a wrong dvi file. What I'm doing wrong?


youd did nothing wrong,
this seems to be a bug in the relyx part.

Herbert



-- 
http://www.lyx.org/help/




Re: numbering equation

2002-03-07 Thread Andre Poenitz

On Thu, Mar 07, 2002 at 01:27:35AM -0800, Richard Wang wrote:
> Is there a way to syncronize the number of equation to the use of the 
> equation?  For example,
> 
> -
> 1+1=2   (#)

Insert->Label->... "eq:1"
 
>  From (#) we know that addition is so easy ..

Insert->Reference->... "eq:1"

Andre'


-- 
André Pönitz .. [EMAIL PROTECTED]



Re: LyX is driving me crazy

2002-03-07 Thread Herbert Voss



Taimo Peelo wrote:

> Hello,
> 
> i lately downloaded lyx1.1.6fix4 and am playing with it for second evening now.
> And NO, i haven't read ALL the documentation yet, just intro & tutorial and
> small parts from others ;)
> 
> And my problem is:
> Had a small nice HTML-d essay, used lynx(yep, not a typo) to save
> this to a  .txt file. Imported this .txt to LyX (ascii as paragraps).
> Viewed as DVI, looked nice at first sight. From Layout->Document changed
> Language to Estonian (cause i am an estonian :)) and Paper to A4, with
> very small margins (effect i'm desribing also occurs with A4 small
> margins, but not with default A4).
> 
> And...
> the text is not placed nicely, some strange incorrect hyphenation is
> done at most unlikely places, but even with that kind of axe-hyphenation
> all lines are of slightly different length, and one line is 4 chars longer
> than others :(


do you have the estonian language for latex installed?
have a look at:
http://www.lyx.org/help/language/hyphen.php#wrong

> So - what should i do? Can i turn OFF auto-hyphenation somewhere? When i
> do that will my problems 'go away'? Doubt that. What about these poor otildes?
> Afterall, pslatex font that loses them seems to be the only font looking really
> good as .pdf. Why is A4 with different margins causing me problems?
> Isn't it possible to write documents in Estonian with LyX? What does
> checkbox Use geometry package in Layout->Document->Paper change?


it loads package geometry which has some defualt values
for the margins.

 
Herbert


-- 
http://www.lyx.org/help/




Re: Appendix

2002-03-07 Thread Nico Mock

On Thursday 07 March 2002 15:45, you wrote:
> Hi guys
>
> I'm writing a semester work, which has an appendix, and my tutor wants me
> to put it on a new page.
> (he has this MSWord kind of thinking where you write on pages)
> Actually I wrote the title for appendix in "part" style, but this has no
> influence on the page make-up.
>
> If I use "title" the text disappears, since there sould be only one
> title...
>
> so how can I make an appendix starting on an new page?
>
> thanx Alexis

easy thing

put everything between

\between{appendix}

foo

\end{appendix}

that will work, only strange thing is, that lyx doesn't refresh the 
chaptercount. The ps output is fine, though

-- 
Gruß Nico




Re: ???????????????

2002-03-07 Thread Tom Wainwright

This is interesting.  To me, these messages appeared to come from
"noaa.gov"; to you they appeared to come from "acm.caltech.edu"?  They
seem to construct the return address from the recipients mail server,
perhaps by posing as a message from a local user??

Anyway, I've passed the problem on to our computer security office,
hopefully they'll find a way to block the messages.

--Tom Wainwright

Xinwei Yu wrote:
> 
> This company modified the "from" field of the
> mail. There is no such email address in the acm
> dept. of Caltech. Thanks!
> 
> Best,
> Xinwei Yu

-- 
Tom Wainwright
NOAA/NMFS/NWFSC
2030 S Marine Science Dr
Newport, OR 97365 USA
[EMAIL PROTECTED]



Re: Appendix

2002-03-07 Thread Herbert Voss



Nico Mock wrote:

> On Thursday 07 March 2002 15:45, you wrote:
> 
>>Hi guys
>>
>>I'm writing a semester work, which has an appendix, and my tutor wants me
>>to put it on a new page.
>>(he has this MSWord kind of thinking where you write on pages)
>>Actually I wrote the title for appendix in "part" style, but this has no
>>influence on the page make-up.
>>
>>If I use "title" the text disappears, since there sould be only one
>>title...
>>
>>so how can I make an appendix starting on an new page?
>>
>>thanx Alexis
>>
> 
> easy thing
> 
> put everything between
> 
> \between{appendix}
> 
> foo
> 
> \end{appendix}
> 


appendix isn't an environment, therefore only
\appendix

Herbert


-- 
http://www.lyx.org/help/




Re: LyX is driving me crazy

2002-03-07 Thread Taimo Peelo

On Thu, 7 Mar 2002 22:35, Herbert Voss wrote

>
> Taimo Peelo wrote:
>
> > Hello,
> >
> > i lately downloaded lyx1.1.6fix4 and am playing with it for second evening now.
> > And NO, i haven't read ALL the documentation yet, just intro & tutorial and
> > small parts from others ;)
> >
> > And my problem is:
> > Had a small nice HTML-d essay, used lynx(yep, not a typo) to save
> > this to a  .txt file. Imported this .txt to LyX (ascii as paragraps).
> > Viewed as DVI, looked nice at first sight. From Layout->Document changed
> > Language to Estonian (cause i am an estonian :)) and Paper to A4, with
> > very small margins (effect i'm desribing also occurs with A4 small
> > margins, but not with default A4).
> >
> > And...
> > the text is not placed nicely, some strange incorrect hyphenation is
> > done at most unlikely places, but even with that kind of axe-hyphenation
> > all lines are of slightly different length, and one line is 4 chars longer
> > than others :(
>
>
> do you have the estonian language for latex installed?
> have a look at:
> http://www.lyx.org/help/language/hyphen.php#wrong
>
Checked it, there is no estonian language package for latex. But then, why
doesn't LyX use nohyphenation, when i set the language to be estonian and
there's no language package available?

Using the preamble from your given link:
\tolerance=200
\setlength{\emergencystretch}{2em}
the right sides of lines still went somewhat wavy.

> > So - what should i do? Can i turn OFF auto-hyphenation somewhere? When i
> > do that will my problems 'go away'? Doubt that. What about these poor otildes?
> > Afterall, pslatex font that loses them seems to be the only font looking really
> > good as .pdf. Why is A4 with different margins causing me problems?
> > Isn't it possible to write documents in Estonian with LyX? What does
> > checkbox Use geometry package in Layout->Document->Paper change?
>
>
> it loads package geometry which has some defualt values
> for the margins.
And when i check it, the lines really seem to be same length. Seems that i
simply have to manually set all the margins to some acceptable value and also
load the geometry package. But DOES that work always and for all fonts?

>
> Herbert
>
> http://www.lyx.org/help/
Very useful link unnoticed by me ;). I need to go to sleep right now, but i
will definitely browse through these materials tomorrow.

Taimo




Re: [Fwd: Re: ???????????????]

2002-03-07 Thread Tom Wainwright

At the risk of prolonging an off-topic discussion of spam, here's the
response I got from our mail security staff.  I, like others on this
list, was confused into thinking that someone might be spamming the list
from our server, which was not the case.

--Tom Wainwright

> 
> Actually, the @nems.noaa.gov was tacked onto the "From:" header as the
> message was coming into NOAA for you.  It's an annoying "feature" of our
> inbound gateway.  It just wants to make sure all addresses are valid
> smtp addresses by tacking on it's own local domain, if there is no
> domain, or an incomplete domain on the address.  It causes
> confusion...sorry 'bout that.



Re: figures

2002-03-07 Thread Allan Rae

On Thu, 7 Mar 2002, Davide Cavallari wrote:

> On Thu, Mar 07, 2002 at 06:21:35PM +1000, Allan Rae wrote:
> > This will affect _all_ your floats.
>
> what does it  mean they are *affected* ? simply,  that this does influence
> the position of the other floats? but  this doesn't seem much a problem to
> me, the normal text affects this way the floats, too..

All your floats will be placed where they are mentioned in the text.
LaTeX won't let them float to another page. Actually you would
probably want to enter "!h" in the float placement field instead of
just "h".

Allan. (ARRae)




Re: LyX is driving me crazy

2002-03-07 Thread Herbert Voss

Taimo Peelo wrote:

>>do you have the estonian language for latex installed?
>>have a look at:
>>http://www.lyx.org/help/language/hyphen.php#wrong
>>
>>
> Checked it, there is no estonian language package for latex. But then, why
> doesn't LyX use nohyphenation, when i set the language to be estonian and
> there's no language package available?


because lyx has no idea what kind of packages you are
using and what they are doing.

> Using the preamble from your given link:
> \tolerance=200
> \setlength{\emergencystretch}{2em}
> the right sides of lines still went somewhat wavy.


this really helps for supported languages.

>>it loads package geometry which has some defualt values
>>for the margins.
>>
> And when i check it, the lines really seem to be same length. Seems that i
> simply have to manually set all the margins to some acceptable value and also
> load the geometry package. But DOES that work always and for all fonts?


yes

Herbert


-- 
http://www.lyx.org/help/




not a lyx file

2002-03-07 Thread Wolfgang Engelmann

I am translating a book from the english into a german version.
By trying to view it with dvi it hangs

Therefore I exported it to latex, in order to see whats going wrong,
however it says 

not a lyx file

what is going wrong?

Language is german
I have selected before the whole text (which was from the English version) 
and converted `character´ by using reset.


Wolfgang