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 >
Wrap
C/C++ Source or Header
|
1998-04-23
|
2KB
|
38 lines
// -*- C++ -*-
#ifndef _TEX_DEFS_H
#define _TEX_DEFS_H
// /* the names used by TeX and XWindows for deadkeys/accents are not the same
// so here follows a table to clearify the differences. Please correct this
// if I got it wrong
// |------------------|------------------|------------------|--------------|
// | TeX | XWindows | \bind/LFUN | used by intl |
// |------------------|------------------|------------------|--------------|
// | grave | grave |LFUN_GRAVE | grave
// | acute | acute |LFUN_ACUTE | acute
// | circumflex | circumflex |LFUN_CIRCUMFLEX | circumflex
// | umlaut/dieresis | diaeresis |LFUN_UMLAUT | umlaut
// | tilde | tilde |LFUN_TILDE | tilde
// | macron | maron |LFUN_MACRON | macron
// | dot | abovedot |LFUN_DOT | dot
// | cedilla | cedilla |LFUN_CEDILLA | cedilla
// | underdot | |LFUN_UNDERDOT | underdot
// | underbar | |LFUN_UNDERBAR | underbar
// | hßcek | caron |LFUN_CARON | caron
// | breve | breve |LFUN_BREVE | breve
// | tie | |LFUN_TIE | tie
// | Hungarian umlaut | doubleacute |LFUN_HUNG_UMLAUT | hungarian umlaut
// | circle | abovering |LFUN_CIRCLE | circle
// | | ogonek | |
// | | iota | |
// | | voiced_sound | |
// | | semivoiced_sound | |
// | | |LFUN_SPECIAL_CARON| special caron
// */
// // I am not sure how some of the XWindows names coresponds to the TeX ones.
#endif