Re: APA.cls missing, not apa.layout

2006-04-30 Thread Paul A. Rubin

hbrhodes wrote:
i found an article on the internet stating how apa.layout was present 
from the install of 1.4.1 of lyx-qt but that the apa.cls was missing.  
i'm experiencing the same problem, anyone know how to fix this?  i know 
i wrote this earliar, but i thought this would be easier to understand 
than my first e-mail!




apa.cls does not come with LyX, it's a LaTeX package.  You have to 
download and install it from a LaTeX repository.  Details depend on your 
particular LaTeX distribution.


/Paul



Re: APA.cls missing, not apa.layout

2006-04-30 Thread hbrhodes
okay!  now we're getting somewhere, i will search for a LaTeX repository 
... but if i don't find one would you let me know how i do all that?  
all i know is i am using tetex (This is TeX, Version 3.141592 (Web2C 
7.5.4)) and LYX (1.4.1).  I'm not getting anything from latex, platex, 
etc from the command prompt.  and the version #'s of latex and platex 
are the same version #'s of tex.


Re: APA.cls missing, not apa.layout

2006-04-30 Thread Paul A. Rubin

hbrhodes wrote:
okay!  now we're getting somewhere, i will search for a LaTeX repository 
... but if i don't find one would you let me know how i do all that?  
all i know is i am using tetex (This is TeX, Version 3.141592 (Web2C 
7.5.4)) and LYX (1.4.1).  I'm not getting anything from latex, platex, 
etc from the command prompt.  and the version #'s of latex and platex 
are the same version #'s of tex.




The apa package (apa.cls and associated files) can be found at 
http://tug.ctan.org/tex-archive/macros/latex/contrib/apa/.


