@Ijon Tichy
All start from here trying to modify the thesis information. The Latex template version 2.5 (27/8/2017). I need to run the title page with more than one supervisor’s name. And my pdfTex version is 3.14159265-2.6-1.40.21(MikTex 20.7)
The template only suggests
Code: Select all
\supervisor{Dr. James \textsc{Smith}} % Your supervisor's name, this is used in the title page, print it elsewhere with \supname
I compiled first in this following way
Code: Select all
\begin{minipage}[t]{0.4\textwidth}
\begin{flushright} \large
\emph{Principal supervisor:} \\
{\supname} %
\emph{First reader:} \\
{\supname} %
\emph{Supervisor:} \\
{\supname} %
\emph{Supervisor:} \\
{\supname} %
\end{flushright}
\end{minipage}\\[3cm]
And it was successfully compiled pdf tex works except it came with the same name of the principal supervisor for the 3 others because in the thesis information it appears ‘Your supervisor's name, this is used in the title page, print it elsewhere with
\supname
’
So I made these commands because without
\newcommand
it was impossible to go further
Code: Select all
\end{flushleft}
\end{minipage}
\begin{minipage}[t]{0.4\textwidth}
\begin{flushright} \large
\emph{Principal supervisor:} \\
{\supname} %
\emph{First reader:} \\
\newcommand{\supnameSecond} %
\emph{Supervisor:} \\
\newcommand{\supnameThird} %
\emph{Supervisor:} \\
\newcommand{\supnameForth} %
\end{flushright}
\end{minipage}\\[3cm]
Which seemed to pass for each name except the pdfLaTex+MakeIndex+BibTex console output stuck on line 131
\end{minipage}\\[3cm]
By saying
Code: Select all
1: section
! Extra }, or forgotten \endgroup.
\endminipage ...pagefalse \color@endgroup \egroup
\expandafter \@iiiparbox \...
l.131 \end{minipage}
\\[3cm]
?
tell us, what you are trying to do with that code.
@Ijon Tichy I am trying to run this title page it is stuck on line 131... I attach the texworks as well...
Please let me know what to do I have tried before without these
\newcommand[/latexa] even before I posted here it did not work out...
Following is the attachment
[attachment=0]main.tex[/attachment]