lyx_mirror/lib
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
..
bind Another witch hunting case: break-paragraph -> paragraph-break. 2012-09-29 18:06:42 +02:00
commands
doc Customization.lyx: some corrections 2013-01-01 19:41:38 +01:00
examples beamer manual: only cosmetics 2013-01-03 14:35:55 +01:00
fonts Add support for stmaryrd.sty (bug #8434) 2012-12-15 13:10:31 +01:00
images Fix bug #8464: stackrel with subscript. 2012-12-28 20:08:43 +01:00
kbd
layouts natbibapa.module: fix a typo 2013-01-03 02:45:48 +01:00
lyx2lyx More beamer reversion fixes 2012-12-31 14:30:44 +01:00
scripts lyxpreview: Allow to find python scripts. 2012-12-31 17:16:11 +01:00
templates Add layout for APA v6 class and associated module and template. 2012-12-27 15:50:50 -05:00
tex
ui Add a beamer manual (introduction to the basics) which uses the new layouts 2012-12-31 13:19:20 +01:00
.gitignore Add a few more things to ignore, mostly generated files. 2012-03-23 14:09:19 -04:00
autocorrect
build-listerrors
chkconfig.ltx Add known citation packages to LaTeXFeatures: 2013-01-05 00:08:55 +01:00
configure.py Proper fix for #8477 2013-01-01 03:58:33 +01:00
CREDITS Update my email and status. 2012-12-31 17:16:13 +01:00
encodings Fix import of shift-jis and big5 CJK texts. 2012-12-30 20:52:50 +01:00
external_templates
generate_contributions.py Update my email and status. 2012-12-31 17:16:13 +01:00
languages arabi requires the language option to be passed to babel directly. Candidate for branch 2012-07-23 11:03:25 +02:00
latexfonts Also add support for URW Garamond math fonts (via newtx) 2012-12-04 12:55:47 +01:00
layouttranslations layouttranslations: revert [40cc43f150ab5da386fb0358805389c657b77c4c/lyxgit] 2012-04-25 23:18:05 +02:00
layouttranslations.review layouttranslations reminder. 2012-04-22 12:29:57 +02:00
lyx.desktop.in Improve support for distributing desktop files and icons 2011-12-20 13:11:03 +00:00
Makefile.am Add a beamer manual (introduction to the basics) which uses the new layouts 2012-12-31 13:19:20 +01:00
symbols Remove duplicate symbols 2012-12-28 13:25:42 +01:00
syntax.default Fix bug 8396: Wrong import of \xymatrix 2012-10-29 20:42:01 +01:00
unicodesymbols Document feature alternatives 2012-12-28 13:25:42 +01:00