Julien Rioux 2e72a0af48 Add known citation packages to LaTeXFeatures:
- achicago
  - apacite
  - apalike
  - astron
  - authordate
  - chicago
  - harvard
  - mslapa
  - named

This allows these citation packages can be Required by the document layout.
LyX handles the package ordering, loading any of these packages before natbib
when both are required by the document layout. For example, apacite can be
used with or without natbib.

The package achicago isn't compatible with natbib out-of-the-box,
but the following compatibility code makes it work:

\usepackage{achicago}
\let\achicagobib\thebibliography
\usepackage[authoryear]{natbib}
\let\thebibliography\achicagobib
\let\UnexpandableProtect\protect
\let\SCcite\astroncite
2013-01-05 00:08:55 +01:00
..
2007-12-02 22:10:26 +00:00
2013-01-01 19:41:38 +01:00
2013-01-03 14:35:55 +01:00
2011-04-02 11:00:19 +00:00
2013-01-03 02:45:48 +01:00
2012-12-31 14:30:44 +01:00
2011-02-21 19:56:43 +00:00
2003-10-13 09:50:10 +00:00
2013-01-01 03:58:33 +01:00
2012-12-31 17:16:13 +01:00
2012-12-28 13:25:42 +01:00
2012-12-28 13:25:42 +01:00