/* 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