summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/tipa/vowel.tex
blob: 038cd1f830140847a178ec44f8825783ff18cff2 (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
% vowel.tex
% Copyright 2002 FUKUI Rei
%
% This program may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.2
% of this license or (at your option) any later version.
% The latest version of this license is in
%   http://www.latex-project.org/lppl.txt
% and version 1.2 or later is part of all distributions of LaTeX 
% version 1999/12/01 or later.
%
% This program consists of all files listed in Manifest.txt.
%

\documentclass[a4paper]{article}
\usepackage{tipa}
\usepackage{vowel}

\newcommand{\vowelbox}{\raise1ex\hbox to 2.5cm}
\newenvironment{texsrc}{\begin{minipage}[t]{7cm}}{\end{minipage}}

\title{Vowel package manual}
\author{FUKUI Rei
  \thanks{{\tt fkr@tooyoo.l.u-tokyo.ac.jp}}\\
  \textit{Graduate School of Humanities and Sociology}\\
  \textit{University of Tokyo}}
\date{28 October 2001}

\begin{document}
\maketitle

\section{Drawing vowel diagrams}

\subsection{The {\tt vowel} environment}

The general format of the {\tt vowel} environment is as follows.

\medskip

\verb|\begin{vowel}[|{\it option\/}(,{\it option},...)\verb|]|

{\it commands for inputting vowels}

\verb|\end{vowel}|

\medskip

Options and commands for inputting vowels are explained below.

\subsection{The shapes of the diagram supported}

The default shape of the vowel diagram is the one used in the recent
IPA chart, as shown below.

\begin{center}
\begin{tabular}{ll}
  \begin{vowel}[t]
  \end{vowel} &
  \begin{minipage}[t]{5.5cm}
    \verb|\begin{vowel}|\\
    \verb|\end{vowel}|
  \end{minipage}
\end{tabular}
\end{center}

In this diagram, the bottom, back, and top sides are in the proportion
2:3:4, as was prescribed by Daniel Jones.

In order to change the shape of an diagram, specify the following
options.

\begin{itemize}\itemsep0pt
\item \texttt{plain}, \texttt{simple}, \texttt{standard},
  \texttt{ipanew} (=default)
\item \texttt{rectangle} \quad Draws a rectangular diagram.
\item \texttt{triangle} \quad Draws a triangular diagram.
\item \texttt{three} \quad Distinguishes only three levels of vowel
  height.
\end{itemize}

The first group of options are mutually exclusive, i.e., only one them
can be selected at a time.

\begin{center}
\begin{tabular}{ll}
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}|\\
    \verb|\end{vowel}|\\
    \emph{or}\\
    \verb|\begin{vowel}[ipanew]|\\
    \verb|\end{vowel}|}
  \end{minipage} &
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}[plain]|\\
    \verb|\end{vowel}|}
  \end{minipage} \\
  \begin{vowel}[t]\end{vowel} &
  \begin{vowel}[t,plain]\end{vowel}
\end{tabular}

\begin{tabular}{ll}
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}[simple]|\\
    \verb|\end{vowel}|}
  \end{minipage} &
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}[standard]|\\
    \verb|\end{vowel}|}
  \end{minipage} \\
  \begin{vowel}[t,simple]\end{vowel} &
  \begin{vowel}[t,standard]\end{vowel}
\end{tabular}
\end{center}

Among the other options, \texttt{rectangle}
and \texttt{triangle} are mutually exclusive but each can be combined
with one of the options \texttt{plain}, \texttt{simple} or
\texttt{ipanew}. And the last option \texttt{three} can be combined
with one of the options \texttt{plain}, \texttt{simple} or
\texttt{ipanew}, and with one of the options \texttt{rectangle}
and \texttt{triangle}.

\begin{center}
\begin{tabular}{ll}
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}[rectangle]|\\
    \verb|\end{vowel}|}
  \end{minipage} &
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}[plain,rectangle]|\\
    \verb|\end{vowel}|}
  \end{minipage} \\
  \begin{vowel}[t,rectangle]\end{vowel} &
  \begin{vowel}[t,plain,rectangle]\end{vowel}
\end{tabular}

\begin{tabular}{ll}
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}[simple,rectangle]|\\
    \verb|\end{vowel}|}
  \end{minipage} &
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}[triangle]|\\
    \verb|\end{vowel}|}
  \end{minipage} \\
  \begin{vowel}[t,simple,rectangle]\end{vowel} &
  \begin{vowel}[t,triangle]\end{vowel}
