Re: AGU article class

2004-05-19 Thread Martin Vermeer
On Tue, May 18, 2004 at 12:04:21PM -0600, Tim J. Garrett spake thusly:
 
 This is what I have:
  /usr/share/texmf/tex/latex/base/agu10.sty
   /usr/share/texmf/tex/latex/base/agu11.sty
   /usr/share/texmf/tex/latex/base/agu2001.cls
   /usr/share/texmf/tex/latex/base/agu2001.sty
   /usr/share/texmf/tex/latex/base/agu.bst
   /usr/share/texmf/tex/latex/base/agufull.bst
   /usr/share/texmf/tex/latex/base/agums.sty
   /usr/share/texmf/tex/latex/base/aguplus.cls
   /usr/share/texmf/tex/latex/base/jgrga.sty
  
   Also
  
   /usr/share/lyx/layouts/jgrga.layout
   /usr/share/lyx/layouts/aguplus.inc
 
 
 Ran texhash in the base and layouts directory, reconfigured, restarted, but still 
 article (AGU) and 
 article (AGU ms) are listed as unavailable. Looking at View-Tex Information, there 
 are many classes 
 and stylefiles listed in /usr/share/texmf/tex/latex/base/, but none of those listed 
 above.

Check the file /usr/share/texmf/ls-R. It should contain aguplus.cls
and the others. If not, then texhash didn't do its job. (And you don't
have to run it in the layouts dir. That is LyX, not TeX stuff.) Did
you just type texhash as root from the command line, without any
arguments?

 Tim

- Martin



pgpwTA4fz0fY4.pgp
Description: PGP signature


footnote in a table

2004-05-19 Thread Vinay Ramnath
Hi,
is it possible to make a footnote in a table? I do get the superscript 
number at the position of the word I want to make a note about, but I do 
not get the actual footnote.

I do not necessarily need the actual note in the table. LaTeX will 
figure where it should be, probably at the bottom of the page. I do want 
the superscript number inside the table though, so I cannot make the 
superscript outside the table.

The way I tried to do it is just like with any other footnote but that 
obviously doesn't work. Is there an other way? I use LyX 1.3.3 under 
SuSE 8.0 with the teTeX package that comes with that version.

Thanks a lot,
Vinay


Re: footnote in a table

2004-05-19 Thread Juergen Spitzmueller
Vinay Ramnath wrote:

 is it possible to make a footnote in a table? I do get the superscript
 number at the position of the word I want to make a note about, but I do
 not get the actual footnote.

That's a LaTeX restriction. See
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab

Regards,
Jürgen



Re: footnote in a table

2004-05-19 Thread Vinay Ramnath
Juergen Spitzmueller wrote:
Vinay Ramnath wrote:
is it possible to make a footnote in a table? I do get the superscript
number at the position of the word I want to make a note about, but I do
not get the actual footnote.
That's a LaTeX restriction. See
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab
Allright, thanks a lot. I think I don't need these footnotes that much, 
so I'll let it go. I just upgraded to LyX 1.3.4 to see if that would 
make a difference, but of course that didn't (concerning the 
footnote-issue).

Vinay


Re: footnote in a table

2004-05-19 Thread Les Denham
On Wednesday 19 May 2004 12:42, Vinay Ramnath wrote:
 Juergen Spitzmueller wrote:
  Vinay Ramnath wrote:
 is it possible to make a footnote in a table? I do get the superscript
 number at the position of the word I want to make a note about, but I do
 not get the actual footnote.
 
  That's a LaTeX restriction. See
  http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab

 Allright, thanks a lot. I think I don't need these footnotes that much,
 so I'll let it go. I just upgraded to LyX 1.3.4 to see if that would
 make a difference, but of course that didn't (concerning the
 footnote-issue).

 Vinay

You can put the footnote in the table (which gives the superscript number) 
then immediately after the table add the text of the footnote in ERT:

\footnotetext{The actual footnote goes here}

This works perfectly for a small table and one footnote.  I don't know whether 
it works in more complex situations.

Les


Re: footnote in a table

2004-05-19 Thread Vinay Ramnath

Les Denham wrote:
You can put the footnote in the table (which gives the superscript number) 
then immediately after the table add the text of the footnote in ERT:

\footnotetext{The actual footnote goes here}
This works perfectly for a small table and one footnote.  I don't know whether 
it works in more complex situations.
Yeah, I read that in the document Mark linked to. The point is that I 
have six footnotes, so it is a bit more complex this time. It might work 
in a more simple case indeed.

