home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lyx-0.13.2.tar.gz / lyx-0.13.2.tar / lyx-0.13.2 / src / tex-defs.h < prev    next >
C/C++ Source or Header  |  1998-04-23  |  2KB  |  38 lines

  1. // -*- C++ -*-
  2. #ifndef _TEX_DEFS_H
  3. #define _TEX_DEFS_H
  4.  
  5.  
  6. // /* the names used by TeX and XWindows for deadkeys/accents are not the same
  7. //    so here follows a table to clearify the differences. Please correct this
  8. //    if I got it wrong
  9.  
  10. //    |------------------|------------------|------------------|--------------|
  11. //    |      TeX         |     XWindows     |   \bind/LFUN     | used by intl |
  12. //    |------------------|------------------|------------------|--------------|
  13. //    |    grave         |    grave         |LFUN_GRAVE        | grave
  14. //    |    acute         |    acute         |LFUN_ACUTE        | acute
  15. //    |    circumflex    |    circumflex    |LFUN_CIRCUMFLEX   | circumflex
  16. //    | umlaut/dieresis  |    diaeresis     |LFUN_UMLAUT       | umlaut
  17. //    |    tilde         |    tilde         |LFUN_TILDE        | tilde
  18. //    |    macron        |    maron         |LFUN_MACRON       | macron
  19. //    |    dot           |    abovedot      |LFUN_DOT          | dot
  20. //    |    cedilla       |    cedilla       |LFUN_CEDILLA      | cedilla
  21. //    |    underdot      |                  |LFUN_UNDERDOT     | underdot
  22. //    |    underbar      |                  |LFUN_UNDERBAR     | underbar
  23. //    |    hßcek         |    caron         |LFUN_CARON        | caron
  24. //    |    breve         |    breve         |LFUN_BREVE        | breve
  25. //    |    tie           |                  |LFUN_TIE          | tie
  26. //    | Hungarian umlaut |    doubleacute   |LFUN_HUNG_UMLAUT  | hungarian umlaut
  27. //    |    circle        |    abovering     |LFUN_CIRCLE       | circle
  28. //    |                  |    ogonek        |                  |
  29. //    |                  |    iota          |                  |
  30. //    |                  |    voiced_sound  |                  |
  31. //    |                  | semivoiced_sound |                  |
  32. //    |                  |                  |LFUN_SPECIAL_CARON| special caron
  33. //    */
  34. // // I am not sure how some of the XWindows names coresponds to the TeX ones.
  35.  
  36.  
  37. #endif
  38.