Re: [問題] natbib 對頁面格式的影響

看板LaTeX (論文排版)作者時間12年前 (2013/01/20 11:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
Without your MWE, this is the file I tried to re-generate your problem. It seems that my MWE does what I expect, meaning I don't see your problem in my case. My guess is that your reference has only one page long, and consequently you did not see any heading on the first page of the reference chapter. Again, kind reminder. Please make a MWE for the sake of both -- the helpers and yourself. \documentclass[twoside]{book} \usepackage{fancyhdr,natbib} \usepackage{lipsum} \pagestyle{fancy} \fancyhf{} \fancyhead[CE]{Author} \fancyhead[CO]{Title} \fancyhead[RO,LE]{\rm \thepage} \fancyfoot[C]{\empty} \begin{document} \chapter{One} \lipsum[4-20] \cite{j1,j2,j3} \chapter{Two} \lipsum[2-20] \cite{b1,b2,b3,b4,b5,b6,b7} % use your own bib \lipsum[10] \lipsum[1-4] \renewcommand{\bibname}{Reference} \bibliographystyle{chicago} \bibliography{bibtest} \appendix \chapter{Four} \lipsum[3-20] \cite{bb1,bb2,bb3,bb4,bb5,bb6,bb7} % use your own bib \end{document}
文章代碼(AID): #1G-sKofD (LaTeX)
文章代碼(AID): #1G-sKofD (LaTeX)