Bibtex with no references title

Posted by Bryan Ward on Stack Overflow See other posts from Stack Overflow or by Bryan Ward
Published on 2010-03-12T03:27:00Z Indexed on 2010/03/12 3:37 UTC
Read the original article Hit count: 368

Filed under:
|

I am working on writing a scientific poster in LaTeX, and I want to include a few references for my work. Because this is a poster, I have my own customized headers for different sections, and don't want my related works to have a separate title. Essentially I have something like this:

\begin{textblock}{5.5}(19.5,11)
\CHead{Related Work} %a newcommand header I wrote
\bibliographystyle{acm}
\bibliography{mybib}
\end{textblock}

And it comes out with a header called "Related Work" like I want, but it also under that says "References", which I don't want.

I found a few websites that said that I could override this with something like

\renewcommand\refname{}

But all this does is take the word "References" out, but the space allotted for the title is still there. Is there a way to completely eliminate the title and any space it may take up?

© Stack Overflow or respective owner

Related posts about latex

Related posts about bibtex