X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=e5e9ad0813d0b631b871ba18b72df4999564c67f;hb=ee41b0f1930604e73f0525864cf3846e7459a449;hp=8663c1766ea5cad895eaffd3fb10d71e6d30e32b;hpb=9c55af4a223ce4db29d643251109e245665344bd;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 8663c1766e..e5e9ad0813 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -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;