Hello,
I'm having an issue with the IPA font in LibreOffice. I'm using the
"TeX tipatt8" font I was doing all my text transcription to the
corresponding phonetics symbols without any problem.
But now, I'm trying to mark the allophones into my transcription. I
found this Manual[1] that explains how to use this font with LaTeX,
but I couldn't do it with LibreOffice.
I tried with LaTeX and I could without any problem. Check the image below:
* http://www.diigo.com/item/image/1msf9/r7xp?size=o
Can you help me?
I'm trying to add that symbol to my transcriptions. Just in case, this
is the LaTeX code that I'm using to generate that image:
\documentclass[a4paper,12pt,english]{article}
\usepackage[utf8]{inputenc}
\usepackage{tipa}
\begin{document}
\textipa{D\u{eI}}
\end{document}
THANKS IN ADVANCE!