-
-
Notifications
You must be signed in to change notification settings - Fork 129
João M. Lourenço edited this page Sep 16, 2024
·
11 revisions
Add
\openright
to file Config/5_packages.tex
.
Since version "6.9.12", the NOVAthesis template supports the redefinition of important strings with
\ntlangsetup*{LANG/MACRO=New value}
for example
\ntlangsetup*{pt/contents=O Índice}
\ntlangsetup*{en/listfigure=The List of Figures}
\ntlangsetup*{pt/acronym=Siglas e Acrónimos}
Just find out the right name for the macro you want to redefine, and then use the commands above in file Config/5_packages.tex
.
Just follow this lines…
\chapter{My Chapter}
\label{cha:my_chapter}
\begin{refsection}
% … chapter contents …
\printbibliography[heading=subbibliography, segment=\therefsegment, title={\bibname\ for Chapter~\thechapter}]
\end{refsection}
Thanks for using this template and for contributing with your suggestions. We really appreciate it. If you may, please don't send us emails directly. Post your question in the GitHub Discussions page or the Facebook Group and you will get your answer there — perhaps even faster.