I'm not a teTeX user, and you didn't indicate what Linux distribution 
you're using.  The current version of teTeX is 1.3.2.  If you Google 
tetex apa package (without the quotes) you'll find some links to RPMs 
(if your Linux distro uses RPM), but the first couple at least are a bit 
dated (version 1.3.0).  You can download the package from CTAN, put it 
in a folder somewhere in your localtexmf tree, and refresh your database 
(don't know the teTeX command for that; it might be texhash).


If you need more guidance, perhaps a teTeX user can help.

Hope that helps,
/Paul



Re: APA.cls missing, not apa.layout

2006-04-30 Thread Paul Johnson

OK, I just saw this second message about apa and got curious why
anybody would want it, so I installed it.  Here is the step-by-step
instruction on how you can install apa and apacite.

# su
(assuming you don't have the directory already: )
# mkdir -p /usr/local/share/texmf/tex/latex
# cd /usr/local/share/texmf/tex/latex
# wget ftp://tug.ctan.org/pub/tex-archive/biblio/bibtex/contrib/apacite.zip
# unzip apacite.zip
# wget ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/apa.zip
# unzip apa.zip
# texhash
# exit

Open a terminal, then type

lyx


In there, run tools/reconfigure, close lyx.

In the terminal, look back and make sure it found apa apacite.  Mine
did, I bet yours will too.

Good Luck

PJ


On 4/29/06, hbrhodes [EMAIL PROTECTED] wrote:

i found an article on the internet stating how apa.layout was present
from the install of 1.4.1 of lyx-qt but that the apa.cls was missing.
i'm experiencing the same problem, anyone know how to fix this?  i know
i wrote this earliar, but i thought this would be easier to understand
than my first e-mail!




--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas


Re: APA.cls missing, not apa.layout

2006-04-30 Thread hbrhodes
Thank you very much!  i appreciate the help both of you have offered, i 
should have mentioned i was using FC4 ... *slaps self*.


thanks you again!


Re: APA.cls missing, not apa.layout

2006-04-30 Thread Paul A. Rubin

hbrhodes wrote:
i found an article on the internet stating how apa.layout was present 
from the install of 1.4.1 of lyx-qt but that the apa.cls was missing.  
i'm experiencing the same problem, anyone know how to fix this?  i know 
i wrote this earliar, but i thought this would be easier to understand 
than my first e-mail!




apa.cls does not come with LyX, it's a LaTeX package.  You have to 
download and install it from a LaTeX repository.  Details depend on your 
particular LaTeX distribution.


/Paul



Re: APA.cls missing, not apa.layout

2006-04-30 Thread hbrhodes
okay!  now we're getting somewhere, i will search for a LaTeX repository 
... but if i don't find one would you let me know how i do all that?  
all i know is i am using tetex (This is TeX, Version 3.141592 (Web2C 
7.5.4)) and LYX (1.4.1).  I'm not getting anything from latex, platex, 
etc from the command prompt.  and the version #'s of latex and platex 
are the same version #'s of tex.


Re: APA.cls missing, not apa.layout

2006-04-30 Thread Paul A. Rubin

hbrhodes wrote:
okay!  now we're getting somewhere, i will search for a LaTeX repository 
... but if i don't find one would you let me know how i do all that?  
all i know is i am using tetex (This is TeX, Version 3.141592 (Web2C 
7.5.4)) and LYX (1.4.1).  I'm not getting anything from latex, platex, 
etc from the command prompt.  and the version #'s of latex and platex 
are the same version #'s of tex.




The apa package (apa.cls and associated files) can be found at 
http://tug.ctan.org/tex-archive/macros/latex/contrib/apa/.


I'm not a teTeX user, and you didn't indicate what Linux distribution 
you're using.  The current version of teTeX is 1.3.2.  If you Google 
tetex apa package (without the quotes) you'll find some links to RPMs 
(if your Linux distro uses RPM), but the first couple at least are a bit 
dated (version 1.3.0).  You can download the package from CTAN, put it 
in a folder somewhere in your localtexmf tree, and refresh your database 
(don't know the teTeX command for that; it might be texhash).


If you need more guidance, perhaps a teTeX user can help.

Hope that helps,
/Paul



Re: APA.cls missing, not apa.layout

2006-04-30 Thread Paul Johnson

OK, I just saw this second message about apa and got curious why
anybody would want it, so I installed it.  Here is the step-by-step
instruction on how you can install apa and apacite.

# su
(assuming you don't have the directory already: )
# mkdir -p /usr/local/share/texmf/tex/latex
# cd /usr/local/share/texmf/tex/latex
# wget ftp://tug.ctan.org/pub/tex-archive/biblio/bibtex/contrib/apacite.zip
# unzip apacite.zip
# wget ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/apa.zip
# unzip apa.zip
# texhash
# exit

Open a terminal, then type

lyx


In there, run tools/reconfigure, close lyx.

In the terminal, look back and make sure it found apa apacite.  Mine
did, I bet yours will too.

Good Luck

PJ


On 4/29/06, hbrhodes [EMAIL PROTECTED] wrote:

i found an article on the internet stating how apa.layout was present
from the install of 1.4.1 of lyx-qt but that the apa.cls was missing.
i'm experiencing the same problem, anyone know how to fix this?  i know
i wrote this earliar, but i thought this would be easier to understand
than my first e-mail!




--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas


Re: APA.cls missing, not apa.layout

2006-04-30 Thread hbrhodes
Thank you very much!  i appreciate the help both of you have offered, i 
should have mentioned i was using FC4 ... *slaps self*.


thanks you again!


Re: APA.cls missing, not apa.layout

2006-04-30 Thread Paul A. Rubin

hbrhodes wrote:
i found an article on the internet stating how apa.layout was present 
from the install of 1.4.1 of lyx-qt but that the apa.cls was missing.  
i'm experiencing the same problem, anyone know how to fix this?  i know 
i wrote this earliar, but i thought this would be easier to understand 
than my first e-mail!




apa.cls does not come with LyX, it's a LaTeX package.  You have to 
download and install it from a LaTeX repository.  Details depend on your 
particular LaTeX distribution.


/Paul



Re: APA.cls missing, not apa.layout

2006-04-30 Thread hbrhodes
okay!  now we're getting somewhere, i will search for a LaTeX repository 
... but if i don't find one would you let me know how i do all that?  
all i know is i am using tetex (This is TeX, Version 3.141592 (Web2C 
7.5.4)) and LYX (1.4.1).  I'm not getting anything from latex, platex, 
etc from the command prompt.  and the version #'s of latex and platex 
are the same version #'s of tex.


Re: APA.cls missing, not apa.layout

2006-04-30 Thread Paul A. Rubin

hbrhodes wrote:
okay!  now we're getting somewhere, i will search for a LaTeX repository 
... but if i don't find one would you let me know how i do all that?  
all i know is i am using tetex (This is TeX, Version 3.141592 (Web2C 
7.5.4)) and LYX (1.4.1).  I'm not getting anything from latex, platex, 
etc from the command prompt.  and the version #'s of latex and platex 
are the same version #'s of tex.




The apa package (apa.cls and associated files) can be found at 
http://tug.ctan.org/tex-archive/macros/latex/contrib/apa/.


I'm not a teTeX user, and you didn't indicate what Linux distribution 
you're using.  The current version of teTeX is 1.3.2.  If you Google 
"tetex apa package" (without the quotes) you'll find some links to RPMs 
(if your Linux distro uses RPM), but the first couple at least are a bit 
dated (version 1.3.0).  You can download the package from CTAN, put it 
in a folder somewhere in your localtexmf tree, and refresh your database 
(don't know the teTeX command for that; it might be texhash).


If you need more guidance, perhaps a teTeX user can help.

Hope that helps,
/Paul



Re: APA.cls missing, not apa.layout

2006-04-30 Thread Paul Johnson

OK, I just saw this second message about apa and got curious why
anybody would want it, so I installed it.  Here is the step-by-step
instruction on how you can install apa and apacite.

# su
(assuming you don't have the directory already: )
# mkdir -p /usr/local/share/texmf/tex/latex
# cd /usr/local/share/texmf/tex/latex
# wget ftp://tug.ctan.org/pub/tex-archive/biblio/bibtex/contrib/apacite.zip
# unzip apacite.zip
# wget ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/apa.zip
# unzip apa.zip
# texhash
# exit

Open a terminal, then type

lyx


In there, run tools/reconfigure, close lyx.

In the terminal, look back and make sure it found apa apacite.  Mine
did, I bet yours will too.

Good Luck

PJ


On 4/29/06, hbrhodes <[EMAIL PROTECTED]> wrote:

i found an article on the internet stating how apa.layout was present
from the install of 1.4.1 of lyx-qt but that the apa.cls was missing.
i'm experiencing the same problem, anyone know how to fix this?  i know
i wrote this earliar, but i thought this would be easier to understand
than my first e-mail!




--
Paul E. Johnson
Professor, Political Science
1541 Lilac Lane, Room 504
University of Kansas


Re: APA.cls missing, not apa.layout

2006-04-30 Thread hbrhodes
Thank you very much!  i appreciate the help both of you have offered, i 
should have mentioned i was using FC4 ... *slaps self*.


thanks you again!


APA.cls missing, not apa.layout

2006-04-29 Thread hbrhodes
i found an article on the internet stating how apa.layout was present 
from the install of 1.4.1 of lyx-qt but that the apa.cls was missing.  
i'm experiencing the same problem, anyone know how to fix this?  i know 
i wrote this earliar, but i thought this would be easier to understand 
than my first e-mail!


APA.cls missing, not apa.layout

2006-04-29 Thread hbrhodes
i found an article on the internet stating how apa.layout was present 
from the install of 1.4.1 of lyx-qt but that the apa.cls was missing.  
i'm experiencing the same problem, anyone know how to fix this?  i know 
i wrote this earliar, but i thought this would be easier to understand 
than my first e-mail!


APA.cls missing, not apa.layout

2006-04-29 Thread hbrhodes
i found an article on the internet stating how apa.layout was present 
from the install of 1.4.1 of lyx-qt but that the apa.cls was missing.  
i'm experiencing the same problem, anyone know how to fix this?  i know 
i wrote this earliar, but i thought this would be easier to understand 
than my first e-mail!