X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=e5e9ad0813d0b631b871ba18b72df4999564c67f;hb=51cc8aa9f6b784f806b1d9cc97fe0749ffac29af;hp=f01c5b96b4f2d57e9c023da49ba3f3a3cc9565c5;hpb=f7be88ce4c2bbc10c4691e614a54fca427a2e8fb;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index f01c5b96b4..e5e9ad0813 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -163,11 +163,11 @@ public: /** Customized bibtex_command */ - mutable std::string bibtex_command; + std::string bibtex_command; /** Customized index_command */ - mutable std::string index_command; + std::string index_command; /** Line length to use with plaintext or LaTeX export. */ @@ -254,6 +254,9 @@ public: /// Should we output verbatim or escape LaTeX's special chars? bool pass_thru; + /// Should we output verbatim specific chars? + docstring pass_thru_chars; + /// Should we output captions? bool html_disable_captions;