summaryrefslogtreecommitdiff
path: root/support/lametex/src/LameTeX.h
blob: c97d9f92828dcf4d05d0020563602e2ad79f7ed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 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