blob: 194f9fc1548e796e2c72afc7cbf415057d038461 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
\documentstyle[phonetic]{article}
\pagestyle{empty}
\advance\textheight by 1in
\advance\topmargin by -.5in
\def\bs{$\backslash$}
\def\db#1{$\{$#1$\}$}
\begin{document}
The following is a table of available special characters and how to
call them. Please note that nothing is final on this. I would
welcome suggestions for names, other characters needed $\ldots$.
In order to call these characters, put the following command in your
file.
\begin{center}
{\tt \bs documentstyle[phonetic]\db{article}}
\end{center}
And in order to get this table do
\begin{center}
{\tt latex phonetic-table.tex}
\end{center}
\noindent
\begin{tabular}{@{}lll@{\qquad\qquad}lll@{\qquad\qquad}lll@{}}
\bs schwa &\schwa &\it \schwa
&\bs hausab&\hausab &\it \hausab
&\bs hausaB&\hausaB &\it \hausaB\\
\bs thorn &\thorn &\it \thorn
&\bs hausad&\hausad&\it\hausad
&\bs hausaD&\hausaD&\it\hausaD\\
\bs glottal&\glottal &\it\glottal
&\bs hausak &\hausak &\it\hausak
&\bs hausaK &\hausaK &\it\hausaK\\
\bs esh &\esh &\it\esh
&\bs varg &\varg &\it \varg
&\bs planck&\planck \\
\bs yogh &\yogh &\it\yogh
&\bs udesc &\udesc &\it \udesc
&\bs roty&\roty &\it \roty\\
\bs eth &\eth &\it \eth
&\bs pwedge &\pwedge &\it\pwedge
&\bs rotm&\rotm &\it \rotm\\
\bs emgma &\emgma &\it\emgma
&\bs varomega&\varomega &\it \varomega
&\bs ibar&\ibar \\
\bs engma &\engma &\it\engma
& \bs revD &\revD & \it \revD
&\bs vod&\vod \\
\bs enya &\enya &\it \enya
&\bs fj &\fj & \it \fj
&\bs ubar&\ubar \\
\bs flap&\flap &\it\flap
&\bs openo &\openo &\it \openo
&\bs rotOmega&\rotOmega &\it \rotOmega\\
\bs voicedh&\voicedh &\it\voicedh
&\bs varopeno&\varopeno &\it \varopeno
&\bs vari &\vari &\it \vari\\
\bs hookd&\hookd &\it\hookd
&\bs vara &\vara &\it \vara
&\bs barj &\barj &\it \barj\\
\bs rotvara&\rotvara &\it \rotvara
&\bs rotr&\rotr &\it \rotr
&\bs rotw&\rotw \\
\bs epsi &\epsi &\it \epsi
&\bs barlambda&\barlambda &\it\barlambda
&\bs riota &\riota & \it \riota \\
\hline
\end{tabular}
\noindent
\begin{tabular}{@{}ll@{\qquad}|ll@{\qquad}|ll@{}}
\ut{o} &\bs ut\db{o}
&\td{o} &\bs td\db{o}
&\syl{o} &\bs syl\db{o}\\
\labvel{mn}&\bs labvel\db{mn}
&a\upbar b &a\bs upbar b
&\rc{c} &\bs rc\db{c}\\
\hill{o} &\bs hill\db{o}
&\od{o} &\bs od\db{o}
&m\uplett{h} & m\bs uplett\db{h}\\
\ohill{o} & \bs ohill\db{o}
&\acbar{\'}{o}& \bs acbar\db{\bs$'$}\db{o}
&\acarc{\'}{o}& \bs acarc\db{\bs$'$}\db{o}\\
\hline
\end{tabular}
\end{document}
|