General ⇒ scale texttt?
scale texttt?
How can I scale the size of \texttt text?
I have redefined the font with
\renewcommand{\ttdefault}{txtt}
since I really like txtt. However it looks to big relative to my normal text. Is there anyway I can scale the size (as packages such as helvet allow).
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
scale texttt?
One workaround could be to define a macro that calls texttt and an appropriate command of the relsize package, or to redefine \texttt.
Stefan