On 04/18/2014 03:25 PM, kete wrote:
This may be a question for Debian or Debian derivative Lyx users. Can
any of you tell me how to make the article APA or article APA6
document classes available in my document settings?
I don't know exactly under Debian, but you need somehow to install
apa.cls and apa6.cls. The file is presumably provided by texlive, but
which package? So I guess you could try:
apt-file search apa.cls
and see if that gives you anything. If you don't have apt-file, then do:
sudo apt-get install apt-file
first.
Richard