\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.
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.