Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlourenco committed Oct 23, 2023
2 parents f0ad2a9 + 554f4d4 commit 89035f6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
6 changes: 4 additions & 2 deletions Config/9_uminho.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
% Please uncomment and select the copyright modifier of your preference
%------------------------------------------------------------

% \ntsetup{copyrightmodifier=by-sa-nc} % Modifier for the Creative Commons license.
% \ntsetup{copyrightmodifier=by-nc-sa} % Modifier for the Creative Commons license.
% % [ ]
% % DEFAULT: CC by-sa-nc license
% % DEFAULT: CC by-nc-sa license

% \ntsetup{skipblankcovers=true} % Skip the “other side” of the covers.
% % [true, false]
% % DEFAULT: false for main document types, and
% % true for other document types

% \ntsetup{signatureline=false} % Do not print the signature line in the statement of integrity
9 changes: 6 additions & 3 deletions NOVAthesisFiles/Schools/uminho/statement.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

\newdata{signatureline}

\signatureline(pt):={%
\signatureline(pt):=?{%
\begin{tabular}{c@{~}c}%
\rule{10em}{0.5pt}, & \rule{16em}{0.5pt}\\[-1ex]%
(\theplacestr(\@LANG@MAIN)) & (\thedatestr(\@LANG@MAIN))%
Expand All @@ -47,11 +47,14 @@
\end{center}%
}

\signatureline(en):={\thesignatureline(pt)}
\signatureline(en):=?{\thesignatureline(pt)}

\thispagestyle{plain}%
\null%
\vfill%
\thestatementofintegritytextstr(\@LANG@MAIN)\\[1.5cm]
\thesignatureline(\@LANG@MAIN)
\ontoggle{/novathesis/uminho/signatureline}{%
\thesignatureline(\@LANG@MAIN)%
}%
\vfill%
\clearforchapter
4 changes: 2 additions & 2 deletions NOVAthesisFiles/nt-version.sty
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
\newcommand*{\novathesisversion}{7.1.8}
\newcommand*{\novathesisdate}{2023-10-17}
\newcommand*{\novathesisversion}{7.1.9}
\newcommand*{\novathesisdate}{2023-10-23}
11 changes: 7 additions & 4 deletions novathesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% To view a copy of this license, visit
%% https://www.latex-project.org/lppl/lppl-1-3c/
%%
%% Version 2023-10-17 [7.1.8]
%% Version 2023-10-23 [7.1.9]
%% Departamento de Informática (www.di.fct.unl.pt)
%% Faculdade de Ciências e Tecnologia (www.fct.unl.pt)
%% Universidade NOVA de Lisboa (www.unl.pt)
Expand Down Expand Up @@ -61,7 +61,7 @@
%%% WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\ProvidesClass{novathesis}[2023-10-17 novathesis template]
\ProvidesClass{novathesis}[2023-10-23 novathesis template]
\NeedsTeXFormat{LaTeX2e}[2020-02-02]


Expand Down Expand Up @@ -270,6 +270,7 @@
% UMINHO
uminho/copyrightmodifier/.new choice = {by-nc-sa, by-sa, by, by-nc, by-nd, by-nc-nd},
uminho/skipblankcovers/.new toggle = false,
uminho/signatureline/.new toggle = true,
% ULISBOA/FMV
% examdate/year/.new value = {yearX},
% examdate/month/.new value = {monthX},
Expand Down Expand Up @@ -665,7 +666,7 @@
% --------------------------------------------------------
% NTSETUP2
\newcommand*{\ntsetup}[2][]{%
% \typeout{NTSETUP [/novathesis/\option{/novathesis/school}/#1/\@ntopt]}\NTSETUP%
% \typeout{NTSETUP [/novathesis/\@UNIV/\@SCHL/#1/#2]}\NTSETUP%
\ntfor\arg:={#2}\do{%
\StrCut{\arg}{=}{\@ntopt}{\@ntval}%
% \typeout{NTSETUP2 [\@ntopt] = [\@ntval]}%
Expand All @@ -675,9 +676,11 @@
{\options{/novathesis/#1/#2}}{%
\ifoptiondefined{/novathesis/\@UNIV/\@SCHL/\@ntopt}%
{\options{/novathesis/\@UNIV/\@SCHL/#2}}{%
\ifoptiondefined{/novathesis/\@UNIV/\@ntopt}%
{\options{/novathesis/\@UNIV/#2}}{%
\ifoptiondefined{/novathesis/\@ntopt}%
{\options{/novathesis/#2}}{%
\ClassError{novathesis}{Invalid class option: \@ntopt}{}{}}}}}}%
\ClassError{novathesis}{Invalid class option: \@ntopt}{}{}}}}}}}%
}

\newcommand*{\ntbibsetup}[1]{%
Expand Down
2 changes: 1 addition & 1 deletion template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
%% To view a copy of this license, visit
%% https://www.latex-project.org/lppl/lppl-1-3c/
%%
%% Version 2023-10-17 [7.1.8]
%% Version 2023-10-23 [7.1.9]
%% Departamento de Informática (www.di.fct.unl.pt)
%% Faculdade de Ciências e Tecnologia (www.fct.unl.pt)
%% Universidade NOVA de Lisboa (www.unl.pt)
Expand Down

0 comments on commit 89035f6

Please sign in to comment.