From b40a18547b7e6dd84d578914f106f3fcc6033020 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 3 Feb 2019 01:16:20 +0100 Subject: [PATCH] Fix spacing between numbers and text in the TOC Fixes https://github.com/latextemplates/scientific-thesis-template/issues/78 --- CHANGELOG.md | 1 + config.tex | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67709f08..83ecba12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - There were English words appearing in German documents. [#100](https://github.com/latextemplates/scientific-thesis-template/pull/100) [#103](https://github.com/latextemplates/scientific-thesis-template/issues/103) - Links to abbreviations work again. [#102](https://github.com/latextemplates/scientific-thesis-template/issues/102) +- Fix spacing between numbers and text in the TOC. [#78](https://github.com/latextemplates/scientific-thesis-template/issues/78) ## [3.0.0-beta.3] - 2018-06-06 diff --git a/config.tex b/config.tex index 3f704266..62c172f4 100644 --- a/config.tex +++ b/config.tex @@ -1305,6 +1305,12 @@ % %%% +%%% +% EN: Fixes wrong spacing in the TOC. +% Source: https://tex.stackexchange.com/a/33842/9075 -> comment by esdd +\RedeclareSectionCommand[tocnumwidth=2.8em]{section} +%%% + %%% % DE: Angaben in die PDF-Infos uebernehmen