LaTeX: change the font and other properties of captions of floats

13 December, 2005 - 14:12
Categories:

With the LaTeX package caption you can change the properties (such as font family) of the captions of floats (tables and figures). It's part of a default LaTeX installation, so probably you don't need installing something.

You could use this package to better separate the captions of floats from the body text. For example, the following line in you preamble will typeset the captions in a sans serif font.

\usepackage[font=sf]{caption}

More information can be found in the following manual:
http://www.tug.org/tex-archive/macros/latex/contrib/caption/caption.pdf

Post new comment

The content of this field is kept private and will not be shown publicly.
  • No HTML tags allowed
  • Lines and paragraphs break automatically.

More information about formatting options