File: tipaman.tex

package info (click to toggle)
tipa 19960624-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 880 kB
  • ctags: 26
  • sloc: perl: 1,636; sh: 233; makefile: 80
file content (36 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (2)
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
\newif\ifTUG
\TUGfalse
%\TUGtrue
\ifTUG
  \documentclass{ltugproc}
\else
  \documentclass[a4paper]{article}
  \usepackage{mflogo}
\fi
\usepackage[tone,extra]{tipa}
\ifTUG\else
  \usepackage{codelist}
\fi
\usepackage{tipaman}

\title{\tipa{}: a System for Processing Phonetic Symbols in \LaTeX}
\author{FUKUI Rei
  \thanks{{\tt fkr@tooyoo.l.u-tokyo.ac.jp}}\\
  \textit{Department of Asian and Pacific Linguistics}\\
  \textit{Faculty of Letters}\\
  \textit{University of Tokyo}}
%\date{\today}
\date{June 24, 1996}

\begin{document}
\maketitle

\input{tipaman1}
\ifTUG\bigskip\else\newpage\fi
\input{tipaman2}
\ifTUG\bigskip\else\newpage\fi
\input{tipaman3}
\ifTUG\bigskip\else\newpage\fi
\input{tipaman4}

\end{document}