# HG changeset patch # User Franz Glasner # Date 1779037215 -7200 # Node ID 830a7536281b8d43f39d1eb5a409f905b794e452 # Parent ddb122635d355af6afb61a3ed883cf2dc0abed87 PDF style: the white space before the chapter number was too tight: enlarge it somewhat diff -r ddb122635d35 -r 830a7536281b docs/conf.py --- a/docs/conf.py Sun May 17 13:59:56 2026 +0200 +++ b/docs/conf.py Sun May 17 19:00:15 2026 +0200 @@ -194,7 +194,7 @@ # Use "Version" instead of "Release" on the title 'releasename': 'Version', - 'fncychap': r'\usepackage[Sonny]{fncychap}', + 'fncychap': r'\usepackage[Sonny]{fncychap}\ChNumVar{\Huge\,}', } latex_additional_files = [ "_latex/my-doc-fonts.sty",