Thank you,
Vinay


Re: AGU article class

2004-05-19 Thread Tim J. Garrett
Looks like texhash did its job. ls-R contains:
./tex/latex/base:
agu10.sty
agu11.sty
agu2001.cls
agu2001.sty
agu.bst
agufull.bst
agums.sty
aguplus.cls
texhash was run with out options.
Thanks again
Tim
Martin Vermeer wrote:
On Tue, May 18, 2004 at 12:04:21PM -0600, Tim J. Garrett spake thusly:
 

This is what I have:
/usr/share/texmf/tex/latex/base/agu10.sty
 /usr/share/texmf/tex/latex/base/agu11.sty
 /usr/share/texmf/tex/latex/base/agu2001.cls
 /usr/share/texmf/tex/latex/base/agu2001.sty
 /usr/share/texmf/tex/latex/base/agu.bst
 /usr/share/texmf/tex/latex/base/agufull.bst
 /usr/share/texmf/tex/latex/base/agums.sty
 /usr/share/texmf/tex/latex/base/aguplus.cls
 /usr/share/texmf/tex/latex/base/jgrga.sty

 Also

 /usr/share/lyx/layouts/jgrga.layout
 /usr/share/lyx/layouts/aguplus.inc
Ran texhash in the base and layouts directory, reconfigured, restarted, but still article (AGU) and 
article (AGU ms) are listed as unavailable. Looking at View-Tex Information, there are many classes 
and stylefiles listed in /usr/share/texmf/tex/latex/base/, but none of those listed above.

Check the file /usr/share/texmf/ls-R. It should contain aguplus.cls
and the others. If not, then texhash didn't do its job. (And you don't
have to run it in the layouts dir. That is LyX, not TeX stuff.) Did
you just type texhash as root from the command line, without any
arguments?

Tim

- Martin
--
**
Tim GarrettPhone: 801-581-5768
Assistant Professor  Fax: 801-585-3681
Meteorology Departmentemail: [EMAIL PROTECTED]
University of Utahhttp://www.met.utah.edu/tgarrett
135 S 1460 E, Rm 819
Salt Lake City UT 84112-0110
**


PDF margin growth

2004-05-19 Thread Kent Kostuk
I have noticed that when I create a PDF and thend print it the margins 
are larger (and consequently the text is smaller) than if I printed the 
document directly.  I don't have this problem when I create and then 
print a PS file.  This is not strictly a LyX problem, as I have noticed 
this when I create the PDF from a PS at the command line.  Is thers some 
command line parameter that I need to be using to correct this?

Kent


Re: AGU article class

2004-05-19 Thread Martin Vermeer
On Wed, May 19, 2004 at 11:23:36AM -0600, Tim J. Garrett spake thusly:
 
 Looks like texhash did its job. ls-R contains:
 
 
 ./tex/latex/base:
 agu10.sty
 agu11.sty
 agu2001.cls
 agu2001.sty
 agu.bst
 agufull.bst
 agums.sty
 aguplus.cls
 
 texhash was run with out options.
 
 Thanks again
 Tim

This is weird. Does agums.sty occur in your file textclass.lst
(re-generated if you reconfigure) as it does in mine? Like a line

agums aguplus article (AGU++) manuscript false

If not, you could try and add it manually. System-wide or local (under
~/.lyx). Weird though if you would need to do that.

- Martin


pgpfEEL6ggMJV.pgp
Description: PGP signature


Re: PDF margin growth

2004-05-19 Thread David A. Case
On Wed, May 19, 2004, Kent Kostuk wrote:

 I have noticed that when I create a PDF and thend print it the margins 
 are larger (and consequently the text is smaller) than if I printed the 
 document directly.  I don't have this problem when I create and then 
 print a PS file.  This is not strictly a LyX problem, as I have noticed 
 this when I create the PDF from a PS at the command line.  Is thers some 
 command line parameter that I need to be using to correct this?
 

How are you printing the PDF file?  Adobe Acrobat has a fit to page
option (which might be on by default) that ends up scaling everying by
about 94%, at least in the US with a letter page size.  This has the effect
of giving you a larger margin and smaller text that you want. Other programs
that print PDF files might be doing something similar.  With Acrobat, you
can request no scaling, and you will get the margins and text size
you expect.

...hope this helps...dave case


Re: AGU article class

