내가 원하는 것은 교과서에 나오는 기호들이다.그룹 표현 및 적용 이론Asom O. Barut 및 Ryszard Raczka(2n ed.)의 반직접 합계 및 반직접 곱. 사진을 올립니다.
유니코드 기호를 찾고 있는데 아무것도 찾지 못해서 아마도 어려울 것입니다.
감사해요.
주목.이 질문은 다음과 같이 표시되었습니다.중복 질문 가능. 나는 그것에 동의하지 않습니다. Detexify를 사용하여 내 기호를 찾으려고 했지만 인식하지 못했습니다. 아마도 Comprehensive LaTeX Symbol List를 더 잘 공부해야 할 것 같지만 그것은 또 다른 질문입니다. 제공된 답변 중 하나기호를 검색하거나 수학 기호나 문자를 식별하는 방법은 무엇입니까?내 문제를 해결합니다.
답변1
기호를 직접 만들 수 있습니다.
\documentclass{article}
\usepackage{pict2e}
\makeatletter
\DeclareRobustCommand{\loplus}{\mathbin{\mathpalette\dog@lsemi{+}}}
\DeclareRobustCommand{\lotimes}{\mathbin{\mathpalette\dog@lsemi{\times}}}
\DeclareRobustCommand{\roplus}{\mathbin{\mathpalette\dog@rsemi{+}}}
\DeclareRobustCommand{\rotimes}{\mathbin{\mathpalette\dog@rsemi{\times}}}
\newcommand{\dog@rsemi}[2]{\dog@semi{#1}{#2}{-90,90}}
\newcommand{\dog@lsemi}[2]{\dog@semi{#1}{#2}{270,90}}
\newcommand{\dog@semi}[3]{%
\begingroup
\sbox\z@{$\m@th#1#2$}%
\setlength{\unitlength}{\dimexpr\ht\z@+\dp\z@\relax}%
\makebox[\wd\z@]{\raisebox{-\dp\z@}{%
\begin{picture}(1,1)
\linethickness{\variable@rule{#1}}
\roundcap
\put(0.5,0.5){\makebox(0,0){\raisebox{\dp\z@}{$\m@th#1#2$}}}
\put(0.5,0.5){\arc[#3]{0.5}}
\end{picture}%
}}%
\endgroup
}
\newcommand{\variable@rule}[1]{%
\fontdimen8
\ifx#1\displaystyle\textfont3\else
\ifx#1\textstyle\textfont3\else
\ifx#1\scriptstyle\scriptfont3\else
\scriptscriptfont3\relax
\fi\fi\fi
}
\makeatother
\begin{document}
$A\roplus B\rotimes C\loplus D \lotimes E$
$\scriptstyle \roplus\rotimes\loplus\lotimes$
\end{document}
그러나 표준 \oplus
및 는 및 \otimes
보다 가볍기 때문에 전체 원을 사용하여 유사한 방식으로 재정의할 수도 있습니다.+
\times