Tagged Questions
17
votes
2answers
495 views
Entire document typed in monospace font
I want to put an entire document into monospace font for various reasons. This is nominally fairly easy; you can say \renewcommand{\familydefault}{\ttdefault}. However, there at least two problems ...
5
votes
3answers
366 views
monospaced fonts not respecting spaces?
Why does true type fonts consolidate spaces and is there any way to stop this? I need easily add white space between words equal to the width of a space(which for monospace should be the same for all ...
7
votes
1answer
131 views
How can I force pairs of brackets [][] to be closer to each other in \texttt?
\documentclass{article}
\begin{document}
Normal margin here. Normal margin here. Normal margin here.
Normal margin here. Normal margin here. Normal margin here. Normal margin here.
Abcdefgh ...
3
votes
1answer
722 views
Put a leading space to a paragraph using texttt
This line
~~Some~~thing
produces two leading spaces before the word 'Some' and the spaces before 'thing'.
However,
\texttt{~~Some~~thing}
does not produces the first two spaces (but produces ...