[問題] texmaker+miktex連結bib的問題

看板LaTeX (論文排版)作者 (Arim5566)時間13年前 (2012/09/06 19:11), 編輯推噓0(002)
留言2則, 1人參與, 最新討論串1/1
各位版友好 我是latex的新手 剛裝了miktex2.9+texmaker 以下都是網路的範例程式碼 我有一個my.bib檔如下 @book{knuth86, author = {D. E. Knuth}, title = {The Tex Book}, edition = {third}, publisher = {Addison--Wesley}, address = {Reading, Massachusetts}, year = {1986} } 然後有一個my.tex用來連結my.bib \documentclass[12pt]{article} \begin{document} I like to read the book \cite{knuth86} \bibliography{my} \bibliographystyle{unstr} \end{document} 我爬了一下文 發現是對my.tex做pdflatex -> bibtex -> pdflatex -> pdflatex 第一次做pdflatex的時候會有warning warning的意思例如knuth on page 1 undefined 第二次作bibtex出現 Process started Process exited normally 然後看了一下發現編譯出來的.bbl檔的大小是0 後面兩次的pdflatex一直沒成功 引用到的都會變成[?] 請問正確的編譯過程應該怎麼做? 順便問一下,latex跟pdflatex的差別是甚麼? 謝謝各位版友的指教 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.117.169.131 ※ 編輯: Arim 來自: 140.117.169.131 (09/06 19:15) ※ 編輯: Arim 來自: 140.117.169.131 (09/06 19:16) ※ 編輯: Arim 來自: 140.117.169.131 (09/06 19:17) ※ 編輯: Arim 來自: 140.117.169.131 (09/06 19:17) 我的texmaker的bibtex設定為 bibtex % ※ 編輯: Arim 來自: 140.117.169.131 (09/06 19:33) ※ 編輯: Arim 來自: 140.117.169.131 (09/06 19:50) ※ 編輯: Arim 來自: 140.117.169.131 (09/06 20:01) ※ 編輯: Arim 來自: 140.117.169.131 (09/06 20:01)

09/06 22:27, , 1F
我發現問題出在哪裡了 unstr要改成unsrt...
09/06 22:27, 1F

09/06 22:44, , 2F
不過error message竟然沒有這行..這種情況太難debug了
09/06 22:44, 2F
文章代碼(AID): #1GI8JYOh (LaTeX)
文章代碼(AID): #1GI8JYOh (LaTeX)