数学用には\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}

関連情報