| Sign In/My Account | View Cart |
| Article: |
LaTeX: It's Not Just for Academia, Part 1 | |
| Subject: | Fonts and More... | |
| Date: | 2004-02-04 10:46:42 | |
| From: | jimothy | |
|
Response to: Fonts and More...
|
||
| Perhaps that'll address an issue I've had: LaTeX-generated documents are immediately identifiable because the font looks...somehow off. I'm not typesetting expert, so I can't put my finger on it, but the text doesn't have the appearance of a professionally typeset book, or even anything one might produce in Word or some other word processor. Perhaps it's the spacing between letters? | ||
Showing messages 1 through 2 of 2.
The Computer Modern typeface, at least the serifed ones, have a very strong contrast (the difference in thickness of the up- and down-stroke of a letter; the difference between the thick and thin lines). On current printers the contrast is so large, it becomes hard to read -- vertical lines nearly dissappear. Older, lower-res printers "blurr" it a bit more, and then the effect isn't as striking. It doesn't bother me in the TeXBook (the description by D. E. Knuth, and that certainly is CM).
On current LaTeX installations, you can try \usepackage{mathptmx} to see what happens with times (some maths letters are not available in the standard times typeface, and are faked or taken from CM. Other typefaces are available, even in a standard configuration.
Maarten