]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
next step...
[lyx.git] / src / bufferparams.h
index 4f611a7c8d2f31f4e7171bde4ab764a4e3e6b6e8..1d0adc1fd6b6580f6412c58ad6e07f0b6adfcec0 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *      
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -113,6 +113,9 @@ public:
        ///
        void useClassDefaults();
 
+       ///
+       bool hasClassDefaults() const;
+
        ///
        VSpace const & getDefSkip() const { return defskip; }
 
@@ -190,9 +193,9 @@ public:
        ///
        string pagestyle;
        ///
-       array<Bullet, 4> temp_bullets;
+       boost::array<Bullet, 4> temp_bullets;
        ///
-       array<Bullet, 4> user_defined_bullets;
+       boost::array<Bullet, 4> user_defined_bullets;
        ///
        void readPreamble(LyXLex &);
        ///
@@ -201,6 +204,10 @@ public:
        void readGraphicsDriver(LyXLex &);
        ///
         bool use_amsmath;
+       ///
+        bool use_natbib;
+       ///
+        bool use_numerical_citations;
        /// Time ago we agreed that this was a buffer property [ale990407]
         string parentname;
 private: