GeneralUser-defined environment issue

LaTeX specific issues not fitting into one of the other forums of this category.
20-LESI
Posts: 9
Joined: Thu Feb 23, 2012 3:02 am

User-defined environment issue

Post by 20-LESI »

cgnieder wrote:
20-LESI wrote:With that code, I can only change the size number. Like this:

Protocolo 1
Protocolo 1
Protocolo 1

I also want to be able to change "Protocolo" size.
The Protocolo <num> part is the caption of the float. This means it can be customized with \captionsetup

Just add something like
  • font=small or
  • labelfont=small
to the caption setup.

You'll find more on this in the manual of the caption package.

Regards
That solved the problem :D

I was trying to make it huge, but I was getting an error, and thought that I needed a different command. In order to make it bold and small sized, it has to be this way:

Code: Select all

labelfont={small,bf}

Thanks for all your help!


My best regards,

Celso

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

Post Reply