RE: Controlling figure and table placement

2002-04-23 Thread Joseph Reuter

-Original Message-
From: Peter Rexigel [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 1:30 AM
To: Kent Kostuk; LyX users
Subject: Re: Controlling figure and table placement


Am Sonntag, 21. April 2002 22:17 schrieb Kent Kostuk:

 I have used Figure and Table floats throughout. There are times when the
 text refers to a figure or table after it is mentioned in the text. Is
 there a way to get these to show up after they are mentioned? 

in praeambel put: \usepackage{float}
in menu layout-document-extras-float-placement put H as option; this 
should put all floats directly where they are mentioned.

Hope it helps

Peter
---

There is also a LaTeX package, flafter, which prevents floats from
floating upward, so that the float always appears at or after its
occurrence in the source. This may be closer to what the adviser
wants.

Joe

--
The three laws of everything are:
  1. You can't win.
  2. You can't break even.
  3. It's the only game in town.



RE: Controlling figure and table placement

2002-04-23 Thread Joseph Reuter

-Original Message-
From: Peter Rexigel [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 1:30 AM
To: Kent Kostuk; LyX users
Subject: Re: Controlling figure and table placement


Am Sonntag, 21. April 2002 22:17 schrieb Kent Kostuk:

 I have used Figure and Table floats throughout. There are times when the
 text refers to a figure or table after it is mentioned in the text. Is
 there a way to get these to show up after they are mentioned? 

in praeambel put: \usepackage{float}
in menu layout-document-extras-float-placement put H as option; this 
should put all floats directly where they are mentioned.

Hope it helps

Peter
---

There is also a LaTeX package, flafter, which prevents floats from
floating upward, so that the float always appears at or after its
occurrence in the source. This may be closer to what the adviser
wants.

Joe

--
The three laws of everything are:
  1. You can't win.
  2. You can't break even.
  3. It's the only game in town.



RE: Controlling figure and table placement

2002-04-23 Thread Joseph Reuter

-Original Message-
From: Peter Rexigel [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 1:30 AM
To: Kent Kostuk; LyX users
Subject: Re: Controlling figure and table placement


Am Sonntag, 21. April 2002 22:17 schrieb Kent Kostuk:

> I have used Figure and Table floats throughout. There are times when the
> text refers to a figure or table after it is mentioned in the text. Is
> there a way to get these to "show up" after they are mentioned? 

in praeambel put: \usepackage{float}
in menu  put "H" as option; this 
should put all floats directly where they are mentioned.

Hope it helps

Peter
---

There is also a LaTeX package, flafter, which prevents floats from
"floating upward", so that the float always appears at or after its
occurrence in the source. This may be closer to what the adviser
wants.

Joe

--
The three laws of everything are:
  1. You can't win.
  2. You can't break even.
  3. It's the only game in town.



Re: \input{} doesn't auto-update when latex is re-run

2002-03-22 Thread Joseph Reuter

On Wed, 20 Mar 2002 10:53:16 +0100 wrote Guenter Milde
[EMAIL PROTECTED]:
 On Tue, 19 Mar 2002 10:26:29 -0500 wrote Nirmal Govind [EMAIL PROTECTED]:
  
  I suppose, LyX just doesnot realize/test for changes in included/input parts
  (the same holds for graphics: if you just change an *.eps file but leave the
  main LyX file untouched, Update-DVI will do nothing.
  
  Yes, I think this is true... can this can be corrected?
  
  
  What happens if you do some change to the LyX-file (other than removing the
  \input, e.g. inserting a comment)? Will the changes in the inputted file go
  to the DVI?
  
  Normal changes to the LyX file do show up when I do an Update-DVI so that's 
  good... it's just the \input that isn't getting update in the DVI or PS 
  output...

 I just did a small test, and I cannot reproduce the bug: in my LyX 1.1.6fix3
 on KDE, if I have the files test.lyx and input.tex in the same directory and
 test.lyx calls input.tex via InsertFileInput, a change in input.tex
 without any change to test.lyx leads to a correct update when I press
 Ctrl-shift-D to update the DVI.

 Maybe a guru might find the difference in the setup that leads to this different
 behaviour.

 Guenter

I'm hardly a guru, but it sounds like the original questioner is
inserting \input{myfile} as ERT. If so, I would not be surprised if
LyX did not rerun LaTeX just because myfile.tex changed. As best I can
surmise without searching the code, LyX just blindly copies ERT to the
output file without looking at it.

On the other hand, if the input was being done via Insert-File-Input,
I would indeed expect LyX to rerun LaTeX if myfile.tex changed. Or am I
out in left field, again? Herbert?

Joe

-- 
Joseph A. Reuter, Wizard-in-Training 
Olorin I was in my youth in the West that is forgotten.--Tolkien
You can't win, you can't break even, and it's the only game in town.



Re: \input{} doesn't auto-update when latex is re-run

2002-03-22 Thread Joseph Reuter

On Wed, 20 Mar 2002 10:53:16 +0100 wrote Guenter Milde
[EMAIL PROTECTED]:
 On Tue, 19 Mar 2002 10:26:29 -0500 wrote Nirmal Govind [EMAIL PROTECTED]:
  
  I suppose, LyX just doesnot realize/test for changes in included/input parts
  (the same holds for graphics: if you just change an *.eps file but leave the
  main LyX file untouched, Update-DVI will do nothing.
  
  Yes, I think this is true... can this can be corrected?
  
  
  What happens if you do some change to the LyX-file (other than removing the
  \input, e.g. inserting a comment)? Will the changes in the inputted file go
  to the DVI?
  
  Normal changes to the LyX file do show up when I do an Update-DVI so that's 
  good... it's just the \input that isn't getting update in the DVI or PS 
  output...

 I just did a small test, and I cannot reproduce the bug: in my LyX 1.1.6fix3
 on KDE, if I have the files test.lyx and input.tex in the same directory and
 test.lyx calls input.tex via InsertFileInput, a change in input.tex
 without any change to test.lyx leads to a correct update when I press
 Ctrl-shift-D to update the DVI.

 Maybe a guru might find the difference in the setup that leads to this different
 behaviour.

 Guenter

I'm hardly a guru, but it sounds like the original questioner is
inserting \input{myfile} as ERT. If so, I would not be surprised if
LyX did not rerun LaTeX just because myfile.tex changed. As best I can
surmise without searching the code, LyX just blindly copies ERT to the
output file without looking at it.

On the other hand, if the input was being done via Insert-File-Input,
I would indeed expect LyX to rerun LaTeX if myfile.tex changed. Or am I
out in left field, again? Herbert?

Joe

-- 
Joseph A. Reuter, Wizard-in-Training 
Olorin I was in my youth in the West that is forgotten.--Tolkien
You can't win, you can't break even, and it's the only game in town.



Re: \input{} doesn't auto-update when latex is re-run

2002-03-22 Thread Joseph Reuter

On Wed, 20 Mar 2002 10:53:16 +0100 wrote Guenter Milde
<[EMAIL PROTECTED]>:
> On Tue, 19 Mar 2002 10:26:29 -0500 wrote Nirmal Govind <[EMAIL PROTECTED]>:
> > 
> > >I suppose, LyX just doesnot realize/test for changes in included/input parts
> > >(the same holds for graphics: if you just change an *.eps file but leave the
> > >main LyX file untouched, Update-DVI will do nothing.
> > 
> > Yes, I think this is true... can this can be corrected?
> > 
> > 
> > >What happens if you do some change to the LyX-file (other than removing the
> > >\input, e.g. inserting a comment)? Will the changes in the inputted file go
> > >to the DVI?
> > 
> > Normal changes to the LyX file do show up when I do an Update-DVI so that's 
> > good... it's just the \input that isn't getting update in the DVI or PS 
> > output...

> I just did a small test, and I cannot reproduce the bug: in my LyX 1.1.6fix3
> on KDE, if I have the files test.lyx and input.tex in the same directory and
> test.lyx calls input.tex via Insert>File>Input, a change in input.tex
> without any change to test.lyx leads to a correct update when I press
> Ctrl-shift-D to update the DVI.

> Maybe a guru might find the difference in the setup that leads to this different
> behaviour.

> Guenter

I'm hardly a guru, but it sounds like the original questioner is
inserting "\input{myfile}" as ERT. If so, I would not be surprised if
LyX did not rerun LaTeX just because myfile.tex changed. As best I can
surmise without searching the code, LyX just blindly copies ERT to the
output file without looking at it.

On the other hand, if the input was being done via Insert->File->Input,
I would indeed expect LyX to rerun LaTeX if myfile.tex changed. Or am I
out in left field, again? Herbert?

Joe

-- 
Joseph A. Reuter, Wizard-in-Training 
"Olorin I was in my youth in the West that is forgotten."--Tolkien
You can't win, you can't break even, and it's the only game in town.



Re: Insert input file

2002-02-15 Thread Joseph Reuter

On Friday 15 February 2002 07:07, John O'Gorman wrote:
[problems with LyX changing input to include

 Can anyone suggest a workaround?

Have you tried entering the \input command as ERT?

Joe

-- 
Joseph A. Reuter, Wizard-in-Training   [EMAIL PROTECTED]
Olorin I was in my youth in the West that is forgotten.--Tolkien
You can't win, you can't break even, and it's the only game in town.



Re: Insert input file

2002-02-15 Thread Joseph Reuter

On Friday 15 February 2002 07:07, John O'Gorman wrote:
[problems with LyX changing input to include

 Can anyone suggest a workaround?

Have you tried entering the \input command as ERT?

Joe

-- 
Joseph A. Reuter, Wizard-in-Training   [EMAIL PROTECTED]
Olorin I was in my youth in the West that is forgotten.--Tolkien
You can't win, you can't break even, and it's the only game in town.



Re: Insert input file

2002-02-15 Thread Joseph Reuter

On Friday 15 February 2002 07:07, John O'Gorman wrote:
[problems with LyX changing "input" to "include"

> Can anyone suggest a workaround?

Have you tried entering the \input command as ERT?

Joe

-- 
Joseph A. Reuter, Wizard-in-Training   [EMAIL PROTECTED]
"Olorin I was in my youth in the West that is forgotten."--Tolkien
You can't win, you can't break even, and it's the only game in town.



Re: Type 3 font in pdf output turns invisible?

2002-01-29 Thread Joseph Reuter

Dekel Tsur wrote:

 Note that while using pslatex will give you type 1 fonts for text,
 latex will still use some Computer Modern fonts for some symbols, for
 example the minus sign. So you should always set up your ~/.dvips so dvips
 will use type1 fonts.

My teTeX installation (1.06) has the Type 1 CM fonts included and 
seems to use them rather than the MetaFont ones in dvips and pdflatex.

Joe

-- 
Joseph A. Reuter, Wizard-in-Training   [EMAIL PROTECTED]
Olorin I was in my youth in the West that is forgotten.--Tolkien
You can't win, you can't break even, and it's the only game in town.



Re: Type 3 font in pdf output turns invisible?

2002-01-29 Thread Joseph Reuter

Dekel Tsur wrote:

 Note that while using pslatex will give you type 1 fonts for text,
 latex will still use some Computer Modern fonts for some symbols, for
 example the minus sign. So you should always set up your ~/.dvips so dvips
 will use type1 fonts.

My teTeX installation (1.06) has the Type 1 CM fonts included and 
seems to use them rather than the MetaFont ones in dvips and pdflatex.

Joe

-- 
Joseph A. Reuter, Wizard-in-Training   [EMAIL PROTECTED]
Olorin I was in my youth in the West that is forgotten.--Tolkien
You can't win, you can't break even, and it's the only game in town.



Re: Type 3 font in pdf output turns invisible?

2002-01-29 Thread Joseph Reuter

Dekel Tsur wrote:

> Note that while using pslatex will give you type 1 fonts for text,
> latex will still use some Computer Modern fonts for some symbols, for
> example the minus sign. So you should always set up your ~/.dvips so dvips
> will use type1 fonts.

My teTeX installation (1.06) has the Type 1 CM fonts included and 
seems to use them rather than the MetaFont ones in dvips and pdflatex.

Joe

-- 
Joseph A. Reuter, Wizard-in-Training   [EMAIL PROTECTED]
"Olorin I was in my youth in the West that is forgotten."--Tolkien
You can't win, you can't break even, and it's the only game in town.