Skip to content

Commit

Permalink
Version - .
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlourenco committed Jan 23, 2025
1 parent aea7361 commit 152ca59
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Config/1_novathesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%% THE MOST IMPORTANT/POPULAR OPTIONS
%%------------------------------------------------------------

% \ntsetup{doctype=msc} % The type of document
\ntsetup{doctype=msc} % The type of document
% % [ phd —> PhD thesis
% % phdplan —> PhD thesis plan
% % phdprop —> PhD thesis proposal
Expand All @@ -25,7 +25,7 @@
% % ]
% % DEFAULT: doctype=phd

% \ntsetup{school=uminho/eeng} % The school id
\ntsetup{school=nova/fct/cbbi} % The school id
% % [ nova/fct, nova/fct/di-adc, nova/fct/cbbi,
% % nova/fct/blue, nova/fct/green, nova/fct/brown, nova/fct/red,
% % nova/itqb/gray, nova/itqb/green, nova/fcsh, nova/ensp,
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,16 @@ endif

# merge, tag and push
define mtp
VERSION=$(shell head -1 NOVAthesisFiles/nt-version.sty | sed -e 's/.*{//' -e 's/\(.*\)./\1/')
DATE=$(shell tail -1 NOVAthesisFiles/nt-version.sty | sed -e 's/.*{//' -e 's/\(.*\)./\1/' | tr '\n' '@'m| sed -e 's/\(.*\)./\1/')
VERSIONMTP=$(shell head -1 NOVAthesisFiles/nt-version.sty | sed -e 's/.*{//' -e 's/\(.*\)./\1/')
DATEMTP=$(shell tail -1 NOVAthesisFiles/nt-version.sty | sed -e 's/.*{//' -e 's/\(.*\)./\1/' | tr '\n' '@'m| sed -e 's/\(.*\)./\1/')
make clean
echo "VERSION IS $(VERSION)"
git commit --all --message "Version $(VERSION)." || true
echo "VERSION IS $(VERSIONMTP)"
git commit --all --message "Version $(VERSIONMTP) - $(DATEMTP)." || true
git checkout main
git reset template.pdf
git pull
git merge -m "Merge branch 'develop'" develop
git tag -f -a "v$(VERSION)" -m "Version $(VERSION)."
git tag -f -a "v$(VERSIONMTP)" -m "Version $(VERSIONMTP) - $(DATEMTP)."
git push --all
git push -f --tags
git checkout develop
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions NOVAthesisFiles/Schools/nova/fct/nova-fct-cbbi-defaults.ldf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
\sffamily%
}


\definecolor{msccbbigray}{RGB}{110,110,110}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% COVER 1
Expand All @@ -170,7 +170,7 @@

\ntaddtocover[tikz]{1-1}{%
\node[anchor=north west] at ($(current page.north west) + (13mm,-76mm)$)
{\fontsize{52}{52}\selectfont\textbf{\sffamily MScCBBi}};%
{\fontsize{52}{52}\selectfont\textbf{\sffamily \textcolor{msccbbigray}{MSc}CBBi}};%
}

\ntaddtocover[tikz]{1-1}{%
Expand Down
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.3.1}
\newcommand*{\novathesisdate}{2025-01-20}
\newcommand*{\novathesisversion}{7.3.2}
\newcommand*{\novathesisdate}{2025-01-23}
4 changes: 2 additions & 2 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 2025-01-20 [7.3.1]
%% Version 2025-01-23 [7.3.2]
%% 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 @@ -54,7 +54,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


\ProvidesClass{novathesis}[2025-01-20 novathesis template]
\ProvidesClass{novathesis}[2025-01-23 novathesis template]
\NeedsTeXFormat{LaTeX2e}[2020-02-02]


Expand Down
Binary file modified template.pdf
Binary file not shown.
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 2025-01-20 [7.3.1]
%% Version 2025-01-23 [7.3.2]
%% 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 152ca59

Please sign in to comment.