X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=1abbfe8dc776c29e45a6eb16d4be77f1130ac7af;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=48603476b74cbf82cd40d73defdb2b2f74efcfe3;hpb=128e34919148b0d4f92cc8ca415c04055a421235;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 48603476b7..1abbfe8dc7 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -34,7 +34,9 @@ public: LATEX, PDFLATEX, XETEX, - XML + XML, + HTML, + TEXT }; enum TableCell { @@ -208,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; };