I am really in need of know how to solve this problem
I created a table of transliterations and there is a sound that has breve and this is its TeX code:
\[\underaccent{\breve}{\textup{h}}\]
I am using: \usepackage{accents}
to give this sort of phonetic symbol
now I copied the Tex phonteic code and put it in the table as shown below (the red coloured code)
Code: Select all
\begin{center}
\begin{tabular}{||c|c|c|c|c|c||}\hline
\bf DIN 31635& \bf IPA& \bf DIN 31635& \bf IPA& \bf DIN 31635& \bf IPA\\ \cline{1-6} mm& \textglotstop& z& z& f& f\\
\hline b& b& s& s& q& q\\ \cline{1-6} t& t& \v{s}& \textesh& k& k\\ \cline{1-6} \textsubbar{t}& \texttheta& \textsubdot{s}& s\super \textrevglotstop& l& l\\ \cline{1-6} \v{g}& \textyogh& \textsubdot{d}& d\super \textrevglotstop& m& m\\ \cline{1-6} \textsubdot{h}& \textcrh& \textsubdot{t}& t\super \textrevglotstop& n& n\\ \cline{1-6} [color=#FF0000]\[\underaccent{\breve}{\textup{h}}\][/color]&\textchi& \d{z}& z\super \textrevglotstop& h& h\\\cline{1-6} d& d& \textsuperscript{c}& z\super \textrevglotstop& h& h\\\hline\hline
\end{tabular}
\end{center}
but I receive an error which is:
Code: Select all
! Missing $ inserted.
<inserted text>
$
l.39 ...e{1-6} \[\underaccent{\breve}{\textup{h}}
\]&\textchi& \d{z}& z\supe...