\end{tabular}

\begin{tabular}{ll}
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}[plain,triangle]|\\
    \verb|\end{vowel}|}
  \end{minipage} &
  \begin{minipage}[t]{5.5cm}{\small
    \verb|\begin{vowel}[simple,triangle]|\\
    \verb|\end{vowel}|}
  \end{minipage} \\
  \begin{vowel}[t,plain,triangle]\end{vowel} &
  \begin{vowel}[t,simple,triangle]\end{vowel}
\end{tabular}

\begin{tabular}{ll}
  \begin{minipage}[t]{5cm}{\small
    \verb|\begin{vowel}[simple,three]|\\
    \verb|\end{vowel}|}
  \end{minipage} &
  \begin{minipage}[t]{6cm}{\small
    \verb|\begin{vowel}[simple,triangle,three]|\\
    \verb|\end{vowel}|}
  \end{minipage} \\
  \begin{vowel}[t,simple,three]\end{vowel} &
  \hspace{.5cm}\begin{vowel}[t,simple,triangle,three]\end{vowel}
\end{tabular}
\end{center}


\subsection{Placing vowels on a diagram}

The following commands are prepared in order to place vowels in the
vowel diagram.

\begin{itemize}
  \item \verb+\putcvowel[l|r]{symbol}{+\emph{cardinal position}\verb+}+
  \item \verb+\putvowel[l|r]{symbol}{x}{y}+
\end{itemize}

The former command is used to place a vowel on a {\it cardinal
position}, and the latter is used to place a vowel on a point specified
by {\it x} and {\it y}. In each case, an optional argument \verb|[l]|
or \verb|[r]| can be given, which specifies to put a symbol (usually a
dot) that indicates the point and a vowel is placed at the left or
right of the symbol.

The next table shows a diagram indicating the cardinal positions and
an example of a vowel diagram containing the \verb|\putcvowel| commands.

\begin{center}
\begin{tabular}{lll}
  \begin{vowel}[t]
    \putcvowel{\footnotesize 1}{1}\putcvowel{\footnotesize 2}{2}
    \putcvowel{\footnotesize 3}{3}\putcvowel{\footnotesize 4}{4}
    \putcvowel{\footnotesize 5}{5}\putcvowel{\footnotesize 6}{6}
    \putcvowel{\footnotesize 7}{7}\putcvowel{\footnotesize 8}{8}
    \putcvowel{\footnotesize 9}{9}\putcvowel{\footnotesize 10}{10}
    \putcvowel{\footnotesize 11}{11}\putcvowel{\footnotesize 12}{12}
    \putcvowel{\footnotesize 13}{13}\putcvowel{\footnotesize 14}{14}
    \putcvowel{\footnotesize 15}{15}\putcvowel{\footnotesize 16}{16}
  \end{vowel} &
  \begin{vowel}[t]
    \putcvowel{i}{1}\putcvowel{e}{2}
    \putcvowel{\textipa{E}}{3}\putcvowel{a}{4}
    \putcvowel{\textipa{6}}{5}\putcvowel{\textipa{O}}{6}
    \putcvowel{o}{7}\putcvowel{u}{8}
    \putcvowel{\textipa{1}}{9}\putcvowel{\textipa{9}}{10}
    \putcvowel{\textipa{@}}{11}\putcvowel{\textipa{3}}{12}
    \putcvowel{\textipa{I}}{13}\putcvowel{\textipa{U}}{14}
    \putcvowel{\textturna}{15}\putcvowel{\ae}{16}
  \end{vowel} &
    \begin{minipage}[t]{4cm}
{\footnotesize\begin{verbatim}
  \begin{vowel}
    \putcvowel{i}{1}
    \putcvowel{e}{2}
    \putcvowel{\textipa{E}}{3}
    \putcvowel{a}{4}
    ...
  \end{vowel}
\end{verbatim}}
    \end{minipage}
\end{tabular}
\end{center}

The cardinal positions from 1 through 8 are the same with the numbers
of cardinal vowels determined by Daniel Jones. And the remaining
numbers (from 9 through 16) are extended cardinal positions that are
used to indicate the positions of all the remaining vowels that appear 
in the recent IPA chart, having no relation to the Jonesian system of
cardinal vowels.

