Re: [問題] latex 整合的 compile

看板LaTeX (論文排版)作者 (純粹的存在)時間14年前 (2011/02/04 13:53), 編輯推噓0(001)
留言1則, 1人參與, 最新討論串2/2 (看更多)
※ 引述《regeditj (純粹的存在)》之銘言: 2. submitted 裡面有個 main.tex 跟 all.tex 一樣,但只是 \include{article} 分開 compile 是沒問題的,reference 都會出來,compile 指令為: pdflatex main.tex bibtex article bibtex main pdflatex main.tex pdflatex main.tex 但用 compile_all.bat compile 後全部的 reference 全部都變成 [?] 請問一下我要怎麼改 compile_all.bat 裡的指令? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.164.50.35 ※ 編輯: regeditj 來自: 218.164.50.35 (02/03 12:57)

02/03 15:28,
你的狀況可能combine或subfiles會更符合需求。
02/03 15:28

02/04 01:00,
謝謝關鍵字 這樣的方法可以編頁碼嗎?
02/04 01:00

02/04 01:27,
可以,我上個月才幫人編了整本67篇論文的期刊。
02/04 01:27
續上一篇 ============================all.tex================================== \documentclass[]{ksthesis} \usepackage{subfiles} ... \doublespace \phdthesis \Thesisspace \begin{document} \begin{preliminary} \setcounter{page}{2} \large \setcounter{tocdepth}{1} \singlespace \Thesisspace {} \tableofcontents \clearpage \end{preliminary} \begin{thesis} \subfile{part1/submittedA1/article} \subfile{part1/submittedB1/article} \subfile{part2/submittedA2/article} \subfile{part2/submittedB2/article} \addcontentsline{toc}{section}{References} \end{thesis} ===================================================================== 可是compile出來後沒東西 是很直覺地這樣使用嗎?我覺得我漏掉什麼東西可是搞不清楚漏了什麼? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.164.51.92

02/10 18:42, , 1F
\usepackage[sectionbib]{chapterbib} 加入 main.tex
02/10 18:42, 1F
文章代碼(AID): #1DIvHqNY (LaTeX)
文章代碼(AID): #1DIvHqNY (LaTeX)