separate table and figure numbering sequences

I need to a few pointers and guideance on how to set up automatic numbering for tables and figures separately.  As is the case, the sequence number ahead of the use by a table or figure.  For example, table 1, Figure 2, Figure 3, table 4.    What I need in this case, it is table 1, Figure 1, Figure 2, table 2.

Steve,

The easisest way is to use what is called an indicator of the series for you the sequence of automatic numbering. It is a single letter to the star of automatic numbering. As a general rule, we can use F: to figures and T: for tables. FM will then number these flows differently. You can make things more complicated in your configuration (and much easier for authors) by using a matrix of numbers where the parent title tags reset low counters (which is what Peter was referring to).

See:

http://www.freeframers.org/archive/99/msg00281.html

http://help.Adobe.com/en_US/FrameMaker/9.0/using/WSF176D8C8-8133-4860-88E3-AF69262623F0.ht ml

http://www.techcomplus.com/reference/Autonumbering.PDF

http://www.MicroType.com/resources/articles/AUTONUM_DE.PDF

http://www.InfoCon.com/files/AUTONUM.PDF

Tags: Adobe FrameMaker

Similar Questions

  • Problem: Build a VI to display a string in the table of the lights. Each letter must be posted in a separate table and letters must move from one table to the other in the direction from left to right.

    Hi all

    Problem: Build a VI to display a string in the table of the lights. Each letter must be posted in a separate table and letters must move from one table to the other in the direction from left to right.

    I did program mentioned above but it does not work. Can you tell me what is the problem?

    There is no error is indicated in the program. If someone knows about it please try to find solutions and help me out of this problem.

    I have attached my program with this message.

    Thank you in advance!

    (1) FOR loops are your friend here.  You can make a slight restructuring using loops, and then you will have less mess to deal with, the inner loop through tunnels of autoindexing to make it even simpler.

    (2) I would only treat the numeric values of the characters.  So go terminal of control of the chain, the capital letters and byte array to before the outer loop.  You can use a size of Board over there to tell how many times the outer loop to iterate.

    (3) the Index table is extensible.  So you only need over the index of the first, and it will increment itself, as it develops.

    (4) you need to finish the lookup table (table 3D)

  • Continuous numbering for table and Figure legends

    On the FM band, how configure you graphic captions and table to have a consecutive numbering of the file (chapter) to the file? We do not use a chapnum, just continuous as numbering pages.

    Use a label series dedicated to each function as F: for figure and T: for the tables (it's in AutoNumber Format paragraph Format).

    Make sure that nothing else uses, or resets, except when it is specifically intended, like the names of paragraph Format as "Figure.1.

    If it is a book, the book, and each file, make sure that the Numbering of Document properties for the paragraph
    (*) Continue the numbering of the previous paragraph in the book

    Put no more than one of the same tag paragraph Autonumbering in an framework anchored (counters don't progress not properly).

  • Automation of table and the Figure of numbering

    I have a large document with many figures and tables that get deleted/added or just change anywhere in the document under review.  It is also necessary to have a sentence in the text referring to the table/figure.  My question: is it possible to make the automated table/numbers so I mustn't keep renumbering them and this corresponds, as they move?

    I have checked forums and books of reference, but have not been able to find something about it.  Has anyone experience this problem?  If yes how did you work it?

    Thanks for the help!

    Melanie

    You must define separate lists for tables and figures. Detailed instructions are here:

    http://blogs.Adobe.com/indesigndocs/2009/04/numbered_lists_part_iii_figure.html

  • Select the table column group and generate a sequence number

    I have to select data from a table column group and generate a sequence for every reset of the sequence from 1 to leave.

    For example:

    Data:
    Col1 Col2 Col3 Col4
    A NA KA-2009-08-13
    B NA KA-2009-08-13
    C NA KA-2009-08-13
    A NA KA-2009-08-13
    B NA KA-2009-08-13
    A NA KA-2009-08-13

    Expected results of the Select statement:
    Col1 Col2 Col3 Col4 Seq_No
    A NA KA-2009-08-13 1
    A NA KA-2009-08-13 2
    A NA KA-2009-08-13 3
    B NA KA-2009-08-13 1
    B NA KA-2009-08-13 2
    C NA KA-2009-08-13 1

    How can it be possible with a SELECT statement? Is it possible to assign the following numbers for a group of columns and put it back when it changes? In the above example, all columns are the key to generate the seq number

    I know that this can be done using procedures stored and that is how I do it now by introducing a temporary table.

    Can someone help me with this? Please let me know if the question is too vague to understand!

    Thank you
    Nachi

    Use the row_number() analytics.

    Ravi Kumar

  • I'm trying to generate a table of random numbers 30. After each 5 readings a new vi must open and indicate to the user than 5 readings were made. and continue with the generation of the table again.

    because I don't have a sensor now, I am currently generating a table of random numbers 30. After each 5 readings a warning should be given to the user 5 readngs are completed. This cycle must be repeated. the size of the table is 30.

    Please help me, waiting for response as soon as possible.

    Once I have the transducer, I'll take 30 analog samples and then after each 5 smaples this wraning will be displayed din a new VI

    Use a while loop with a delay time representing your sampling interval.

    Use is equal to the count Terminal to see if 4, then 4th iteration = 5th sample.

    Use a box structure. The real deal will only run on the 4th iteration.

    In the case of true place a Subvi with your message of your choice in the front panel. Go to the properties of the VI window and set ' open the front panel when it is called.

    The condition to closing of attention is not given to your description.

    Consider that rather than usign a Subvi to do this, you can use the "dialog box one/two/three button" or "display message" live in the palette "user interface and dialogue."

    Please try it out and send your own VI. Do not provide us with a working solution.

    Kind regards

  • How to compare data from the two table column by column and connect the result compared to the separate table

    Hello experts...

    I'm new to this forum and Oracle coding complex.

    I have a task in which I want to compare two tables with the same structure, same columns. My Oracle database is 11g Release 2. I want this column-by-column comparison and save the result in a separate table. (say result_table)

    The structure of the table would be as follows:

    SQL > desc emp;

    Name                                      Null?    Type

    ----------------------------------------- -------- ----------------------------

    EMPNO NOT NULL NUMBER 4

    ENAME VARCHAR2 (10)

    JOB                                                VARCHAR2(9)

    MGR                                                NUMBER(4)

    HIREDATE DATE

    SAL                                                NUMBER(7,2)

    COMM                                               NUMBER(7,2)

    DEPTNO NUMBER (2)

    SQL > emp_comp desc;

    Name                                      Null?    Type

    ----------------------------------------- -------- ----------------------------

    EMPNO NOT NULL NUMBER 4

    ENAME VARCHAR2 (10)

    JOB                                                VARCHAR2(9)

    MGR                                                NUMBER(4)

    HIREDATE DATE

    SAL                                                NUMBER(7,2)

    COMM                                               NUMBER(7,2)

    DEPTNO NUMBER (2)

    Both of the tables EMPNO is the primary key.

    I want to compare these two tables based on the EMPNO (EMPNO even is both tables).

    The result log table would be as follows:

    SQL > create table result_table

    2 (check_sr_no, number (5),)

    table_name 3 varchar2 (30),

    ROW_ID 4 varchar2 (20).

    column_name 5 varchar2 (20).

    6 column_data varchar2 (1000).

    compared_by 7 varchar2 (10));

    Table created.

    SQL > alter table result_table

    2 Add the constraint result_table_pk

    3 primary key (check_sr_no);

    Modified table.

    The name of the table and the name of the column will not be hardcoded (based parameter by user)

    I tried to use the dbms_comparison package, but do not find comparison of column to column.

    I also used by using the query operator LESS. It's showing the difference in rank.

    I also went to https://asktom.oracle.com/pls/apex/f?p=100:11:0:P11_QUESTION_ID:2151582681236

    Your help will be very appreciated.

    Thank you

    DK

    Tom Kyte has answered this question MANY times over the years. Here are links for its solution

    https://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:4934799800346640847

  • Urgent - how to separate incorrect load records and put it in a separate table

    We won't be a requirement in ODI 11 g of the customer each time a wrong record execution flow shud is met rather separate shud of those records in a table of errors as well as at the end of the charge of the management of errors we shud be left with all the documents (with the exception of incorrect records) in the target table and these records incorrect shud be there in a separate table of error.
    The definition of the incorrect records may include the size of a column or data type incompatible between the source table and target. How to implement this strategy in ODI of error handling, or is it one out of the box solution that we can leverage it please help.

    Thank you and best regards,
    SBV

    Published by: user13133733 on December 23, 2011 04:45

    Hi, SBV,.

    Please find my answers below,

    I tried the steps suggested, however I have some doubts:
    1. what all data exceptions (for example, violation of constraint primary key etc.) are dealt with in this mechanism?

    Yes, you can manage PK, FK, check violations of constraints etc. with CKM.

    2. If there is a difference in size between the source and target table column it will work? (I know because I tried it and it will give error before completing the I$ table, because I$ is created according to the source).

    You're right column size incompatibilities will not be captured under the property default CKM.

    Also, I get an error in the creation of the SNP_CHECK_TAB step. In my case, ODI's by default making a query like "create table. SNP_CHECK_TAB", now this period (.) before SNP_CHECK_TAB is what makes an invalid table name and that is why this step is a warning (not an error), but to the next step (delete previous checksum) is to launch a mistake because this step is also looking at. Table SNP_CHECK_TAB who's not here.

    Please help me here the whole issue. I don't know why he does this default query I freshly impoted the CKM Oracle and used.

    It's coz there is no physical schema by DEFAULT not defined on your target data server.

    Open Manager, topology-> Phy architecture-> -> -> develop, open your physical schema and check DEAFULT.

    Thank you
    Guru

  • issue with tables and clusters

    Hello

    Another issue with the tables and clusters. I have three engines thatI move on XYZ and then measure something. I need to draw on the 3D, the result of the measurement. How to draw real XYZ and not the index of the data table positions? (I can't actully how to build the matrices 2D forX, Y and Z). In the figures, I give an example of what I need.

    Concerning

    You have to break the data out of the cluster and to present them to the graph 3d to a separate bays for X, Y, Z and W where 'W' is your values measured at the locations described by X, Y, Z.

    This thread shows how trace readings in space 3. The following image shows the data that the original author wanted to draw.

    Have fun

    Ben

  • How can I read items in four tables and store them in variables?

    Greetings,

    I have 4 tables which I read to control an autonomous robot vehicle as instructions.

    I must be able to read the first elements of each table and store in separate variables 4 (direction, speed, angle, distance). Wait until the first statement has been executed. Then I move on to the second elements of each array. I'll repeat this until I went through all the elements. I am struggling to figure out how to do this?

    Please note:

    -The number of items in the tables is always the same, although the number of items varies as can be less instructions or more.

    For example, a full trial takes 1st element of table 1, table 2, table 3 and table 4 and it builds something like: forward, 10, 20, to the left. This will then be the robot moving forward at a speed of 10 over a distance of 20 and then turn left. Once this done then it contains the elements 2 and so on.

    Please find attached my VI that reads a text file and creates 4 berries.

    Thank you.

    stanm13 wrote: Unfortunately, I don't think you understood my question.

    Then, I would say a) you don't understand the answer or b) you explain well enough.

    To make each element of an array, using a loop FOR with autoindexing entered is the way to go.

  • Is it possible to place the table and the text online?

    Hi all

    I have a table need to align with the numbered list. Is it possible in line of the table and text on a single line. EX: 6.12 and top of the 'text' must align horizontally.

    See the screenshot of the problem.

    Currently what I do, it is to place the table in separate frame and place it online using the option of the anchor.

    Screen Shot 2016-08-30 at 1.20.22 PM.png

    Thanks in advance.

    Kasi

    We could use the options for text blocks to position the first line.
    Fixed value set to 0.

    And a table style that would govern the distance before and after a table.
    If you wish, set both values to 0 .

    We could also do a minimum in the lead with the paragraph formatting to separate paragraph following with the next table.

    Best,
    Uwe

  • Cleaning the table - moving of the values in a table with its own sequence

    Hi all

    I was responsible for cleaning up some data. Table has its own sequence and some of these sequence numbers now have empty values, I need to transfer the data about to remove these blanks.

    Hard to explain, so I'll illustrate it:

    create the table adam_test
    (index field_number number (20),)
    field_data char (20));

    insert into adam_test values (' 1 ', ' ');
    insert into adam_test values ('2', 'ADAM');
    insert into adam_test values ('3', 'BOB');
    insert into adam_test values (' 4 ', ' ');
    insert into adam_test values ('5', 'JOE');

    SQL > select * from adam_Test;

    FIELD_DATA INDEX FIELD_NUMBER
    ------------ --------------------
    1
    2 ADAM
    3 BOB
    4
    5 JOE

    I need manipulate the table so that FIELD_DATA whites are no longer there, so go back valid in the sequence lines if any gap is present.

    .. the desired end result would be:

    FIELD_DATA INDEX FIELD_NUMBER
    ------------ --------------------
    1 ADAM
    2 BOB
    3 JOE
    4
    5

    I may or may not remove empty lines altogether once it made, but this isn't important, that I'm struggling with the first bit for now.

    Any ideas how I could achieve in PLSQL?

    Thank you!
    Adam

    Monty77 wrote:
    What happens if the table has another column, customer_id:

    SQL> select * from adam_test order by custom,field_number
      2  /
    
        CUSTOM FIELD_NUMBER FIELD_DATA
    ---------- ------------ --------------------
        100000            1
        100000            2 ADAM
        100000            3 BOB
        100000            4
        100000            5 JOE
        100001            1 CLIVE
        100001            2
        100001            3
        100001            4 STEVE
        100001            5 MICKEY
    
    10 rows selected.
    
    merge
      into  adam_test a
      using (
             select  rowid rid,
                     field_data,
                     row_number() over(partition by custom order by case field_data when ' ' then null else field_number end nulls last) new_field_number
               from  adam_test
            ) b
      on (
          a.rowid = b.rid
          )
      when matched then update set a.field_number = b.new_field_number
    /
    
    10 rows merged.
    
    SQL> select * from adam_test order by custom,field_number
      2  /
    
        CUSTOM FIELD_NUMBER FIELD_DATA
    ---------- ------------ --------------------
        100000            1 ADAM
        100000            2 BOB
        100000            3 JOE
        100000            4
        100000            5
        100001            1 CLIVE
        100001            2 STEVE
        100001            3 MICKEY
        100001            4
        100001            5
    
    10 rows selected.
    
    SQL> 
    

    SY.

  • How to divide a string into an array of strings in separate tables

    Greetings,

    I have an array of strings which displays strings in a text file. I read each line of the text file and put it in an element of the matrix of the chain.

    Now, I'm trying to divide each string for each part of the chain, then put in a separate table. Each element in the chain is separated by a comma. I hit a brick wall at this point and would like to help please?

    The purpose of this is so that I have 4 tables that will be ready their item values and set variables based on these values until I went through all the elements in each array.

    Attached example.

    Also my VI is attached.

    Thanks in advance for your help.

    Then just use Index Array on 2D array provided.

  • Read file txt and research numbers

    I have a text file that looks like this:

    Ref #1 2.1 3.0-10

    Ref #2 3.3-2.3 - 1.5

    I would like the user to be able to:

    A. enter a line number in the digital control of VI and VI on-screen digital displays the numbers on the line.

    for example if the user '1' key, the three digital displays show "2.1", "3.0" and "-10"»

    B. key in a string in the control of chain of VI and digital displays in the view of the VI numbers on the line that contains the string

    for example if the user in "ref #2" key, the three digital displays show "3.3", "2.3" and "-" 1.5 ".

    An example of code?

    We can't really say what looks like your text file. What are delimiters? (tabs? space?).

    Here's what I'd do (if the file is clean (a single column separator, etc)):

    • Read the file using spreadsheet file playback using the polymorphic string instance. This gives you a 2D channels table.
    • Remove the first column and make it a table 1 d of channels.
    • Go to digital 2D table remaining channels and to convert an array of DBL.
    • Wire now two tables for a while in a loop so that the user can interact (use a small wait or structure of the event).
    • For scenario A, use the table of indexes on the digital Board to display the appropriate line.
    • For scénarion B, table search for use on the string, the index table and proceed as above to obtain the line.

    See how far you get...

  • Find a 1 d table and build a new

    Hey... im pretty new in LV.

    My 'grand' problem is:

    I have table 1 d of numbers:

    • 10
    • 10
    • 20
    • 20
    • 20
    • 10
    • 10
    • 30
    • 45
    • 10
    • 10

    and I want to build and collect numbers in new table 1 d

    Like this:

    • 10
    • 20
    • 30
    • 45

    TNX so much

    "The simplest solution is often the best.

Maybe you are looking for

  • Tempered glass screens are ruining the look of the iPhone?

    Hey guys,. So, recently I bought the iPhone 6 Plus and also bought a screen in tempered glass. At the request of the screen, I noticed immediately that the screen has Lint and dirt adhered. I understand the Plus 6 is bent sideways and therefore produ

  • HP e - All in one printer C410: cannot download driver from site Web

    Would someone happen to have the site to download the driver from the Web site will not download? He just spinning guard and said he takes about 3 minutes, but was more than an hour. Thank you!

  • How to print the contents of a hard drive?

    Title: list of files on a specific drive. How to print the contents of a hard drive?  I would like to be able to remove the old files, but it would be easier if I could print the content rather than scroll through the file by file.

  • fTalk does not work in Windows 8

    Oops! A connection with the Facebook platform could not be established at this time.  Please try connecting later I've upgraded to windows 7 and it worked fine.  I am now using windows 8.1 and it is all that I get every time since 3 days

  • Failed to open the html file that DW CS6 freeze

    I edited my web today. Everything went well and the page works well. I went back to one of the html pages via DW and DW froze. I tried again... same problem but all my other files open normally. I could "go to the link" open file and open the page bu