mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
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:
parent
8a490234de
commit
04107a48fc
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user