X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.h;h=d0888406f80f3a95f62ad92d821798d288dce0a9;hb=9577dae301866e69016c26300826114a611ea779;hp=40fee96f6090d3f6e6d686d845f3a988456bf10d;hpb=4d30bc757931ddb6f3a35809f48c4f6528004060;p=lyx.git diff --git a/src/BufferParams.h b/src/BufferParams.h index 40fee96f60..d0888406f8 100644 --- a/src/BufferParams.h +++ b/src/BufferParams.h @@ -36,6 +36,7 @@ class BranchList; class Bullet; class DocumentClass; class Encoding; +class IndicesList; class Language; class LatexFeatures; class LayoutFile; @@ -183,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 @@ -215,6 +220,9 @@ public: /// BranchList: BranchList & branchlist(); BranchList const & branchlist() const; + /// IndicesList: + IndicesList & indiceslist(); + IndicesList const & indiceslist() const; /** * The input encoding for LaTeX. This can be one of * - \c auto: find out the input encoding from the used languages @@ -278,8 +286,10 @@ public: Package use_amsmath; /// Whether and how to load esint Package use_esint; - /// + /// Split bibliography? bool use_bibtopic; + /// Split the index? + bool use_indices; /// revision tracking for this buffer ? bool trackChanges; /** This param decides whether change tracking marks should be used