Skip to content

Commit

Permalink
Update nova-ims-mgt-defaults.ldf (#489)
Browse files Browse the repository at this point in the history
Updated degreename and schoolname for correct rendering of front cover and statement pages for NOVA IMS MGT. Currently, it is rendered as "for the degree of Master of Master's in Geospatial Technology" and as NONE in statement page, respectively.

Certain school and program specific configurations such as titles of lists (list of figures, list of tables, etc.) need to be changed into Index of Figures, Index of Tables as well as Bibliographic Referencese instead of Bibliography as according to library service.

Current workaround is by specifying them in fix-babel.tex and modifying novathesis.cls (in case of algorithm list and bibliography titles), but being able to specifying them in school/program specific defaults would be great.
  • Loading branch information
nyinyinyanlin authored Apr 8, 2024
1 parent ddb369a commit f82e56e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions NOVAthesisFiles/Schools/nova/ims/nova-ims-mgt-defaults.ldf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
\ntsetup{lang/cover=en} % The language for the cover (and second cover) page
\ntbibsetup{style=authoryear-comp,sortcites=true,sorting=nyt}

\ntdegreename(en){Master of Science in Geospatial Technologies}
\degreenameprefix(msc,en):={Master of Science in}
\ntdegreename(en){Geospatial Technologies}

\adviserstring(a,a,en):={Dissertation supervised by:}
\adviserstring(a,c,en):={Co-supervised by:}
Expand All @@ -22,7 +23,7 @@
\adviserstringfont(c):={\bfseries}

\dissertationstring(msc,en)={Dissertation submitted in partial fulfillment of the requirements\\
for the degree of \emph{\thedegreename(en)}}
for the Degree of \emph{\thedegreename(en)}}


% University
Expand All @@ -33,7 +34,7 @@ for the degree of \emph{\thedegreename(en)}}

% Faculty / School
\school(pt):={\embrace{NONE}}
\school(en):={\embrace{NONE}}
\school(en):={\embrace{NOVA Information Management School}}
\school(fr):={\embrace{NONE}}
\school(it):={\embrace{NONE}}

Expand Down

0 comments on commit f82e56e

Please sign in to comment.