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