John Jason Jordan wrote:
> So I'm getting closer, but still not quite there. I guess this is a
> problem in XeLaTeX, but I don't know what to do next.

It works for me with the DejaVu font. This is the corresponding LaTeX output. 
Note that you need all the stuff marked by %<-- in Document>Settings>Preamble:

\documentclass{article}
\usepackage{fontspec} %<--
\setmainfont[Mapping=tex-text]{DejaVu Serif} %<--
\usepackage{tipa}
\usepackage{xunicode} %<--
\usepackage{xltxtra} %<--

\begin{document}
test this: {[}bɪt͡ʃ{]}
\end{document}


Jürgen

Reply via email to