]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
and this
[lyx.git] / src / LaTeXFeatures.C
index 406d50e49386f9410660c577077f5cae7e7d7ceb..67fcb20535e824dbc1fa4f2820f6573341b2b0b6 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "support/filetools.h"
 
-#include "support/std_sstream.h"
+#include <sstream>
 
 using lyx::support::IsSGMLFilename;
 using lyx::support::MakeRelPath;
@@ -307,10 +307,10 @@ string const LaTeXFeatures::getPackages() const
                }
                packages << "]{natbib}\n";
        }
-       
+
        // 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