wannesm / adsphd

KU Leuven Arenberg Doctoral School PhD dissertation latex class
http://set.kuleuven.be/phd/
73 stars 46 forks source link

Department option not accepting [m2s] #94

Open rahel31 opened 4 years ago

rahel31 commented 4 years ago

Hi, In the thesis.tex file, under \documentclass options, the m2s department (Department of Microbial and Molecular Systems) is not accepted (with "bio" no problem). Error:

! Class adsphd Error: Unsupported value 'm2s' for class option 'department'.

See the adsphd class documentation for explanation. Type H for immediate help. ...

l.429 ...lass option 'department'}{\MessageBreak}}

?

If this is not correct, then on the last page it prints the wrong department name... How could I fix this issue?

Thank you in advance.

wannesm commented 4 years ago

The way how it's implemented, m2s is not a valid option (because of the digit). I've changed it to mms in the latest version.

rahel31 commented 4 years ago

Thanks! I already though personalized the adsphd.cls file... Would it be possible for me to edit the current template so it would work as well? If yes, which file and what lines should be modified?