From 2a0fcda936aeb43873b51f10f9e2121646ad627f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 2 Nov 2010 15:42:45 +0000 Subject: [PATCH] Perhaps this is overkill, but it can't hurt.... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36001 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/BufferParams.h b/src/BufferParams.h index 203cac7cd2..abe30526bd 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -384,11 +384,12 @@ public: PDFOptions & pdfoptions(); PDFOptions const & pdfoptions() const; + // do not change these values. we rely upon them. enum MathOutput { MathML = 0, - HTML, - Images, - LaTeX + HTML = 1, + Images = 2, + LaTeX = 3 }; /// what to use for math output. present choices are above MathOutput html_math_output; -- 2.39.2