blob: 8b57266c05fc3735885d40f1ff3dffefc9de89f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* alephextra.c: Hand-coded routines for Aleph.
This file is public domain. */
#define EXTERN /* Instantiate data from alephd.h here. */
/* This file defines TeX and Aleph. */
#include <alephd.h>
/* Hand-coded routines for TeX or Metafont in C. */
#include <lib/texmfmp.c>
|