\mathtt를 수학 모드의 표준 글꼴로 사용하고 싶지만 text는 기본 텍스트 유형입니다. 이를 수행할 수 있는 방법이 있습니까?
감사합니다.
답변1
\documentclass{article}
% set up you preferred monospace font here, before mathastext
\usepackage{mathastext}
\MTfamily{\ttdefault}\Mathastext % reload, but use \ttdefault
\begin{document}
I would like to have \texttt{\mbox{\textbackslash mathtt}} be standard font
for math mode, but text just be the default text type. Is there a way to do
this?
\[a^n +b^n = c^n\]
\end{document}