X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=ff9491205ba90b35f2721d76acc21725019badc8;hb=4ea6d81437ec7b5bea165d78ca37cb163e262042;hp=d8e65db8409e013848a5d8ad1d40bd88c4a5413a;hpb=bedebfc45a895e573557bf4bdfc2a6dc1af5fde7;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index d8e65db840..ff9491205b 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -104,7 +104,7 @@ public: /** inulemcmd > 0 means that the environment in which the inset is typeset is part of a ulem command (\uline, \uuline, - \uwave, or \sout). Insets that output latex commands relying + \uwave, \sout or \xout). Insets that output latex commands relying on local assignments (such as \cite) should enclose such commands in \mbox{} in order to avoid breakage. */ @@ -172,6 +172,10 @@ public: */ std::string index_command; + /** Hyperref driver + */ + std::string hyperref_driver; + /** Line length to use with plaintext or LaTeX export. */ size_type linelen; @@ -207,7 +211,7 @@ public: /** Whether a btUnit (for multiple biblographies) is open. */ - bool openbtUnit; + mutable bool openbtUnit; /** Process only the children's aux files with BibTeX. * This is necessary with chapterbib. @@ -265,7 +269,7 @@ public: bool isLastPar; - /** whether or not do actual file copying and image conversion + /** whether or not to do actual file copying and image conversion * This mode will be used to preview the source code */ bool dryrun;