Re: [問題] 某chapter跟chapter間出現空白頁(已爬文)

看板LaTeX (論文排版)作者 (wolf)時間11年前 (2014/01/03 18:47), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串3/3 (看更多)
試了好久還是不知道問題在哪邊~_~,想請各位版大幫忙看看 我的主頁在thesis.ctx,用WinEdt編輯,Miketex 2.1 thesis.ctx的內容是: \include{header} \usepackage{amsthm} \usepackage{algorithm} \usepackage{algcompatible} \theoremstyle{plain} \newtheorem{thm}{\ctxfbb Theorem} \renewcommand{\proofname}{\ctxfk Proof} \newtheorem{lem}[thm]{\ctxfrb Lemma} \begin{document} \include{bibcall} \large \ctxf{k}{14}{0}{0.8}{1.2} \include{tha}%封面 \include{cabs}%中文摘要 \include{eabs}%英文摘要 \include{tab}%目錄 \ \include{ch1} \include{ch2new} \include{ch3new} \include{ch4new} \include{ch5new} \ \include{ch6} \include{bib}%reference \include{aut}%作者 \include{tks}%誌謝 \end{document} tab.ctx的內容為 \let\cleardoublepage\clearpage \addcontentsline{toc}{chapter}{\contentsname} \tableofcontents \newpage \addcontentsline{toc}{chapter}{\listtablename} \listoftables \newpage \addcontentsline{toc}{chapter}{\listfigurename} \listoffigures 而各chapter之間都沒有問題,唯獨ch5與ch6之間多了一頁空白頁 各chapter的開頭皆為 \chapter{\k24 \huge 章節名稱} \indent\par 內文(圖或文字) chapter的結尾也不需特別結尾 而hearder.ctx的內容是: \documentclass{report} \pagestyle{plain} \usepackage{graphicx} \usepackage{geometry} \usepackage{epsfig} \usepackage{subfigure} \usepackage{amsmath} \geometry{a4paper,textwidth=15cm,height=25.7cm,top=1.5cm,footskip=1cm} \usepackage{booktabs} \def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}} \newtheorem{theorem}{Theorem} \renewcommand{\baselinestretch}{1.5} \renewcommand{\abstractname}{\k20 摘要} \renewcommand{\contentsname}{\k20 目錄} \renewcommand{\listtablename}{\k20 表格目錄} \renewcommand{\listfigurename}{\k20 圖形目錄} \renewcommand{\appendixname}{\k20 附錄} \renewcommand{\bibname}{\k20 參考文獻} \newcommand{\tab}[1]{\ref{ta:#1}} \newcommand{\fig}[1]{\ref{fg:#1}} \newcommand{\eqn}[1]{\ref{eq:#1}} 大概是這樣,想請大家幫忙看看,謝謝! -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.118.155.93
文章代碼(AID): #1InfLFkD (LaTeX)
文章代碼(AID): #1InfLFkD (LaTeX)