2004-05-19 Thread Martin Vermeer
On Tue, May 18, 2004 at 12:04:21PM -0600, Tim J. Garrett spake thusly:
 
 This is what I have:
  /usr/share/texmf/tex/latex/base/agu10.sty
   /usr/share/texmf/tex/latex/base/agu11.sty
   /usr/share/texmf/tex/latex/base/agu2001.cls
   /usr/share/texmf/tex/latex/base/agu2001.sty
   /usr/share/texmf/tex/latex/base/agu.bst
   /usr/share/texmf/tex/latex/base/agufull.bst
   /usr/share/texmf/tex/latex/base/agums.sty
   /usr/share/texmf/tex/latex/base/aguplus.cls
   /usr/share/texmf/tex/latex/base/jgrga.sty
  
   Also
  
   /usr/share/lyx/layouts/jgrga.layout
   /usr/share/lyx/layouts/aguplus.inc
 
 
 Ran texhash in the base and layouts directory, reconfigured, restarted, but still 
 article (AGU) and 
 article (AGU ms) are listed as unavailable. Looking at View-Tex Information, there 
 are many classes 
 and stylefiles listed in /usr/share/texmf/tex/latex/base/, but none of those listed 
 above.

Check the file /usr/share/texmf/ls-R. It should contain aguplus.cls
and the others. If not, then texhash didn't do its job. (And you don't
have to run it in the layouts dir. That is LyX, not TeX stuff.) Did
you just type texhash as root from the command line, without any
arguments?

 Tim

- Martin



pgpwTA4fz0fY4.pgp
Description: PGP signature


footnote in a table

2004-05-19 Thread Vinay Ramnath
Hi,
is it possible to make a footnote in a table? I do get the superscript 
number at the position of the word I want to make a note about, but I do 
not get the actual footnote.

I do not necessarily need the actual note in the table. LaTeX will 
figure where it should be, probably at the bottom of the page. I do want 
the superscript number inside the table though, so I cannot make the 
superscript outside the table.

The way I tried to do it is just like with any other footnote but that 
obviously doesn't work. Is there an other way? I use LyX 1.3.3 under 
SuSE 8.0 with the teTeX package that comes with that version.

Thanks a lot,
Vinay


Re: footnote in a table

2004-05-19 Thread Juergen Spitzmueller
Vinay Ramnath wrote:

 is it possible to make a footnote in a table? I do get the superscript
 number at the position of the word I want to make a note about, but I do
 not get the actual footnote.

That's a LaTeX restriction. See
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab

Regards,
Jürgen



Re: footnote in a table

2004-05-19 Thread Vinay Ramnath
Juergen Spitzmueller wrote:
Vinay Ramnath wrote:
is it possible to make a footnote in a table? I do get the superscript
number at the position of the word I want to make a note about, but I do
not get the actual footnote.
That's a LaTeX restriction. See
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab
Allright, thanks a lot. I think I don't need these footnotes that much, 
so I'll let it go. I just upgraded to LyX 1.3.4 to see if that would 
make a difference, but of course that didn't (concerning the 
footnote-issue).

Vinay


Re: footnote in a table

2004-05-19 Thread Les Denham
On Wednesday 19 May 2004 12:42, Vinay Ramnath wrote:
 Juergen Spitzmueller wrote:
  Vinay Ramnath wrote:
 is it possible to make a footnote in a table? I do get the superscript
 number at the position of the word I want to make a note about, but I do
 not get the actual footnote.
 
  That's a LaTeX restriction. See
  http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab

 Allright, thanks a lot. I think I don't need these footnotes that much,
 so I'll let it go. I just upgraded to LyX 1.3.4 to see if that would
 make a difference, but of course that didn't (concerning the
 footnote-issue).

 Vinay

You can put the footnote in the table (which gives the superscript number) 
then immediately after the table add the text of the footnote in ERT:

\footnotetext{The actual footnote goes here}

This works perfectly for a small table and one footnote.  I don't know whether 
it works in more complex situations.

Les


Re: footnote in a table

2004-05-19 Thread Vinay Ramnath

Les Denham wrote:
You can put the footnote in the table (which gives the superscript number) 
then immediately after the table add the text of the footnote in ERT:

\footnotetext{The actual footnote goes here}
This works perfectly for a small table and one footnote.  I don't know whether 
it works in more complex situations.
Yeah, I read that in the document Mark linked to. The point is that I 
have six footnotes, so it is a bit more complex this time. It might work 
in a more simple case indeed.

