【发布时间】:2013-10-16 19:21:41
【问题描述】:
我有 .docx 文档,其中包含我的章节的多级列表,目录是:
1. Chapter One
2. Chapter Two
2.1. Chapter Two, Sub-chapter One
...
5. Chapter Five
5.1. Chapter Five, Sub-chapter One
5.1.1. Chapter Five, Sub-chapter One, Sub-sub-chapter One
etc.
我在我的子章节 5.1.1 中插入了图。我使用“插入标题...”在图片下方放置一些文字:
Figure 5.1.1.1 Some image caption
我想要的是标题格式,其中只有章节编号,但不包含子章节编号,如下所示:
Figure 5.1 Some image caption
其中 5 是我的章节编号,.1 是本章中图形的顺序。 现在我的域代码如下所示:
Figure { STYLEREF 1 \s }.{ SEQ Figure \* ARABIC \s 1 }
如何做到这一点?
【问题讨论】:
标签: formatting ms-word ms-office word-2010