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 16, 2024
2 parents 2bcbb6e + d448441 commit e93bd69
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
12 changes: 11 additions & 1 deletion NOVAthesisFiles/Schools/nova/itqb/nova-itqb-defaults.ldf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,17 @@


% ITQB-NOVA specific customization
\ntmemoirsetup{b5paper}
\ntmemoirsetup{b5paper} % Does not work
% \setstocksize{9.8in}{6.9in}
% \settrimmedsize{\stockheight}{\stockwidth}{*}
% \setlrmarginsandblock{3.5cm}{2.5cm}{*}
% \setulmarginsandblock{2.5cm}{3.0cm}{*}
% % \setlrmargins{0in}{*}{*}
% % \setulmargins{0.8in}{*}{*}
% \paperwidth=\stockwidth
% \paperheight=\stockheight
% \checkandfixthelayout

\openany
\ntsetup{print/secondcover=true}

Expand Down
8 changes: 4 additions & 4 deletions NOVAthesisFiles/Schools/ulisboa/fmv/ulisboa-fmv-defaults.ldf
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@


% --------------------------------------------------------
\specializationstring(pt):={na especialidade de}
\specializationstring(en):={with specialization in}
\specializationstring(pt):={, na especialidade de}
\specializationstring(en):={, with specialization in}

% Faculty / School
\school(pt):={Faculdade de Medicina Veterinária}
Expand Down Expand Up @@ -379,8 +379,8 @@
{\THEmajorfield(\@LANG@COVER)}%
\ifphddoc{%
\ifdatadefined{specialization}(\@LANG@COVER)%
{\thebarheight(\@LANG@COVER)
\thespecialization(\@LANG@COVER)}{~}}%
{% \thebarheight(\@LANG@COVER)
\THEspecialization(\@LANG@COVER)}{~}}%
{~}%
}%

Expand Down
2 changes: 2 additions & 0 deletions novathesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -2287,6 +2287,8 @@
\newcounter{pdfnewlytlevel}
\RequirePackage{atbegshi}
\newenvironment{newpdflayout}[3][]{%
% #1 = page height
% #2 = page width
% \typeout{textheight=\the\textheight}
% \typeout{textwidth=\the\textwidth}
% \AAAA
Expand Down

0 comments on commit e93bd69

Please sign in to comment.