summaryrefslogtreecommitdiff
path: root/biblio/bibtex/utils/xbibfile/xbibfile.h
blob: acfb7968bca5e8e6c92260ec877b78f7ea074cbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* This file is a part of XBibFile - a system for handling BibTeX references
 *
 * Author:   Ross Maloney
 * Date:     October 1999
 *
 */

/* Definitions of the lengths of data fields used */

#define  TINY    50
#define  SMALL   100
#define  LARGE   200
#define  HUGE    2200

#define  NO_SPACING  0
#define  NO_PADDING  0
#define  FILL_YES    TRUE
#define  EXPAND_YES  TRUE