I tried by the middle of the following questions:
- How to reduce size of bibliography header
- Vertical space after Bibliography name
- Changing the heading style of references section
- How can I reduce header space in bibliography only?
But all these commands do not work in BibLaTeX. They work only in BibTeX.
I use the package biblatex-abnt and the class abntex2, based on memoir. I run XeLaTeX.
Here is the small MWE code:
\documentclass[11pt, article, a4paper, oneside, sumario=tradicional, chapter=TITLE, section=TITLE, subsection=Title, subsubsection=title, subsubsubsection=title, english, german, greek, portuguese]{abntex2}
\usepackage{babel}
\usepackage[autostyle]{csquotes}
\usepackage[backend = biber, dateabbrev = false, giveninits, ittitles, justify, language = brazil, sorting = nyt, style = abnt, url = true]{biblatex}
\usepackage{parskip}
\usepackage{setspace}
\addbibresource{referencias.bib}
\begin{filecontents}{referencias.bib}
@article{antonioleitao,
Address = {Campinas},
author = {Antonio Leitão},
date = {1996-10-08},
Publisher = {UNICAMP},
title = {Funções Recursivas},
url = {http://www.dca.fee.unicamp.br/courses/EA072/lisp9596/node17.html},
urldate = {2018-11-03}
}
\end{filecontents}
\local{Brasil}
\data{2018}
\begin{document}
\titulo{Teoria da Computação}
\tituloestrangeiro{}
\autor{Gustavo Costa}
\frenchspacing
\maketitle
\renewcommand{\refname}{BIBLIOGRAFIA}
\makeatletter
\renewcommand\bibsection{%
\section*{{\normalsize\underline{\refname}}\@mkboth{\MakeUppercase{\refname}}{\MakeUppercase{\refname}}}\vspace*{-10mm}%
}%
\makeatother
\cite{antonioleitao}
\printbibliography
\end{document}

.bibfile) so that the bibliography comes out as non-empty. This makes me suspect that you did not run the code shown in the answer to verify that it reproduces the problem. Since I strongly urged you to test the code you submit in your last question just a few hours ago, I am going to downvote this question. I will happily retract the downvote once you provide a usable minimal example (see https://tex.meta.stackexchange.com/q/228/35864 and https://tex.meta.stackexchange.com/q/4407/35864). – moewe Dec 13 '18 at 07:32.bibfile now (good), but it still does not\citeanything. That still means that there is no output. Please note that I'm not asking you to add stuff to your MWE because it does not work for me: I'm asking you to make sure that the MWE shows the issue you are asking about. The fact that the MWE does not compile to any output clearly proves that you did not test that it shows the issue (or if you did, ignored that fact that it did not). The code you show in the question must always reproduce the issue and you must always very that before you submit it. – moewe Dec 13 '18 at 07:41\chapter*and the text body. Apparently your class enforces this excessive space. Do you want to change this (i) only for the bibliography, (ii) for all unnumbered\chapter*s or (iii) for\chapterand\chapter*. – moewe Dec 13 '18 at 07:49