rudra
unread,Jan 1, 2011, 12:57:39 AM1/1/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to LaTeX Users Group
Dear friends,
I am writing my thesis and have a problem:
in title page, I must have my supervisor's name and my affiliation.
affiliation is managed by authblk package but what about supevisor? I
tried to edit the cls file with inserting a \@supervisor after
\@author as:
\if@titlepage
\newcommand\maketitle{\begin{titlepage}%
\let\footnotesize\small
\let\footnoterule\relax
\let \footnote \thanks
\null\vfil
\vskip 60\p@
\begin{center}%
{\LARGE \@title \par}%
\vskip 3em%
{\large
\lineskip .75em%
\begin{tabular}[t]{c}%
\@author
\end{tabular}\par}%
\vskip 1.5em%
{\large
\lineskip .75em%
\begin{tabular}[t]{c}%
\@supervisor
\end{tabular}\par}%
\vskip 1.5em%
{\large \@date \par}% % Set date in \large size.
\end{center}\par
\@thanks
\vfil\null
\end{titlepage}%
and also in my defination in tex file:
\makeatletter
\def\thickhrulefill{\leavevmode \leaders \hrule height 1pt\hfill \kern
\z@}
\renewcommand{\maketitle}{\begin{titlepage}%
\let\footnotesize\small
\let\footnoterule\relax
\parindent \z@
\reset@font
\null
\vskip 10\p@
\hbox{\mbox{%
\hspace{4pt}%
\fbox{\includegraphics[scale=.1]{images/snb_logo}}%
\hspace{4pt}
}%
\setcounter{page}{0}
\vrule depth 0.9\textheight%
\mbox{\hspace{2em}}
\vtop{% %%%%%%%%%%%%%%%%%%
\vskip 0\p@
\begin{flushleft}
\huge \bfseries \@title \par
\end{flushleft}
\begin{flushleft}
\Large \@supervisor \par
\end{flushleft}
\begin{flushleft}
\Large \@author \par
\end{flushleft}
\vskip 80\p@
\vfil
}}
\null
\end{titlepage}%
but it doesnot help:
$ pdflatex 5k.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(./5k.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax,
dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak,
german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi,
finnish,
french, greek, monogreek, ancientgreek, croatian, hungarian,
interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk,
polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian,
swedish,
turkish, ukenglish, ukrainian, loaded.
(./MyThesis.cls
Document Class: MyThesis 2005/09/16 v1.4f Standard LaTeX document
class
(/usr/share/texmf/tex/latex/base/bk10.clo))
! Undefined control sequence.
l.57 \supervisor
{AM}
?
where MyThesis is derived from book.cls.
what is the error?