From: Jean-Marc Lasgouttes Date: Sun, 16 Feb 2003 01:35:23 +0000 (+0000) Subject: oops again! hopefully this works now. Time to go to bed X-Git-Tag: 1.6.10~17504 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dd47a9eb1798d583dc84ec1c91c10cecbfa9874a;p=lyx.git oops again! hopefully this works now. Time to go to bed git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6174 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/bufferparams.C b/src/bufferparams.C index 9cf50d170e..bf65508717 100644 --- a/src/bufferparams.C +++ b/src/bufferparams.C @@ -573,7 +573,7 @@ void BufferParams::writeLaTeX(ostream & os, LaTeXFeatures & features, texrow.newline(); } - os << preamble; + os << lyxpreamble; } void BufferParams::setPaperStuff()