TeX driver: Use the glyphs from wasyfont instead of rolling our own
[pspp] / src / output / tex-glyphs.h
index d0bab4a1fe9ad9a123380c3025d1592cac9bc510..61cc81272f3b122ab4a334e9334a4949b2cac159 100644 (file)
 #include "libpspp/hmap.h"
 
 
+/* Keep these enums in sync with the definition of tex_macro in tex-glyphs.c */
 enum tex_ancilliary
   {
    TEX_NONE,
    TEX_VULGAR_FRAC,
    TEX_OGONEK,
-   TEX_THORN_UC,
-   TEX_THORN_LC,
    TEX_GUILLEMET_LEFT,
    TEX_GUILLEMET_RIGHT,
-   TEX_ETH,
    TEX_DOT,
-   TEX_DOUBLE_ACUTE
+   TEX_DOUBLE_ACUTE,
+   TEX_WASY
   };
 
 extern const char *tex_macro[];