X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=1abbfe8dc776c29e45a6eb16d4be77f1130ac7af;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=534e9721930167d6ed7f854ea6d6c4c7238358ca;hpb=14bb003b7e9dfe1323753840b6e14f19f479709c;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 534e972193..1abbfe8dc7 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -35,7 +35,8 @@ public: PDFLATEX, XETEX, XML, - HTML + HTML, + TEXT }; enum TableCell { @@ -209,8 +210,12 @@ public: bool dryrun; /// Should we output verbatim or escape LaTeX's special chars? bool verbatim; - /// Should we output captions? (Used in HTML output.) - bool disable_captions; + /// Should we output captions? + bool html_disable_captions; + /// Are we already in a paragraph? + bool html_in_par; + /// Does the present context even permit paragraphs? + bool html_make_pars; };