#ifndef lint static char *copyright = "Copyright (C) 1985, Sven Mattisson."; #endif #include "comtab.h" struct command comtab[] = { { "bibitem", ONEOPT }, { "caption", ONEOPT }, { "cite", ONEOPT }, { "cline", ONEOPT }, { "documentstyle", ONEOPT }, { "footnote", ONEOPT }, { "footnotemark", ONEOPT }, { "footnotetext", ONEOPT }, { "framebox", PNTOPT }, { "head", ONEOPT }, { "item", ONEOPT }, { "line", ONLYPNT }, { "linebreak", ONEOPT }, { "makebox", PNTOPT }, { "marginpar", ONEOPT }, { "minipage", ONEOPT }, { "multiput", ONLYPNT }, { "newcommand", NEWCOMMAND }, { "newtheorem", NEWTHEOREM }, { "nolinebreak", ONEOPT }, { "nopagebreak", ONEOPT }, { "oval", PNTOPT }, { "pagebreak", ONEOPT }, { "parbox", ONEOPT }, { "picture", ONLYPNT }, { "put", ONLYPNT }, { "rule", ONEOPT }, { "shortstack", ONEOPT }, { "sqrt", ONEOPT }, { "twocolumn", ONEOPT }, { "typein", ONEOPT }, { "vector", ONLYPNT } }; int comtabsize = sizeof (comtab) / sizeof (struct command);