I am writing a tex file in Type-writing font, in following manner.
\documentclass[a4paper,11pt]{amsart}
\begin{document}
\ttfamily\raggedright
...........
\end{document}
The problems I am facing is the following.
(1) While writing title "definition" with Bold-face letters and writing statements in definition with italic letters, the font was coming as perhaps roman font. So the whole statement was not coming as \tt font. What should be done then?
(2) The statements were non-uniformly printed in output pdf file, as below:
I want to remove space after word are in second line, ot after not in the third line. How can we overcome this?
Thanks in advance!


\raggedrightcommand which seems to do exactly what it is supposed to do. – Christian Dec 29 '16 at 12:56