X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=2c74f7098d55cf91c76ab1e1c5ae43814183a2bc;hb=b4e609bd691b326756e802bb16524bb837b5a10e;hp=497332b84b358b6359e68dd02411704344f8eed1;hpb=07122f066b43f9dd41462932894a91aed78201d0;p=features.git diff --git a/src/BufferParams.h b/src/BufferParams.h index 497332b84b..2c74f7098d 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -584,6 +584,15 @@ public: /// what format to use for table output in DocBook. present choices are above TableOutput docbook_table_output; + // do not change these values. we rely upon them. + enum MathMLNameSpacePrefix { + NoPrefix = 0, + MPrefix = 1, + MMLPrefix = 2 + }; + /// what prefix to use when outputting MathML. present choices are above + MathMLNameSpacePrefix docbook_mathml_prefix; + /// allow the LaTeX backend to run external programs bool shell_escape; /// generate output usable for reverse/forward search