Text Formatting ⇒ With or without serif ?
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
With or without serif ?
for body text in normal document I would always use a font with serifs, that's better for reading. Latin Modern (
\usepackage{lmodern}
) is a good choice (in general, with and without serifs).For headings, I prefer without serifs. The reason is, that headings are already big and bold and when one adds serifs they look too heavy. And in my opinion, headings without serifs look more modern.
So I use the KOMA-Script defaults, headings without serifs and body text with serifs. The KOMA author made that choice because of such reasons.
Stefan
With or without serif ?
Like U2 used to sing : "I can't live, with or without serif"... Thanks !Stefan Kottwitz wrote:(...), headings without serifs and body text with serifs.