我正在使用 TIPA 并尝试做这样的事情:
\textipa{/bI"[email protected]/}
可以,但是我希望@
字符为大写字母。我该怎么做?
我试过了
\textipa{/bI"wIl.d}^{\textipa{@}}\textipa{r.IN/}
但它不起作用。有什么想法吗?
答案1
我不熟悉该tipa
包,但您可以使用\textsuperscript
在文本(非数学)模式下排版上标的命令:
\documentclass{article}
\usepackage{tipa}
\begin{document}
\textipa{/bI"wIl.d\textsuperscript{@}r.IN/}
\end{document}
答案2
根据 TIPA 的文档,您还可以使用 的\super
缩写命令\textsuperscript
。例如\textipa{t\super{h} k\super{w} a\super{bc} a\super{b\super{c}}}
。