作者selinahu (歸零)
看板LaTeX
標題Re: [問題] 請教圖片label和使用bibtex的兩個問題
時間Mon Apr 21 09:36:42 2008
我是用MikTeX 2.7 + WinEdt 5.5
先bibtex thesis 過了
再latex thesis
出現錯誤 Something's wrong--perhaps a missing \item.
請問正確的compile順序應該是什麼呢
感謝大大回覆
※ 引述《[email protected] (suglwu)》之銘言:
: ※ 引述《[email protected] (歸零)》之銘言:
: 請問您怎麼 compile 的?
: 假設 texlive2007 利用 pdflatex + bibtex 環境,您的論文檔案 thesis.tex
: 則要產生 references 的順序應該是
: pdflatex thesis
: bibtex thesis
: pdflatex thesis
: pdflatex thesis
: 如果只做一次 pdflatex thesis
: 則在 cite 的地方會出現 "?" 的情形。
: > ==========用bibtex編輯References的問題==========
: > ref.tex的部份
: > \begin{thebibliography}{999}
: > \bibliographystyle{unsrtnat}
: > \bibliography{reference.bib}
: > \end{thebibliography}
: > reference.bib的部份
: > @article{BQG86,
: > Author = {Binning, G. and Quate, C. F. and Gerber, C.},
: > Title = {Atomic Force Microscope},
: > Journal = {Physical Review Letters},
: > Volume = {56},
: > Number = {9},
: > Pages = {930-933},
: > Year = {1986} }
: > 內文引用的部份
: > ....was invented in 1982 \cite{BQG86}
: > compile後出現 ....was invented in 1982 [?]
: > References那頁則沒有出現東西
: > 好煩惱喔@@
: > 拜託板上各位大大幫忙解惑
: > 感恩感恩<(_"_)>
--
╔═
╚╗╔╗║★
╚╝╠╝║║╠╗╔╗
═ ╚ ════ ╚╣═
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 59.104.9.61
※ 編輯: selinahu 來自: 59.104.9.61 (04/21 10:26)
1F:推 fannys23:應該先編latex thesis讓它產生aux檔 04/21 12:52
2F:推 fannys23:再編bibtex產生對應條目,再編兩次latex讓文稿編排完成 04/21 12:54
3F:→ selinahu:編latex bibtex沒問題 接著編latex thesis就出現 04/21 13:18
4F:→ selinahu:Something's wrong--perhaps a missing \item. 04/21 13:20
5F:推 fannys23:抱歉我弄錯了。請把ref.tex中的第一行與第四行拿掉 04/21 20:59
6F:推 fannys23:\begin{thebibliography}{999}以及它的\end 04/21 21:02
7F:→ selinahu:拿掉後出現新錯誤T^T 在第一次編latex thesis的時候 04/21 23:11
8F:→ selinahu:!paragraph ended before \@citex was complete. 04/21 23:16