看板 LaTeX 關於我們 聯絡資訊
大家好,我現在在做一個論文,想要利用bibtex來做參考文獻 (之前都是用\bibitem 可是我的tex資料夾裡面按照之前學長的版面有分成 template.tex(編譯用的 差不多長這樣 \begin{document} %\maketitle %製作tilte page %\thispagestyle{empty} %去除頁碼 %\thispagestyle{fancy} %使用fancyhdr %\tableofcontents %目錄 %%%%%%%%%%%%%%%%%%%include file here%%%%%%%%%%%%%%%%%%%%%%%%% \include{mathmain} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document} mathmain.tex(數學公式 content.tex(實際內容 請問我需要把\bibliography 和 \bibstyle放在template還是content裡面? btw 我現在是用mac的texshop來作業 請問有什麼樣的編譯順序嗎 謝謝大大教導 -- 甚麼是ACGN? A for Anime(X) Algebra(O) C for Comic(X) Combinatorics(O) G for Game(X) Geometry(O) N for Novel(X) Number theory(O) -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 113.28.156.78 ※ 文章網址: https://www.ptt.cc/bbs/LaTeX/M.1543046038.A.4CA.html
andrew43: \bibliographystyle先出現再\bibliography 11/28 11:19
andrew43: 而\bibliography當然是放在需要打印的地方 11/28 11:20
andrew43: 編譯通常是latex -> bibtex -> latex一或二次 11/28 11:23