作者chenseal (海豹)
看板LaTeX
標題[問題] 請問如何將tex與jabref連結?
時間Sat Mar 9 18:48:58 2013
各位好,不好意思想請求大家幫忙,我是用texwork在編輯。
目前也用jabref在管理文獻,不知該如何將jabref與tex連結,
讓我在文獻引用和參考文獻排版上比較輕鬆呢?
謝謝~
以下是我目前使用的指令,但無法排出,
不知道是哪裡出了問題,還是在令texwork跑的時候應該注意什麼順序嗎?
懇請大家幫忙,感謝!
\documentclass[12pt,oneside,openany,a4paper]{book}
\usepackage{natbib}
\setlength{\bibsep}{2pt}
\renewcommand{\bibname}{\ctxfbb 參考文獻}
\usepackage{url}
\def\UrlFont{\rm}
...
\begin{document}
...
\bibliographystyle{ter}
\bibliography{thesisref}
\end{document}
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.92.140
1F:推 bleph:提供一點個人經驗: 使用"命令提示字元"編輯 03/13 21:46
2F:→ bleph:pdflatex 你的 tex 檔案: Ex: pdflatex test.tex 03/13 21:48
3F:→ bleph:然後再打 bibtex test; 之後再打兩次 pdflatex test.tex即可 03/13 21:50
4F:→ chenseal:謝謝! 03/18 12:53
5F:→ xcycl:建議改用 latexmk 由電腦幫你判斷要編譯幾次 03/29 07:04