From 77a57c85350063a4df05002c4ea7f9ccb1cd3591 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 27 Oct 2012 09:04:28 -0600 Subject: [PATCH] scribble Latex/PDF: use the `tocstyle' package Fixes the spacing of section numbers for a section like N.M where both N and M have two digits. original commit: c7d3de435f8c817bd7ccbe9c89678af21ec2d253 --- collects/scribble/scribble.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/scribble/scribble.tex b/collects/scribble/scribble.tex index 773b745a..179f099d 100644 --- a/collects/scribble/scribble.tex +++ b/collects/scribble/scribble.tex @@ -11,6 +11,8 @@ \usepackage[htt]{hyphenat} \usepackage[usenames,dvipsnames]{color} \hypersetup{bookmarks=true,bookmarksopen=true,bookmarksnumbered=true} +\usepackage{tocstyle} +\usetocstyle{standard} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Configuration that is especially meant to be overridden: