2014-06-12 55 views
1

我想刪除標題'參考書目'和使用\ bibliography {myPublications}自動放置的分頁符。 到目前爲止,我發現使用\ renewcommand {\ bibname} {} 可以刪除標題,\ renewcommand {\ chapter} {}刪除分頁符,但在pdf中留下星號。 \ renewcommand {\ chapter *} {}給出錯誤:\ chapter * undefined。 任何解決方法?從參考書目中刪除書目標題和分頁符

\section*{Publications} 
\renewcommand{\bibname}{} 
\renewcommand{\chapter}{} 

\nocite{myPaper} 

\bibliographystyle{unsrt} 
\bibliography{publications} 
+0

在這個*非常特殊的情況下,你可以嘗試'\ makeatletter \ renewcommand {\ chapter} {\ @ gobbletwo} \ makeatother'。 – Werner

+0

這個伎倆。非常感謝! – user3560311

回答

2

在這種非常特殊的情況下,你可以嘗試

\makeatletter 
\renewcommand{\chapter}{\@gobbletwo} 
\makeatother 

這使得\chapter狼吞虎嚥兩個令牌跟隨它,這意味着*和title參數。