Thank you,
Vinay


Re: AGU article class

2004-05-19 Thread Tim J. Garrett
Looks like texhash did its job. ls-R contains:
./tex/latex/base:
agu10.sty
agu11.sty
agu2001.cls
agu2001.sty
agu.bst
agufull.bst
agums.sty
aguplus.cls
texhash was run with out options.
Thanks again
Tim
Martin Vermeer wrote:
On Tue, May 18, 2004 at 12:04:21PM -0600, Tim J. Garrett spake thusly:
 

This is what I have:
/usr/share/texmf/tex/latex/base/agu10.sty
 /usr/share/texmf/tex/latex/base/agu11.sty
 /usr/share/texmf/tex/latex/base/agu2001.cls
 /usr/share/texmf/tex/latex/base/agu2001.sty
 /usr/share/texmf/tex/latex/base/agu.bst
 /usr/share/texmf/tex/latex/base/agufull.bst
 /usr/share/texmf/tex/latex/base/agums.sty
 /usr/share/texmf/tex/latex/base/aguplus.cls
 /usr/share/texmf/tex/latex/base/jgrga.sty

 Also

 /usr/share/lyx/layouts/jgrga.layout
 /usr/share/lyx/layouts/aguplus.inc
Ran texhash in the base and layouts directory, reconfigured, restarted, but still article (AGU) and 
article (AGU ms) are listed as unavailable. Looking at View-Tex Information, there are many classes 
and stylefiles listed in /usr/share/texmf/tex/latex/base/, but none of those listed above.

Check the file /usr/share/texmf/ls-R. It should contain aguplus.cls
and the others. If not, then texhash didn't do its job. (And you don't
have to run it in the layouts dir. That is LyX, not TeX stuff.) Did
you just type texhash as root from the command line, without any
arguments?

Tim

- Martin
--
**
Tim GarrettPhone: 801-581-5768
Assistant Professor  Fax: 801-585-3681
Meteorology Departmentemail: [EMAIL PROTECTED]
University of Utahhttp://www.met.utah.edu/tgarrett
135 S 1460 E, Rm 819
Salt Lake City UT 84112-0110
**


PDF margin growth

2004-05-19 Thread Kent Kostuk
I have noticed that when I create a PDF and thend print it the margins 
are larger (and consequently the text is smaller) than if I printed the 
document directly.  I don't have this problem when I create and then 
print a PS file.  This is not strictly a LyX problem, as I have noticed 
this when I create the PDF from a PS at the command line.  Is thers some 
command line parameter that I need to be using to correct this?

Kent


Re: AGU article class

2004-05-19 Thread Martin Vermeer
On Wed, May 19, 2004 at 11:23:36AM -0600, Tim J. Garrett spake thusly:
 
 Looks like texhash did its job. ls-R contains:
 
 
 ./tex/latex/base:
 agu10.sty
 agu11.sty
 agu2001.cls
 agu2001.sty
 agu.bst
 agufull.bst
 agums.sty
 aguplus.cls
 
 texhash was run with out options.
 
 Thanks again
 Tim

This is weird. Does agums.sty occur in your file textclass.lst
(re-generated if you reconfigure) as it does in mine? Like a line

agums aguplus article (AGU++) manuscript false

If not, you could try and add it manually. System-wide or local (under
~/.lyx). Weird though if you would need to do that.

- Martin


pgpfEEL6ggMJV.pgp
Description: PGP signature


Re: PDF margin growth

2004-05-19 Thread David A. Case
On Wed, May 19, 2004, Kent Kostuk wrote:

 I have noticed that when I create a PDF and thend print it the margins 
 are larger (and consequently the text is smaller) than if I printed the 
 document directly.  I don't have this problem when I create and then 
 print a PS file.  This is not strictly a LyX problem, as I have noticed 
 this when I create the PDF from a PS at the command line.  Is thers some 
 command line parameter that I need to be using to correct this?
 

How are you printing the PDF file?  Adobe Acrobat has a fit to page
option (which might be on by default) that ends up scaling everying by
about 94%, at least in the US with a letter page size.  This has the effect
of giving you a larger margin and smaller text that you want. Other programs
that print PDF files might be doing something similar.  With Acrobat, you
can request no scaling, and you will get the margins and text size
you expect.

...hope this helps...dave case


Re: AGU article class

2004-05-19 Thread Martin Vermeer
On Tue, May 18, 2004 at 12:04:21PM -0600, Tim J. Garrett spake thusly:
 
