From 3612ad227e11b056579910354c58c6973652f7ef Mon Sep 17 00:00:00 2001 From: Christos Choutouridis Date: Wed, 28 Oct 2020 18:04:04 +0200 Subject: [PATCH] Better bottom title space support for AuthReportConfig.tex --- AuthReportConfig.tex | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/AuthReportConfig.tex b/AuthReportConfig.tex index a11a866..a227294 100644 --- a/AuthReportConfig.tex +++ b/AuthReportConfig.tex @@ -57,11 +57,10 @@ \usepackage{wrapfig} % Custom captions under/above floats in tables or figures \usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption} -\usepackage[nobottomtitles*]{titlesec} - % Allows customization of section/subsection titles -\usepackage{titlesec} +\usepackage[nobottomtitles]{titlesec} +\renewcommand{\bottomtitlespace}{0.12\textheight} \usepackage{titling} % Change the look of the section and subsection titles @@ -97,6 +96,12 @@ % AUTH report exported commands % =============================================================== +% \BottomTitleSpace{} +% example \BottomTitleSpace{8em} +\newcommand{\BottomTitleSpace}[1]{ + \renewcommand{\bottomtitlespace}{#1} +} + % \eng{} % syntactic suggar for english text % example \eng{A quick brown fox jumpedover the lazy dog}