%%
%% The LaTeX Companion, 3ed
%%
%% Example 10-13-16 on page II-126 in "tipa --- International Phonetic Alphabet symbols".
%%
%% Copyright (C) 2022 Frank Mittelbach
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%%
%% See https://www.latex-project.org/lppl.txt for details.
%%

\documentclass{tlc3exa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{111.0pt}
%
\AtBeginDocument{\DeclareFontFamilySubstitution{T3}{qtm}{ptm}%   book uses new times
                \DeclareFontFamilySubstitution{T3}{qhv}{phv}}%  and new helvetica

%StartShownPreambleCommands
\usepackage[tone]{tipa}
%StopShownPreambleCommands

\begin{document}
\tone{55}ma (mother) \tone{214}ma (horse) \par
\tone{35}ma (hemp)   \tone{51}ma  (scold) \par \tone{153325413}
\end{document}