Word 2010 -- How can you make heading 4, 5, etc.. visible in the table of contents?
Word has Headings 1 - 9, but by default only 1 - 3 will show in the TOC.
So, to apply a style to selected text other than Heading 1 - 3, I have done this:
- select the text
- right-click the selected text
- select
Styles...
from the dropdown list- select
Apply Styles...
from the dropdown list- type
Heading 4
into the textbox, and hit enter
Now that the text is styled correctly, it does not show in the TOC! I have read mention of changing the "field codes" of the TOC to something like this: { TOC \o "1-4" }
, but such examples only applied to Word 2007...
So how do you do this in Word 2010?
Solution 1:
You can use the same method as in Word 2007.
- Click the 3 vertical dots in the box that say "Update Table" at the top so the whole table is selected
- Right click and select "Toggle Field Codes" (or type Shift+F9)
You should see {TOC \o "1-3" \h\z\u}
.
Edit the part where it says
"1-3"
to whatever amount of indents you'd like e.g."1-4"
for 4 indentsrepeat Steps 1 and 2
Click "Update Table...".
Solution 2:
A simpler solution would be to select the table of contents and click Alt+F9. You should probably see the following code:
{ TOC \o "1-3" \h }
Change 3
to 4
and the problem should be solved.
Again click Alt+F9 to see table of content.