我正在尝试写一篇论文,格式必须符合 APA 格式第 6 版。我发现我应该使用\documentclass{apa6}
它来做到这一点。好吧,我试过了,我得到了:
File 'apa6.cls' not found.
当然,我随后看到无法使 apa6 样式在 (MiK)TeX 中起作用,然后决定我可以手动安装它(这是唯一对我有意义的回答)。好吧,我发现apa6.dtx,我将其放在一个空目录中,然后运行“pdflatex apa6.dtx”。我看到的是:
Generating file(s) ./apa6.cls Processing file apa6.dtx (class) -> apa6.cls File apa6.dtx ended by \endinput. Lines processed: 4034 Comments removed: 1379 Comments passed: 53 Codelines passed: 2560 Generating file(s) ././config/APAamerican.txt ././config/APAbritish.txt ././con fig/APAdutch.txt ././config/APAenglish.txt ././config/APAgerman.txt ././config/ APAngerman.txt ././config/APAgreek.txt ././config/APAczech.txt ././config/APAen dfloat.cfg ! I can't write on file `././config/APAamerican.txt'. <to be read again> \edef l.142 } (Press Enter to retry, or Control-D to exit; default file extension is `.tex') Please type another output file name:
如果我取消它,它仍然会生成一个 apa6.cls 文件,但是当我尝试使用它时会出现此错误:
! LaTeX Error: Option clash for package geometry. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.3 \usepackage [pdftex]{graphicx}
我应该怎么办?
顺便说一句,我正在运行texlive-full
安装了该软件包的 Ubuntu。