From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/tr2latex/greek.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 support/tr2latex/greek.h (limited to 'support/tr2latex/greek.h') diff --git a/support/tr2latex/greek.h b/support/tr2latex/greek.h new file mode 100644 index 0000000000..20e756a749 --- /dev/null +++ b/support/tr2latex/greek.h @@ -0,0 +1,23 @@ +#ifndef GREEK__H +#define GREEK__H + +/* +** tr2latex - troff to LaTeX converter +** COPYRIGHT (C) 1987 Kamal Al-Yahya, 1991,1992 Christian Engel +** +** Module: greek.h +** +** This file contains the list of the upper-case Greek letters. +** In case I overlooked any, it can be added here. +*/ + +const char *GRK_list[] = +{ +"ALPHA", "BETA", "CHI", "DELTA", "EPSILON", +"ETA", "GAMMA", "KAPPA", "LAMDA", "MU", +"NU", "OMEGA", "PHI", "PI", "PSI", +"RHO", "SIGMA", "TAU", "THETA", "UPSILON", +"XI", "ZETA" +}; + +#endif -- cgit v1.2.3