Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [tableofcontents]

Use tableofcontents for questions related to the programmatic creation or editing of a table of contents via an API or formatting system

0 votes
0 answers
29 views

ToC levels in Jupyter-book

I'm developing a website via Jupyter-book, in markdown, but I have a problem with the Table of Contents, which is developed with multiple files. I understood that it can have multiple levels, i.e., ...
Francesca's user avatar
3 votes
2 answers
49 views

How to apply hierarchical numbering to indented titles?

I have a table of content in the form of indention to track the hierarchy like: - title1 -- title1-1 -- title1-2 --- title1-2-1 --- title1-2-2 - title2 -- title2-1 -- title2-2 - title3 - title4 I ...
Jim's user avatar
  • 829
0 votes
0 answers
32 views

How to get the pagenumbers of table of contents items using poppler-cpp?

I want to write a little C++ program that splits a PDF file according to the table of contents (TOC). For this I need to know the title of each TOC item and the page it starts (and ends) at. I heard ...
ProodjePindakaas's user avatar
3 votes
0 answers
33 views

Using nbconvert to export a jupyterlab notebook to html with toc?

I'm currently using jupyterlab 4.1.3 nbconvert 7.16.2 and would like to export a notebook to html with toc. In earlier versions of nbconvert (v5.x.x) I know we could do jupyter nbconvert --to ...
jackaixin's user avatar
  • 113
0 votes
0 answers
20 views

Generate dynamic table of contents with TCPDF

I am using TCPDF to generate pdf documents. The source of the file is html with dynamic fields, and this dosnt let me know the right pages to put into my table of contents. Does somene have any idea ? ...
Chawki Ellouze's user avatar
0 votes
1 answer
67 views

Sphinx sidebar table of contents: include section headers

I'm using the Alabaster theme in Sphinx. The sidebar is set to show a local table of contents and a few other things. From conf.py: html_sidebars = { '**': [ 'localtoc.html', '...
Tom Grundy's user avatar
0 votes
0 answers
23 views

How to stop tag from showing in Jupyter Lab TOC

I am not sure what happened, but previously the table of contents for my ipynb files did not show the tags in the table of contents, meaning that if the following markdown cell was in the notebook: # ...
Joe's user avatar
  • 891
1 vote
2 answers
31 views

How to create a hierarchy with numbers in the table of contents jquery?

I have a subheading structure: <h2>Red Fruits</h2> <h3>Apple</h3> <h3>Raspberry</h3> <h2>Orange Fruits</h2> <h3>Orange</h3> <h3>...
Vladimir's user avatar
0 votes
0 answers
27 views

Remove extra symbol on a Latex document

What is the error of \tableofcontents and on the pdf print extra .,, symbol. I try to remove the extra symbol .,, on the pdf but I do not put any extra symbol on the latex and here also shows a error ...
Rathin Halder's user avatar
0 votes
0 answers
39 views

How can I add the sub-bookmark to a PDF with pypdf, and remaining them when I tried many times?

There are 2 questions: I want to add the sub-bookmark to an existing bookmark. What I know is just to add first-layer bookmark. I want to know how to remain the existing bookmark to avoid delete an ...
Spring Harbor's user avatar
0 votes
0 answers
13 views

iText pdf search for elements to create custom toc

I'm new to iText and need a solution to find specific objects form a pdf file. The pdf file which I need to analyze was generated by the chrome browser and contains a table. Now I want to read this ...
truthz03's user avatar
0 votes
0 answers
55 views

Customize TOC in pandoc docx output

Is there a way to customize TOC for docx output? I'm trying to: Change toc name (replace 'table of contents' with Custom text) Put 'title' page and 'authors' page before toc I use .md input files ...
AlexW's user avatar
  • 1
1 vote
1 answer
48 views

How to update all fields except Table of Contents

I am trying to create a macro 3 different choices for updating fields within a word doc. I am able to update all of the fields including the ToC and links throughout or the ToC only, but would also ...
Chris Houdy's user avatar
0 votes
0 answers
43 views

PHP: TOC in generated docx documents with PHPWord

I have a docx document which is prefilled with certain texts and blocks. The document also contains a table of contents and all headings. I edit the docx document with PHPWord Template Processor. Here,...
marp's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
34