Absolute beginner LaTeX question here:
How do you change the font for the whole document to sans-serif (or anything else)?
|
Absolute beginner LaTeX question here: How do you change the font for the whole document to sans-serif (or anything else)? |
|||||||||
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
I found the solution thanks to the link in Vincent's answer.
This changes the default font family to sans-serif. |
||||
|
|
For a different approach, I would suggest using the XeTeX system. It allows you to access system fonts (TrueType, OpenType, etc) and set font features. In a typical LaTeX document, you include something like this in your headers:
It's the |
|||
|
|
|
As second says, most of the "design" decisions made for TeX documents are backed up by well researched usability studies, so changing them should be undertaken with care. It is, however, relatively common to replace Computer Modern with Times (also a serif face). Try |
|||
|
|
|
This article might be helpful with changing fonts. From the article:
|
|||||
|
|
When starting with Latex it is tempting to try and override several of the standard settings, including font, margin size etc. Note that in a majority of cases, there are very good reasons for the standard settings (serif fonts are much easier for the eye to read and should almost always be used for blocks of text / the margins are set to achieve a certain number of average words per line, again to ease reading etc.) |
|||||
|