]> git.lyx.org Git - lyx.git/commitdiff
use \usepackage instead of \RequirePackage for jurabib
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 2 Aug 2004 13:20:03 +0000 (13:20 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 2 Aug 2004 13:20:03 +0000 (13:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8857 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/LaTeXFeatures.C

index 65e3471c583fcb1507f7f074cbf0b381a0843159..43707d3d834f56cf151f7110738dd3e6c787f935 100644 (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()
index 1741883794c9b94a4522f92dceaf60665d60eb16..67fcb20535e824dbc1fa4f2820f6573341b2b0b6 100644 (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