O
Ogier
In some of my documents I have many equations, tables and figures which I
wish to refer to. I insert then with macros and use the following numbering
layouts:
Equations: (3)
Tables: *Table 5* **Table caption**
Figures: *Figure 7* Description of figure
where *...* indicates bold text and **...** indicates bold text and
increased font size. I use fields to insert numbers, like
Set fld = rng.Fields.Add(Range:=rng, Text:="SEQ Figure \* ARABIC", _
PreserveFormatting:=False)
Set rng = fld.Result
They all duly appear in the cross reference dialog box.
Now I would like to have references like this one, a somewhat extreme case
:
"Using equation (3) on page 11 we get the results shown in tables 5 and 6 on
page 13 and illustrated in figure 7 on page 14."
But using the cross reference box, what I get is this:
"Using equation (3 on page 11 we get the results illustrated in *Table 5*
and *Table 6* on page 13 and illustrated in *Figure 7* on page 14."
So the page references are OK, but the other references are flawed, because
1) the text or paranthesis preceding the number is included and 2) the
original layout is retained.
In the case of figures the cross reference dialog box allows references to
"Complete caption", "Only name and number", "Only text", "Page",
"Above/below" (retranslated from my Danish version). I sorely miss "Number
only"!
I can remove the formating and adjust the spelling manually after the
insertion, but that is cumbersome.
Have I overlooked something or is this another case of the Microsoft "We
know what you want" syndrome?
Best wishes
Holger Nielsen
wish to refer to. I insert then with macros and use the following numbering
layouts:
Equations: (3)
Tables: *Table 5* **Table caption**
Figures: *Figure 7* Description of figure
where *...* indicates bold text and **...** indicates bold text and
increased font size. I use fields to insert numbers, like
Set fld = rng.Fields.Add(Range:=rng, Text:="SEQ Figure \* ARABIC", _
PreserveFormatting:=False)
Set rng = fld.Result
They all duly appear in the cross reference dialog box.
Now I would like to have references like this one, a somewhat extreme case
:
"Using equation (3) on page 11 we get the results shown in tables 5 and 6 on
page 13 and illustrated in figure 7 on page 14."
But using the cross reference box, what I get is this:
"Using equation (3 on page 11 we get the results illustrated in *Table 5*
and *Table 6* on page 13 and illustrated in *Figure 7* on page 14."
So the page references are OK, but the other references are flawed, because
1) the text or paranthesis preceding the number is included and 2) the
original layout is retained.
In the case of figures the cross reference dialog box allows references to
"Complete caption", "Only name and number", "Only text", "Page",
"Above/below" (retranslated from my Danish version). I sorely miss "Number
only"!
I can remove the formating and adjust the spelling manually after the
insertion, but that is cumbersome.
Have I overlooked something or is this another case of the Microsoft "We
know what you want" syndrome?
Best wishes
Holger Nielsen