From 286e3a0070774ad6aca742710ff8d972a2063e68 Mon Sep 17 00:00:00 2001 From: Stefan Schimanski Date: Mon, 10 Mar 2008 13:26:20 +0000 Subject: [PATCH] * require at least xargs 1.09. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23628 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LaTeXFeatures.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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. -- 2.39.2