Skip to content

Template issues #188

Answered by joaomlourenco
nunes3000 asked this question in Q&A
May 30, 2021 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

1 — Do not change the files in NOVAthesis folder… never ever!!!
In file "7_packages.tex", add:

\DefineBibliographyStrings{english}{%
  bibliography = {WHATEVER YOU WANT},
  references = {WHATEVER YOU WANT},
}

2 — You want to remove entries from the Contents page?
To remove the entries related to glossaries add \glstocfalse to "7_packages.tex".
To remove the list of figures and the list of tables, in file "8_listof.tex" replacce

\netaddlistof{listoffigures}      % The List of Figures. Comment to omit.
\netaddlistof{listoftables}       % The List of Tables. Comment to omit.

with

\netaddlistof{listoffigures*}      % The List of Figures. Comment to omit.
\netaddlistof{listoftables*}       % T…

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@leoneldca
Comment options

@b-pereira
Comment options

@leoneldca
Comment options

Answer selected by nunes3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants