Text FormattingReferences Heading

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Christos
Posts: 25
Joined: Sun Nov 30, 2008 10:06 pm

References Heading

Post by Christos »

Hi all,
the problem is the following. I have written a class file for my purposes and among other things, issued the \renewcommand{\refname}{....}. However, this cannot work from the class file (though, everything else works) and I have to invoke the command for every document I write.

Is there anything I should know / am doing wrong??

Thank you in advance

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

References Heading

Post by Stefan Kottwitz »

Hi Christos,

perhaps you are using babel, in that case you could use \addto like

Code: Select all

\addto\captionsenglish{\renewcommand{\refname}{...}}
Stefan
LaTeX.org admin
Christos
Posts: 25
Joined: Sun Nov 30, 2008 10:06 pm

Re: References Heading

Post by Christos »

Stefan,
thank you very much, it works like a charm!
Post Reply