This Github repo, hosts my dissertation template in Rmarkdown which I'm trying to update to Quarto. However, I can't get rid of TOC, LOT and LOF titles in qmd version.
I've tried
\addto\captionsportuguese{% since I'm setting Babel to Brazil
\renewcommand{\contentsname}%
{Whatever}%
}
and
\renewcommand{\contentsname}{Whatever}
and, of course, setting toc-title: '' in yaml with no success. It still prints "table of contents".