detiuaveiro / ua-thesis-template

📖 A thesis LaTeX template that complies with the University of Aveiro's guidelines and provides a simple CLI workflow around make and compatibility with Overleaf.
MIT License
103 stars 36 forks source link

How do i remove "documento provisório" #16

Closed stormsz closed 5 years ago

stormsz commented 5 years ago

hey, so my professor wants me to use the UA latex template, the problem is that i'm a noob on latex and cant figure out how to remove the "documento provisório".

been studying latex for the past week, working great so far, but i just cant find where to delete that.

rj-jesus commented 5 years ago

Hi

If I'm not mistaken you just have to add final to the options of the UA template style.

So, in the file cover.tex simply change

\usepackage[engineering,deti]{uaThesisTemplate}

to

\usepackage[engineering,deti,final]{uaThesisTemplate}

(with whatever other options you may have adjusted).

-- Ricardo Jesus

stormsz commented 5 years ago

Yes! that fixed it!

thanks a lot Ricardo.