use \usepackage instead of \RequirePackage for jurabib

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8857 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2004-08-02 13:20:03 +00:00
parent 8a490234de
commit 04107a48fc
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@
* Spacing.h: add <string> (STLPort compile fix)
2004-08-02 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* LaTeXFeatures.C: (jurabib) \RequirePackage -> \usepackage
2004-07-25 Lars Gullik Bjonnes <larsbj@gullik.net>
* lyxlex_pimpl.C (compare_tags): chagne return type of operator()

View File

@ -310,7 +310,7 @@ string const LaTeXFeatures::getPackages() const
// jurabib -- we need version 0.6 at least.
if (isRequired("jurabib")) {
packages << "\\RequirePackage{jurabib}[2004/01/25]\n";
packages << "\\usepackage{jurabib}[2004/01/25]\n";
}
// bibtopic -- the dot provides the aux file naming which