作者regeditj (純粹的存在)
看板LaTeX
標題Re: [問題] latex 整合的 compile
時間Fri Feb 4 13:53:53 2011
※ 引述《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)
1F:推 rogerli:你的狀況可能combine或subfiles會更符合需求。 02/03 15:28
2F:→ regeditj:謝謝關鍵字 這樣的方法可以編頁碼嗎? 02/04 01:00
3F:→ rogerli:可以,我上個月才幫人編了整本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
4F:→ regeditj:\usepackage[sectionbib]{chapterbib} 加入 main.tex 02/10 18:42