It gets worse. You'd have to run a check whenever the document is
repaginated, to make sure that your locked items are still on the correct
pages. Sometimes they won't be, so you'd have to move them, which would
cause Word to repaginate...
> Another problem that would get in the way is that you'd certainly want
> to have captions associated with the page-locked figures, and then
[quoted text clipped - 79 lines]
> >> >
> >> > Bob S
>Another problem that would get in the way is that you'd certainly want
>to have captions associated with the page-locked figures, and then
>you'd want cross-references in the main text to refer to those
>captions, and maybe hyperlink to them. That makes my head hurt...
What exactly is the problem? Whatever mechanism Word currently uses
for captions on floating figures ought to work. It already has a
mechanism to do the pagination, discover what page the figures ended
up on, and annotate that into the cross-references.
If anything it ought to be easier, since Word knows in advance exactly
what page the figure will be on. ;-)
Bob S
Jezebel - 16 Jul 2004 23:40 GMT
> >Another problem that would get in the way is that you'd certainly want
> >to have captions associated with the page-locked figures, and then
[quoted text clipped - 8 lines]
> If anything it ought to be easier, since Word knows in advance exactly
> what page the figure will be on. ;-)
The problem is that Word does this referencing not to a page but to a
*location* in the document (ie a range, defined by start and end points as
offsets to the start of the document). For cross-referencing purposes, that
location is translated into a displayable value by going to that location
and finding the *effective* page number for that location. There is nothing
absolute about that value. Although in most documents the effective number
corresponds to an absolute number from 1 to n, it ain't necessarily so. Some
docs have preliminary matter (i, ii ...); some docs restart the page
numbering by sections.
For Word as it is, this doesn't matter because the whole collection of pages
is dynamic anyway and everything is designed around that. What you're
describing is trying to impose a static page model on top of the dynamic
one; it would be a shorcut to strabismus, insanity and death trying to
maintain the correlation between the two models. If you have a graphic that
'belongs on page 6' do you mean that it goes on the 6th page from start of
document or the page whose displayed number is '6' ? In a page layout
program, this concern is irrelevant because the pages exist in advance as
static objects, so you simply select the page you want and park your graphic
on it. In Word the pages are a moveable feast; a reference 'to page 6' has
no meaning until page 6 is actually produced, which doesn't happen until,
and changes every time, the document is repaginated.