]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Russian layouttranslations reviewed by Yuriy, Dec 13 2017.
[lyx.git] / src / LyXRC.h
index 9b4b09fac3020983bef840935ea5c2f9f951f6bb..3da93ac92294f0010aff686318fb4dcb5d2870f7 100644 (file)
@@ -70,6 +70,7 @@ public:
                RC_DEFAULT_DECIMAL_POINT,
                RC_DEFAULT_LENGTH_UNIT,
                RC_DEFAULT_OTF_VIEW_FORMAT,
+               RC_DEFAULT_PLATEX_VIEW_FORMAT,
                RC_DEFAULT_VIEW_FORMAT,
                RC_DEFFILE,
                RC_DIALOGS_ICONIFY_WITH_MAIN,
@@ -294,9 +295,10 @@ public:
        bool allow_geometry_session;
        /// Scrolling speed of the mouse wheel
        double mouse_wheel_speed;
-       /// Zoom factor for screen fonts
-       int zoom;
-       /// Current zoom factor for screen fonts
+       /// Default zoom factor for screen fonts
+       int defaultZoom;
+       /// Actual zoom factor for screen fonts
+       /// (default zoom plus buffer zoom factor)
        int currentZoom;
        /// Screen font sizes in points for each font size
        std::string font_sizes[10];
@@ -388,6 +390,8 @@ public:
        ///
        std::string default_otf_view_format;
        ///
+       std::string default_platex_view_format;
+       ///
        std::string default_view_format;
        /// all available viewers
        Alternatives viewer_alternatives;