Could someone tell me at least approximately where in the bowels of TeX I could find the definition of various accents/decorations going on letters, such as the cedilla?
|
The accents are defined in the format, so where they are defined depends on the format. I'll assume that you are using LaTeX, and interested in text accents rather than math. LaTeX classifies almost all these commands as encoding specific so the actual definitions depend on the declared encoding of the font currently in use. I'll use the the OT1 (original TeX 7 bit) and T1 (8 bit latin1-based) encodings as examples
ot1enc
So in T1 t1enc
So T1 is similar except that the accents are in different positions in the font, and the most common combinations are not constructed using |
||||
|
|
|
the definitions of all accents are in the file
this is the story for accents in text; math accents are a different kettle of fish, as noted in the answer by stephan lehmke. |
||||
|
|
|
The table 2.2 on page 25 of
The table looks like:
|
|||||||||||||
|
|
Maybe you should say with a little more detail what level you want this information on. The TeXbook sez on positioning math accents (on page 443):
If you can make head or tail of this, you're welcome :-) |
|||
|
|
