
답변1
그렇게 할 수는 있지만 그렇게 모호한 표기법은 권장하지 않습니다.
\documentclass{article}
\usepackage{mathptmx}
\usepackage{amsmath}
\DeclareSymbolFont{boldface}{OT1}{ptm}{bx}{n}
\DeclareSymbolFontAlphabet{\mathbf}{boldface}
\DeclareMathSymbol{\wrongdot}{\mathord}{boldface}{`.}
\begin{document}
\[
(\mathbf{r}-\mathbf{i}-2\mathbf{j})\wrongdot(3\mathbf{i}+\mathbf{j}+\mathbf{k})=0.
\]
\end{document}
이름은 \wrongdot
무작위로 선택되었습니다.