Cross-reference auto-page numers?

Can anyone tell me why i cannot get cross-references to work with  automatic page numbering?  Is there some fundamental error i am  making?  I have the master files setup with auto-page numbering based on  'current page.'  All of my pages are numbered sequentially as 1, 2, 3,  etc. and setup with a unique paragraph style.  however, when i try to  reference a page number in the document, none of the pages show up under  the paragraph style in the cross-reference menu.  I have even tried to  use ctrl+shft+click on the desired reference page to bring the page number frame  from the master file onto that specific page, but the text still does  not show up in the cross-references menu.  I feel as though i must be  making some sort of mistake because it seems this could be one of the  more obvious/widespread uses for the cross-reference feature.  Any help  would be great.  Perhaps there is simply another way to do  this?  Thanks!
Garrett

GarrettTV wrote:
Peter,
I understand that this is probably a more specific use of the feature, no doubt.  It is ultimately unrealistic to expect a program to work exactly as each individual user's project approach dictates.  I dont take the comment as a slam, dont fret.
My confusion and concern ultimately stems from the fact that, on the surface (granted, I am definitely not a programmer ), it seems like the ability to directly reference the page number would be, almost inherently, already built-in in the sense that the page number is recognized as a product of content placement.  In other words, if the cross-reference knows that changes to the document composition have caused my referenced content to move from auto-numbered page 36 to auto-numbered page 37, yet the reference cannot exist to simply the page number itself.  It has to exist via the content on taht page.  Hopefully I have provided and explanation which makes sense!
In all honesty, the ability to reference only content and not also page number is only goingot set me back about half.  For my sake, I have a 300 page document which includes hundreds of figures/illustrations, all of which correspond to text explanations in a different part of the document.  Over time, it is anticipated that standards and graphics will be added/subtracted/changed, and therefore, so will the section numbering, page numbering, figure numbering, and the corresponding pages on which all of these pieces of info will occur.  We would like to correspond figures and sections to one number; in this case, the page.  Because each figure/illustration will have it's own page, it is desired to make the figure number and page number match to achieve an easier means of navigating the book.  Basically, I want the text section, which will be read first, to reference figure numbers and/or page numbers (at this point, i have the option of choosing one or the other), but both of these numbers are going to dynamically update.
So, if that made any sense at all (ha), is there a way to use the cross references to point at a number that is set to automatically/dynamically change?  If there is not, then perhaps I will simply have to create static figure numbers for the referenced content and then just let the page numbers change over time.  If you have any other suggestions, I am definitely open to exploring them!
Thanks for the continued help!
Garrett
Hi, Garrett:
If I understand your description correctly, it seems that you're asking for an unusual numbering/navigation approach. Is there an example that you've seen that works this way, and that you want to emulate? Is this a publishing style/convention in the particular industry?
Am I correct in imagining that in a document that contains three figures on discontiguous pages, they might be numbered something like this:
Page #
Figure #
1
1
15
15
250
250
This would result in no figures 2, 3...14...249. Would your document have references to figure 15 on page 15? Would you want your list of figures (LOF) to resemble:
Figure  number and title                                                     Page     
   1.  Example of the widget in question .............................    1
15.  Example of another widget .........................................  15
(sorry about the messy table layout - the HTML is tricky)
Would your audience be concerned that the figure numbers are not consecutive across a multi-chapter book, or consecutive within a chapter, and restart in each chapter? That is, would a reader think that some figures are missing?
Is there a specific objection to figure 11 on page 26 becoming figure 11 on page 28, if text content were inserted, or becoming figure 16 on page 29 if figures were inserted? When numbered-list paragraph styles and cross-reference formats are set up properly, cross-references to these figures would update to indicate both the correct number and correct page.
Have I misunderstood something?
[EDIT]
I forgot to ask if your document will be using cross-references interactively in a PDF or other multimedia format. If so, can you give more detail on your expectations?
Have you looked into InDesign hyperlinks? They can refer to a page number - either "sticking" to the designated page no matter if its page number changes because of reflow or being moved, or "sticking" to whatever happens to become the "n-th" page if the original page is relocated. Search Help for Create a hyperlink to a page.
[/EDIT]
HTH
Regards,
Peter
Peter Gold
KnowHow ProServices
Message was edited by: peter at knowhowpro

