\mathtt-Schriftart für Mathematik, aber normaler Text für Textsachen

\mathtt-Schriftart für Mathematik, aber normaler Text für Textsachen

Ich möchte, dass \mathtt die Standardschriftart für den Mathematikmodus ist, aber Text nur der Standardtexttyp ist. Gibt es eine Möglichkeit, dies zu tun?

Danke schön.

Antwort1

Bildbeschreibung hier eingeben

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

verwandte Informationen