/* LameTeX.h
 *
 * A LaTeX compatible text formatter that can handle arbitrary-shaped margins
 * described in PostScript.
 *
 * Copyright 1992 Jonathan Monsarrat. Permission given to freely distribute,
 * edit and use as long as this copyright statement remains intact.
 *
 */
#ifndef LAMETEX_H
#define LAMETEX_H

const TRUE = 1;
const FALSE = 0;
const MAXSTRING = 1024;

#endif