2

I am trying to write a tex file in Kile with font \textt.

This font looks like following typing in a book Number fields-Marcus.

But when after \begin{document} I wrote \tt or \texttt, the text was exceeding line in the pdf file; in other words, it was showing some warning.

How can I settle the \texttt font in Kile?

3
  • This book was written on a typewriter. Today we are able to do fine typesetting using a desktop computer, so there is no need to fake the very bad typography produced by a typewriter. Commented Dec 23, 2016 at 8:53
  • If you nevertheless want to do this, use \ttfamily\raggedright after \begin{document}. Commented Dec 23, 2016 at 8:54
  • 1
    @HenriMenke you mean fine luatex settings like this? Commented Dec 23, 2016 at 9:43

1 Answer 1

4
\documentclass[english]{article} \usepackage{fontspec} \setmonofont[ Scale=MatchLowercase, FakeStretch=0.85, ]{DejaVu Sans Mono} \usepackage{babel} \usepackage[math]{blindtext}%% only demo \renewcommand\familydefault{\ttdefault} \AtBeginDocument{% for justified typewriter \fontdimen3\font=3pt \fontdimen4\font=1pt } \begin{document} \blinddocument \end{document} 

enter image description here

1
  • My TeX installation didn't recognize the DejaVu Sans Mono. It did with courier. Commented Oct 16, 2023 at 15:33

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.