]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
- UI support for the LaTeX-package undertilde, fileformat change, fixed the remaining...
[lyx.git] / src / OutputParams.h
index c9129eae3e9dd1d805ccb5d719c884e8d4a52d0d..1a7326ddd8b52bb1a2d893e92456db816bbbc661 100644 (file)
@@ -28,6 +28,7 @@ class Language;
 class OutputParams {
 public:
        enum FLAVOR {
+               DVILUATEX,
                LATEX,
                LUATEX,
                PDFLATEX,
@@ -218,6 +219,12 @@ public:
         */
        mutable pit_type par_end;
 
+       /// Id of the last paragraph before an inset
+       mutable int lastid;
+
+       /// Last position in the last paragraph before an inset
+       mutable int lastpos;
+
        /// is this the last paragraph in the current buffer/inset?
        bool isLastPar;