]> git.lyx.org Git - lyx.git/blobdiff - src/Citation.h
- moderncv.layout: add missing separator style
[lyx.git] / src / Citation.h
index e071d51818360094df80eed89dff84b64bf388f9..1eb4de8ed0b6781360c3206c176bc3499e6d6ed7 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Herbert Voß
+ * \author Herbert Voß
  *
  * Full author contact details are available in file CREDITS.
  */
 #define CITATION_H
 
 namespace lyx {
-       
+
 class Buffer;
 
 enum CiteEngine {
        ENGINE_BASIC,
-       ENGINE_NATBIB_AUTHORYEAR,
-       ENGINE_NATBIB_NUMERICAL,
+       ENGINE_NATBIB,
        ENGINE_JURABIB
 };
 
+enum CiteEngineType {
+       ENGINE_TYPE_AUTHORYEAR = 1,
+       ENGINE_TYPE_NUMERICAL = 2,
+};
+
 enum CiteStyle {
        CITE,
        CITET,