-
Notifications
You must be signed in to change notification settings - Fork 3
Thesis Configurations
Ting-An Cheng edited this page Jan 23, 2024
·
2 revisions
請先參考README 文件完成LaTeX環境建置,並依照下列步驟進行模板資料設定 :
請修改ccusetup.tex
中的個人資料,包含姓名、系所、指導教授等資料,如下所示 :
\ccusetup{
university* = {National Chung Cheng University},
university = {國立中正大學},
college = {工學院},
college* = {College of Engineering},
institute = {電機工程研究所},
institute* = {Department of Electrical Engineering}, % 請確認您的科系為Department of xxx或Institute of xxx
title = {國立中正大學碩博士畢業論文模版},
title* = {National Chung Cheng University (CCU) \\ Thesis/Dissertation Template in \LaTeX},
author = {鄭庭安},
author* = {Ting-An Cheng},
advisor = {余松年},
advisor* = {Sung-Nien Yu},
date = {一百一十四年~七月}, % ~ 表示空格
keywords = {LaTeX, 中文, 論文, 模板},
keywords* = {LaTeX, CJK, Thesis, Template},
}
請修改main.tex
中的論文類別格式,包含碩/博士、中/英文、字體,如下所示 :
\documentclass[
twoside,
openright,
degree = master, % degree = master | doctor
language = chinese, % language = chinese | english
fontset = template, % fontset = default | template
]{ccuthesis}
請修改main.tex
中的參考文獻格式,預設使用IEEEtran
格式,如下所示 :
% 可使用參數:abbrv, acm, alpha, apalike, ieeetr, plain, siam, unsrt ...
\bibliographystyle{IEEEtran} % 參考文獻格式
格式參考請見 BibTeX Style Examples。
警告:除非您對LaTeX有一定的經驗,否則除下方說明可更動配置之外,請勿修改其餘配置,否則可能會導致格式錯誤!
以下為可更動配置,請視情況修改ccuthesis.cls
中的版面配置,如下所示 :
% Line 79 [變數: 版面設定]
%
\newcommand{\ccu@geometry@main}{top=2.54cm, bottom=2.54cm, left=3.17cm, right=3.17cm}
\newcommand{\ccu@geometry@cover}{top=2.54cm, bottom=2.54cm, left=3.17cm, right=3.17cm}
% Line 917 [設定行距]
%
\setstretch{1.5} % 1.5 倍行距
MIT License - CopyRight (c) 2024 Ting-An Cheng
繁體中文版
English Version