Jacob Bishop wrote:
> Now, to the problem. I cannot figure out how to call the apacite package
> with the natbibapa option in LyX. In raw LaTeX, it is simple. All you have
> to do is use the line \usepackage{natbibapa}[apacite] and do the
> bibliography with natbib style citations and bibtex, all works fine with no
> problems. Normally, you could just add this line to the LaTeX preamble
> under document -> settings -> LaTeX preamble in LyX.
If you want the layout to always load thia ackage for you, enter
Preamble
\usepackage[natbibapa]{apacite}
EndPreamble
to the layout file.
> I would like a method of using natbib with LyX to provide the user
> experience within LyX (clicking to choose which citation style to use for
> each citation, etc.) but without explicitly loading the natbib package**.
> How might this be accomplished?
Provides natbib-internal 1
(in the layout file).
If this is not what the APA6 class should do by default, but just an option,
then set up a module "natbibapa".
Jürgen