- MacKichan Software
- Technical Support Pages
- Free Trial Versions
Hi,
I have created my dissertation in SW 5.0 and my school requires that the bibliography header be in all caps (e.g. "BIBLIOGRAPHY", or "REFERENCES"). Is there a TEX command that does this or does it depend on my choice of shell? I am hoping to not have to create my entire bibliography manually. Thank you.
For most article based
For most article based shells, you can get this effect if you choose Typeset, Preamble, and add
\def\refname{REFERENCES}
With book based shells, try using the command
\def\bibname{BIBLIOGRAPHY}
If you continue to be unsuccessful, please let us know which shell you are using.