diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index a891ea5b27..60769c3a3a 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -453,8 +453,7 @@ char const * simplefeatures[] = { "ifthen", "amsthm", "listings", - "bm", - "xargs" + "bm" }; int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *); @@ -591,6 +590,11 @@ string const LaTeXFeatures::getPackages() const if (mustProvide("jurabib")) { packages << "\\usepackage{jurabib}[2004/01/25]\n"; } + + // xargs -- we need version 1.09 at least + if (mustProvide("xargs")) { + packages << "\\usepackage{xargs}[2008/03/08]\n"; + } // bibtopic -- the dot provides the aux file naming which // LyX can detect.