General\captionsetup{font=sf}

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

\captionsetup{font=sf}

Post by me_here_me »

Hi

Code: Select all

\captionsetup{font=sf}
This is how the font when i am using the caption package.

what commad can i use to change the size of the font?

thanks in advance
regards

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

\captionsetup{font=sf}

Post by me_here_me »

hey man this is simple

use

Code: Select all

\captionsetup{font={scriptsize,sf}}
u can replace script size by :
scriptsize
footnotesize
small
normalsize
large
Large

regards ;)
Post Reply