Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
63 views

Turning an unordered list into a table of contents

Reference this fiddle: http://jsfiddle.net/exGnZ/ Hi, I'm trying to reproduce a table of contents with an unordered list and leader dots. Unfortunately, when there's a long line of content, the ...
6
votes
3answers
2k views

Remove boxes from hyperlinked ToC in LaTeX

How do I remove the red boxes from my hyperlinked table of contents created by using the hyperref package in LaTeX.
3
votes
2answers
1k views

[LaTex]: Add in the TOC an included PDF

In my document I include a PDF using \includepdf[pages=-]{./mypdf.pdf} The problem I'm having is how to add a TOC entry for this pdf. It supposed to be an appendix. I tried adding a new ...
3
votes
1answer
1k views

LaTeX adjusting space in toc items

I am struggling with custom toc items added via: \addcontentsline{toc}{section}{Some text here} Actually my problem is that I need to add some items which contain chronological date periods like: ...
2
votes
5answers
1k views

Annotated Table of Contents in LaTeX

I'd like to use LaTeX's \tableofcontents command (or some equivalent) to automatically generate a table of contents, but I'd also like to add a sentence or two to each line in the table of contents ...
2
votes
2answers
3k views

Excluding a chapter from TOC

In my LaTeX document I've got a table of contents that is automatically generated by collecting everything that is of the form \chapter. However, I've got an acknowledgements chapter before the table ...
1
vote
1answer
71 views

Update TOC in .docx document using DocumentFormat.OpenXml (C#)

I create new word document using DocumentFormat.OpenXml. I load template document in which located the table of content and the table with picture logo. I append other content using c# code for this ...
1
vote
1answer
52 views

Can I decompile a *.chm file to html with a html TOC using MS HTML Workshop? If not how can I?

When I decompile I get an hhc file and a hhk file and no index.html. Can I get MS HTML Workshop to generate a html table of contents index.html file instead when decompiling? If not is there any other ...
1
vote
2answers
467 views

Parsing restructured text in django (and python)

I'm going to manage some documentation using Django (I come from Sphinx) in order to have more control on the output. The docs are in rst (restructured text) in a git archive, and it's trivial to ...
1
vote
2answers
2k views

Remove specific subsection from TOC in LaTeX

Appendix A Section 1 A.1 Subsection 1 A.2 Subsection 2 B Section 2 Is there a way to get rid of Subsection n, but still have the subsection numbered in the document (i.e. not using ...
1
vote
1answer
167 views

Latex: tableof contents only for a section

As it is a looong appendix, I would like to add a "tableofSECTION" on the first page of the section. However, tableofcontents always lists everything and the level is - as far as I can see - only ...
1
vote
1answer
786 views

LaTeX: disable or turn off hyperlinking for table of contents?

I want a table of contents, but I don't want each line to be a clickable hyperlink. How do I do this? Details: I am using the \anothertoc command from the shorttoc package to "import" the TOC from ...
1
vote
1answer
392 views

Disable table of contents for documents

A long shot here... I am using DocBook 4.5 and wanted to customize whether or not the table of contents is generated. I was looking over the XSD but couldn't find a way to disable it. I found ways to ...
0
votes
0answers
6 views

Adjusting spaces for the TOC in Latex [migrated]

I have a Latex document with many subsection (more than 100), which give rise to an issue. Here is how it looks like for a specific part of the Table of contents: ... 2.98 Subsection whatever. 2.99 ...
0
votes
0answers
39 views

open office or pdfbox TOC

I have a set of PDF documents. I want to merge all the PDF and generate the table of contents for the document. I want to use open source tools. I have evaluated iTextPDF, but it comes with commercial ...
0
votes
2answers
468 views

Real world uses of DFA,NFA,PDA and Turing machines

I am now taking a course on Theory of Computation. I can understand the concepts well. I can able to solve the problems. And, when I asked my instructor about the real world application, he told me ...
0
votes
1answer
58 views

Using Sphinx, how can I remove the title appearing in the side-bar's table of context?

Say my some.rst file looks like this: ============ My Title ============ 1. Section ================ 2. Section ================= After compiling, in the resulting some.html there will be a table ...
0
votes
1answer
121 views

XSL-FO creating Dynamic Table Of Contents

How we can create table of contents page dynamically in XSL-FO. Thanks in advance. Bala
0
votes
0answers
69 views

pdf iOS OSX: retrieving both page number and position in page information always possible in the outline?

I read: How do I retrieve a page number or page reference for an Outline destination in a PDF on iOS? where the different cases are explained for outline elements of a pdf. Now I need to know if it ...
0
votes
0answers
57 views

Generate TOC from bookmark

guys, thank you focus this question. I already have PDF file and want to add bookmark and TOC for it with program or command line. I found this tool can add bookmark with command line jpdfbookmarks ...
0
votes
2answers
169 views

Any good codes to generate TOC from HTML heading elements in JavaScript?

I'd like to generate TOC like below in JavaScript: <ol> <li>Heading 1</li> <li>Heading 2 <ol> <li>Heading 2-1</li> <li>Heading ...
0
votes
1answer
348 views

PDF itext TOC generation

I have to merge multiple PDF documents into a single PDF document. Besides this, I have to generate TOC. The original documents will contain text with a specific style (say H1). This special text ...
0
votes
1answer
188 views

Looking for HTML toc generator

I want to generate toc for the heading tags. Is there any free program?
0
votes
1answer
53 views

How can I create a web-based table of contents that links to specific places within a diverse collection of documents?

How can I create a web-based table of contents that links to specific places in a variety of document formats (unspecified: I assume Excel, PowerPoint, Word, and PDF)? Also, how could I search within ...
0
votes
0answers
233 views

WordML TOC genearation (Java XSLT)

I have Java program that generates WordML document using XSLT. All steps are: 1. Creation of XML Schema with my namespace 2. Creation of MSWord seed template using above schema 3. Automatic generation ...
0
votes
1answer
526 views

How to Create a MsWord TOC without automation?

I'm using Aspose.Words to construct a Word Document programmatically (C#) on a server. The dynamically generated documents can be imported by clients via a web interface. Everything is great except ...
-1
votes
0answers
55 views

How to remove some page numbers in a word 2007 TOC [closed]

Here's my issue; I have a word 2007 document of about 400 pages. I made a TOC that show pages numbers. My TOC contains title and sub title. I want to keep the page numbers of the subtitle but not the ...