
답변1
\ooalign
다음 은 \medcirc
.
\mathchoice
기호가 스크립트 또는 스크립트 스크립트 스타일로 표시되도록 하는 데 사용됩니다. \rule
인수를 편집하여 각 스타일의 개구부 높이와 두께를 조정할 수 있습니다 .
\documentclass{amsart}
\usepackage{txfonts,color}
\newcommand{\arcl}{\mathchoice%
{\mathbin{\ooalign{\hfil$\medcirc$\hfil\cr\textcolor{white}{\rule[.25ex]{.2em}{.65ex}}\hfil\cr}}}
{\mathbin{\ooalign{\hfil$\medcirc$\hfil\cr\textcolor{white}{\rule[.25ex]{.2em}{.65ex}}\hfil\cr}}}
{\mathbin{\ooalign{\hfil$\scriptstyle\medcirc$\hfil\cr\textcolor{white}{\rule[.2ex]{.2em}{.4ex}}\hfil\cr}}}
{\mathbin{\ooalign{\hfil$\scriptscriptstyle\medcirc$\hfil\cr\textcolor{white}{\rule[.15ex]{.2em}{.25ex}}\hfil\cr}}}
}
\begin{document}
$a\medcirc b_{a\medcirc b_{a\medcirc b}}$
$a\arcl b_{a\arcl b_{a\arcl b}}$
\end{document}
답변2
이것이 당신에게 필요한 것입니까?
\documentclass{article}
\usepackage{amsmath}
\usepackage{tipa}
\newcommand{\yoursymbol}{\text{\textopeno}}
\begin{document}
$a^2+\yoursymbol^2+\frac{2}{\yoursymbol}=0$
\end{document}
나는 이것을 얻습니다해독하다. 따라서 귀하의 질문은기호를 검색하거나 수학 기호나 문자를 식별하는 방법은 무엇입니까?.
답변3
pict2e
@Kpym의 답변과 패키지 의 도움으로 scalerel
적절한 방법을 얻었습니다.
\documentclass{amsart}
\usepackage{pict2e}
\usepackage{scalerel}
\newcommand{\peanoall}{\mathbin{%
\scalerel*{%
\begin{picture}(5,5.5)%
\put(2.5,2.75){\circle{5.5}}
\textcolor{white}{\linethickness{1.25mm}\put(2.5,2.75){\line(-1,0){3}}}
\end{picture}
}{\forall}%
}}
\begin{document}
$\phi\peanoall x,y\cdots\psi$
\end{document}
위치(일반 텍스트, 각주 또는 스크립트)에 따라 크기가 변경될 수 있습니다.