This commit was manufactured by cvs2svn to create tag
[lyx.git] / src / tex-defs.h
blob1025e85fb0ce22fb085ba31368e68fbbf0f2c952
1 // -*- C++ -*-
2 #ifndef _TEX_DEFS_H
3 #define _TEX_DEFS_H
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
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.
37 #endif