Text FormattingWith or without serif ?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

With or without serif ?

Post by thomasb »

Any advice ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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 ?

Post by Stefan Kottwitz »

Hi,

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
LaTeX.org admin
thomasb
Posts: 134
Joined: Thu Aug 03, 2017 10:54 am

With or without serif ?

Post by thomasb »

Stefan Kottwitz wrote:(...), headings without serifs and body text with serifs.
Like U2 used to sing : "I can't live, with or without serif"... Thanks !
Post Reply