Search found 2 matches

by voodojoe
Mon Jan 05, 2009 3:53 pm
Forum: General
Topic: fixing the horizontal space of section headings
Replies: 9
Views: 10121

Re: fixing the horizontal space of section headings

Ahh thanks, after a bit of searching I figured out what each part of the command means except for the "\hb@xt@" part.

what does that bit of code do?
by voodojoe
Wed Dec 31, 2008 10:23 pm
Forum: General
Topic: fixing the horizontal space of section headings
Replies: 9
Views: 10121

fixing the horizontal space of section headings

In my document I have section headings that looks like this:

1. Section
1.1 Subsection
1.1.1 Subsubsection
1.1.1.1 Subsubsubsection

I want to fix the "indent" of all the "section" headings so they all line up.
what I want to do is something like this:

\makebox[8mm][l]{\thesection.\thesubsection ...