Text Formatting ⇒ fixed-width fonts for long tables
fixed-width fonts for long tables
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!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
fixed-width fonts for long tables
I like the monospaced font Inconsolata:
Regarding your second question, you could write in your preamble:
Code: Select all
\renewcommand*{\familydefault}{\ttdefault}