I am trying to put the following letter: ɖ in my latex file. I thought, I could use maybe $\textdtail$, but it doesn't work.
My preamble contains already
\usepackage[T1]{fontenc}, so I tried also to add to it T4. In result, the file is compiling and not executing anything. Then, I also tried to use the tipa package, but this simply does not work (I read somewhere that the last update was there in 2004, so that should be then understandable). If anyone has a trick how to insert this one letter into my text, I would welcome any suggestions.
fontenc, which would solve my problem. None of the packages like tipa, t4phonet...help. – Jo-Achna May 12 '21 at 21:04\textrtaildis the correct command. Loading packagetipaand using this command shall work. You can alternatively choose to use the shortcut. i.e.\textipa{\:d}. – Niranjan Oct 27 '21 at 09:06tipacommands. Remove the dollars. – Niranjan Oct 27 '21 at 09:07