I'm attempting to use Tipa with fontspec. I realize there are several posts on SE saying that it won't work or it can't be done. The thing is, I a have document that compiles and works well enough when I compile it locally with texlive. It gives me some warnings, but as I said it works. However, running the same document in overleaf omits the tipa characters. Anyway this could work (even with warnings) on overleaf?
\documentclass{article}
\usepackage{tipa}
\usepackage{fontspec}
\begin{document}
bla bla /l\textscripta :k/ bla bla /l\textscripta :g/
\end{document}
tipa.styand/or xelatex on Overleaf... for now, if you add\newfontfamily{\tipacm}[Scale=MatchUppercase]{CMU Serif} \renewcommand\useTIPAfont{\tipacm}to your preamble (https://tex.stackexchange.com/a/273508/226), and then write\textipa{/lA:k/}or\textipa{/l\textscripta :k/}, it should then work. Example: https://www.overleaf.com/read/sjzrvcwqrrxk Sorry for the inconvenience! :-| – imnothere Sep 07 '17 at 13:56\setmainfont{CMU Serif}it would work. Without xunicode type symbols falls back to the old type1 fonts. – Ulrike Fischer Sep 07 '17 at 17:07tipainput; try the newtipaunipackage. – Niranjan Dec 02 '21 at 16:30