Veramente non sapevoi che codice postare, perché non mi pare di aver messo nulla di strano,
almeno consapevolmente 🙂 In ogni caso:
`\documentclass[a4paper,twoside]{report}
\raggedbottom
%\topskip=\baselineskip
%\usepackage[heightrounded]{geometry}
\usepackage{fontspec}
\defaultfontfeatures{RawFeature=-clig,Ligatures=TeX,Numbers=OldStyle,Contextuals=NoAlternate}
\setmainfont{EB Garamond}
\newfontfamily{\smallcaps}[RawFeature={+c2sc,+scmp}]{EB Garamond}
\usepackage{polyglossia}
\setmainlanguage[babelshorthands=true]{italian}
\PolyglossiaSetup{italian}{indentfirst=false}
\setotherlanguage[variant=polytonic]{greek}
\newfontfamily\greekfont[Scale=MatchLowercase]{GFS Didot}
%\usepackage{microtype}
% spaziatura lettere
\newcommand\tracked[1]{%
{\addfontfeature{LetterSpace=8}#1}}
% sillabazione
%\setlength{\parindent}{0pt}
%\tolerance=2500
%\hyphenpenalty=250
%\pretolerance=50 % default 100
%\tolerance=100 % default 200
%\hbadness=752
%\hfuzz0pt
%\emergencystretch=0em
\usepackage{graphicx}
% intestazioni
\usepackage{emptypage}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\setlength{\headheight}{14pt}
\renewcommand{\chaptermark}[1]{\markboth{\textsc{\footnotesize\thechapter.#1}}{\footnotesize\textsc{\thechapter. #1}}}
\renewcommand{\sectionmark}[1]{\markright{\footnotesize\textsc{\thesection.#1}}}
\renewcommand{\headrulewidth}{0.5pt}
\fancyhead[LE]{\MakeLowercase{\rightmark}}
\fancyhead[RO]{\MakeLowercase{\leftmark}}
\fancyhead[LO,RE]{\thepage}
\renewcommand{\thesection}{\arabic{section}}
% bibliografia
\newenvironment{nullindent}{%
\setlength{\parskip}{1ex plus 0.5ex minus 0.2ex}
\setlength{\parindent}{0pt}}
% titolo
\newcommand*{\TitleFont}{%
\usefont{\encodingdefault}{\rmdefault}{b}{n}%
\fontsize{26}{22}%
\selectfont}
% versi
\usepackage{verse}
%\verselinenumfont{\scriptsize\rmfamily}
%\poemlines{2}
\setlength{\vleftskip}{15pt}
% indice
\usepackage[titles]{tocloft}
\renewcommand\cftchapfont{\MakeLowercase\scshape\ }
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{1}
%\tocsetup{chapter/skip=5pt}
\usepackage{enotez}
\setenotez{
% list-name=,
reset=true,
backref=true,
split=chapter,
list-heading={\section*{#1}\sectionmark{#1}},
list-style=itemize
}
\DeclareTranslation{Italian}{enotez-title}{}
%\DeclareTranslation{Italian}{enotez-splitted-title}{Note~al~
\DeclareTranslation{Italian}{enotez-splitted-title}{Note}
\DeclareInstance{enotez-list}{custom}{paragraph}{number=\textsuperscript{#1}}
\let\footnote=\endnote
\renewcommand*\enmark[1]{#1}
% comandi vari
\newcommand{\omissis}{[\textellipsis\unkern]}
\newrobustcmd\lining[1]{{\addfontfeature{Numbers=Lining}#1}}
\usepackage[hidelinks]{hyperref}
\setotherlanguage{hebrew}
\newfontfamily\hebrewfont[Scale=MatchLowercase]{Ezra SIL SR}`
Forse riempire le pagina fra una sezione e la successiva è il default,
ma nel caso restino più o meno cinque righe vuote e il titolo della sezione successiva
non ci stia, il testo della pagina viene stirato inserendo spazi anomali fra i capoversi.
L’effetto non è dei migliori.
Che altre informazioni posso fornire?
m