Chapter NUMBERS? How to include list styles in TOC?

How does one include chapter numbers!?? I have used a list style with a paragraph style as headings for chapters and paragraphs (Example: 1. Introduction | 1.1. Company X), which I now want to include in the TOC. Using the specific heading in the TOC only includes the text, and not the entire list item (number followed by text). How do I accomplish this list item to be included? Is there a way to (only) tweak the TOC style of a template?

http://discussions.apple.com/thread.jspa?threadID=2107212&tstart=0
Yvan KOENIG (Vallauris, FRANCE dimanche 9 août 2009 14:00:22)

Similar Messages

  • I would like to know how to include entries in my TOC that refer to paragraph styles that a before the TOC.

    I would like to know how to include entries in my TOC that refer to paragraph styles listed before the TOC.
    Example:
    page i. Title Page
    page ii. Abstract
    page iii. Table of Contents
    I want the TOC on page iii to include the entries "title page" and "abstract". Is this possible?
    Thank you-

    Thesis formatting rules.
    Can you answer another question?
    How do I change the text for a TOC entry? For example,
    I have selected the title on my first page, for example "Summer Report" and selected a paragraph style for it, and added it in the TOC. Now the TOC will have this entry for "Summer Report" and the associated page. But I want it to say "Title Page" instead. Can I edit this text? In order words, have the TOC point to something with whatever name I want to give it, even though it is not the actual name of the section?

  • How to include external style sheet

    Hi !!
    Can any one explain how to include external style sheet.

    Anil,
    Simply include the css file as I demonstrated in my last post and then reference one the css classes by name in the "styleClass" attribute of the component. So, if the css file that have included in my JSP file (as demonstrated in the prev post) contains a class like:
    .spicyPink {
    color:#FF1CAE;
    font-weight:bold;
    Then I would simply reference this class in the component as folows:
    <af:outputText value="Pretty In Pink" styleClass="spicyPink"/>
    However, you can also add styling to a component inline and accomplish the same task:
    <af:outputText value="Pretty In Pink" inlineStyle="color:#FF1CAE;
    font-weight:bold;"/>
    The thing to remember is that other than the use of styleClass and inlineStyle, referencing and including css in your JSP/JSPX pages is really no different that used in an HTML page.
    Here is reference to help you along:
    http://www.w3.org/TR/REC-CSS1#containment-in-html
    --RiC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to include element on page TOC in dynamic converter

    Hi,
    I am trying to create TOC in dynamic converter, when I open edit template, select element, and properties, check on include in page TOC, Click OK to close properties window, then come back to take look the change, the check is gone. it happens to all the elements. How to include element in page TOC? are there other steps have to be done before elements can be added? Thanks!
    T.J.

    JSP tags don't add html elements. Add the html and body elements as listed:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:pe="http://xmlns.oracle.com/adf/pageeditor"
              xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <html>
      <body>
      <af:pageTemplateDef var="attrs">
        <af:xmlContent>
          <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
            <display-name>sampletemplate</display-name>
            <facet>
              <facet-name>content</facet-name>
            </facet>
            <attribute>
              <attribute-name>hideBreadcrumb</attribute-name>
              <attribute-class>java.lang.Boolean</attribute-class>
              <default-value>#{false}</default-value>
            </attribute>
          </component>
        </af:xmlContent>
       <af:resource type="javascript" source="//scripts/code.js"/>
      </af:pageTemplateDef>
      </body>
    </html>
    </jsp:root>

  • Chapter numbering - how to get rid of it

    Is there an easy way to suppress the chapter numbering of
    imported topics? I cannot imagine that the majority of help authors
    want topics that are imported from Word documents to maintain the
    chapter numbers.
    I noticed these numbers are always included in a specific
    way. The corresponding lines begin with
    <h1>1.<span..>  </span>
    , i.e., two non-breaking spaces in the span. That means it would
    probably be possible to use an advanced search & replace tool
    to remove the numbering, not a very nice workflow though. Are you
    awaye of any other method?

    This sounds like a style mapping issue. You could start by
    reading
    this
    link on Peter Grainge's site that links to other topics
    depending on which RH version you are using.

  • [ iWork pages] How to number list style color & add style ?

    Hello
    Korean users. pages while using the question has occurred.
    If you look at the attached image
    to change the color of the "numbered list" style number have been wondering.
    So the search, I got this answer.
    https://discussions.apple.com/thread/2236216?threadID=2236216
    However, this method has not been registered in the list style.
    What should I do?
    Pages 09 User Guide.pdf
    How to change the color, like the list of files added to the list style of list?
    Is too worried.

    Quick fix:
    Right Click / CTRL+Click (to get the contextual menu) on the first line of the second number list and select Restart Numbering from the list of options.
    Repeat as needed for subsequent lists.

  • How to include custom style sheets in BI 7 WAD (Web Reports)

    Hi,
    I have WAD in 3.X, where I have used custom stylesheets. Now I need to use the same style sheets of 3.x development in BI 7 WAD.
    How do i achieve this?
    Regs, Arka

    Hi,
    Stylesheets cannot be included via the Web Application Designer for BI 7.0 web templates. You need to use the Theme Editor of the Portal instead. Please refer to the documentation:   
    http://help.sap.com/saphelp_nw70/helpdata/de/f4/bb7a3b688d3c1de10000000a11402f/frameset.htm
    Best regards,
    Janine

  • How to include list of values in filter

    Hello Friends I am new to Universe design, I want to create a filter on field and filter should display multiple list of values like
    phone,cell,email etc for the end user so that he can select one. Or else If he select '* 'he should get data for all LOV. * should be deault for all values. Thanks so much,
    Toby.

    Hi,
    W026DTI1.LIHEA_RECIPIENTS.LAST_NAME IN @Prompt('Enter Name','A','Classname/Objectname',MULTI,FREE)
    This 'Classname/Objectname' gives you the LOV of Objectname from which you can select the values.
    While for having * in place of any values you need to add an OR condition while defining the prompt defition as
    '*' IN @Prompt('Enter Name','A','Classname/Objectname',MULTI,FREE)
    So, The complete definiton will be as:
    W026DTI1.LIHEA_RECIPIENTS.LAST_NAME IN @Prompt('Enter Name','A','Classname/Objectname',MULTI,FREE) OR '*' IN @Prompt('Enter Name','A','Classname/Objectname',MULTI,FREE) 

  • How to create inconsistent numbered list style?

    Can I create paragagraph style with inconsistent numbered list in InDesign CS4? I created a style with numbered list but when I apply it to the second list on another page of my document list numbering continues from last number of previous list (in consecutive order). What's up? I want to get the same effect as in Microsoft Word.

    Yesterday I created new discussion on topic of numbered list style.
    Then I found out about Restart numbering not working for numbered lists created w/ paragraph style one and began to experiment.
    I would like numbered lists to begin with #1 by means of style as on this page.
    I did it using Numbered List on the Control Panel. It does what I want.
    vzdljfh
    zsdlfkhc
    zsdfljg
    FSLjg
    sdkfugiaufos oieytroi stup pdi7 oeutp  9ue9tueopiti
    estiyoas9tuoe[au[topw[9 p uwepta[owru
    ueytaoiuetp9yeapotuyhopa
    lzsdrhfaio
    aseuyrfoi
    liayf
    hliughoudg
    I’ve created numbered list style (body text) that has no number at LEVEL 1 and use that to restart the numbering (see 2 JPG)
    Secondly, I’ve also created the Numbered List style as Dominic Hurley advises:
    This is result (see 3 JPG):
    And this is the final result of my work (see 4 JPG):
    1, 2 -7, 8, 9, 10, 11, 12 -18
    It is still all Greek to me.
    Please help me to understand this. What am I doing wrong????

  • How to include in table of contents the list of figures and list of tables?

    How to include in table of content the "Table of contents", "List of figures" and "List of tables"? All are generated with function Table of contents, but they will not appear in generated table of contents even if they have proper style of headings - Heading 1, as other chapter.
    I get this in generated Table of contentes of my dissertaion thesis:
    Table of contents
    Preface
    Table of contents <- missing
    List of tables <- missing
    List of figures <- missing
    Introduction
    Main
    Conclusion
    Is it ok, that generated lists are not included in table of contents?

    You've just confused me.
    My understanding of how this is set up is that either:
    This is a book, and there is a master TOC that includes all book documents and a document-specific TOC in each component file, or
    This is a single file and there is one master TOC that includes all sections and a section-specific TOC that includes only the individual section.
    In the first case, I think you would want two TOC styles set up, one that includes the chapter heads (if I understood how you said this worked) for the for the master, and you would include all docs in the book when you generate it, and a second style for the individual chapters, with the subheadings you want to include.
    In the second case, it would be similar, but instead of only one style to cover the section TOCS, I think you would need to create a unique set of pargraph styles for the headings in each section (they can all be the same format, based one section, just with unique names), and then make a TOC style for each section that includes only the styles from that section.
    OK,  wait a sec. I just reread what you said: "Another thing: when the numbers are "linked" and updating well, they  display indide a little box. Not a text box, but a kind of little frame  around the numbers. That frame makes it imposible to delete just one  number: when the TOC says that Section 6.1 is in page 135, for example,  you cannot delete just the 5, it deletes, not just the 3 numbers, but  also the doted tab."
    I think these are NOT normal TOCs created by using Layout > TOC (but you could replace them with ones that are, if you set up your styles properly and the text you want to include is appearing on the pages). Those little boxes you mention sound like cross-references, which should update automatically without any intervention at all. Unfortunately, cross-refs can be flakey, especially if they point to another document. I'd open the cross-refs panel and see if you need to recreate a bunch of links.

  • How to pick up chapter numbers in TOC headings?

    Each new chapter heading is in a one-row, two-column table. Column 1 contains only a large number (numbered style called ChapNum) against a shaded background, and column 2 (unshaded) contains the chapter title (Heading1 -- which is NOT numbered; only the style in column 1 contains numbering.)
    The only exceptions are the Preface chapter (a Heading1) and the TOC itself (which uses TOCTitle so it won't appear in the TOC). For both, the shaded column 1 uses a style called ChapNoNum.
    Page layout has sideheads; first page of each numbered chapter looks similar to this:
    |-----|--------------------------|
    |     |                          |
    | 1   | Heading1                 |
    |-----|--------------------------|
    |     | text text text text text |
    |     | text text text text text |
    |     | text text text text text |
    |     | text text text text text |
    I want the TOC to pick up the chapter numbers like so:
    |-----|--------------------------|
    |     |                          |
    |     | TABLE OF CONTENTS        |
    |-----|--------------------------|
    |     | Preface...............1  |
    |     | 1. Getting Started....3  |
    |     | 2. More Stuff.........5  |
    |     | 3. Troubleshooting....9  |
    But the TOC picks up only the Heading1s, which aren't numbered. How to include the ChapNum in front of the Heading1 in the TOC? (I've tried using graphic boxes on master pages instead of the table rows on the body page but haven't found the answer there.)
    Any help is most welcome.
    Gay (FM 9.0, non-structured)

    Gay Alson wrote:
    Each new chapter heading is in a one-row, two-column table. Column 1 contains only a large number (numbered style called ChapNum) against a shaded background, and column 2 (unshaded) contains the chapter title (Heading1 -- which is NOT numbered; only the style in column 1 contains numbering.)
    The only exceptions are the Preface chapter (a Heading1) and the TOC itself (which uses TOCTitle so it won't appear in the TOC). For both, the shaded column 1 uses a style called ChapNoNum.
    Page layout has sideheads; first page of each numbered chapter looks similar to this:
    |-----|--------------------------|
    |     |                          |
    | 1   | Heading1                 |
    |-----|--------------------------|
    |     | text text text text text |
    |     | text text text text text |
    |     | text text text text text |
    |     | text text text text text |
    I want the TOC to pick up the chapter numbers like so:
    |-----|--------------------------|
    |     |                          |
    |     | TABLE OF CONTENTS        |
    |-----|--------------------------|
    |     | Preface...............1  |
    |     | 1. Getting Started....3  |
    |     | 2. More Stuff.........5  |
    |     | 3. Troubleshooting....9  |
    But the TOC picks up only the Heading1s, which aren't numbered. How to include the ChapNum in front of the Heading1 in the TOC? (I've tried using graphic boxes on master pages instead of the table rows on the body page but haven't found the answer there.)
    Any help is most welcome.
    Gay (FM 9.0, non-structured)
    TOCs capture only specified paragraph formats. Your chapter numbers aren't specified in the TOC, so they're not captured. To capture both the number and the title paragraphs, you need to specify both formats in the TOC set-up. To make the number run into the title, you'll need to assign a run-in paragraph format to the number's entry in the TOC; this will cause the title to follow the number on the same line.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • How to make list numbering restart

    Hi everyone,
    I'm sure this is a really simple on that i just don't know, but what i'm trying to do is restart the numbering after every H2 (in the red in the image) i've played around wtih all the settings and can't work it out.
    So basically i just want the "3. Read text below......" to actually be #1. I have given them all the same style and this will be a big document so giving each set of numbers their own style isn't really realistic (i don't think)
    Any help is appricaited or if you need more infomation just let me know, thanks in advance
    Asher
    EDIT: I've been playing around and managed to get the effect i wanted, but i don't know how i did it, and also then the next level down now runs it's own number system without restarts so i basically still have the same problem. Any help would be great, thanks

    Willi's solution is ingenious.
    I never thought of using "Next Style" to assign the style for number 1 and another style for the rest.  But it is limited in that you can't swap number 1 with number 2 without having to reassign the styles.
    I use a diffrent method which, if I remember correctly, was suggested by Bob Levine shortly after ID introduced numbered lists.
    Here is an example of the text that I have numbered correctly
    I have two styles. One for the text that interrupts the numbers called Body Text and another style for the Numbers.
    I start by creating a numbered list for the Body Text.
    I'm adding a numbered list "tag" to this, but the Format is None. I've taken out any symbols for the Number and the Mode Starts At 1. The Level is also 1.
    Next I want to format the Numbers.
    After I set the Format and the Number symbols, I set the Mode to Continue from Previous level.
    After that, I set the Level to 2. At this point the numbers are continuing past the body text.
    But by setting the Level, this opens up the option to Restart Numbers at This Level After Any Previous Level.
    That is engineering-speak for start at 1 if there is another level of numbered list before this one.
    The benefit of this is I can add an item before Number 1, or delete number 1, or swap 2 for 1 and the numbering stays the same.

  • How to extract vendors numbers which are included in a particular payment program variant or from a payment identification?

              How to extract vendors numbers which are included in a particular payment program variant or from a payment identification?

    Hi ,
    That's not a Problem as well.
    Go to F110 nd then see as below screen shot . This will give you everything that has included in payment .
    you have an option of diplay which will give same list but vendor included for paid . You have option  to get paymnet summary and all other . Please check them out and let me know if you need more help

  • At wit's end. How to map 'List1' to a Word multi-level list style?

    My RoboHelp 7 project uses the style 'List1' for numbered
    lists. I want to map this to a multi-level list style in Word 2008.
    When I get to the Print Document Appearance dialog
    (generating Printed Documentation), the Word style does not appear.
    I assume this is because it's not considered to be a 'paragraph'
    type (rather, it's a multi-level list type).
    *How* do I map this???
    In a very small nutshell... my R7 topics were done using
    List1. If a step had sub-steps, it was indented one level (which
    started the indented numbering back at '1')":
    for example:
    1. This is a step.
    >>>> 1. This is a substep.
    >>>> 2. This is also a substep.
    >>>> 3. Yet another substep.
    2. This is also a step.
    Was there a way to do the lists in R7 so that the substeps
    would have been labeled 'a', 'b', 'c'?
    Is there a way to map the method I used (or some other
    method) to a Word multi-level list? (1/a/i/ etc.)
    For some reason, I'm getting absolutely lost in the R7 help,
    and my google-fu is completely awry.
    *Any* help would be greatly appreciated.
    Thanks.

    Best wait for Word 2008 to be launched then. :-)
    Assuming you meant Word 2007, this an old issue. Take a look
    at the Print articles on my site. There must be a way but I gave up
    and haven't really tried again.
    Numbers with bulleted indents might be easier.

  • How to include old invoices in the invoice list

    How to Include old billing documents in the invoice list.
    TO be more clear:-
    I created 20 invoices in the monthof JAN
    I maintained the factory calender in the payer master in the month of Feb 1st and created 10 more invoices in this month.
    So the system is considering only the invocies which were generated after I maintained the factory calender (Only feb invoices).
    Is there any process to include the previous invoicies (Jan invoices)  also to get include in the invoice list.
    Help me in this regards.
    Regards,
    Mallesh.

    It is not possible.
    Regards,
    Rajesh Banka

Maybe you are looking for

  • Doesn't want to retain WiFi settings

    I turn of my TC SSID broadcast.  All of my computers, iPhones, iPads, printers, etc seem to be able to stay connected indefinitely and after reboots.  My wife's MB (late 2008 model) doesn't seem to want to retain the network name, and periodically ha

  • Azure AAD Mobile Service Authentication with corporate accounts fails.

    I have been having on-going issue with Authenticating against a Windows Azure mobile service with corporate accounts. Here is the complete environment. Initially we set up with Office 365 / CRM Online / and Azure for our corporate infrastructure. We

  • FASB 130 reporting SAP

    Hi I have come across a situation where I have to include other comprehensive income ( OCI ) as per  FASB 130  in SAP. This is new implementation and I want to know some leads. What configuration I need to do ? how to deal with FASB 130 ? Is it possi

  • HR ABAP-Payroll Function Module

    Hi pple, Well, When I am trying to run the payroll function module PYXX_READ_PAYROLL_RESULT, I am getting a DUMP. I checked the corresponding input data from PCL2 table. But still it is dumping. Can anyone send me some sample code, so that I too will

  • RMAN recover on a different server - Verify all changes are applied

    Hey everyone, I have two database servers, Oracle 10g SE on linux. One is the 'primary', and we plan to switchover to the other newer server. In order to minimize the downtime from a duplicate database, or a full backup and restore/recover, I restore