Such as the example for the caption?
Code: Select all
\usepackage[format=hang,font=small,labelfont=bf]{caption}
Code: Select all
\usepackage[format=hang,font=small,labelfont=bf]{caption}
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
Code: Select all
*File List*report.cls 2001/04/21 v1.4e Standard LaTeX document classsize11.clo 2001/04/21 v1.4e Standard LaTeX file (size option)geometry.sty 2002/07/08 v3.2 Page Geometrykeyval.sty 1999/03/16 v1.13 key=value parser (DPC)geometry.cfg 2001/06/05 v1.0 teTeX (uncustomised setup)sectsty.sty 2002/02/25 v2.0.2 Commands to change all sectional heading stylesbookman.sty 2002/09/08 PSNFSS-v9.0a (SPQR)fontenc.styt1enc.def 2001/06/05 v1.94 Standard LaTeX filechancery.sty 2002/09/08 PSNFSS-v9.0a (SPQR)fancyhdr.stylongtable.sty 2000/10/22 v4.10 Multi-page Table package (DPC)placeins.sty 2002/06/27 v 2.0graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)graphics.sty 2001/07/07 v1.0n Standard LaTeX Graphics (DPC,SPQR)trig.sty 1999/03/16 v1.09 sin cos tan (DPC)graphics.cfg 2001/08/31 v1.1 graphics configuration of teTeX/TeXLivepdftex.def 2002/06/19 v0.03k graphics/color for pdftexcolor.sty 1999/02/16 v1.0i Standard LaTeX Color (DPC)color.cfg 2001/08/31 v1.1 color configuration of teTeX/TeXLivehyperref.sty 2008/04/17 v6.77q Hypertext links for LaTeXhycolor.sty 2007/04/11 v1.1 Code for color options of hyperref/bookmark (HO)pd1enc.def 2008/04/17 v6.77q Hyperref: PDFDocEncoding definition (HO)etexcmds.sty 2007/12/12 v1.2 Prefix for e-TeX command names (HO)infwarerr.sty 2007/09/09 v1.2 Providing info/warning/message (HO)hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive and teTeXkvoptions.sty 2007/10/18 v3.0 Keyval support for LaTeX options (HO)backref.sty 2006/09/05 v1.28 Bibliographical back referencingurl.sty 1999/03/02 ver 1.4 Verb mode for urls, email addresses, and file namesbitset.sty 2007/09/28 v1.0 Data type bit set (HO)intcalc.sty 2007/09/27 v1.1 Expandable integer calculations (HO)bigintcalc.sty 2007/11/11 v1.1 Expandable big integer calculations (HO)pdftexcmds.sty 2007/12/12 v0.3 LuaTeX support for pdfTeX utility functions (HO)kvsetkeys.sty 2007/09/29 v1.3 Key value parser with default handler support (HO)atbegshi.sty 2007/09/09 v1.6 At begin shipout hook (HO)ifpdf.sty 2007/12/12 v1.6 Provides the ifpdf switch (HO)hpdftex.def 2008/04/17 v6.77q Hyperref driver for pdfTeXcaption.sty 2008/04/01 v3.1h Customizing captions (AR)caption3.sty 2008/03/20 v3.1h caption3 kernel (AR)ltcaption.sty 2008/03/28 v1.2 longtable captions (AR)
Code: Select all
\renewcommand{\tablename}{\textbf{TABLE}}
Code: Select all
\renewcommand{\tablename}{\bfseries TABLE}
\bf is obsolete, it's just supported by classes to provide backward compatibility. Citing from article.cls:nphaibk wrote:another option is: \renewcommand{\figurename}{\bf Figure}
Code: Select all
\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
Code: Select all
\usepackage[%font=small,labelfont=bf,tableposition=top]{caption}
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