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/flip.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 support/tr2latex/flip.h (limited to 'support/tr2latex/flip.h') diff --git a/support/tr2latex/flip.h b/support/tr2latex/flip.h new file mode 100644 index 0000000000..207f97fe8f --- /dev/null +++ b/support/tr2latex/flip.h @@ -0,0 +1,19 @@ +#ifndef FLIP__H +#define FLIP__H + +/* +** tr2latex - troff to LaTeX converter +** COPYRIGHT (C) 1987 Kamal Al-Yahya, 1991,1992 Christian Engel +** +** Module: flip.h +** +** This file contains the words that are placed the opposite way +** in troff and TeX. Is there any more? +*/ + +const char *flip_list[] = +{ +"bar", "dot", "dotdot", "hat", "tilde", "under", "vec" +}; + +#endif -- cgit v1.2.3