mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
whitespace.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26610 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3a0ee2070c
commit
8dd1185d9f
@ -578,7 +578,7 @@ string const LaTeXFeatures::getPackages() const
|
|||||||
string const package =
|
string const package =
|
||||||
(mustProvide("xcolor") ? "xcolor" : "color");
|
(mustProvide("xcolor") ? "xcolor" : "color");
|
||||||
if (params_.graphicsDriver == "default"
|
if (params_.graphicsDriver == "default"
|
||||||
|| params_.graphicsDriver == "none")
|
|| params_.graphicsDriver == "none")
|
||||||
packages << "\\usepackage{" << package << "}\n";
|
packages << "\\usepackage{" << package << "}\n";
|
||||||
else
|
else
|
||||||
packages << "\\usepackage["
|
packages << "\\usepackage["
|
||||||
|
Loading…
Reference in New Issue
Block a user