Change math mode font #384
-
Hello! First, let me thank you for the fantastic work you did in building this template @joaomlourenco. It has been an enormous help. Thanks in advance for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@DiogoCabanas \ntsetup{fontstyle=<SOMETHING>} in You may even create your own font style… The definition for these font styles are in the folder "NOVAthesisFiles/FontStyles/". Jut create a file and give it a name, e.g., "myfontstyle.ldf", and then use |
Beta Was this translation helpful? Give feedback.
@DiogoCabanas
There are multiple font sets defined in the NOVAthesis template, and you can switch between them using the command
\ntsetup{fontstyle=<SOMETHING>}
in
Config/1_novathesis.tex
. Maybe you'll be happier with one of the alternatives.You may even create your own font style… The definition for these font styles are in the folder "NOVAthesisFiles/FontStyles/". Jut create a file and give it a name, e.g., "myfontstyle.ldf", and then use
\ntsetup{fontstyle=myfontstyle}
. See the examples for inspiration. ;)