I'm currently writing a work in phonology (linguistic) and I naturally have to use the tipa package to type phonetic symbols. I want to choose fonts for the symbols, so I downloaded the

Thanks!
NEW: TikZ book now 40% off at Amazon.com for a short time.
\renewcommand
, but it still didn't work.Code: Select all
\documentclass{article}\usepackage[T1]{fontenc}\usepackage{tipa}\begin{document}\textipa{f@"nEtIks}\end{document}
[T1]
part inside the declaration of the package, like this:
Code: Select all
\usepackage[T1]{tipa}
So I addedthe package tipa has already been loaded with options:
[]
There has now been an attempt to load it with options
[T1]
Adding the global options:
,T1
to your\documentclass
declaration may fix this.
[T1]
in Document>Settings>Document Class>Class options>Custom. It doesn't help. Then I tried to declare the document class in the preamble, but the result was this
How can I declaredocument class cannot be declared twice.
T1
in my document class safely? Or is there any other option?T1
is not a »tipa« option! So it is expected that it chokes on it. Have you copied and compiled my example? Please try it exactly as I posted it and report any troubles if it doesn't work.I am mistaken, actuallycgnieder wrote:T1
is not a »tipa« option! So it is expected that it chokes on it.
T1
is a tipa option...\listfiles
to the preamble and attach the log file to your next post? There should be some clue in it why it doesn't work for you...NEW: TikZ book now 40% off at Amazon.com for a short time.