Skip to content
Snippets Groups Projects
Commit ef61c64d authored by witiko's avatar witiko
Browse files

Added the terminating \endinput.

parent c14426e2
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -348,7 +348,7 @@
\def\thesisadvisor#1{\gdef\@thesisadvisor{#1}}
\def\thesisfaculty#1{\gdef\@thesisfaculty{#1}
\def\@slash{/}
\def\facultylogo{\@thesislogopath\ifx\@thesiscolor\True%
\def\@facultylogo{\@thesislogopath\ifx\@thesiscolor\True%
\@slash color%
\fi\@slash\@thesisfaculty-logo}
\ifx\@thesisfaculty\Fi
......@@ -409,7 +409,7 @@
\def\facultyname{\@thesisfaculty}
\def\universityname{\@thesisuniversity}
\def\@thesislogopath{.} % The current directory by default
\def\facultylogo{\@thesislogopath/\@thesislogo}
\def\@facultylogo{\@thesislogopath/\@thesislogo}
\def\thesisplaceyear{\@thesisyear}
\fi
\fi
......@@ -564,7 +564,7 @@
{\sc \universityname\\ \facultyname}
\vskip 1.4em
\includegraphics[width=40mm]{\facultylogo}\\[0.4in]
\includegraphics[width=40mm]{\@facultylogo}\\[0.4in]
\let\footnotesize\small
\let\footnoterule\relax{}
......@@ -1355,6 +1355,7 @@
\def\clsclass{fithesis3}
\fi
\LoadClass{\clsclass}
\endinput
%</oldclass2>
% \end{macrocode}
% \fi
......
......@@ -191,7 +191,7 @@
\def\thesisadvisor#1{\gdef\@thesisadvisor{#1}}
\def\thesisfaculty#1{\gdef\@thesisfaculty{#1}
\def\@slash{/}
\def\facultylogo{\@thesislogopath\ifx\@thesiscolor\True%
\def\@facultylogo{\@thesislogopath\ifx\@thesiscolor\True%
\@slash color%
\fi\@slash\@thesisfaculty-logo}
\ifx\@thesisfaculty\Fi
......@@ -252,7 +252,7 @@
\def\facultyname{\@thesisfaculty}
\def\universityname{\@thesisuniversity}
\def\@thesislogopath{.} % The current directory by default
\def\facultylogo{\@thesislogopath/\@thesislogo}
\def\@facultylogo{\@thesislogopath/\@thesislogo}
\def\thesisplaceyear{\@thesisyear}
\fi
\fi
......@@ -399,7 +399,7 @@ Advisor:
{\sc \universityname\\ \facultyname}
\vskip 1.4em
\includegraphics[width=40mm]{\facultylogo}\\[0.4in]
\includegraphics[width=40mm]{\@facultylogo}\\[0.4in]
\let\footnotesize\small
\let\footnoterule\relax{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment