Quantcast
Channel: \renewcommand{\refname}{} does not remove "References" - TeX - LaTeX Stack Exchange
Browsing index pages (4 articles)

\renewcommand{\refname}{} does not remove "References"

I have a file of class "article" with bibliography style "nature"Since I want to have the references in the table of contents with a section number, i have set a section with the references inside and...

View Article


Answer by egreg for \renewcommand{\refname}{} does not remove "References"

If you are loading the package natbib, then\renewcommand{\bibsection}{}after \usepackage[<options>]{natbib} will get rid of the section automatically provided (and also of the blank space you'd...

View Article


Image may be NSFW.
Clik here to view.

Answer by David Beauchemin for \renewcommand{\refname}{} does not remove...

For my part I used these command:\bibliographystyle{plain} % bib style %%% change name of biliography \renewcommand{\bibname}{} %%no nameI just tested it on a article I wrote and it worked fine.

View Article

Answer by raulindo for \renewcommand{\refname}{} does not remove "References"

If you use babel, the following might work.for book or report class: \addto\captionsenglish{\renewcommand{\bibname}{}}for article class: \addto\captionsenglish{\renewcommand{\refname}{}}The provided...

View Article
Browsing index pages (4 articles)


Latest Images