Kamis, 09 Januari 2025

Latex Package For Handle Phonetic

These are ordinary latex Package list To Handle Phonetic:
clara
doulossil
engpron
fonetika
ipa
NewComputerModern
phonetic
phonrule
pst-vowel
stoneipa
tipa
tipauni
tonevalue
tsipa
unitipa **
vowel
wsuipa
wsuipa2tipa

Example tipa package in English Phonetics:

Type this following latex code after \documentclass and before \begin{document} or in Latex preamble:

\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters

\usepackage{tipa} % print out language phonetic

\DeclareUnicodeCharacter{02C8}{\textprimstress}
\DeclareUnicodeCharacter{026A}{\textsci}
\DeclareUnicodeCharacter{0292}{\textyogh}
\DeclareUnicodeCharacter{0254}{\textopeno}
\DeclareUnicodeCharacter{02A4}{\textdyoghlig}
\DeclareUnicodeCharacter{0259}{\textschwa}
\DeclareUnicodeCharacter{028A}{\textupsilon}
\DeclareUnicodeCharacter{02D0}{\textlengthmark}
%% for macron using this syntax: \={alphabet_character}
%% alphabet_character from a-z; e.g. of alphabet_character: a
%\DeclareUnicodeCharacter{035E}{}

Type this following latex code after \begin{document} and before \end{document} or in Latex body document text:

 \textipa{[""Ekspl@"neIS@n]} \\
 \textipa{[s@"luS@n]} \\
 \textipa{[s@"l\={o}oSH@n]} \\
 \textipa{[s@"lu:S@n]} \\

Result:

ˌekspləˈneɪʃ(ə)n
səˈluʃən
səˈlo͞oSHən
səˈluːʃ(ə)n

Reference Table

is to type ə
I is to type ɪ
I is to type ɛ
"" is to type ˌ ( secondary stress pronunciation )
ae is to type æ
is to type ˈ ( primary stress pronunciation )

Notes

** obsolete package

Bibliography

cambridge textbook
longman dictionary
https://ctan.org/
https://www.ef.co.id/
https://easypronunciation.com/
https://en.wikibooks.org/
https://tex.stackexchange.com/
https://uiowa.edu/ ( university )
https://www.l.u-tokyo.ac.jp/ ( university )

Tidak ada komentar:

Posting Komentar

Various Other Posts