whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26610 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-09-29 08:48:02 +00:00
parent 3a0ee2070c
commit 8dd1185d9f

View File

@ -578,7 +578,7 @@ string const LaTeXFeatures::getPackages() const
string const package =
(mustProvide("xcolor") ? "xcolor" : "color");
if (params_.graphicsDriver == "default"
|| params_.graphicsDriver == "none")
|| params_.graphicsDriver == "none")
packages << "\\usepackage{" << package << "}\n";
else
packages << "\\usepackage["