]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtextclass.h
more guii moving around.
[lyx.git] / src / lyxtextclass.h
index 975c01183c25ffd0d4323d7f6bcce6a62a85c34d..295148afc51ef7b3e64f30fda4f1ebdd5807efcd 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -37,15 +37,15 @@ public:
        typedef LayoutList::const_iterator const_iterator;
        ///
        explicit
-       LyXTextClass (string const & = string(), 
-                     string const & = string(), 
+       LyXTextClass (string const & = string(),
+                     string const & = string(),
                      string const & = string());
 
        ///
        const_iterator begin() const { return layoutlist.begin(); }
        ///
        const_iterator end() const { return layoutlist.end(); }
-       
+
        ///
        bool Read(string const & filename, bool merge = false);
        ///
@@ -93,11 +93,13 @@ public:
                ///
                makeidx = 2,
                ///
-               url = 4
+               url = 4,
+               ///
+               natbib = 8
        };
        ///
        bool provides(Provides p) const;
-       
+
        ///
        unsigned int columns() const;
        ///
@@ -125,7 +127,7 @@ public:
 
        /// Text that dictates how wide the right margin is on the screen
        string const & rightmargin() const;
-        ///
+       ///
        int maxcounter() const;
        ///
        int size() const;