> This is what I have:
>  >/usr/share/texmf/tex/latex/base/agu10.sty
>  > /usr/share/texmf/tex/latex/base/agu11.sty
>  > /usr/share/texmf/tex/latex/base/agu2001.cls
>  > /usr/share/texmf/tex/latex/base/agu2001.sty
>  > /usr/share/texmf/tex/latex/base/agu.bst
>  > /usr/share/texmf/tex/latex/base/agufull.bst
>  > /usr/share/texmf/tex/latex/base/agums.sty
>  > /usr/share/texmf/tex/latex/base/aguplus.cls
>  > /usr/share/texmf/tex/latex/base/jgrga.sty
>  >
>  > Also
>  >
>  > /usr/share/lyx/layouts/jgrga.layout
>  > /usr/share/lyx/layouts/aguplus.inc
> 
> 
> Ran texhash in the base and layouts directory, reconfigured, restarted, but still 
> article (AGU) and 
> article (AGU ms) are listed as unavailable. Looking at View->Tex Information, there 
> are many classes 
> and stylefiles listed in /usr/share/texmf/tex/latex/base/, but none of those listed 
> above.

Check the file /usr/share/texmf/ls-R. It should contain aguplus.cls
and the others. If not, then texhash didn't do its job. (And you don't
have to run it in the layouts dir. That is LyX, not TeX stuff.) Did
you just type texhash as root from the command line, without any
arguments?

> Tim

- Martin



pgpwTA4fz0fY4.pgp
Description: PGP signature


footnote in a table

2004-05-19 Thread Vinay Ramnath
Hi,
is it possible to make a footnote in a table? I do get the superscript 
number at the position of the word I want to make a note about, but I do 
not get the actual footnote.

I do not necessarily need the actual note in the table. LaTeX will 
figure where it should be, probably at the bottom of the page. I do want 
the superscript number inside the table though, so I cannot make the 
superscript outside the table.

The way I tried to do it is just like with any other footnote but that 
obviously doesn't work. Is there an other way? I use LyX 1.3.3 under 
SuSE 8.0 with the teTeX package that comes with that version.

Thanks a lot,
Vinay


Re: footnote in a table

2004-05-19 Thread Juergen Spitzmueller
Vinay Ramnath wrote:

> is it possible to make a footnote in a table? I do get the superscript
> number at the position of the word I want to make a note about, but I do
> not get the actual footnote.

That's a LaTeX restriction. See
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab

Regards,
Jürgen



Re: footnote in a table

2004-05-19 Thread Vinay Ramnath
Juergen Spitzmueller wrote:
Vinay Ramnath wrote:
is it possible to make a footnote in a table? I do get the superscript
number at the position of the word I want to make a note about, but I do
not get the actual footnote.
That's a LaTeX restriction. See
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab
Allright, thanks a lot. I think I don't need these footnotes that much, 
so I'll let it go. I just upgraded to LyX 1.3.4 to see if that would 
make a difference, but of course that didn't (concerning the 
footnote-issue).

Vinay


Re: footnote in a table

2004-05-19 Thread Les Denham
On Wednesday 19 May 2004 12:42, Vinay Ramnath wrote:
> Juergen Spitzmueller wrote:
> > Vinay Ramnath wrote:
> >>is it possible to make a footnote in a table? I do get the superscript
> >>number at the position of the word I want to make a note about, but I do
> >>not get the actual footnote.
> >
> > That's a LaTeX restriction. See
> > http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab
>
> Allright, thanks a lot. I think I don't need these footnotes that much,
> so I'll let it go. I just upgraded to LyX 1.3.4 to see if that would
> make a difference, but of course that didn't (concerning the
> footnote-issue).
>
> Vinay

You can put the footnote in the table (which gives the superscript number) 
then immediately after the table add the text of the footnote in ERT:

\footnotetext{The actual footnote goes here}

This works perfectly for a small table and one footnote.  I don't know whether 
it works in more complex situations.

Les


Re: footnote in a table

2004-05-19 Thread Vinay Ramnath

Les Denham wrote:
You can put the footnote in the table (which gives the superscript number) 
then immediately after the table add the text of the footnote in ERT:

\footnotetext{The actual footnote goes here}
This works perfectly for a small table and one footnote.  I don't know whether 
it works in more complex situations.
Yeah, I read that in the document Mark linked to. The point is that I 
have six footnotes, so it is a bit more complex this time. It might work 
in a more simple case indeed.

