\bibliography{myPublications} を使用して自動的に挿入されるタイトル 'Bibliography' と改ページを削除したいと思います。これまでのところ、\renewcommand{\bibname}{} を使用するとタイトルを削除でき、\renewcommand{\chapter}{} を使用すると改ページが削除されますが、pdf にアスタリスクが残ることがわかりました。\renewcommand{\chapter*}{} は次のエラーを返します: \chapter *undefined. 回避策はありますか?
\section*{Publications}
\renewcommand{\bibname}{}
\renewcommand{\chapter}{}
\nocite{myPaper}
\bibliographystyle{unsrt}
\bibliography{publications}