[請益] bibtex的引用無法成功
在下目前正在學習latex
使用的教學範本是政大蔡炎龍老師的教學
也就是Miktex + CJK package + texmaker的組合
目前正在學習引用參考文獻的方式
但是始終都用不成功
先敘述我的方式
先是 .tex檔
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
% packages
\usepackage{CJKutf8}
%開始內文
\begin{document}
\begin{CJK}{UTF8}{cwmb}
這是測試 \cite{chan}
\bibliographystyle{plain}
\bibliography{ref2}
\end{CJK}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
引用的是ref2.bib檔中的文獻 "chan"
ref2.bib
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@Article{chan,
author = {Chan and Chang},
title = {},
journal = {Journal of mechanical design},
year = {2000},
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
首先對.tex檔按F1執行pdflatex 產生aux檔
再來對ref2.bib按F11執行bibtex 產生bbl檔 (注:好像沒有出現bbl檔)
最後對.tex檔執行pdflatex 2次
但結果卻沒有引用成功
變成
這是測試 [?]
但過程都沒有出現錯誤
令人不得其解
不過有警告 說"citation 'chan' on page1 undefined
看了過程好像沒有bbl檔產生
這是為什麼???
以上步驟是否有誤??
謝謝各位指教!!!
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 115.43.215.50
討論串 (同標題文章)
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章