\texttt¶
Command in package simplemarkup.
Synopsis¶
\texttt{text}
Description¶
Prints text in "typewriter" font, which is usually just a monospace font.
See also \textbf, \textit, \textsc, \textsf.
Example¶
Lorem ipsum dolor sit amet, \texttt{consetetur sadipscing elitr}, sed diam
nonumy eirmod tempor invidunt.
Result, as rendered by your browser
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt.
This page is generated automatically and each change here will be replaced on a next update.