Fonts & Character Sets ⇒ tipa | Setting Accents above and below
-
- Posts: 3
- Joined: Tue Jun 21, 2011 4:19 pm
tipa | Setting Accents above and below
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
tipa | Setting Accents above and below
Code: Select all
\textipa{\~{\=*e}}
-
- Posts: 3
- Joined: Tue Jun 21, 2011 4:19 pm
Re: tipa | Setting Accents above and below
Another question: vowel glottalization appears in some IPA conventions with an apostrophe above the vowel. Is there a way to produce this in TIPA--I've tried several possibilities using \*' but without success so far.
tipa | Setting Accents above and below
Code: Select all
\newcommand{\apsup}[1]{\textipa{\tipaUpperaccent[.6ex]{%
\lower.8ex\hbox{\super{'}}}{#1}}}
Code: Select all
\textipa{\apsup{a}}
Code: Select all
\textipa{\apsup{a} \tipaUpperaccent[.3ex]{'}{a}}
-
- Posts: 3
- Joined: Tue Jun 21, 2011 4:19 pm