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