http://grad.ucalgary.ca/current/thesis/latex-template
由于某种原因,编译时签名页面(替代审查员名单下)不会显示。
类文件如下所示。我不知道如何修改它才能使签名页面在编写论文时显示出来。
\documentclass{ucalgthes1}
\usepackage[letterpaper,top=1in, bottom= 1in, left= 1in, right= 1in]{geometry}
%\usepackage{fancyhdr}
%\fancyhead{}
%\fancyfoot{}
%\renewcommand{\headrulewidth}{0pt}
%\fancyhead[RO,LE]{\thepage}
%Define other usepackages here
\usepackage{hyperref}
\title{Title of Thesis \\ \bigskip Second ThesisTitle Line }
%
% Insert the correct information between the {}
%
\author{Student's name}
\thesisyear{year}
\thesis{thesis} % the word dissertation can be inserted between {}
\newcommand{\thesistitle}{Title of Thesis}
\monthname{monthname}
\dept{NAME OF DEPARTMENT}
\degree{NAME OF DEGREE IN FULL}
%
% End of supplied information
%
\begin{document}
\makethesistitle
\pagenumbering{roman} % resets page counter to one
\setcounter{page}{1}
%\chapter*{UNIVERSITY OF CALGARY \\ FACULTY OF GRADUATE STUDIES}
%\thispagestyle{empty}
%The undersigned certify that they have read, and recommend
%to the Faculty of Graduate Studies for acceptance, a \Thesis\ entitled
%``\thesistitle'' submitted by \Author %in partial fulfillment of the requirements for the degree of
%\Degree.\\
%
% Substitute List of Examiners
%
%\begin{signing}{Department of Academic Computing}
%\signline
%Chairman, Dr.~John D.~Doe \\
%Department of Academic Computing \\
%Services \\
%\signline
%Chairman, Dr.~John D.~Doe \\
%Department of Academic Computing \\
%Services \\
%\signline
%Chairman, Dr.~John D.~Doe \\
%Department of Academic Computing \\
%Services \\
%\signline
%Chairman, Dr.~John D.~Doe \\
%Department of Academic Computing \\
%Services \\
%\newsigncolumn use this command to start a new column if necessary
%\newsigncolumn
%\signline
%Chairman, Dr.~John D.~Doe \\
%Department of Academic Computing \\
%Services \\
%\signline
%Dr.~Jane Smith \\
%Department of Academic Computing \\
%\signline
%Dr.~A.~B.~Brown \\
%Department of Academic Computing \\
%\end{signing}
%
\newpage
\phantomsection
\altchapter{\bf{Abstract}}
Paragraph 1
Paragraph 2
Paragragh 3
\newpage
\phantomsection
答案1
看起来你正在谈论的部分已被注释掉。%
从你想要使用的每一行中删除。