作者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