Hi!
I am building long tables full of data, and think it would be better to use fixed-width fonts.
1. Which font would you recomend?
2. How can I set a fixed-widht type font for the whole document?
Thanks!
Text Formatting ⇒ fixed-width fonts for long tables
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
fixed-width fonts for long tables
Hi,
I like the monospaced font Inconsolata:
Regarding your second question, you could write in your preamble:
Stefan
I like the monospaced font Inconsolata:
Regarding your second question, you could write in your preamble:
Code: Select all
\renewcommand*{\familydefault}{\ttdefault}
LaTeX.org admin
Re: fixed-width fonts for long tables
Great, thanks a lot.