Auto-numbering figures and tables

Ask a Question related to Adobe Indesign Windows, Design and Development.

  1. #1

    Default Auto-numbering figures and tables

    Hello everyone,

    I'm trying to use InDesign CS to write a scientific paper--I just love its freeform layout capabilities. But there's no native support for adding figure and table numbers and for referencing them. There are some plugins, of course, notably the Virginia Systems Sonar Bookends stuff, which cost $195 or more each package. Now as a student I got InDesign CS myself for $200, so it makes no sense to get a plugin for the same price.

    Is there any free or cheaper plugin out there that does auto-numbering and auto-references for figures and tables?

    I was thinking of writing some scripts, too, so if you happen to have some tips, please share!

    Many thanks!

    David
    david_francois_huynh@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Page Shuffling for with Auto Page Numbering
      I'm laying out a 50 page book to print. The book will consist of letter size pages that are folded and stapled down the middle. In order to do so,...
    2. InDEsign Newbie - Consecutive numbering of figures in a document. How?
      I've placed text and graphics from a MS Word version of a User Manual that includes consecutively numbered figures for the graphics (eg: Figure 1,...
    3. Auto page-numbering wierdness
      I have a book I'm trying to put together with auto page numbering. (ID 2.0.2) I started these docs assuming manual numbering, and switched to...
    4. Auto numbering
      When will indesign have auto numbering? I just finished a 300 page guitar book (www.sheetsofsound.net) which used Chapter.ExerciseNum.Page in the...
    5. Auto-numbering for chapters
      Is there a function/feature which someone knows of to do auto-numbering of chapters within InDesign? We are attempting to number chapters, lets say...
  3. #2

    Default Re: Auto-numbering figures and tables

    David,

    I know of no other plug-ins for this so I think a script could be the best solution for you. A script will not dynamically update the numbering like a plug-in would but it would be easy to create.

    Phil Redman
    pjredman@adobeforums.com Guest

  4. #3

    Default Re: Auto-numbering figures and tables

    Phil,

    Thanks for your reply! Do you know of any resource (books, online help) that would help me do this?

    I am thinking of putting XML tag (e.g., <my:figure id="aCoolFigure">caption here</my:figure>) on each figure's caption and then have the script iterate over all <my:figure> tags and generate the figure label or something like that... Am I on the right track?

    Thanks again!

    David
    david_francois_huynh@adobeforums.com Guest

  5. #4

    Default Re: Auto-numbering figures and tables

    Why not check the scripting forum?

    Bob

    Robert_Levine@adobeforums.com Guest

  6. #5

    Default Re: Auto-numbering figures and tables

    Good idea! :) Silly me... Thanks!

    David
    david_francois_huynh@adobeforums.com Guest

  7. #6

    Default Re: Auto-numbering figures and tables

    > Am I on the right track?

    I would prefer the usage of char styles that doesn't change everything to
    mark the area where the script will insert the chapter numbering. Is easier
    to handle during the creation of the text. I wrote a script for the PC
    version some time ago to handle this five levels deep, but only for chapter
    counting, not yet figure numbering. The only disadvantage is that it has to
    be triggered manually to work on the document.

    Jens


    Jens Schulze Guest

  8. #7

    Default Re: Auto-numbering figures and tables

    That sounds very relevant. Would you mind sharing the code? Thanks!

    David
    david_francois_huynh@adobeforums.com Guest

  9. #8

    Default Re: Auto-numbering figures and tables

    > That sounds very relevant. Would you mind sharing the code? Thanks!

    As I'm at work and the programms are at home, please write me a mail to
    [email]jens@trickbetrueger.org[/email] (with a good subject so my spam filter will not
    trash your mail) and tell me which InDesign windows version you will use,
    because there are different executables for ID2 and IDCS needed because of
    slightly changes in the object modell. The programm is coded in Visual Basic
    6.

    Jens


    Jens Schulze Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139