\scshape
.I have made numerous attempts using
Code: Select all
\renewcommand{\refname}{\textsc{References}}
If anyone can help me with this issue I would really really appreciate it.
\scshape
.Code: Select all
\renewcommand{\refname}{\textsc{References}}
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
Which similar commands?kleifest wrote:I have made numerous attempts usingand similar commandsCode: Select all
\renewcommand{\refname}{\textsc{References}}
\bibname
instead of \refname
.Code: Select all
\renewcommand{\refname}{\textsc {References}}
\renewcommand{\refname}{\centering References}
\renewcommand{\refname}{\normalsize \begin{center} REFERENCES \end{center}}
\defbibheading{bibliography}{\section*{Bibliography}}
\thesection
or \titleformat
(always using the appropriate packages).Code: Select all
\renewcommand{\refname}{\textsc{References}}
\textsc
in a section name.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