這個是我的主文架構, 藍色部分可自行設定自己要的格式~~~
\documentclass[12pt,oneside,openany,a4paper]{book} %單頁裝訂
\usepackage[utopia]{mathdesign}
\usepackage[OT1]{fontenc}
\usepackage[bf,small,indentafter,pagestyles]{titlesec}
\usepackage{titletoc}
\usepackage{array,dcolumn,psfrag,graphicx}
\usepackage{booktabs,lscape}
\usepackage[square,sort]{natbib}%參考文獻
\setlength{\bibsep}{2pt}
\usepackage{wrapfig}
%\usepackage[pdftex,colorlinks=true]{hyperref}
%*********************************************************************************************************
%中大論文格式
%版面規格:
% 以210mm ﹡297mm規格A4紙張繕製 ,紙張頂端留邊2.5公分,左側留邊3公分,
% 右側留邊2公分,底端留邊2.5公分,版面底端1.5公分處中央繕打頁次
%
% 行距:間隔1.5或2行(Double space),每頁最少 25行,章名下留雙倍行距
% 註腳: 特殊事項論點等,可使用註腳(Footnote)說明。
% 依應用順序編號,編號標於相關文右上角以備參閱。各章內編號連續,各章之間不相接續。
% 號碼及內容繕於同頁底端版面內,與正文之間加劃橫線區隔,頁面不足可延用次頁底端版面。
%*********************************************************************************************************
%*****************全文設定區(preamble)************************
%設定版面
\usepackage[a4paper,paperheight=29.7cm,paperwidth=21cm,
left=3.0cm,right=2.0cm,top=2.5cm,
bottom=2.5cm,footskip=1.5cm]{geometry}
% 啟動 fancy header/footer 套件設定header及footer樣式
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{\ctxflb 我的論文題目}
\lfoot{}
\cfoot{\thepage}%中間 footer 擺放頁碼
\rfoot{}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\newcommand{\mybaselinestretch}{1.5} % 論文行距預設值
\renewcommand{\baselinestretch}{\mybaselinestretch}
\parskip=2ex % 段落之間的間隔為兩個 x 的高度
%\parindent = 0Pt % 這個打開 內縮就不管用了
%\let\oldfootnote\footnote
%\renewcommand\footnote[1]{\oldfootnote{%
%\large\footnotesize\ignorespaces#1}}
%\addtolength{\footnotesep}{2pt}
%修改標題名稱為中文
\renewcommand{\figurename}{圖}
\renewcommand{\tablename}{表}
\renewcommand{\contentsname}{\protect\makebox[3cm][s]{\ctxflb 目錄}}
\renewcommand{\listfigurename}{\protect\makebox[4cm][s]{\ctxflb 圖目錄}}
\renewcommand{\listtablename}{\protect\makebox[4cm][s]{\ctxflb 表目錄}}
\renewcommand{\bibname}{\protect\makebox[5cm][s]{\ctxflb 參考文獻}}
%改變章節的顯示方式
\titleformat{\chapter}[display]{\centering\huge\sf} %raggedleft
{\ctxflb Chapter \thechapter\ }{1em}{}
\titlelabel{\S\thetitle\quad}
\titlespacing{\chapter}{0pt}{*0}{*2}
\titlespacing{\section}{0pt}{*1}{*1}
\titlespacing{\subsection}{0pt}{*1}{*1}
\titlespacing{\subsubsection}{0pt}{*1}{*1}
\ctxfdef{\chapter}{\ctxflb}
\ctxfdef{\section}{\ctxfl}%\ctxfr}
\ctxfdef{\subsection}{\ctxfl}
\renewcommand{\headrulewidth}{1pt} % header 的直線; 0pt 則無線
\newcommand\laref{\smallskip\noindent%
\hangindent=\parindent}
\newcommand{\ds}{^{**}}
\newcommand{\os}{^{*}}
\newcolumntype{d}[1]{D{.}{.}{#1}}
\renewcommand{\textfraction}{0.15}
\renewcommand{\topfraction}{0.85}
\renewcommand{\bottomfraction}{0.65}
\renewcommand{\floatpagefraction}{0.60}
\abovecaptionskip=6pt
\belowcaptionskip=6pt
%**********以上為全文設定區(preamble)*******
\begin{document}
\input{frontpages}
%********** 以下為論文主體 (main) *******
% main body 論文主體。建議以「章」為檔案分割的依據。
\input{main}
%****************************************
\clearpage
\addcontentsline{toc}{chapter}{\ctxfr 參考文獻}
\bibliographystyle{ter}%
\bibliography{myref}
\end{document}
簡單說明:
主架構下,我放了兩個input檔案frontpages及main
我把我的論文分成兩大部分:
1) frontpages.ctx內容如下
因為我的論文還在寫~所以我會依我想要檢視的內容用"%"來設定是否要顯示。
\input{cover}
%以i. ii..編頁至緒論前一頁
\pagenumbering{roman}
%\bigskip\indent
%*********************************************************************
%以下開始論文的frontpages
%摘要
\newpage
\input{abstract_cn}
%***************************
%\newpage
%\input{abstract}\textbf{}
%***************************
%誌謝
%\input{thanks}
%\newpage
%目錄
\newpage
\tableofcontents
%圖目錄
\newpage
\addcontentsline{toc}{chapter}{\ctxflb 圖目錄}
\listoffigures
%表目錄
\addcontentsline{toc}{chapter}{\ctxflb 表目錄}
\listoftables
************************************************************************
2) main
%論文主體架構
%1.前言
% 前言的功用在於引導讀者能順利的進入文章的核心。
% 內容必須談及:
% (1)研究背景與動機:說明為什麼選擇做這篇論文,並點出所欲探討的問題,同時提供
% 該問題的背景資料。
% (2)研究目的:根據研究背景與動機,說明該論文研究目的,可能範圍有:解決問題;
% 詳述前人未曾說明清楚的事實;發現前人研究的錯誤,並加以更正;建立新的研究
% 方法、思想系統或理論等。
%2.文獻回顧
% 詳述國內外有關論文之相關研究情形與重要參考文獻,並可同時提出比較對象,將別
% 人的相關研究重點部分作簡短的介紹,與我們的方法對照、比較。
%3.研究方法與步驟
% 說明論文採用之研究方法與原因以及可能遭遇之困難和解決對策,並繪出研究步驟流
% 程圖。
%4.結果
% 對於學術研究、國家發展及其他應用方面的貢獻。
%5.討論
% 針對結果以客觀的角度來討論,可討論所觀察到的現象,個人的心得或看法,亦可提
% 出一些具批判性的意見。
%6.結論與建議
% 結論是將整篇論文做個總結,在此必須特別強調論文所得到的貢獻,凸顯文章價值。
% 最後,則可點出一些尚未解決的問題及解決這些問題的可能關鍵,或者提出今後值得
% 研究的方向。
\input{chapter01} %緒論
\input{chapter02} %文獻回顧
\input{chapter03_00}
\input{chapter04_00} %個案研究
\input{chapter05_00} %研究結果分析
\input{chapter06_00} %結論與建議
***********************************************************************
最後再加上參考文獻就完成囉~
目前po上的是我現在設定好的。
排起來我覺得滿好看的
嘻,等我論文寫到差不多了再來好好地調整一翻 ~
一起加油吧 ~ !!!