答案1
这是一个开始,使用来自全面的 LaTeX 符号列表:
\documentclass{article}
\usepackage{amsmath,mathabx}
% For convenience and syntax, define your own commands for each.
% See https://tex.stackexchange.com/a/29846/5764
\newcommand{\Line}{\overleftrightarrow}
\newcommand{\Linesegment}{\overline}
\newcommand{\Ray}{\overrightarrow}
\newcommand{\Yar}{\overleftarrow}
\newcommand{\Arc}{\overgroup}
\newcommand{\Circle}{\mathord{\odot}}
\begin{document}
\[
\Line{AB},
\Linesegment{AB},
\Ray{AB},
\Yar{AB},
\Arc{AB},
\Circle A
\]
\end{document}
尽管amsmath
在上面的例子中是不需要的,它适合用于其他事情。
答案2
完整的乳胶符号列表如下:https://www.ctan.org/pkg/comprehensive
\documentclass{article}
\usepackage{amsmath}
\usepackage{fourier}
\begin{document}
\[
\overleftrightarrow{AB}, \overline{AB},\overrightarrow{AB}, \widearc{AB}, \wideparen{AB}, \odot A
\]
\end{document}