1
Save everyone. I wrote my dissertation using the template/class "hepthesis" on Overleaf. The model is in English. Soon, in the initial writing I did not worry about the necessary flourishes. But now I’m with a small impasse to pass parts of the text to Portuguese.
Problem 1: All my references are using conjunction and
among the authors.
Autor1 and
Autor2....
I want to change to Portuguese. Therefore, it would be:
Ziviani e
Alves...
Problem 2: Some titles insist on staying in English, such as Declaration, Acknowledgments, Preface, Nomenclature etc. I’ve used the
\selectlanguage{brazilian}
, but I wasn’t very successful.
The hepthesis class has two files: thesis.cls and thesis.sty. In none of them are there indications of how I can make the changes in the references. And the basic packages I’m using are:
\documentclass[bind,a4paper]{thesis}
\usepackage[brazilian]{babel}
\usepackage[utf8]{inputenc}