
안녕하세요 여러분 저는 라텍스를 사용하여 논문을 작성하려고 합니다. 폴더에는 템플릿에서 가져온 기본 파일과 챕터 파일이 있습니다. 인쇄를 하면 표지에 "이 논문은 대학원 연구용"이라고 출력되는데, "학부용"이라고 쓰고 싶습니다. 그러나 해당 텍스트를 포함하여 이름, 학교, 날짜, eyc가 포함된 기본 파일에는 해당 텍스트가 어디에도 표시되지 않습니다. 어디서 찾을 수 있나요?
MainFile의 코드:
\documentclass[12pt]{MUNThesis}
\usepackage{caption}
\usepackage{listings}
\usepackage[sectionbib]{chapterbib}
\captionsetup[figure]{font=small}
\usepackage{lipsum}
\usepackage{mwe}
%\newcommand{\cm}{cm$^{-1}$}
%\newcommand{\dgC}{$^\circ$C}
%\newcommand{\dg}{$^\circ$}
%THIS IS WHERE YOU ENTER THE TITLE OF YOUR THESIS
\title{Albedo Parametrization for Models of Intermediate Complexity}
%THIS IS WHERE YOU ENTER YOUR NAME
\author{Name}
%THIS IS WHERE YOU ENTER THE NAME OF YOUR DEGREE
\deg{Degree}
%THIS IS WHERE YOU ENTER THE NAME OF YOUR DEPARTMENT, SCHOOL, or FACULTY
\fac{Department}
%THIS IS WHERE YOU ENTER THE DATE YOU SUBMITTED YOUR THESIS OR DISSERTATION
\date{August 2020}
%THIS IS WHERE YOU ENTER THE YEAR OF GRADUATION
\copyrightyear{2020}
\begin{document}
\muntitlepage
%set the hierarchical drilldown to 3
%\setcounter{secnumdepth}{3} \setcounter{tocdepth}{3}
%set pagination to Roman numerals and begin at page i
\pagenumbering{roman} \setcounter{page}{1}
%%-------------Abstract-----------------
\doublespacing
\setlength{\topmargin}{-.5in}
\chapter*{Abstract}
\addcontentsline{toc}{chapter}{Abstract}
%include the abstract.tex file
\input{abstract}
%%-----------Acknowledgements---------------
\chapter*{Acknowledgements}
\addcontentsline{toc}{chapter}{Acknowledgments}
%include the acknowledgments.tex file
\input{acknowledgements}
%%-----------Table of Contents------------------
\renewcommand{\contentsname}{Table of Contents}
\tableofcontents{}
%%------------List of Figures----------------------
\listoffigures{}
\addcontentsline{toc}{chapter}{List of Figures}
\chapter*{List of Abbreviations and Symbols}
\addcontentsline{toc}{chapter}{List of Abbreviations and Symbols}
%\listofAbbreviationsandSymbols{}
\input{abbreviations}
%change single space to double space
\doublespacing
%maintain Roman numerals on the previous page
\clearpage
%set pagination to Arabic
\pagenumbering{arabic}
%\renewcommand{\thepage}{\arabic{page}}
\include{Introduction}
\include{literaturereview}
\include{Parametrization}
\include{Results}
\include{conclusions}
\include {references}
\appendix
\include{ApendixA}
\end{document}
이름 뒤에 파일이 인쇄됩니다.
>학위요건을 일부 충족하여 대학원에 제출한 논문
이것이 바뀔 수 있는 일이길 바랍니다.