tex2lyx/preamble.cpp: using amsmath and esint automatically is safer than not to use them. The automatic usage is also our default when you create a new LyX file.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30095 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-06-14 12:25:17 +00:00
parent a65af1e391
commit 6f1cd6eba2

View File

@ -120,8 +120,8 @@ string h_paperfontsize = "default";
string h_spacing = "single"; string h_spacing = "single";
string h_papersize = "default"; string h_papersize = "default";
string h_use_geometry = "false"; string h_use_geometry = "false";
string h_use_amsmath = "0"; string h_use_amsmath = "1";
string h_use_esint = "0"; string h_use_esint = "1";
string h_cite_engine = "basic"; string h_cite_engine = "basic";
string h_use_bibtopic = "false"; string h_use_bibtopic = "false";
string h_paperorientation = "portrait"; string h_paperorientation = "portrait";