6

I've been using Bitstream Charter (\usepackage[charter]{mathdesign}) for a while now. For my German documents, I looked into KOMA today and found that the scrartcl document class would be a good replacement for article.

It uses sans fonts for the headings and serif font for the text. I got the following warning:

LaTeX Font Warning: Some font shapes were not available, defaults substituted.

As it seems, I got the Computer Modern Roman sans font for headings, but Charter for the text. I tried Bitstream Vera Sans (Bera Sans, \usepackage[scaled]{berasans}). It looks better than before, but I am not sure whether this is a good font to go with Charter:


http://wstaw.org/m/2012/12/17/bera.png


Is that the matching font or is there a nicer one? It seems pretty thick, especially in the page title.

For comparison, here is plain Computer Modern Roman with article:


http://wstaw.org/m/2012/12/17/cmr.png


And just Charter with scrartcl:


http://wstaw.org/m/2012/12/17/mixed.png

2

2 Answers 2

2

I think it's not quite a LaTeX question, but Bera looks nice. Linux Biolinum would be a nice option. But you don't necessarily need to use a sans anyway. If you used xelatex you'd have plenty of options, though.

2
  • 1
    Libertine and Biolinum look nice in the samples. Question is: Does Libertine work in math mode like Charter does? Commented Dec 18, 2012 at 8:15
  • @queueoverflow I recommend \usepackage[libertine]{newtxmath}.
    – marczellm
    Commented Oct 17, 2013 at 20:15
2

The most useful website ever, WolframAlpha, uses Bitstream Charter with Bitstream Vera in its results, which I feel looks nice. (Charter for all math and numbers and Vera for pretty much everything else) Vera is not supported by LaTeX, but luckily there is a clone—Arev—that is actually comes with most packages.

2
  • In LaTeX, I use Bitstream Vera Sans as \usepackage{berasans} and \usepackage{beramono} which works well. Commented Jan 29, 2015 at 18:08
  • As of now, WolframAlpha uses Roboto, and Source Sans Pro as sans fonts.
    – Peutch
    Commented Apr 18, 2019 at 19:37

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .