Autonumber a specific paragraph heading for all Book files

I'm hoping I'm missing something simple again, but here goes: (Using FM 9.237)
I have a book containin several documents, each of which are part of a single outline. Here is my numbering setup as it currently stands.
Control Process 1.0: Lorem Ipsum <n+>.<n=0>:\t
Control Objective 1.1: Lorem Ipsum  <n>.<n+>: \t
Control 1.1.a: Lorem Ipsum. <n>.<n>.<a+>.\t
Control 1.1.b: Lorem Ipsum. <n>.<n>.<a+>.\t
Control Process 2.0: Lorem Ipsum <n+>.<n=0>:\t
Control Objective 2.1: Lorem Ipsum  <n>.<n+>: \t
Control 2.1.a: Lorem Ipsum. <n>.<n>.<a+>.\t
Control 2.1.b: Lorem Ipsum. <n>.<n>.<a+>.\t
And so on...
I need the Control Process Paragraph to Autonumber across all the files in my book. Thus, in my Doc 1 I may have Control Process 1-4, and then in Doc 2 I want the Control Process to start at 5. I've tried using <$chapnum>, but no matter what I do, the Control Process paragraph restarts at 1. I cannot figure out how to tell FM that I want it to start based on the numbering in the previous file. I've used autonumbering successfully for years, but for some reason I'm stumped on this.
Any help would be more appreciated that I can relate.
Jeff

Jeff,
As you have it set up in your post, the number building blocks refer to paragraph numbering. So, in your book file, select all chapter files after the first chapter, right-click, and select Numbering. Then in the Paragraph tab, select Continue from previous.
If you want to use the <$chapnum> building block, then replace the appropriate <n> with <$chapnum> in the autonumbering for the paragraph format. Then do  the same as in the first paragraph, but select the Chapter tab and select continue from previous. In the book file, select the first chapter, right-click, and select Numbering. Then in the Chapter tab, select start at 1.
The important thing is to set the numbering from the book file, not within each chapter file. It is the book file that controls things.
Van

