I want to remove some vertical spacing in my page. Actually, the page is formatted automatically through this command:
\documentclass[12pt,twoside]{report}
\begin{document}
\chapter{Conclusions}
\input{tex/08_conclusion.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% APPENDIX %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% REFERENCES %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagebreak
\addtotoc{Bibliography}
\printbibliography
\end{document}


\raggedbottomdirective in your preamble (the default is\flushbottom)? – Bernard Apr 01 '21 at 13:03\pagebreakwould be a good command to use? Genuine question, there might be some online documentation that needs a friendly update request. – daleif Apr 01 '21 at 14:28\newpagewhich does not stretch. The again, why are you even changing the page here? – daleif Apr 01 '21 at 14:42\chapterand\chapter*automatically starts a new page. – daleif Apr 01 '21 at 15:14