X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=d0888406f80f3a95f62ad92d821798d288dce0a9;hb=9577dae301866e69016c26300826114a611ea779;hp=43beea44d4d04aa94e443fb84da7f8356c6dd3a8;hpb=c52bd08442214e4d768ee73886dee68e2b812cd1;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index 43beea44d4..d0888406f8 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -184,6 +184,10 @@ public: std::string graphicsDriver; /// The default output format std::string defaultOutputFormat; + /// customized bibliography processor + std::string bibtex_command; + /// customized index processor + std::string index_command; /// the rm font std::string fontsRoman; /// the sf font