Thank you,
Vinay


Re: AGU article class

2004-05-19 Thread Tim J. Garrett
Looks like texhash did its job. ls-R contains:
./tex/latex/base:
agu10.sty
agu11.sty
agu2001.cls
agu2001.sty
agu.bst
agufull.bst
agums.sty
aguplus.cls
texhash was run with out options.
Thanks again
Tim
Martin Vermeer wrote:
On Tue, May 18, 2004 at 12:04:21PM -0600, Tim J. Garrett spake thusly:
 

This is what I have:
>/usr/share/texmf/tex/latex/base/agu10.sty
> /usr/share/texmf/tex/latex/base/agu11.sty
> /usr/share/texmf/tex/latex/base/agu2001.cls
> /usr/share/texmf/tex/latex/base/agu2001.sty
> /usr/share/texmf/tex/latex/base/agu.bst
> /usr/share/texmf/tex/latex/base/agufull.bst
> /usr/share/texmf/tex/latex/base/agums.sty
> /usr/share/texmf/tex/latex/base/aguplus.cls
> /usr/share/texmf/tex/latex/base/jgrga.sty
>
> Also
>
> /usr/share/lyx/layouts/jgrga.layout
> /usr/share/lyx/layouts/aguplus.inc
Ran texhash in the base and layouts directory, reconfigured, restarted, but still article (AGU) and 
article (AGU ms) are listed as unavailable. Looking at View->Tex Information, there are many classes 
and stylefiles listed in /usr/share/texmf/tex/latex/base/, but none of those listed above.

Check the file /usr/share/texmf/ls-R. It should contain aguplus.cls
and the others. If not, then texhash didn't do its job. (And you don't
have to run it in the layouts dir. That is LyX, not TeX stuff.) Did
you just type texhash as root from the command line, without any
arguments?

Tim

- Martin
--
**
Tim GarrettPhone: 801-581-5768
Assistant Professor  Fax: 801-585-3681
Meteorology Departmentemail: [EMAIL PROTECTED]
University of Utahhttp://www.met.utah.edu/tgarrett
135 S 1460 E, Rm 819
Salt Lake City UT 84112-0110
**


PDF margin growth

2004-05-19 Thread Kent Kostuk
I have noticed that when I create a PDF and thend print it the margins 
are larger (and consequently the text is smaller) than if I printed the 
document directly.  I don't have this problem when I create and then 
print a PS file.  This is not strictly a LyX problem, as I have noticed 
this when I create the PDF from a PS at the command line.  Is thers some 
command line parameter that I need to be using to correct this?

Kent


Re: AGU article class

2004-05-19 Thread Martin Vermeer
On Wed, May 19, 2004 at 11:23:36AM -0600, Tim J. Garrett spake thusly:
 
> Looks like texhash did its job. ls-R contains:
> 
> 
> ./tex/latex/base:
> agu10.sty
> agu11.sty
> agu2001.cls
> agu2001.sty
> agu.bst
> agufull.bst
> agums.sty
> aguplus.cls
> 
> texhash was run with out options.
> 
> Thanks again
> Tim

This is weird. Does agums.sty occur in your file textclass.lst
(re-generated if you reconfigure) as it does in mine? Like a line

"agums" "aguplus" "article (AGU++) manuscript" "false"

If not, you could try and add it manually. System-wide or local (under
~/.lyx). Weird though if you would need to do that.

- Martin


pgpfEEL6ggMJV.pgp
Description: PGP signature


Re: PDF margin growth

2004-05-19 Thread David A. Case
On Wed, May 19, 2004, Kent Kostuk wrote:

> I have noticed that when I create a PDF and thend print it the margins 
> are larger (and consequently the text is smaller) than if I printed the 
> document directly.  I don't have this problem when I create and then 
> print a PS file.  This is not strictly a LyX problem, as I have noticed 
> this when I create the PDF from a PS at the command line.  Is thers some 
> command line parameter that I need to be using to correct this?
> 

How are you printing the PDF file?  Adobe Acrobat has a "fit to page"
option (which might be on by default) that ends up scaling everying by
about 94%, at least in the US with a "letter" page size.  This has the effect
of giving you a larger margin and smaller text that you want. Other programs
that print PDF files might be doing something similar.  With Acrobat, you
can request "no scaling", and you will get the margins and text size
you expect.

...hope this helps...dave case