From 0e711f872b33a3e8ba7655dbb170b8143c52e603 Mon Sep 17 00:00:00 2001 From: Erick Ahmed Date: Fri, 17 Jul 2026 19:32:14 +0200 Subject: [PATCH] Give penalty for orphan rows on new page --- thesis.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thesis.tex b/thesis.tex index acb20b4..f8b8392 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,3 +1,7 @@ +\widowpenalty=10000 +\clubpenalty=10000 +\displaywidowpenalty=10000 + % font size \documentclass[12pt]{report}