RH10 fails to generate the table of contents or index

RH10 has not generated table of contents or index once I have updated a reorganization project and removal of several subjects. I used the editor of broken links to create new links, but this does not solve the problem.

Hello again

In this case, it would appear that you may need to apply some patches of RoboHelp. See the link below and take these measures.

Click here to see

See you soon... Rick

Tags: Adobe

Similar Questions

  • All my attempts so far to generate the table of contents for Kindle (.mobi) failed. Can anyone help?

    I used InDesign CC to create an epub file and the TOC and the Navigation bar appear perfectly in Adobe Digital Editions (version 3.0). Then I saved the file to the IDML format open InDesign CS6 and use the Kindle Plugin to create a mobi file. I use the same style of table materials used to create the epub file, but although Kindlegen validates the file, the table of contents is unable to generate. I've been on several discussion forums and many people express problems by having their TOC displayed in Kindle Previewer. Can anyone help?

    Hello

    Kindle requires a separate html file for OCD and even must be referenced in the guide in content.opf element. In your InDesign CC document, generate the table of contents on a page and make sure the option 'Make the anchor text to the source paragraph' is checked.

    Now export the EPUB 3 file. Open EPUB in Sigil (it's a free EPUB editor of Google). Menu Goto tools-> Table of contents-> generate HTML Table of contents. This creates a new xhtml file and automatically adds the element of guidance in content.opf like this:

    Save EPUB and open directly into Kindle Previewer. Table of contents option must be turned on now and should work.

    Please try and let me know if it works.

    Kind regards

    POOJA

    InDesign engineering

  • When I generate the table of contents from a new .book, I get blank pages between each page of the table of contents

    With FrameMaker 2015. When I generate the table of contents from a new .book, I get blank pages between each page of the table of contents, they are totally blank does not even a block of text. I click on Add> autonomous Create TOC. I keep the default settings. And that's what I'm left with.

    TOC Frame 2015 small.png

    I can get rid of them by special> Delete page. But I never had to do before the 2015 version. I tried with older files generated in frame 10. same thing. If someone has encountered this?

    Master Pages are part of each document.

    You can import master pages from another document (i.e. a ' model') in your current document using the file > import > Formats... option and select layout from the list (deselect all others).

    If you have changed the current TOC for the problem of the Page Master on the left, then simply save the file and use the Edit > update book option for that OCD regenerated by using the new page templates.

  • Generate the table of contents with chapter markers?

    It has been a while since I had to install and create a table of contents for a long document of single file, but I'm sure that I created TOCs in this way in the past. Then, why the text in the Section markers will appear in the table of contents? It is even possible to generate a table of contents that contains text of article marker?

    I use InDesign CS5 in Windows. I have a file single document I'm trying to generate a table of contents for. I designed a 16-page manual in an inDesign file that includes a cover page, table of contents page and seven "chapters."

    I created a separate section for each 'chapter' and used Chapter markers in the top of the page master for chapter names. It's something I did in the past of syntactically long documents containing several chapters.

    I put the first page of each 'chapter' as a new Section on the Pages panel. In numbering and Section Options for each page, I checked the Section getting started, Automatic Page numbering, the Style of Page numbering: 1,2,3,4... and in Section marker: I put the name of 'chapter' in the text box.

    InDesign_Pages_NumberingSectionOptions.jpg

    I've set up paragraph and character Styles and has used throughout my document. When I put in place the table of contents I created everything correctly, including a heading style that I used for all the sub lines in my file and my style of Section marker for chapter names.

    InDesign_TOC.jpg

    When I insert the table of contents, generate headers sub with their page numbers, but the titles of the chapters which are chapter markers do not generate. Am I missing something or is it still possible to enter the text of chapter markers in a table of contents? I'm sure that he's worked in the past. Can anyone offer a solution for this?

    Thank you

    Kat

    Looks like the markers section present only in the table of contents if they are on a document page. Try manually to the substitution of the frame.

  • FM10 cannot generate the table of contents with main points

    Hello world

    I've read some useful discussions here on this issue but I still can not to be able to solve this problem of main points for my OCD.

    I already assured that the reference for all my image in my book files have the same reference table of contents of the page entry page. When I generate my OCD the main points are missing!

    I then, open the reference page for the TOC file and paste in the same entries of table of contents of my other image files and then update the book to regenerate the table of contents.

    Also, this does not solve the problem.

    Any help to fix this would be really appreciated!

    Here are some screenshots of my reference page for my OCD (below). I have ensured that this section is present for all of the image files from my book too (in their sections of the reference page for the table of contents).

    ChapterTitleTOC

    ChapterTitleTOC.png

    Heading1TOC

    Heading1TOC.png

    Heading2TOC:

    Heading2TOC.png

    And my OCD generated

    Generated TOC.png

    Open view - reference pages and search for all occurrences of

    <$paratext><$pagenum>

    remove the space between the tags, then press tab once, then make sure you that you have selected to view - toolbars - formatting to display the paragraph on the right-hand panel, then switch to design a so I don't see there you already have 5.76 tab stops then click it and make sure before that the vertical slider of creation is <$paratext>(it should be a sign of angular once you press tab) |<$pagenum> then Now click on your 5.76 and change of play left to right or CHANGE WIDTH see screenshot AFTER YOU press CONTINUE you need to update while paragraph sign for reference pages

  • [CS5 Server/JSX] Generate the table of contents at the beginning of the document

    Hello

    The following script generates a table of contents:

    
      myTOCStyle = myDocument.tocStyles.itemByName("TOC");
      myMasterSpread = myDocument.masterSpreads.item("A-Master");
      myTocPage = myDocument.pages.add(LocationOptions.AT_BEGINNING, myMasterSpread);
      myIndexFrame = myDocument.textFrames.lastItem();
      myBounds = myIndexFrame.geometricBounds;
      myX1 = myBounds[1];
      myY1 = myBounds[0];
      myDocument.createTOC(myTOCStyle, true, undefined, [myX1, myY1]);
    
    

    When I run this Script on the InDesign CS5 server, it generates a table of contents, but it is not placed on the page just added at the beginning. It is placed on the first page containing the content where the table of contents is generated from. Also the added page at the beginning does not contain the elements of the master page, it's just a page of blanco.

    When I run this Script on InDesign CS5 to office, the table of contents are placed on the first page added with this script. Also, does this page contain master page items!

    How is it possible to place the table of contents (with overflow text) before the first page containing the content. The page that contains the table of contents should contain elements of the master page.

    Sjoerd

    myTextFrame = myStory[0].textContainers[0];
    

    He lacked the monarticle after [0]

  • RHCL do not pick up to the table of contents or index

    Hello

    We used RoboHTML 9.0.2 for our documentation. We connecting to our legacy word documents and generate webhelp from those. It works very well.

    We do not seek to the script process. We try to use RHCL from the command line to update the webhelp every night. The problem is that the index and the table of contents is not included in the generated file.

    I created a quick test with all our normal parameters project, and it works very well from the GUI of RoboHTML. When I indicated that I wanted to import the table of contents and the index of the working paper, I was asked to enter a new name for each. So for the Index, I have an empty index generated automatically with the same name as the project ("Demo_Wrapper"), which was initially marked as default. I have another clue, which bears the name I gave ("DW_Ind"). This index is up to date and complete the correct information. I have a setup similar to the table of contents.

    We cannot understand why everything is fine in the script generated webhelp outside these aspects. For example, the skin is correctly copied everywhere.

    Any help is more than welcome.

    Thank you

    Steve

    Hello Steve,.

    You can follow these steps:

    (1) open RobohelpHTML and double click the release you want to generate RHCL (launch Robohelp HTML 9-> under single Source Layout Pod-> Double click on WebHelp)

    (2) Webhelp settings window, under content, choose your default content categories

    (3) choose your table of contents Index & Drop Down Menu and save changes

    (4) generate WebHelp output of command RHCL, table of contents and the Index should appear this time

    Note: Assuming you generate WebHelp

    Hope this helps!

    Thank you.

    Vikram

  • problems with the table of contents and index

    I do the localization for the Japan, so I'm all nice and good in Japanese (themes, table of contents and index), however, after compilation, only the TOC and India are in a font that does not support Japanese characters.
    Does anyone have any ideas how to solve this problem?
    Thank you

    Thank you Pete, it's part of the solution.
    In fact, what I discovered on a German forum for RoboHelp, is to set the machine to the locale for the country, and the location is made. I installed the language support pack before my problem and so I was able I was translating into topics. The problem appeared when I tried my first compilation. The subjects were still in Japanese, that I translated, but the table of contents and the index and were the only ones who wrote in a totally unknown style (not Japanese English and not another language, I know).
    Now that I've changed the location of my system, it works.
    So, I think that this should be a first improvement for RoboHelp, right? They boast that they support 35 languages, however the support isn't quite... finish, huh?
    Furthermore, the error message continues to come even after all these changes, but I don't like too much about this, I get what I need.
    Thanks again Pete for the solution and the quick response.

  • How to keep the format setting when generating a table of contents

    Hello

    I have a superscript® in a title in a document that should be put in the Table of contents. When I generate the table of contents, I can't keep the format in the table of contents.

    I could cheat and manually change the, but there must be a way that remains with these properties whenever I have to regenerate the table of contents.

    No idea how?

    Kind regards.

    What version of FM?

    What the police?

    There are two separate issues here:

    1. If you are super as a character Format in the files of body, the format must be in character for the OCD catalogue, or the formatting is not applied.
    2. If you do this and get it display correctly in the table of contents, which will break the hyperlink linking it.

    The solution is usually to do great as characters of Unicode natively by exposing and not the character Formats.

    See: TOC link with a character index does not in PDF format

  • Additional paragraph in the Table of contents

    I have a table of contents implemented in a framework of three columns of text, and have it configured to balance columns. When I generate the table of contents, it gives me a return of extra paragraph at the end, which has degraded the balance of the column. New York fashion to solve this?

    The COT function always adds that for some reason any and it's annoying.

  • Script errors in the table of contents in RoboHelp 9

    Hello, all. I can usually find the solution to my problem by searching for existing threads, but I can't seem to find a solution this time. I recently upgraded to RoboHelp 7 to 9.0.2.271. I published WebHelp locally and checked the files in to a Team Foundation Server to be deployed in a test environment. Locally and on the QA site, the output seems fine for me and the table of contents works as expected. However, other users on Internet Explorer 7 and 8 (I have IE8) are getting script errors when you try to click on the pages of the table of contents.

    I compressed my files the and dropped on a shared and player asked a user to copy on his machine and open the start with his browser page. He always gets the script errors, while another user can open locally without any problem. This makes me think that the problem is not in RoboHelp files themselves, but I'm not sure.

    To further complicate things, in this environment, another server of QA, the table of contents and Index are empty! This is obviously a separate issue, but I'm stumped. This problem occurs in IE 6, 7 and 8. It does NOT occur in Firefox or IE 9.

    Any ideas?

    This problem has been resolved with a response from another discussion:

    Re: RH8 > WebHelp > TOC will not be rendered in IE8 via HTTPS - Fix/workaround solution?

    If the table of contents/Index/Search does not work in IE7/8/9 via HTTPS, try the following steps

    1. Go to https://acrobat.com/#d=WqbdTq-2R79ToU08-zfBEw
    2. Download the IESearchIssue.zip file. Unzip it.
    3. It will create an IESearchIssue folder. It has two subfolders
      1. RH8.0.2
      2. RH9.0
    4. If you use RoboHelp 8.0.2, go to the folder RH8.0.2.
    5. If you use RoboHelp 9.0, navigate to the folder RH9.0
    6. Navigate to the \RoboHTML\WebHelp5Ext\template_stock folder and rename the file whutils.js in whutils.js.bak
    7. Now, paste the new whutils.js already copied into the same folder.
    8. Now again generate webhelp output the required project.
    9. Host it on your server and check if it works.
  • Problem with the table of contents pages and books

    I use 8 HR and generate Webhelp.

    I created a project and had to change a few pages of table of contents and create TOC books instead. I deleted the pages and added books, with the same name. HR, it looks fine, but when I generate the table of contents for the page instead of the book. I tried to clear my cache in Internet Explorer, and the deletion of the page again. Still no help. I rebooted and even rebooted and still have the same thing. Can someone tell me how to solve this problem?

    Thank you.

    Indeed if a book has nothing in it, it will not appear in the table of contents. When you think about it, it is very logical. Why would you want a book to appear if nothing was inside?

    See you soon... Rick

    Useful and practical links

    Wish to RoboHelp form/Bug report form

    Begin to learn RoboHelp HTML 7 or 8 days - $24.95!

    Adobe Certified RoboHelp HTML Training

    SorcerStone blog

    RoboHelp EBooks

  • Asian characters in the table of contents

    Hello

    I use Robohelp 7.0.2 and I'm having problems for Japanese and Chinese characters is displayed correctly in the table of contents of my project.

    My HHC and Perfect files are correctly encoded in UTF-8 format and appear correctly in the main interface of Robohelp. My subjects also displayed correctly. I also have a translation German and all (including ulmhauts appear correctly) in all contexts.

    However, when I export the CHM, the text in the table of contents and index appear as question marks. The most likely problem is a place hidden somewhere, but can someone point me in the right direction?

    Thank you

    I discovered that change the language setting of Robohelp has allowed me to generate properly the CHMS.

    It is however unacceptable software that claims to support 35 languages. It should be possible to use the software without always having to change his language put forward and backward...

  • None of the links in my table of contents or INDEX works. Can not find file is the error message.

    The files on a network drive. Win7. FM 8. I renamed the files. Regenerated. Created a new book. Nothing works.

    I have no dashes and underscores in file names, but no other special character.

    Need for emergency assistance.

    The error message is:

    Can not find the file named

    \SOL\Data\TechDocs\DRAFT\Shiva\OperatorManual\096-0461-001C-1.

    FM.

    Make sure that the file exists.

    ______________

    Note that the table of contents and INDEX are listed in the book without a path while the chapter of body is the entire path (above) in the book view.

    Thank you

    IIRC, FM8 had a problem with a path with no subfolders 5 (or 6?). Try to put files up to a few levels or create a mapped network drive down to the lower levels.

  • Variables in the table of contents, glossary and Index

    RoboHelp can use variables in the table of contents, glossary and Index.
    My project needs variables both in terms and definitions (glossary and Index).

    Hi OLH

    That is right. But who knows what will happen in the next version. Currently you can use conditional tags for the table of contents and Index, but not of variables. From a development perspective, there are a lot of problems with the help of the variables of table of contents, glossary and Index, it is not as simple as adding variables to the content of the main .htm file. But it would be a great improvement for the next version.

    Don't forget to submit an enhancement request and play your part by Adobe to aware of these issues.

    http://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform

    Kind regards
    Craig

Maybe you are looking for

  • iPhone 6s more screen responds more (stuck)

    My two day old iphone 6s over 128 GB Verizon iPhone has started to get 'stuck' when I open a home screen locked using the fingerprint sensor. The buttons on the side and the home button continue to work while the screen is unresponsive. I noticed tha

  • Calibrate accel gyro sensors

    Hello How do you calibrate sensors gyroscopic/accel? I couldn't find in the settings and I get a little drift using Google apps cardboard

  • charger is plugged in but not charging

    my laptop charger is plugged in, but do not load, I'm not sure what is wrong and need assistance as soon as possible.

  • Cannot rate of posts today

    Hi all It seems that I can not note all messages today. I tried to evaluate while logged in to CSC in IP telephony, wireless, Cisco social and I'm not offered the option of 5 star hotel bottom left of each answer. I tried to use Firefox and IE. I als

  • How to create forms in Acrobat 9?

    I have a problem. I don't know how to create forms to fillable word document in acrobat 9.5.5. and can't find anything online