Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

bibtextypes.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *                                                                         *
00003  *   bibtextypes.h                                                                 *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  *   Read the file COPYING for details.                                    *
00011  *                                                                         *
00012  *   copyright: (C) 2003 by Jan Mueller                                    *
00013  *   email: janmueller7@hotmail.com                                        *
00014  *                                                                         *
00015  ***************************************************************************/
00016 
00017 #ifndef BibTexTypes_h
00018 #define BibTexTypes_h
00019 
00020 #define BT_BOOK           0     // ->INBOOK
00021 #define BT_BOOKLET        1
00022 #define BT_JOURNAL        2     // ->ARTICLE
00023 #define BT_MANUAL         3
00024 #define BT_MASTERTHESIS   4
00025 #define BT_MISC           5
00026 #define BT_PROCEEDING     6     // ->INPROCEEDING
00027 #define BT_TECHREPORT     7
00028 #define BT_UNPUBLISHED    8
00029 #define BT_PHDTHESIS      9
00030 #define BT_INBOOK        10
00031 #define BT_INCOLLECTION  11
00032 #define BT_INPROCEEDING  12
00033 #define BT_ARTICLE       13
00034 
00035 extern const char *bibtexnames[];
00036 extern int bibtextypecount;
00037 #endif

Generated on Sat Mar 27 19:20:38 2004 for Literature by doxygen 1.3.6-20040222