In the case of the second form of the command. i.e., \verb+\putvowel+,
the origin is the upper left corner. And it is convenient to use the
basic units, \verb|\vowelhunit| and \verb|\vowelvunit| in specifying a 
point in the $x$--$y$ coordinate. the bottom right corner is indicated 
by a point (\verb|4\vowelhunit|, \verb|3\vowelhunit|). Thus:

\begin{quote}
\verb+\putvowel{i}{0pt}{0pt}+ is equivalent to
\verb+\putcvowel{i}{1}+.
\end{quote}

and

\begin{quote}
\verb+\putvowel{\textscripta}{4\vowelhunit}{3\vowelvunit}+ is
equivalent to \verb+\putcvowel{\textscripta}{5}+.
\end{quote}

\subsection{Changing the size of a diagram}

The usual commands for changing the size of text fonts such as
\verb|\small|, \verb|\large|, \verb|\Large|, etc.\ can be used to
change the size of a vowel diagram. 

\begin{center}
\begin{tabular}{lll}
\begin{minipage}{3.2cm}
{\small\begin{verbatim}
{\small
\begin{vowel}
\putcvowel{i}{1}
...
\end{vowel}}
\end{verbatim}}
\end{minipage} &
\begin{minipage}{3.2cm}
{\small\begin{verbatim}
\begin{vowel}
\putcvowel{i}{1}
...
\end{vowel}
\end{verbatim}}
\end{minipage} &
\begin{minipage}{3.2cm}
{\small\begin{verbatim}
{\large
\begin{vowel}
\putcvowel{i}{1}
...
\end{vowel}}
\end{verbatim}}
\end{minipage} \\
  {\small \begin{vowel}
    \putcvowel{i}{1}\putcvowel{e}{2}
    \putcvowel{\textepsilon}{3}\putcvowel{a}{4}
    \putcvowel{\textscripta}{5}\putcvowel{\textopeno}{6}
    \putcvowel{o}{7}\putcvowel{u}{8}
  \end{vowel}} &
  \begin{vowel}
    \putcvowel{i}{1}\putcvowel{e}{2}
    \putcvowel{\textepsilon}{3}\putcvowel{a}{4}
    \putcvowel{\textscripta}{5}\putcvowel{\textopeno}{6}
    \putcvowel{o}{7}\putcvowel{u}{8}
  \end{vowel} &
    {\large \begin{vowel}
    \putcvowel{i}{1}\putcvowel{e}{2}
    \putcvowel{\textepsilon}{3}\putcvowel{a}{4}
    \putcvowel{\textscripta}{5}\putcvowel{\textopeno}{6}
    \putcvowel{o}{7}\putcvowel{u}{8}
  \end{vowel}}
\end{tabular}
\end{center}

It is also possible to change the size of a vowel symbol and the
size of a diagram independently. 

In order to change only the size of a vowel symbol, use the commands
such as \verb|\small|, \verb|\large|, etc.\ within the
\verb|\putcvowel| command.

And in order to change only the size of a diagram, give appropriate
values to the parameters \verb|\vowelhunit| and \verb|\vowelvunit|.
\verb|\vowelhunit| stands for the horizontal unit length, and
\verb|\vowelvunit| the vertical unit length.  By default both
\verb|\vowelhunit| and \verb|\vowelvunit| are equal to 2em. And if
only the former is modified by an user, the latter is automatically
adjusted to the same length.

\begin{quote}
\begin{tabular}{ll}
  \vowelbox{\hss
    \begin{vowel}[t]
      \putcvowel{i}{1}
      \putcvowel{\large e}{2}
      \putcvowel{\Large\textipa{E}}{3}
      \putcvowel{\huge a}{4}
    \end{vowel}} &
\begin{texsrc}
\begin{verbatim}
\begin{vowel}
\putcvowel{i}{1}
\putcvowel{\large e}{2}
\putcvowel{\Large\textipa{E}}{3}
\putcvowel{\huge a}{4}
\end{vowel}
\end{verbatim}
\end{texsrc}
\end{tabular}
\end{quote}

\begin{quote}
\begin{tabular}{ll}
  \vowelbox{\hss
    {\vowelhunit=1em
      \begin{vowel}[t]
        \putcvowel{i}{1}
        \putcvowel{e}{2}
        \putcvowel{\textipa{E}}{3}
        \putcvowel{a}{4}
      \end{vowel}}} &
