Possible Duplicate:
Using TIPA with fontspec
I try to get an a with a dash and a glotal stop typeset. Depending on the ordering of the loading of the packages I get either the ā or the ʔ. Do I have to choose or is there a way to fix this? I also tried to type it directly, but did not see anything in the output ...
\documentclass[T1]{scrbook}
\usepackage{tipa}
\usepackage{fontspec}
\begin{document}
pazirā\textglotstop i
\end{document}
I also looked at Using TIPA with fontspec but this does not seem to help here ...
fontspecyou're usingxelatexorlualatexin which case you generally shouldn't be using the[T1]option ofscrbook. If you use a proper Unicode phonetic font (like SIL Doulos) you can input the IPA directly without using TIPA at all. See Using TeX for writing papers on linguistics. – Alan Munn Sep 13 '12 at 15:36T1option. The inputpazirā{\tipaencoding\textglotstop}iworks. – egreg Sep 13 '12 at 15:54