Cross referencing in books

Cross references in books has gone from bad in CS5 to unacceptable in CS5.5. The screen update when typing was extremely slow in CS5, but could be acceptable by opening all book sections. This does not seem to work in CS5.5 where the speed remains poor.
Does anybody have a fix for this?
Aud Eli

Aud Eli wrote:
I have a book with 24 sections/separate files, and I need to cross reference between the different sections. It works ok, except for the page number that is missing. When I hover the cursor over the links panel it shows the page number, but the cross reference in the document miss the page number.
No error messages, and the cross reference seems to be ok. It is more likely that I do something wrong than that this is a limitation in InDesign. Any suggestions?
Thanks.
AE
Some folks find that InDesign's cross-references are unreliable, especially when the go between files in books. While this might possibly be the problem, if the page number is missing in all your cross-references, it's more likely that the cross-reference format definition is missing the page-number building block.
Search Google for terms like "InDesign cross-reference format free online tutorial," "InDesign cross-reference format," and similar phrases without quotes, to find good resources on this topic.
HTH
Regards,
Peter
Peter Gold
KnowHow ProServices

Similar Messages

  • CS3 (WIN) Cross referencing script

    Today I downloaded a cross-referencing script created by Teus do Jong, and I have found it to be of great use, but when it comes to using the script with linked and formatted copy (Word) and tables (Excel), it does not work (destinations are lost). Is there a work around for this situation besides typing copy directly into InDesign and setting up hyperlinks? It is essential that I'm able to update links, as my catalog production cycle nearly always requires it, and when pages are moved, deleted, etc., it takes a lot of time to update figure and page references in linked files.
    Thanks,
    Pat

    Teus has got me set up with a script that works great. With the script, I am able to type a reference to a destination created in InDesign, and when the script runs, it inputs and updates pages numbers for figures, etc. Now I can make as many references to anything I want to in InDesign via Word, and page numbers are input as necessary. If pages are added or removed, or if a figure (destination) is moved, all I have to do is run the script again and all is made current.
    I am not at liberty to redistribute the script per Teus' request, but I would like to refer anyone to Teus' web site when he can be reached (http://www.teusdejong.nl/).

  • Text File Cross Referencing

    Hi, i am fairly new to OO programming.
    I am having difficulty with creating a cross reference listing of a text file specified on the command line.
    An example of a program call is
    java -jar Xref.jar mytext.txt myxref(created file).txt
    The cross reference listing should ave the following output
    word in file (frequency word occurred) line numbers of occurences.
    If a word occurs multiple times on the same line, it increments the frequency, but the same word should not appear multiple times in the cross referenc listing.
    Words appear in lexicographic order (numbers at the time i believe). After this list is produced, the user needs to be able to query the cross reference listing to see if the words exist.
    eg. html anchor
    Line 33: lien output with word anchor and HTML in same line (if possible)
    Line x : ay line that contains any word from the query.
    The following classes are required.
    Xref class. --> the driver class. It holds the data structures that contain all the words, and methods to load words and output the coss reference listing
    TextLines: a container for lines of text that are read from the input file. Words are accessed by line number. Use a method called input() to read in the text.
    XrefList-> holds the cross reference list (input the text file, output the cross referenc listing to a file.
    Query--> Include a search and display method (using the XrefList object).
    I am having issues creating the cross format listing in teh format specified.
    I have modified a program from JAVA how to program, sixth ed to do what i want the program to do, except loading a text file.
    Here is the below code from the textbook (that i modified and made better)
    import java.util.StringTokenizer;
    import java.util.Map;
    import java.util.HashMap;
    import java.util.Set;
    import java.util.TreeSet;
    import java.util.Scanner;
    public class WordTypeCount
    private Map< String, Integer > map;
    private Scanner scanner;
    public WordTypeCount()
    map = new HashMap< String, Integer >(); // create HashMap
    scanner = new Scanner( System.in ); // create scanner
    createMap(); // create map based on user input
    displayMap(); // display map content
    } // end WordTypeCount constructor
    // create map from user input
    private void createMap()
    System.out.println( "Enter a string:" ); // prompt for user input
    String input = scanner.nextLine();
    // create StringTokenizer for input
    StringTokenizer tokenizer = new StringTokenizer( input, ",- (: ; . ! ? )"); // added actual StringTokenizer values
    // processing input text
    while ( tokenizer.hasMoreTokens() ) // while more input
    //the program is not case sensitive, therefore convert to one case.
    String word = tokenizer.nextToken().toLowerCase(); // get word
    // if the map contains the word
    if ( map.containsKey( word ) ) // is word in map
    int count = map.get( word ); // get current count
    map.put( word, count + 1 ); // increment count
    } // end if
    else
    map.put( word, 1 ); // add new word with a count of 1 to map
    } // end while
    } // end method createMap
    // display map content
    private void displayMap()
    Set< String > keys = map.keySet(); // get keys
    // sort keys
    TreeSet< String > sortedKeys = new TreeSet< String >( keys );
    System.out.println( "Cross Reference Listing" );
    // generate output for each key in map
    for ( String key : sortedKeys )
    System.out.printf( "%s (%s)\n", key, map.get( key ) );
    } // end method displayMap
    public static void main( String args[] )
    new WordTypeCount(); //call constructor
    } // end main
    } // end class WordTypeCount
    Could i please get some help first on converting that so that it can read text files, because this is a major part of what is required for this task.
    Thank you very much for any help in advance.

    I'm not going to give you a complete solution, but take a look at the java api documentation. See what you can find there. Look at the classes File, FileInputStream, Scanner, Map, HashMap. That should give you a start in the right direction.
    And maybe a good thing to do draw/write your design/algorithm before you start coding. I'm just a junior developer myself. And I only recently fully understood the importance of good design skills. Coding is not just writing up some code that does the trick. Good design not only usually produces better code, but usually also in shorter time.
    Good luck!

  • Substitution Variable in Cross Referencing dimensions

    Hi All,
    Can we use substitution variable for cross referencing dimensions.
    Example:
    "Region" = &currmth->&curryear->"New York";
    Thanks in Advance
    Bal.

    Hi John,
    If I use substition variable the answer/value for 'DOM' comes vague. If I hardcode the variables, the values for 'DOM' it comes perfect/accurate.
    Can you please help sir ?
    The Calc script is (Hardcoded value are Sep, FY09,Budget)
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET CACHE HIGH;
    SET LOCKBLOCK HIGH;
    SET AGGMISSG OFF;
    SET UPDATECALC ON;
    SET CREATEBLOCKONEQ ON;
    /* Material Expenses Allocation */
    FIX(&xscenario,&xyear,&xmonth,"NoLocation","NoModel",&xversion,@LEVMBRS("KD PARTS TOTAL",0),@LEVMBRS("VEHICLES",0))
    "DOM" = ("Sep"->"FY09"->"Budget"->"NoRegion"->"InputVersion") * ("Indigenous component cost-Domestic-%"->"REGION"->"ENTITY"->"Budget"->"Sep"->"LOCATION"->"MODEL"->"FY09"->"InputVersion")/100;
    ENDFIX
    Many Many thanks in advance.
    Bal

  • Problem With Cross Referencing On Iphone

    I have 2 Christina Aguilera songs checked in my itunes account, but only one shows up on my phone under Christina Aguilera.  They are both on my phone, and if I look under the song titles, they show up, but if I look under artists, only one shows up.  Many other examples of the same.  P!nk songs do not show up under artist at all.  I even changed the name to Pink, and still nothing shows up under Pink.  This really is terrible.  The first time I noticed it I was looking for a song from Pink's greatest hits, and I actually said to myself, "Oh, I guess I never uploaded the CD to itunes."  So I stuck the CD in my computer and it said, "These songs already exist..."  I mentioned it to a genius one time (when I was there for a completely different issue and did not really want to spend that much more time there).  I said, "Oh, by the way, if you look under Artist on my phone, nothing shows up under Pink, or P!nk."  She said, "Well that is probably because you do not have any Pink songs on your phone."  I showed her the entire album and she was like, oh whatever.  At the time I thought, well maybe since the exclamation point is there and all, so I let it go.  But just now I was looking for a Christina song, and only one showed up.  But if I look under the song title, it is there.  The problem is that a lot of times I can't remember what a particular song TITLE is, but I know I want to hear a song from an ARTIST.  If these 2 are not cross-referenced properly, who knows how many others are like that. 
    Does anyone have any suggestions?

    I should have mentioned that I did delete the Exchange email address, and then recreated it.
    There was no change. I am still not able to send, receive, or delete emails from that account on the iPhone.
    I'm wondering if the Exchange email service provider has tried to limit access from mobile devices??
    I'll follow-up with another post tomorrow when I hear back from them. Any other ideas?

  • Cross Domain Resource Booking - Exchange 2010

    Hi Forum,
    I am seeking a solution for cross domain resource booking in Exchange 2010. Here is the scenerio:
    Parent Company has imported Child Company conf room resources in GAL as contacts. When users in Parent Co. try to book a Child Company conf rm, the meeting request is set to tentative on room calendar and no notification is sent to user. External Messages
    are set to allowed to process, and contacts of user accounts exist in Child Company Exchange system. AutoAccept is also set to enabled since these are Resource Objects in Child Company.
    Essentially, the room is being added to the meeting invite as a user account and not as a Resource. Is there a way to get this Resource added correctly or to accept Meeting Requests automatically based on availablity? The Conf Room is a contact on Parent
    Co. ; can a contact pass Meeting Requests to a Resource correctly?
    TIA.

    I have contacts created for all users in Parent Company; I have ProcessExternalMeetngs set to True.
    RunspaceId                          : c8196953-5b2e-467b-9632-12d0aa70dbd1
    AutomateProcessing                  : AutoAccept
    AllowConflicts                      : False
    BookingWindowInDays                 : 365
    MaximumDurationInMinutes            : 7200
    AllowRecurringMeetings              : True
    EnforceSchedulingHorizon            : True
    ScheduleOnlyDuringWorkHours         : False
    ConflictPercentageAllowed           : 0
    MaximumConflictInstances            : 0
    ForwardRequestsToDelegates          : True
    DeleteAttachments                   : False
    DeleteComments                      : False
    RemovePrivateProperty               : True
    DeleteSubject                       : False
    AddOrganizerToSubject               : True
    DeleteNonCalendarItems              : True
    TentativePendingApproval            : True
    EnableResponseDetails               : True
    OrganizerInfo                       : True
    ResourceDelegates                   : {}
    RequestOutOfPolicy                  : {}
    AllRequestOutOfPolicy               : False
    BookInPolicy                        : {}
    AllBookInPolicy                     : True
    RequestInPolicy                     : {}
    AllRequestInPolicy                  : False
    AddAdditionalResponse               : True
    AdditionalResponse                  :
    RemoveOldMeetingMessages            : True
    AddNewRequestsTentatively           : True
    ProcessExternalMeetingMessages      : True
    RemoveForwardedMeetingNotifications : True
    MailboxOwnerId                      : OU/Conference Rooms/This is the Mailbox Name - (Seats 12)
    Identity                            : OU/Conference Rooms/This is the Mailbox Name - (Seats 12)
    IsValid                             : True

  • Bold in Character Tag doesn't work in cross-referenced text

    Hi there,
    I'm using cross references to insert sections of text that are repeated in two chapters. The referenced text includes bold text that is defined in a Character Tag. The chapter where I'm inserting a reference to the text has the exact same Character Tag in its Character Catalog (I imported the character formats to be sure). But the bolding goes away in the cross-referenced text. Any ideas on how to make the bolding show up?
    Thanks,
    Tami

    > The Xref appears to have honored only the Superscript and the Small Caps ...
    I did another test, and the following are honored in Cross-References:
    Family
    Small Caps, Lowercase, Uppercase
    Spread
    Stretch
    Superscript, Subscript
    This works between files, in which case the local file can have different definition for the Character Format named.
    It wasn't clear if these were honored: Pair Kern, Language
    No other Character Format options were honored.
    No source Paragraph Designer attributes were honored.
    No local overrides were honored (well, actually, I saw a font come in on insertion, but it vanished on Update).
    The above was using a simple <$paratext> Xref format. If your Xref format includes a Character Format that conflicts with the Character Format at the source, the source prevails.
    If the Xref format was, say, <Symbol><$paratext>, the format's Symbol font changed all the incoming text that used a default font, but did NOT override a Character Format:Family [Albertus] at the source. Interesting.

  • Difficulty cross-referencing PDF created from MS Word Mail Merge

    Hello!
    I'm using MS Word Mail Merge to create PDF documents with Adobe Acrobat 9 (Merge to Adobe PDF ribbon). Adobe allows me to specify the file name to use, which Adobe uses for the first portion of the file name, but the remaining is up to Adobe and varies depending on the total number of documents.
    The help shows as: "The PDF will be named using this text plus a series of numbers. For example, if you type JulyLetter in the Specify PDF File Name box, the mail-merged PDFs might appear as JulyLetter_0000123, JulyLetter_0000124, July Letter_0000125, and so forth."
    If the numbering was sequential, there wouldn't be a problem. However, if the number of records exceeds 50 documents, the convention changes at intervals of 50 and it makes it difficult to cross-reference without opening the document.
    As an example, if there are a total of 67 documents, you get the following results:
    Record 15 is named JulyLetter_15015.pdf. (meaning range 1-50, record 15)
    Record 20 is named JulyLetter_15020.pdf (meaning range 1-50, record 20)
    Record 56 is named JulyLetter_51676.pdf (meaning range 51-67, record 6)
    Record 66 is named JulyLetter_516716.pdf (meaning range 51-67, record 16)
    The breaks are at intervals of 50 records, meaning that if there were 230 records to print, record 143 would be JulyLetter_10115043.pdf, record 180 would be JulyLetter_15120030.pdf.
    Does anyone know where the naming or breaks are controlled within Adobe to just keep it sequential or if there is possibly a cross reference file created that may assist with cataloging?
    Thanks

    In each of the successive versions of Acrobat to the version you have, improvements have been made in converting a PDF to Word format. Acrobat X and the version about to come out, Acrobat XI, do the best job. I can't guarantee that the results would be an improvement in your case, but I have a hunch they would.

  • Cross-referencing keywords in Bridge

    Can you cross reference keywords?  I have an album with photos tagged as 'sweden' but then there are a few in that folder with the tag 'sweden' AND 'airport'... When I select filter by keywords I'd like to click 'sweden' and 'airport' and have it only show the photos where both are tagged...not all photos with either of the tags.
    Thanks!
    Jonathan

    You have to use Find, add a condition for each keyword, and change the match criteria to "All" instead of "Any".

  • Help Required on Cross Referencing with Oracle Stored Procedure

    Hi Experts,
       I have a requirement which is having the requirements as follow,
    Web Application initially sends a request number to SAP ECC to fetch the response details through SAP PI (HTTP to RFC u2013 Synchronous). While fetching the response from SAP ECC system, SAP PI has to invoke a Oracle Stored Procedure based on some parameter from SAP ECC System and then composited data has to send back to Web Application by SAP PI.
    Request you to kindly suggest how to achieve the above.  JDBC lookup is not much extended to call stored procedure. It would be helpful if it will be a step by step as I am novice to SAP PI.
    Regards
    Archana

    you might very well have to use a BPM.
    open a sync/async bridge ->
    do a sync call to RFC ->
    Do a sync call to DB (use SP here) ->
    do a transformation from the response message of RFC and Response of DB (N:1) to for your response to original caller (http)
    Close the sync async bridge using the response message

  • Query involving count and cross-referencing tables

    Hi I have the 3 tables listed below, i need to total the days worked per job for every staff member for a certain month then list them in ascending order, any help would be appreciated!
    staff - first, last, IDnum
    jobs - ticketnum, date_closed
    assignment - ticketnum, IDnum, date_assigned, status
    notes - only if status is 'closed' should i calculate the days worked on the job
    i know the nested queries are a bit nasty, but ive been at this for hours and cant seem to figure out calculating total days worked from the dates and totaling them

    deleted

  • Cross-referencing 2LIS_03_UM against 0FIGL_02

    Hi,
    As revaluations do not generate material Docs. we find a difference between the delta in stock amounts over two months and the net material movements.
    We would like to check via 0FIGL_02 but therefore we need to know which FI doc types in FIGL_02 are relevant for the data extracted in 2LIS_03_UM.
    One of them is FI doc. type PR but there must others.
    We need to know the list of FI doc. types that are relevant for revaluations.
    Regards,
    Eric

    Hi,
    As revaluations do not generate material Docs. we find a difference between the delta in stock amounts over two months and the net material movements.
    We would like to check via 0FIGL_02 but therefore we need to know which FI doc types in FIGL_02 are relevant for the data extracted in 2LIS_03_UM.
    One of them is FI doc. type PR but there must others.
    We need to know the list of FI doc. types that are relevant for revaluations.
    Regards,
    Eric

  • Cross-reference to chapter in book

    I have an eighteen-chapter book, where all the figure numbers, table numbers, and the first- and second-level numbered headings are prefixed with the chapter number.  It would be a nightmare if (as is possible) the chapters were to be reordered later in the day.  So I put each chapter in a separate ID document, put all the documents in a book, and made liberal use of the 'Chapter number' text variable.
    My question is: what do I do with cross-references like 'See Chapter 9'?  How can I treat these so that they will automagically update if Chapter 9 gets moved to become Chapter 13?  As far as I can tell, using the cross-referencing feature doesn't work with text variables, so I can't just point it at the chapter number at the beginning of the relevant chapter (which is, once again, the 'Chapter number' text variable).
    Any ideas?
    Also, slightly irrelevantly, I notice that InDesign is prone to crashing if I try and cut text containing a text variable.  Is there a known bug?

    I have an eighteen-chapter book, where all the figure numbers, table numbers, and the first- and second-level numbered headings are prefixed with the chapter number.  It would be a nightmare if (as is possible) the chapters were to be reordered later in the day.  So I put each chapter in a separate ID document, put all the documents in a book, and made liberal use of the 'Chapter number' text variable.
    My question is: what do I do with cross-references like 'See Chapter 9'?  How can I treat these so that they will automagically update if Chapter 9 gets moved to become Chapter 13?  As far as I can tell, using the cross-referencing feature doesn't work with text variables, so I can't just point it at the chapter number at the beginning of the relevant chapter (which is, once again, the 'Chapter number' text variable).
    Any ideas?
    Also, slightly irrelevantly, I notice that InDesign is prone to crashing if I try and cut text containing a text variable.  Is there a known bug?

  • Links to FM Cross References do not work in Generated PDFs

    Windows XP Professional SP2, FrameMaker 7.0p576, Acrobat Professional 8.1.2.
    I have multiple volumes that are intended to ship together. So, for argument's sake, I have Book_1.fm, Book_2.fm, Book_3.fm.
    Within Book_2.fm, I create cross-references to Book_2.fm and Book_1.fm.
    When I generate the PDF files for all three books (using Frame's Print Book, Printer set to Adobe PDF, Generate Acrobat Data so my bookmarks are generated as links), Book_2.pdf's cross-referenced links to within Book_2.pdf work perfectly. However, Book_2.pdf's cross-references to Book_1.pdf result in the following message:
    There was an error opening this document. This file cannot be found.
    The problem occurs whether the books reside independently, as a single combined PDF file, or as a PDF package (single combined and package both generated after the three individual Book_x.pdf files exist).
    I have kept all PDF filenames identical (minus the extension) to the FrameMaker .book names.
    Thanks for your input.

    Sandra,
    This is an explanation and NOT a solution. When you create a cross-reference to another file, you have to have the file open. Apparently, Frame sees a file in a different book as just a file; it seems to have no way to know that it is part of a different book. Hence, the link points to a chapter name, not a book name. Again this is just an explanation.
    I do not know how, or if there is a way, to do what you want to do, other than edit the links after the PDFs are created, which I am sure is not what you were intending to do.
    Maybe the gurus on these forums have a way to do it.
    Van

  • Problem with cross reference

    Hi,
    This is my first post.
    I was getting behind on a particular project so my boss asked me to commission a design agency to complete work being done on some prospectuses I started designing.
    The agency did their bit and sent the Indesign files back to me but the cross references I create do not work properly. The cross referenced page numbers just wont show.
    I have tried copying the text frames to new documents and the cross references work. It's as if someone turned off a switch in that particular document.
    There are 13 individual documents in all, each with a minimum of 20 pages, which I intend putting together using the Book panel - so its important the cross references work.
    Please see the last lines on pages 2 and 3 of the attached document. the 'please see pageXX' is what I mean. these are pages from the rogue document.
    Any help/suggestions will be appreciated.
    Thanks
    please download the sample indesign file using this dropbox link
    http://dl.dropbox.com/u/80149652/sample.zip

    I don't know exactly what is causing the problem, but I can definitely see it in Story Editor.
    In the screen cap below, the story editor windows on the top row are your file, and the bottom row are a new file with your text pasted in and new cross-ref added. Note the differnce in the tags:
    I cant find any casue for the difference, and I don't know what the defective tag is all about. I thought perhaps it was related to a third-party x-ref plugin, but I don't see any sign of that, either. I'm stumped, and the pragmatist in my says copy and paste and move on for now, but save a copy for further exploratin when you have time.
    And ask the other agency to tell you what they did and if they use any third party plugins.

Maybe you are looking for

  • Needing to render PAL-DV in FCP????

    Hi, I had my Sony PC109 stolen and bought a Sony HC26 to replace it temporarily. Have started to import from it though in FCP and even though both capture settings and sequence settings are DV-PAL 48 KHz, I still have to render straight, unaltered vi

  • Java.lang.NumberFormatException: For input string: "DESCRIPTION="

    Colleagues, eBis 11.5.10.2. I'm getting a Warning in the concurrent manager when I submit a programme that has an attached xml template. The warning is stating: - ------------- 1) PUBLISH ------------- Beginning post-processing of request 2667735 on

  • How to get user 'logged in' to ironport web filter without launching IE

    We have an issue with some employees who use third party programs that traverse the Internet.  These programs are 100% allowed by the organization as they are required for day to day business.  Some programs go over the Internet to communicate for ce

  • Any program that tells the classes not used in a package ?

    Hi, I would like to know if there is any program that tells you (given an application) which classes (from the packages) are used and which are not used. I�m building an applet (for web start) and I need the applet to be as small as posible. Thanks !

  • Creating TabStrip control with VisualComposer

    Hi, I am NW04 version for Visual Composer. I want to create a TabStrip control on which I want to show two table from a RFC. Is there any facility available to create this like NW2004s. I found from some posts that NW04 verson doesn't have capabiliti