References to captions in text

J

Jim K.

According to the Chicago Manual of Style (14th Edition)
the proper format for a caption is (for example): "Fig. 3-
6. My caption". Easy enough to do by creating a new label
when adding the first caption and pointing at that label
for subsequent entries.

The problem is in referencing the caption in the text.
Again, according to the Chicago Manual of Style, the
proper way to reference the figure in the text is (again
for example): "... as is shown in figure 3-6."
Specifically, the word "figure" should be spelled out in
the text of the document.

When I go to the add cross reference box, my caption shows
up "Fig." and the options are: "Entire caption", "Only
label and number", and "Only caption text" (and two others
which are useless as the Chicago manual expressly forbids
their use for typesetting reasons). How do I just insert
the number and not the label?

As an side, it would be very handy if the implementors of
the various options in Word would select ones that
actually correspond to how documents are prepared for
printing. Compliance with the Chicago Manual of Sytle is
almost universally required by most publishers for
acceptance of material.

Thank you,

Jim K.
 
J

Jean-Guy Marcil

Bonjour,

Dans son message, < Jim K. > écrivait :
In this message, < Jim K. > wrote:

|| According to the Chicago Manual of Style (14th Edition)
|| the proper format for a caption is (for example): "Fig. 3-
|| 6. My caption". Easy enough to do by creating a new label
|| when adding the first caption and pointing at that label
|| for subsequent entries.
||
|| The problem is in referencing the caption in the text.
|| Again, according to the Chicago Manual of Style, the
|| proper way to reference the figure in the text is (again
|| for example): "... as is shown in figure 3-6."
|| Specifically, the word "figure" should be spelled out in
|| the text of the document.
||
|| When I go to the add cross reference box, my caption shows
|| up "Fig." and the options are: "Entire caption", "Only
|| label and number", and "Only caption text" (and two others
|| which are useless as the Chicago manual expressly forbids
|| their use for typesetting reasons). How do I just insert
|| the number and not the label?
||
|| As an side, it would be very handy if the implementors of
|| the various options in Word would select ones that
|| actually correspond to how documents are prepared for
|| printing. Compliance with the Chicago Manual of Sytle is
|| almost universally required by most publishers for
|| acceptance of material.

Just a comment here, I can understand your frustration, but Word, or any
other general word processing software, cannot really follow "publishing
rules" as there are many... Thesis writing (which a lot of people do with
Word) is different from publishing in general, and it is even different
depending on the faculty in some cases... I would bet that European
standards are different in many little aspects... I would bet also that not
all publishing houses follow the Chicago thingy.... (Not all books I have
read, and I have read many, had Fig. x-y)... etc.

So in your case, here is a little explanations and a possible solution,
until someone comes along with something better...

When you insert a reference to a caption, Word uses the Caption style to
find all the references you want based on a particular label, in your Case
Fig. When you have selected the one you want, Word inserts 2 hidden
bookmarks: One from the end of the number to the beginning of the sentence
(Caption label and number) and one from the end of the number to the right
end of the paragraph (The actual text of the caption, if any). What you need
to do is redefine the bookmark to include only the number (drop Fig. from
the reference).

After you insert a reference, go to that caption, select only the number and
use the following macro to reset the bookmark.

'_______________________________________
Dim MyName As String
Dim MyRge As Range

Set MyRge = Selection.Range

MyName = MyRge.Bookmarks(1).Name
MyRge.Bookmarks.Add MyName, MyRge
'_______________________________________

See "What do I do with macros sent to me by other newsgroup readers to help
me out? "
http://word.mvps.org/faqs/macrosvba/CreateAMacro.htm

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 
M

marcustockstall

Hi, I'm pasting here a reply to a query somewhere else in this forum.
think you'll find it useful.
Best, M.

Re: Altering cross-reference: Figure to Fig.

It's a bit fiddling. Type in "Fig." before the cross-reference. Then g
to
the caption you're cross-referencing and select just the numbe
(omitting
the "Figure"). Go to Insert | Bookmark, display hidden bookmarks an
sort by
location. The bookmark that is highlighted is the one for the captio
you
have selected. Click Add to reinsert it around just the number. Go bac
to
your cross-reference and update it.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to th
newsgroup so
all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top