LyXtipa | Fonts for phonetic Symbols

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Kotoschow
Posts: 28
Joined: Mon Apr 09, 2012 3:13 pm

tipa | Fonts for phonetic Symbols

Post by Kotoschow »

Hi all,

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 tipa manual. The Problem is that the instructions there are Linux directed, and I'm using a Windows 7 OS. If someone can help me choose fonts for TIPA, I'll very much appreciate it.


Thanks!
Last edited by Kotoschow on Sat Nov 24, 2012 12:45 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

tipa | Fonts for phonetic Symbols

Post by cgnieder »

Do you mean fonts additional to the ones shipped with tipa (in which case I'm afraid I won't be able to help)?

Regards
site moderator & package author
Kotoschow
Posts: 28
Joined: Mon Apr 09, 2012 3:13 pm

tipa | Fonts for phonetic Symbols

Post by Kotoschow »

No, I'm talking about the normal TIPA fonts, the ones found here.
I can't figure out how to install them due to the reasons explained above.
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

tipa | Fonts for phonetic Symbols

Post by cgnieder »

If you're using an up to date version of one of the two main TeX distributions, i.e., TeX Live 2012 or MiKTeX 2.9, they should already be on your system...
site moderator & package author
Kotoschow
Posts: 28
Joined: Mon Apr 09, 2012 3:13 pm

tipa | Fonts for phonetic Symbols

Post by Kotoschow »

Well, I do use MikTex 2.9. So how do I trigger the font I want? When I tried to type a command in the preamble that opens some font, it told me that TIPA is already open with another font. So how do I override it? I tried \renewcommand, but it still didn't work.
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

tipa | Fonts for phonetic Symbols

Post by cgnieder »

Have you tried a simple minimal example like this one:

Code: Select all

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{tipa}
\begin{document}

\textipa{f@"nEtIks}

\end{document}
This should give:
tipa.png
tipa.png (2.44 KiB) Viewed 7878 times
Regards
site moderator & package author
Kotoschow
Posts: 28
Joined: Mon Apr 09, 2012 3:13 pm

tipa | Fonts for phonetic Symbols

Post by Kotoschow »

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

\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?
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

tipa | Fonts for phonetic Symbols

Post by cgnieder »

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.

Regards
site moderator & package author
Kotoschow
Posts: 28
Joined: Mon Apr 09, 2012 3:13 pm

Re: tipa | Fonts for phonetic Symbols

Post by Kotoschow »

It works, but the result is not what it's supposed to be. It doesn't look nice like your example.
So what >are< the tipa options? And how do I call them? In the manual there's only T1, 0T2 and T3 as sample encodings, but none of them changes how the output looks like... So what's the idea behind calling fonts?
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

tipa | Fonts for phonetic Symbols

Post by cgnieder »

cgnieder wrote:T1 is not a »tipa« option! So it is expected that it chokes on it.
I am mistaken, actually T1 is a tipa option...

Could you run my example again adding \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...

Regards
site moderator & package author
Post Reply