Similar Messages

  • How to export book pdf using custom presets for all book files in indesign using javascript

    How to export book pdf using custom presets for all book files in indesign using javascript.

    Hi jackkistens,
    Try the below js code.
    Note: you can change your preset name in below (e.g, Your preset name).
    var myBook = app.activeBook;
    myBook.exportFile(ExportFormat.PDF_TYPE, File (myBook.filePath+"/"+myBook.name.replace(/\.indb/g, ".pdf")), false, "Your preset name", myBook.bookContents, "Book_PDF", false);
    example:
    var myBook = app.activeBook;
    myBook.exportFile(ExportFormat.PDF_TYPE, File (myBook.filePath+"/"+myBook.name.replace(/\.indb/g, ".pdf")), false, "[High Quality Print]", myBook.bookContents, "Book_PDF", false);
    thx,
    csm_phil

  • How to make a header for all pages

    hi all
    i'm new to jsf
    i use jdeveloper 10
    i want to use a toolbar and a menubar as a header for all my pages
    i want to use it as a user control or a library that i call from any page
    can i put my components in a tag library
    or how i behave
    thnks for reading
    George Gameal
    junior java developer
    Edited by: user10717543 on Dec 16, 2008 11:04 PM

    George,
    Is JDev 11 a possibility? There is support for page templates in version 11?
    John

  • I synced about 50 books to my new ipad air 2.  When I click any other books, the sync starts all over again for all books (it shows 51 books syncing).  If I abort the sync, all of a sudden, all books are gone from my ipad.  I don't know why.

    I synced about 50 books to my new ipad air 2.  When I click any other books, the sync starts all over again for all books (it shows 51 books syncing).  If I abort the sync, all of a sudden, all books are gone from my ipad.  I don't know why.  I did not have this problem on my old ipad...or before I upgraded to the latest version of iTunes.  Any help would be greatly appreciated.

    Hi were you able to resolve yours?
    I was very worried losing all my medical stuff on my iPad Air 2, plus i have nothing to use for the next day! So i have to try all the possible things i read on the internet!! And this worked on my part (Thank God, and thank you Google)
    Perform a hard reboot
    Hold down the Home button and Power button on your iPhone or iPad and keep holding them until you see the Apple logo. Once you do, you can let go. When your device boots back up, go ahead and check to see if the apps have started re-downloading. If they still appear to be stuck, continue on.

  • How to print specific pages out of a book file

    I've searched around but I cannot find any way of printing specific pages out of a book file. Has anyone got any ideas? I have a 100 page book file with 20 files, and doing print outs of sections is a nightmare. I want to be able to print page 5 out of file A and page 6 out of file B together so I can duplex them. I've tried scripting this but I can't seem to set the page range of the print preferences of the book file.

    [Jongware] wrote:
    I don't think it's possible to set the page range of a Book.printPreferences
    Theoretically it ought to be possible. Can't test for myself now; what does happen when you set the pageRange to overlapping sub-files?
    I've just tried it with CS3. It might have been implemented in later versions.
    In the print Book dialogue the page range field is disabled. You cannot enter anything there.
    If you try to do it with a script it says that printPreferences is read only.

  • Error: is an invalid name for a book file

    Hi everyone,
    I'm trying to export about 20 files to pdf from a books panel, but when I try this the program just hangs. When I open up the book panel I get the following error:
    "is an invalid name for a book file"
    I wondered if anyone has come across this error before or knows what it means? I tried to create a new book and reinsert the files but I'm still getting the same problem when I try to go to pdf.
    Really appreciate any advice.

    Sorry to come back to this - I've tried both suggestions but it hasn't fixed the problem. I've tried though to open up individual chapter files and export to pdf but the odd thing is that when I export these individual files to pdf interactive they work fine but when I export to a print pdf the program crashes. Each of the files have a heap of cross-references within them so I don't know if that's contributing to the problem, but even so when I export to print pdf, I don't check off bookmarks and hyperlinks and it still crashes. In fact I even made a copy of one of the files and deleted all the cross-references and then tried again to export to print-pdf but it still crashed.
    I even exported one of the chapters to the .idml file format and then re-opened it up and saved it. I then exported to print-pdf and it crash again.
    The only method that seems to work is when I don't open a file, ie. I just select it from within the books panel, I then export that single chapter to print-pdf and I make sure "bookmarks" and "hyperlinks" are uncheck. If I do it this, I can successfully export a print pdt without it crashing. The strange thing though is that if I open that chapter up and export it in the same way, then ID crashes. It doesn't make sense.
    I just don't know how to troubleshoot further. Does anyone have any further tips or advice that I can try?
    Appreciate any further help.

  • Safari shows "The network connection was lost" for all flv files on the internet.  Firefox plays all

    I upgraded to the lastest version of Flash to fix what I thought was a problem in Firefox.  That problem turned out to be something else but now Safari will not play ANY flash content.  I have uninstalled and reinstalled several times.  I have even installed an older version.  All of these have the exact same result.  Flash works in Firefox but not in Safari.  I have cleared the cache.  I have gone into the flash securty settings and deleted all content.  Nothing seems to change this.  Anyone have any ideas?

    Plug-Ins are installedand keep in mindthis problem affects all 3 browsers i am using IE9, Safari5 & Firefox 19NOT a SPECIFIC browser issuewhich is why i think it's either "Flash" (Adobe) or streaming web-site (Freedocast) issue.
    Date: Mon, 1 Apr 2013 01:25:24 -0700
    From: [email protected]
    To: [email protected]
    Subject: Safari shows "The network connection was lost" for all flv files on the internet.  Firefox plays all
        Re: Safari shows "The network connection was lost" for all flv files on the internet.  Firefox plays all
        created by Sunil_Bhaskaran in Installing Flash Player - View the full discussion
    Have you enabled plug-ins in Safari?Could you please go through the last question of Mac section in the following URL: http://helpx.adobe.com/flash-player/kb/flash-player-faq.html#main-pars text1 Thanks,Sunil
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5195274#5195274
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5195274#5195274
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5195274#5195274. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Installing Flash Player by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I have a license for all adobe files but recently i had a virus and all my files were deleted.Now when i want to have them back with my redemption code it says that i cannot use it anymore.But my license is not expired.How do i get my files back??

    i have a license for all adobe files but recently i had a virus and all my files were deleted.Now when i want to have them back with my redemption code it says that i cannot use it anymore.But my license is not expired.How do i get my files back??

    Your redemption code was used to acquire an activation code.  The activation code is what you need to use when you want to reinstall/enable the software again.  Check your Adobe account online to see if the number(s) can be found there.

  • How to designate a program for all avi files

    hi. i dl-ed the vlc player recently, but i dont know how to set it as the default player for all avi files. i secondary click on a avi file and go to others... and select the vlc player with 'always use this program' checked, but this allows only that single avi file to open with vlc. the rest of avi files are still set to open with quicktime. please kindly help me to designate the vlc player to open all avi files. thank you.
    my best,
    jeff kwak

    If you use the Finder and do a 'Get Info' on your target file, you'll find additional options/dialogs that will let you choose to open all similar files with the same application...check it out and come on back if you get lost in the process, etc.

  • Creating a header for a .CSV file

    Hi,
    I have looked through the forums and cannot find a solution for creating a header for a csv file.  I am using Labview 8.2.  I want a label for each column at the top of the file and then I will append new rows to the file as the data is collected.  An example of what I am looking for is attached.
    It would also be nice to have the labels descending in the first column, pretty much a transposed version of what was described above. 
    Thanks,
    Gary 
    Solved!
    Go to Solution.
    Attachments:
    exampleLOG.csv ‏1 KB

    Thank you very much.  That worked well. 
    If i wanted to transpose the data how would I do that?  I can get the header to be vertical, but I cant get the data to append to the 2nd column , and then the third and so on with the data descending from top to bottom.  I attached an example of what I might want the file to look like. Each column would be added one at a time.
    Attachments:
    data3.csv ‏1 KB

  • Can we keep one action file for all jsp files in struts?"

    I have 5-6 Jsp pages and all are inter connected.
    If any one make changes, these changes should be display in the database.
    In this case, I need only one Action class which can hold or manipulate all changes from all jsp pages. I am not sure "Can we keep one action file for all jsp files?"
    If yes, then how can we configure struts-config.xml file.
    If no, then pls suggest me any altenative solution.

    hai
    go for DispatchAction class and then pass as parameters
    refer struts complete reference...
    it will solve ur problems..

  • Header for all pages

    I am new to CSS, how do I use the same header and navigation
    bar menu for all my web pages. Here is the CSS code:
    /* global */
    html{height: 100%;}
    body
    { font-family: arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: .78em;
    p
    { margin: 0px;
    padding: 0px 0px 16px 0px;
    line-height: 1.7em;
    h1
    { font-family: serif;
    font-size: 108%;
    letter-spacing: .1em;
    h2
    { margin: 0px;
    padding: 0px 0px 4px 0px;
    font-size: 100%;
    letter-spacing: .1em;
    font-weight: normal;
    text-decoration: underline;
    img{border: 0px;}
    a{outline: none;}
    /* image positioning - left, right and center */
    .left
    { float: left;
    padding: 0px 8px 0px 0px;
    .right
    { float: right;
    padding: 0px 0px 0px 8px;
    .center
    { display: block;
    text-align: center;
    margin: 0 auto;
    /* block quote */
    blockquote
    { margin: 20px 0px 20px 0px;
    padding: 10px 20px 0px 20px;
    border-left: 8px solid;
    /* unordered list */
    ul
    { margin: 8px 0px 0px 16px;
    padding: 0px;
    ul li
    { list-style-type: square;
    margin: 0px 0px 11px 0px;
    padding: 0px;
    /* ordered list */
    ol
    { margin: 8px 0px 0px 24px;
    padding: 0px;
    ol li
    { margin: 0px 0px 11px 0px;
    padding: 0px;
    /* margin lefts / margin rights - to centre content */
    #main, #links, #footer, #logo, #menu, #content
    { margin-left: auto;
    margin-right: auto;
    /* main container */
    #main{width: 850px}
    /* header */
    #header
    { width: 100%;
    height: 87px;
    /* logo */
    #logo
    padding: 1;
    float: left;
    margin: -25px 15px 0px 15px;
    #address
    { padding: 11px 17px 0px 14px;
    float: right;
    text-align: right;
    #address p
    { padding: 0px;
    margin: 0px;
    #logo h1
    { font-family: verdana, arial, sans-serif;
    margin: 0px;
    padding: 18px 0px 0px 0px;
    font-size: 160%;
    letter-spacing: .3em;
    #logo h2
    { font-family: verdana, arial, sans-serif;
    margin: 0px;
    padding: 5px 0px 0px 0px;
    font-size: 100%;
    letter-spacing: .2em;
    /* navigation menu */
    #menu{margin: 0px 15px 0px 15px;}
    #menu ul
    { height: 38px;
    margin: 0px auto;
    #menu li
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    #menu li a, #menu li a#selected, #menu li a:hover
    { font-family: verdana, arial, sans-serif;
    display: block;
    float: left;
    height: 7px;
    text-decoration: none;
    margin: 5px 12px 0px 4px;
    padding: 7px;
    text-transform: uppercase;
    font-size: 80%;
    #links
    { float: right;
    width: 100px;
    text-align: right;
    padding: 0px 18px 0px 0px;
    /* sidebars */
    .sidebar
    { float: left;
    width: 194px;
    padding: 16px 15px 15px 15px;
    /* sidebar items / links */
    .sidebaritem
    { text-align: left;
    width: 194px;
    float: left;
    margin: 0px 0px 11px 0px;
    padding: 0px 0px 0px 0px;
    .sidebaritem h1, .sidebaritem h2, .sidebaritem p{margin: 0px
    10px 0px 10px}
    .sidebaritem h1
    { font-weight: normal; padding: 8px 0px 16px 0px;
    text-transform: uppercase;
    .sidebaritem p
    { line-height: 16px;
    padding: 0px 0px 8px 0px;
    .sidebaritem a, .sidebaritem a:hover
    { padding: 0px 0px 2px 14px;
    text-decoration: none;
    .sbilinks ul{margin: 0px 0px 18px 10px;}
    .sbilinks li
    { list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    .sbilinks li a, .sbilinks li a:hover
    { height: 16px;
    text-decoration: none;
    width: 149px;
    /* page content (centre) */
    #content
    { text-align: justify;
    width: 384px;
    padding: 11px 9px 15px 9px;
    margin-top: 16px;
    float: left;
    #content h1
    { font-family: arial, sans-serif;
    margin: 5px 0px 12px 0px;
    font-size: 128%;
    font-weight: normal;
    text-transform: uppercase;
    #content a, #content a:hover
    { padding: 0px 0px 2px 0px;
    text-decoration: none;
    /* footer */
    #footer
    { height: 44px;
    padding: 18px 0px 4px 0px;
    font-size: 80%;
    text-transform: uppercase;
    font-family: verdana, arial, sans-serif;
    clear: both;
    text-align: center;
    border-top: 2px solid;
    margin: 4px 15px 4px 15px;
    #footer a
    { text-decoration: none;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px dashed;
    #footer a:hover
    { text-decoration: none;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px solid;
    /* Based on Nifty Corners: rounded corners without images */
    /* By Alessandro Fulciniti */
    http://www.html.it/articoli/nifty/index.html
    .rtop, .rbottom, .mtop, .mbottom{display: block;}
    .rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
    .rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4,
    .mtop .m1, .mtop .m2, .mtop .m3, .mtop .m4,
    .mbottom .m1, .mbottom .m2, .mbottom .m3, .mbottom .m4
    { display: block;
    height: 1px;
    overflow: hidden;
    .r1, .m1{margin: 0 5px}
    .r2, .m2{margin: 0 3px}
    .r3, .m3{margin: 0 2px}
    .rtop .r4, .rbottom .r4, .mtop .m4, .mbottom .m4
    { margin: 0 1px;
    height: 2px

    On Fri, 26 Oct 2007 12:44:42 +0000 (UTC), "beau123"
    <[email protected]> wrote:
    >I am new to CSS, how do I use the same header and
    navigation bar menu for all
    >my web pages. Here is the CSS code:
    >
    Not really anything to do with css.
    If it's a small site - you could use templates - have all the
    common
    code in the template.
    But rather better to use service side includes ( SSI ) to
    contain the
    common items such as top banners, navigation, footers etc
    use Dw's help facility - search for Templates and server side
    include
    ~Malcolm N....
    ~

  • Variables for all .fm files on the .book

    Is it possible to create a variable for displaying a date over all .fm files contained on a .book?
    My .book structure is the next:
    Catalog.book
    -Title.fm
    -Index.fm
    -Content.fm
    Each time I need to update the date of the catalog, I should edit the master page of index, and both master pages (left/right) of the content.
    Is there an easier way to make those changes?
    By the time I have a variable called 'revision_date' in both files, but I must change them twice.
    Thanks in advance

    1. Educate him. Point out that the system variable is intended to overcome human mistakes....
    2. a. Either in one of your working files or In a new, separate file, create a unique paragaph tag -- ModDate, for instance --. Insert the Modification Date variable as the only content.
        b. Insert a cross-reference from your working file(s) to the ModDate para tag.
        c. Whenever you open and Save the file with the date-controlling variable, the change should ripple into all files that use that as the source for the cross-reference.

  • How can I auto-update all book file links after making a new copy of my project?

    Using Indesign CC 2014,
    Windows 7x64.
    I've created a catalog, using a book file (.indb) which connects 20 Indesign files (.indd) together (so page numbering is continuous, etc).
    Each of the 20 Indesign files all have numerous art asset links and cross references. In total, ~200 files are involved.
    Once finished with the whole thing, I made a copy of the entire folder structure and placed it elsewhere, because I now need to create a modified version of this catalog project for a different company.
    In the end I need to wind up with 2 different, but very similar catalogs.
    Here's my problem: when I made the copy of the entire project and opened the copied over book file, I've found that it's still referencing the older 20 Indesign files back in the first folder structure.
    It's not using the new stuff.
    Same goes for all the art asset links inside each Indesign file.
    Looks like absolute paths only.
    What's the standard operation procedure here? What can I do to avoid having to manually re-link numerous art assets, etc?
    Surely, this is a common need among Indesign users.

    Hey, Peter!
    I've delayed my response here.
    Been dinking around, trying things.
    That's a smart suggestion, but the Package command will round up all assets into a nice compact folder structure ready for production. It's not really what I need.
    I need to keep things as they are, fully editable and unaltered - my folder structure is carefully crafted as is, and I definitely don't need all the fonts dumped into a folder.
    Here's what I'm doing now - I make a complete new copy of the folder structure in question. It includes all InDesign files and linked artwork, etc. Everything.
    I then CHANGE the name of root folder of the folder structure I initially copied. This breaks all the absolute paths of the copy.
    Then I open each InDesign file and the CORRECT links are still automatically found because it looks inside the new folder structure I just made by creating the copy. So all links get "fixed".
    Thank goodness InDesign is far more intelligent about finding missing links than Illustrator.
    This is the best solution I've found. It's not perfect, but nothing ever is.

  • Reader 9.3 produces Runtime error for all .pdf files on hard drive and email

    Does anyone have a resource that can show me how to eliminate a runtime error with Reader 9.3.1, Windows XP w/ SP3 and IE7. I have recently had all .pdf files located on my hard drive and in emails refuse to open because of this message:
    "Runtime Error!
    Program C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe
    This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information."
    So far, I have uninstalled and reinstalled Reader 9.3 from the website; added update 9.3.1 and tried to reopen files with no success.
    My organization sends a ton of .pdf files and it is not good when you can't open them for review and action.

    Hi All,
    Although I don't normally post in forums, I thought it prudent to lay this matther to rest.  I have tested the following solution:
    It appears that Adobe Reader likes to check access to each parent folder as well as the actual application data folder.  Apparantly there are other programs that also do similar things. As a result if you have your appdata redirected to \\server1\profiles\%username%\appdata adobe reader would first try directly access \\server1\profiles.  If the user does not have to Traverse folder permission, this fails. Typically you will need to change your permissions on you profile share from:
    -                   Users - Read Attributes (Apply to: This folder, subfolders and files)
    -                   Users - Read Extended Attributes (Apply to: This folder, subfolders and files)
    -                  Users - Create Folders/Append Data (Apply to: This folder, subfolders and files)
    -                   Users - Read Permissions (Apply to: This folder, subfolders and files)
    To the share permissions suggested by Microsoft in KB 274443:
    -                   Everyone - Create Folder/Append Data (Apply onto: This Folder Only)
    -                   Everyone - List Folder/Read Data (Apply onto: This Folder Only)
    -                   Everyone - Read Attributes (Apply onto: This Folder Only)
    -                   Everyone - Traverse Folder/Execute File (Apply onto: This Folder Only)
    Hopefully this helps everyone.

Maybe you are looking for

  • How can I mirror my ipad's display on my tv without apple tv?

    Is there a cord that connects my iPad to a dvi, vga, or hdmi; that I can mirror my iPad's display on?

  • Limitations of "Copy and Paste"

    I may be wrong, but it seems to me that I used to be able to copy whatever portion of the screen I chose just by using my cursor and Edit>Copy or Cut. Well, I can't do it now; in fact, many times the Edit command is grayed-out and I have to resort to

  • How to use runtime datasource with crystal to generate reports

    Hi, I am new to BO Crystal reporting area. In my appliaction I am trying to use runtime data source. My objective is to use a 'List of Java ValueObject(class holding private attributes with public getter setter)s' as report database. I am using versi

  • Distributed destination issue on Web Logic server 8.1

    Hi, I'm using distributed JMS destination (Cluster) of Web Logic server 8.1. I'm using Oracle B2B to talk to the cluster. Oracle B2B is only creating a consumer on one of the managed servers in this cluster. This is resulting in loss of messages when

  • How to abort instances which are stuck in automatic activity

    Hi, Some of the instances are got stuck in automatic activity of a process, how can we abort those instances. In engine db - PPROCINSRANCE table i am able to see the instances but PTODO table, it doesn't have any records. As we didn't had proper conf