X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=52ab2925a5f5fe3cda53673a330eb4b6450b53b5;hb=70b3d3adccdda2daf9346b995575f9ee658ac5d3;hp=5faa68e2e49001c091db9cc8739455fac06cf66f;hpb=ed44bbddee012f1cb38752142aba8e068dce47d2;p=features.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 5faa68e2e4..52ab2925a5 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -302,6 +302,9 @@ public: /// Should we output verbatim specific chars? docstring pass_thru_chars; + /// A specific newline macro + std::string newlinecmd; + /// Should we output captions? bool html_disable_captions;