如何在LaTex中使用语音符号

时间:2015-03-06 19:13:44

标签: latex

如何在LaTex的等式中使用倒A 字符(音标)?我是否必须使用任何特定的包装?我使用\ textinvsca,但它说“未定义的控制序列”

2 个答案:

答案 0 :(得分:1)

有很多方法可以实现这一目标。最值得注意的是,请咨询How to look up a symbol or identify a math symbol or character?

这表明您需要tipa(更具体地说,\usepackage{tipx}):

enter image description here

\documentclass{article}
\usepackage{tipx}
\begin{document}
A\textsc{a}\textinvsca\textsc{a}A
\end{document}

您还可以旋转和缩放常规A

enter image description here

\documentclass{article}
\usepackage{graphicx}
\newcommand{\textinvsca}{%
  \reflectbox{%
    \rotatebox[origin=c]{180}{%
      \resizebox{!}{.35\baselineskip}{\textsc{A}}}}}
\begin{document}
A\textsc{a}\textinvsca\textsc{a}A
\end{document}

答案 1 :(得分:0)

\forall是通用量词: enter image description here