I tried. It doesn't affect the font. So I tried including the
[T1] part inside the declaration of the package, like this:
- Code: Select all • Open in writeLaTeX
\usepackage[T1]{tipa}
And the error message I got was:
the 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.
So I added
[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
document class cannot be declared twice.
How can I declare
T1 in my document class safely? Or is there any other option?