\begin{texsrc}
\begin{verbatim}
{\vowelhunit=1em
\begin{vowel}
\putcvowel{i}{1}
...
\end{vowel}}
\end{verbatim}
\end{texsrc}
\end{tabular}
\end{quote}

\begin{quote}
\begin{tabular}{ll}
  \vowelbox{\hss
    {\vowelvunit=2.31em
      \begin{vowel}[t]
        \putcvowel{i}{1}
        \putcvowel{e}{2}
        \putcvowel{\textipa{E}}{3}
        \putcvowel{a}{4}
      \end{vowel}}} &
\begin{texsrc}
\begin{verbatim}
{\vowelvunit=2.31em
\begin{vowel}
\putcvowel{i}{1}
...
\end{vowel}}
\end{verbatim}
\end{texsrc}
\end{tabular}
\end{quote}

%In the later works of Daniel Jones, it is reported that he had used
%such a diagram that the angle of the upper-left corner is 60
%degrees. In this case, the bottom, right, and top sides are in the
%proportion of 2:\(\sqrt{12}\):4. %See Ashby.

\newpage
\section{Example}

The next example shows the IPA vowel chart (updated 1996).

\begin{center}
{\Large
\begin{vowel}
%    \putcvowel[l]{i}{1}
    \putvowel[l]{i}{0pt}{0pt}
    \putcvowel[r]{y}{1}
    \putcvowel[l]{e}{2}
    \putcvowel[r]{\o}{2}
    \putcvowel[l]{\textepsilon}{3}
    \putcvowel[r]{\oe}{3}
    \putcvowel[l]{a}{4}
    \putcvowel[r]{\textscoelig}{4}
    \putcvowel[l]{\textscripta}{5}
    \putcvowel[r]{\textturnscripta}{5}
    \putcvowel[l]{\textturnv}{6}
    \putcvowel[r]{\textopeno}{6}
    \putcvowel[l]{\textramshorns}{7}
    \putcvowel[r]{o}{7}
    \putcvowel[l]{\textturnm}{8}
    \putcvowel[r]{u}{8}
    \putcvowel[l]{\textbari}{9}
    \putcvowel[r]{\textbaru}{9}
    \putcvowel[l]{\textreve}{10}
    \putcvowel[r]{\textbaro}{10}
    \putcvowel{\textschwa}{11}
    \putcvowel[l]{\textrevepsilon}{12}
    \putcvowel[r]{\textcloserevepsilon}{12}
    \putcvowel{\textsci\ \textscy}{13}
    \putcvowel{\textupsilon}{14}
    \putcvowel{\textturna}{15}
    \putcvowel{\ae}{16}
\end{vowel}
}

\bigskip
\begin{texsrc}
\begin{verbatim}
\begin{vowel}
    \putcvowel[l]{i}{1}
    \putcvowel[r]{y}{1}
    \putcvowel[l]{e}{2}
    \putcvowel[r]{\o}{2}
    \putcvowel[l]{\textepsilon}{3}
    \putcvowel[r]{\oe}{3}
    \putcvowel[l]{a}{4}
    \putcvowel[r]{\textscoelig}{4}
    \putcvowel[l]{\textscripta}{5}
    \putcvowel[r]{\textturnscripta}{5}
    \putcvowel[l]{\textturnv}{6}
    \putcvowel[r]{\textopeno}{6}
    \putcvowel[l]{\textramshorns}{7}
    \putcvowel[r]{o}{7}
    \putcvowel[l]{\textturnm}{8}
    \putcvowel[r]{u}{8}
    \putcvowel[l]{\textbari}{9}
    \putcvowel[r]{\textbaru}{9}
    \putcvowel[l]{\textreve}{10}
    \putcvowel[r]{\textbaro}{10}
    \putcvowel{\textschwa}{11}
    \putcvowel[l]{\textrevepsilon}{12}
    \putcvowel[r]{\textcloserevepsilon}{12}
    \putcvowel{\textsci\ \textscy}{13}
    \putcvowel{\textupsilon}{14}
    \putcvowel{\textturna}{15}
    \putcvowel{\ae}{16}
\end{vowel}
\end{verbatim}
\end{texsrc}
\end{center}

\end{document}