수학의 경우 \mathtt 글꼴, 텍스트의 경우 일반 텍스트

수학의 경우 \mathtt 글꼴, 텍스트의 경우 일반 텍스트

\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}

관련 정보