Similar Messages

  • How to create cross references in pages?

    Hello,
    I need to create cross references in pages, for example create a title with the name of a chart and the create a reference on the document. If I create more content and the number of the chart changes the references need to be up to date. This is supported by word... don't know on pages.
    Thanks!

    I suspect your tag is wrong, but in Pages '09 you just Insert a Bookmark.
    Not possible however in Pages 5.
    Peter

  • Cross-references in Pages?

    This is one of those "In Word I could do ____, how do I do it in Pages?" questions.
    Word has a cross-reference feature where, for example, you could insert a statement such as: "See footnote __, above." The blank line would actually be text field that was linked to a previous footnote, and if the previous footnote changed number, the cross-reference would automatically change number as well.
    Is there an equivalent function in Pages? Thanks.

    Feature unavailable.
    _Go to "Provide Pages Feedback" in the "Pages" menu_, describe what you wish.
    Then, cross your fingers, and wait _at least_ for iWork'10
    If you can't wait, use Word
    Yvan KOENIG (VALLAURIS, France) mercredi 23 septembre 2009 17:51:54

  • Cross References Will Not Display Page Number

    Got some documents created in InDesign CS3 (MAC). When bringing them into CS4 (Windows) and trying to create a paragraph cross-reference the page numbers will not display. All the other text in the cross reference ("paragraph", the word "page", etc.) displays correctly. Even the cross reference under the "hyperlinks" toolbar shows nothing (instead of the usual # indicating a page number).
    However If I copy some of the same pages into a new document and create a cross reference in it the page number displays correctly. But since it's over 300 pages I really would hate to have to do that!
    Any ideas?

    Is it maybe because CS3 does not include the cross references function (not a feature until CS4)?
    That's a real problem if we use an outside source to create a lot of our documents and they're working in a previous version.

  • Cross references in custom XML

    Hello!
    We have a custom XML schema and a structured application that allows us to edit our XML documents in FM. The schema contains a definition for a cross reference element and a definition for a target element.
    =============================================================
    Example:
    A cross reference element (say, documentA.xml contains this element): <cref target="documentB.xml#sect123"/>.
    A target element (say, documentB.xml contains this element): <section id="sect123"/>.
    Also I have a book in FM that includes both documentA.xml and documentB.xml.
    =============================================================
    FM outputs error messages when I try to save documentA.xml.
    So, I have few questions concerning this issue.
    How should I describe the cref element in EDD?
    A manual says, that the @target attribute must be of the IDREF type. Sounds good but the # char is restricted for IDREF values. How can I resolve this contradiction? If I write <cref target="sect123"/> (target id without filename) FM outputs error messages when I open documentA.xml in FM.
    Thank you!

    Dear Russ,
    Thank you very much for the answer. I'm sorry for my replying you with a delay,
    To make long story short, now it's OK: we can load a document with cross references to FM as well as we can save it form FM. Thank you once more.
    I'd like to make some comments that might be useful for other readers of this forum.
    As far as I understand the Structure Developers Guide mostly describes import/export transformations between an XML format and the FM format. But we never convert XML files to FM files and vice versa in our application. We open an XML file in FrameMaker, we edit the XML file in FrameMaker, and finally we save the XML file from FrameMaker. So, while reading the Guide I had a permanent doubt if import/export is the case I deal with.
    After several probes and attempts we found out that the following format of cross reference is appropriate for our application:
    <xref srcfile="fm-properties.xml#sys_psnt_part_number" format="CrossReference"/>
    (We found this type of cross references on page 399 of the Guide).
    The xref element must have an attribute of the IDREF type defined in a schema and in an EDD even while we don't use it. This attribute may actually be omitted in an XML file but we had to define it for xref.
    The root element of a target XML document must have an attribute of the ID type even while we don't use it.

  • Indesign Styles - Linking Styles to a master document like Cross references

    Appologies if this has been asked before. If it has, if y ou could provide a link, that would be very much appreciated.
    So...
    What im asking is, is it possible to link a styles attributes ( e.g BULLETS) to a document that has a master BULLETS style.
    What would happen when I change the master files BULLETS style, is it would update all the documents in the book to meet the master docs BULLET style.
    I've done this by creating a template doc (.indt) and using that (but its only works for new docs), but a bunch of styles have changed and its a pain in the bum to go back and import styles, and "replace with incoming style" for EVERY chapter/doc.
    Is there a way to update styles much like cross references or page numbers?

    Two different ways: using a Book you can synchronize your styles across documents (always all of them), and you can always load all or a selection of your styles from another document, from the Paragraph (or Character) Style panel mennu.
    Both ways are manual; ID don't update them automatically (and boy! am I glad it doesn't).

  • Cross reference to an image on textless pages

    My InDesign project has pages with only graphics on some pages, or even a single image across two pages. I'd like to reference them for two purposes-
    to build a list of plates - could be file name and page number as a starting point.
    to reference in explanitory text, eg "See earlier work X on page 22 and Z on pages 10-11"
    I can't figure out how to associate a marker with an image. I seem to have to create an empty text box as a child of the graphic and insert a text anchor if I want to insert a cross reference to that graphic elsewhere. It's a bit cludgy and I don't really know what to do with the graphics that span pages, or how to generate a list of plates when I'm done- I imagine I should be using the index tool, but then, will I have to create both an index and a text anchor? Or can a cross-reference link to a page reference created in the index tool, instead of a to text anchor/hyperlink destination? Or is there a way to index and cross reference non-text objects?
    I'm using CS5 version of InDesign.

    See http://forums.adobe.com/message/2614941 where this is discussed.
    Hope that helps

  • Missing page numbers in cross references?

    In existing ID documents, I insert a cross-reference, and there is no page number given, even when page number is defined in the cross references tab. I can open a brand new document, and make a cross reference to one of the existing docs, and that will work- but making a reference in the existing doc to the new one will not work.
    So, why are my page numbers not showing up for my cross references?

    Which OS? Which version?
    I had this problem once in a CS document. This was a bug and could only repaired by creating a complete new document. IDML export did not help.
    Does the TOC version work here? In my case this did not work either.

  • Printed document page number cross-references

    Is it possible to export webhelp to Printed Document - MS
    Word with page numbers taking the place of hyperlinks? Must the
    page numbers be added after the printed document is created?
    If so, can the InsertPagRefs macro insert page numbers across
    a multifile document?
    I anticipate exporting to printed documents consisting of
    multiple files with pictures inserted by reference. I need
    cross-reference page numbers that look like internal page
    references.
    If a master document is not recommended for a large manual,
    how is a large manual to be handled? I intend not to use Word as a
    base for single sourcing and to create RD fields and files for an
    *input* document. I intend to use webhelp as the single source so I
    can use RH 7 conditional text and mutiple TOCs to produce multiple
    documents and document formats!

    No but you can easily add them afterwards. There is a macro
    on my site that does exactly that.
    http://www.grainge.org/pages/authoring/word/word_macros.htm
    Your refer to a "large manual". How big is "large"?

  • Cross-references go to facing page when PDF'd

    Is there a workaround for this?  Mac, CS5.5.  (I also have CS6 but still can't get the file to open!!)
    I have a large book file, with facing pages.  Cross-references throughout, exporting to PDF via PDF (Print) to get separate pages rather than spreads. 
    The resulting bookmarks are all correct, but the cross-references go to what would be the right hand page instead of the noted page.  So, if the cross-reference is supposed to go to left page 84, it actually goes to right page 85.  That works fine if the PDF is viewed in 2-up view, or exported as full spreads, but not in single page view.
    Is there a solution?  Or is it fixed in CS6?

    Yes. There are five in one book. All the page links lead to pages in documents within the book.
    The Contents page is in one InDesign document. It has links in it to pages within the other four InDesign documents.  
    Currently, clicking on the links in the exported PDF of the book takes you to page 1 - except for links to pages within the same InDesign document, and one link on the Contents page which leads to the correct page (that link is set up in the same way as the others).
    EDIT: BTW - I will be leaving work in about 30 minutes, so I won't be able to try out any fixes until tomorrow, about 10am (London, UK). 
    UPDATE: When I checked the broken hyperlinks in Acrobat Professional, all of the page links that led to the cover were set to go to page 0. But in the InDesign document, they're all set to go to the correct page.
    Message was edited by: richard_cosgrove

  • Hack for page number cross-references?

    Anyone have hack for dealing with the lack of page number
    cross-references in the printed documentation?
    kfc

    Sorry for the slow reply, I needed to check with someone
    about a macro they had but it is not one that will do what you
    want.
    Is page numbering a requirement or do you would you be happy
    with working links? If working links would be sufficient, there is
    a macro on my site under Print Issues but it relies on the string
    for the link being exactly the same as the string for the target.

  • Auto Generation Cross References

    Hi
    I am working on xml to InDesign automation process form last year, I am looking to auto generate Cross References linking by using xml. Whereas my xml contains following tags for linking.
    <figref pid="p200179129960143001">Table 1</figref>
    <ptr pid="p200179129970131001">Chapter 7</ptr>
    Is there any option or namespace to perform auto generation of Cross References?

    Yes, i only have the container in one vi. In the other VIs are only "Automation references".
    But as soon as my activeX-file changes (new registered to windows), the references become invalid and i have to click on each reference an must select in the popup "select activeX-class".
    Message Edited by OnlyOne on 07-28-2009 09:38 AM

  • Cross reference help needed

    Here is the situation:
    I create automatic figure number in my document. That is working fine.
    In my text, when I want to cross reference the figure (i.e. "FIGURE 3-3"), I click in the location in the text and use "Type"... "Interactive"... "Insert cross reference"...
    That all works fine.
    The problem I am having is when I move or copy that page to another document wherr, for example it was "fig 3-3" in the original it is "fig 3-19" in the new (pasted into document). The figure auto numbering updates ok for the new document, but in the body text it remains what it was from the original .. that is, the new auto number will update "fig 3-19", but in the text it remains "fig 3-3". It seem to retain the cross reference to the original, and not "follow" or remain with the new.
    So is there a fix for this. or is there another way to do this?
    Thanks for reading my questions.

    You may have to share your XML (partial data is fine too). You should also share the code for <?for-each-group@column:...?>.
    Most of the time this mismatch happens when there are some empty data fields. In such cases you may have to add a condition using xpath to populate the data, where in if there is an empty tag or no tag, it puts a zero value or space there.

  • Cross reference options

    Hi there.
    I got a problem with my cross references and I was hoping to get the answer here.
    My problem is:
    When I'm adding a cross reference in my document and want to include the full paragraph and page number, it says "paragraph name on page XX" Most of my documents are in Norwegian, so I wonder if there is a way to chanage the language or the phrases ("on page" in this example) that are auto generated by indesign to something in my language?
    Thanks for any help
    Rune

    You can create your own cross-reference formatting.
    From the Hyperlinks panel menu, choose Define Cross-Reference Formatting.
    Select the format on the left you want to redefine. Click the + sign which will duplicate the style and call it [Stylename]1. You can rename that. Now use Definition box below to refine the format name in Norwegian. Click OK.
    Now change your cross-reference to use this new format.

  • Successfully importing cross-references from Microsoft Word into InDesign?

    Hello --
    I am laying out a series of long documents (~130 pages each) in InDesign CS5.5.
    The writer for the project has used cross-references in MS Word for areas like the TOC, index and page references ("See page X for more information").
    Is it possible to import these cross-references into InDesign so that the InDesign document functions like the Word document with the cross-references?
    I am thinking no because I am having a ton of trouble with it so far, but wanted to get a definite answer from an expert.
    When I import the text, the cross-references appear in InDesign in the Hyperlinks/cross-reference panel. However, InDesign says they need to be updated based on the way the text flowed in InDesign. And when I click the auto update button, all sorts of funky stuff happens and basically -- the cross-references create a bunch of typos and become junk.
    Thoughts? Knowledge on this topic?
    Thanks in advance!!

    wikiElvis wrote:
    Hello --
    I am laying out a series of long documents (~130 pages each) in InDesign CS5.5.
    The writer for the project has used cross-references in MS Word for areas like the TOC, index and page references ("See page X for more information").
    Is it possible to import these cross-references into InDesign so that the InDesign document functions like the Word document with the cross-references?
    I am thinking no because I am having a ton of trouble with it so far, but wanted to get a definite answer from an expert.
    When I import the text, the cross-references appear in InDesign in the Hyperlinks/cross-reference panel. However, InDesign says they need to be updated based on the way the text flowed in InDesign. And when I click the auto update button, all sorts of funky stuff happens and basically -- the cross-references create a bunch of typos and become junk.
    Thoughts? Knowledge on this topic?
    Thanks in advance!!
    I can't speak to general or specific causes of your cross-reference problems. However, I believe that InDesign x-refs behave a bit differently in CS4, CS5, and CS5.5, and if you have either of these earlier releases, you might try them for comparison.
    Also, you might want to look into the free trial of DTP Tools' cross-references plug-in for InDesign, at dtptools.com, to see if it's more successful than InDesign's built-in x-refs.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

Maybe you are looking for

  • Premiere Elements 12 Disk Menu

    I placed a JPG photo in the background of the disk menu using the pan and zoom menu template. I adjusted the photo resolution to 1920 by 1080. The video is 1080p 29.97. It leaves a big black border around the photo and there is no way to make the pho

  • Video import problem from iphone5 to PC giving error

    Hi evereyone,                   I have iphone 5. I try to import my videos but am not able to import all, its giving error. I tried also using windows live photo still same prob. the imported videos have problem in playing. I tried with vlc, quick ti

  • 10g - write back - The system is unable to read the Write Back Template

    hi,experts, I enabled write back on a report. the button (write back) is enabled (not grey) but when I click the button, there is a message The system is unable to read the Write Back Template 'UPDATETESTWRITEBACK'. Please contact your system adminis

  • Using CMAppUtil file size is smaller when converted

    I'm new to using technet forums so if my question is in the wrong place I apologize.  I've just started using SCCM for Mac deployments and have a question regarding the file size after conversions using CMAppUtil. I've used CMAppUtil on a couple of .

  • Dynamic comboboxes in netbeans

    Hi all, I have created java desktop application using netbeans 6. I have created two comboboxes, A and B combobox. The list of value of B combobox will depend on the value chosen from A combobox. Both comboboxes are bind to the database. The query fo