Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal character in array arg. \superpage in line 47 of thesis-template.tex #16

Open
NZW0128 opened this issue Mar 20, 2019 · 1 comment

Comments

@NZW0128
Copy link

NZW0128 commented Mar 20, 2019

This error came out when I use \superone and \supertwo only. There is no error if I include more than two supervisors. Therefore I checked utmthesis.cls and found out that \begin{tabular}{l p{0.4in} @{:} b{0.3in} l} is used in line 1277 and 1283, which is different with \begin{tabular}{l p{0.4in} @{:} p{0.3in} l} in line 1294, 1309 and 1328. Hence, I changed b{0.3in} to p{0.3in} and this error is fixed. Is this fix allowed according to the format of supervisor declaration page?

@MNMarsono
Copy link
Collaborator

MNMarsono commented Mar 21, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants