#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