[問題]請教chilatex寫論文

看板LaTeX (論文排版)作者 (盧小諭)時間19年前 (2007/04/11 22:39), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串1/1
本人近期要開始寫論文了,因此打算將論文分章來寫,也就是分成ch1.tex,ch2.tex... 我看了英文的latex 想使用大型文稿編排 如: root.tex 主要的根檔案 ------------------------ \documentstyle{report} \includeonly{ch1} \begin{document} \include{ch1} : : \end{document} ------------------------ ch1.tex ------------------------ \chapter : : ------------------------- 因此我用latex指令是可以順利來進行編譯的 , 但是我用chilatex來編譯卻發生問題, ! LaTeX Error: Missingegin{document}. 請問是否有方法可以解決此問題 , 或者更好的方法來編撰論文 ,請高手指點迷津,感激 ps.My computer OS is linux ubuntu 6.10 -- -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.127.36.178

04/11 23:48, , 1F
includeonly{ch1,ch2,....}兩個以上就好了, 真是奇怪QQ
04/11 23:48, 1F

04/12 08:20, , 2F
\documentclass[11pt]{report} 與 \usepackage{creport}
04/12 08:20, 2F
文章代碼(AID): #167FCQdV (LaTeX)
文章代碼(AID): #167FCQdV (LaTeX)