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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply