Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
3k views

hide an entry from Toc in latex

I would like to know how I can hide a section from the table of contents but without loosing the section number in the body of the document. For example, in this tex file I loose the number for hide, ...
4
votes
3answers
954 views

Modifying LaTeX Table of Contents to add a period after chapter/table/figure number

I need to add a period after the chapter/table/figure number in each line in Table of Contents/LoT/LoF. ie, right now it shows: TABLES 1 first 2 second but I need it to show: TABLES 1. first ...
3
votes
1answer
497 views

Adding a Table Of Content to a Jasper Report?

How do I go about adding a Table Of Contents to a Jasper Report?
2
votes
2answers
500 views

Enclosing multiple LaTeX documents

I am not sure if this question is suitable for superuser instead, but I'll ask anyway. Currently I'm writing on my documentation for my final project. I must append several other LaTeX documents as ...
2
votes
3answers
1k views

Table of contents: leading dots

What is a nice way to do leading dots in a table of contents with CSS? Example: Link.............Chapter 1 Link.............Chapter 2 Link.............Chapter 3
2
votes
2answers
2k views

Multiple tables of contents in LaTeX

I would like to make a LaTeX document with two tables of contents, like: Contents overview 1 - Introduction 2 - Solution Detailed contents 1 - Introduction 1.1 - The ...
1
vote
1answer
73 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
27 views

jQuery plugin for a JavaScipt garden style table of contents?

I love the jQuery Garden table of contents. The are lots of jQuery plugins that generate an automated table of contents but are there any that provide active section highlighting and respond to the ...
1
vote
2answers
136 views

Converting newlines to spaces in Latex

I'm writing a document and I have a few chapter titles that I would like to appear as 2 lines for a chapter title, but only one line in the table of contents. Is there a simple command I to filter out ...
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
192 views

Inconsistent styling in latex table of contents?

I'm wondering why in my toc shown below, I have different dots style in the most detailed subsections ? All I've used is: \setcounter{secnumdepth}{5} \setcounter{tocdepth}{5} .... \tableofcontents ...
1
vote
1answer
168 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
3answers
207 views

Generate a table of contents from HTML with Python

I'm trying to generate a table of contents from a block of HTML (not a complete file - just content) based on its <h2> and <h3> tags. My plan so far was to: Extract a list of headers ...
1
vote
5answers
211 views

Using table-of-contents in code?

Do you use table-of-contents for listing all the functions (and maybe variables) of a class in the beginning of big source code file? I know that alternative to that kind of listing would be to split ...
1
vote
1answer
745 views

Add table of contents to RTF document

I am trying to generate a RTF document by hand and eventually will do it programtically. I plan to improve pyRTF so that it can generate "Table of contents", which I think it can't. I am not able to ...
1
vote
1answer
487 views

Is it possible to create a table of contents with page numbers for an RDLC report?

I have a fairly large report I'm trying to create as an RDLC in Visual Studio 2008. There are several sections that I plan to create as subreports and then compile them all into a master RDLC. ...
0
votes
0answers
33 views

Building a Table of Contents using Subreports in iReport 3.0

I am attempting to create a Table of Contents in iReport 3.o. A have a jar file with some custom code that allows me to write the page number for each section into a hash table dynamically (the ...
0
votes
2answers
37 views

Algorithm to layout a table of contents on a fixed-sized page (multi-column)

I'm writing a table of contents to a standard 8.5in x 11in page. Orientation (landscape versus portrait) is a variable. I can write my TOC to an inner region when x-inch margins are applied to the ...
0
votes
1answer
73 views

Ordering MySQL results to obey parent/child in Table of Contents

I have a table for a Table of Contents that looks like this: ID Parent_ID Chapter Display_Order Each row is therefore a chapter heading, but there can be chapters within chapters, within ...
0
votes
2answers
41 views

Making a table of contents style FAQ webpage without duplicating html

I am trying to make an FAQ page on a site, with all the questions placed together similar to a table of contents (e.g. like on Wikipedia). When you click on the question, it jumps you down the page to ...
0
votes
0answers
70 views

How to navigate in word using Table of Contents in open xml sdk 2.0?

I have a document of 100 pages (including 2 pages of table of contents). When i click on the 6.1 section in the table of content, it takes me to page 54 of the document. Now, I need to append contents ...
0
votes
0answers
241 views

Sharepoint Update Table of Contents Web Part from Word Document

We are developing a site in Sharepoint 2010 with a requirement to upload a word document (Office 2007 docx format) containing a table of contents, convert the word document to multiple HTML pages by ...
0
votes
0answers
353 views

Customize table of contents for DITA OT pdf output using XSL-FO

This is a question about DITA Open Toolkit customization, for those familiar with that. Anyone good at XSL-FO with insights into how to accomplish this is more than welcome to answer too, of course. ...
0
votes
0answers
152 views

InDesign Table of Contents as a Button

I'm currently working in InDesign to make an interactive SWF. I'm having a button, when clicked it shows a table of contents that's generated by indesign. For this to work the Table of Contents is a ...
0
votes
1answer
403 views

Alphabetical ToC counter

How do I change the counter in ToC to letters (A, B, C)? To illustrate: from 1. Section 2. Section 3. Section to A. Section B. Section C. Section Thanks
0
votes
1answer
820 views

How to remove entry “Listings” from table of content (toc)

How can I use \lstlistoflistings to create a list of listings, but not have this list as an entry in the table of content? Normally, a star helps to hide things like that and I use memoir as document ...
0
votes
1answer
214 views

Bitbucket Wiki TableOfContents

I started with bitbucket and tried to use the wiki for my documentation. Therefore, i created a folder "documentation" unter the folder "wiki" (same level as home.wiki) and added some .wiki files. ...
0
votes
2answers
215 views

determine which page an object is on in Reporting Services

I need to do this for a 'Table of Contents' (sub)report. Methinks it is not possible. Any ideas? e.g. Table 1 starts on page 2 Table 2 starts on page 7 Is there, perhaps, a way of tapping into the ...
0
votes
3answers
723 views

Filler dots for Table of Contents in Reporting Services

Does anyone have a slick way of adding filler dots to a table of contents page in RS? This would not be a problem were it using proportional fonts. e.g. Monkey.........5 House..........1 ...
0
votes
2answers
203 views

How do I generate a table of contents for HTML text in Python?

Assume that I have some HTML code, like this (generated from Markdown or Textile or something): <h1>A header</h1> <p>Foo</p> <h2>Another header</h2> <p>More ...
0
votes
4answers
3k views

Latex: Citations in section headings put into table of contents first

I have some citations for sections of my document that I have put in the section heading: \section{The title \cite{abc}, \cite{def}} Text I am also using the table of contents function, but Latex ...
0
votes
1answer
359 views

Crystal: TOC add dots

I try to add dots between the page title and the page number in Crystal Reports for a table of content. I found http://www.tek-tips.com/viewthread.cfm?qid=1545153&page=1 in the web, but I wonder ...