python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Removing toc in epub
I would like the red mark in the pic to be removed and only the green mark to appear in my ebook. Is there a way?
JaJa Simp
Votes: 0
Answers: 1
Bookdown: unnumbered sections no longer collapse
The collapsing of my bookdown document changed unexpectedly. I verified this with the bookdown demo.
bookdown::gitbook:
css: style.css
split_by: section
number_sections: false
toc_depth: 3
c...
Helene Wagner
Votes: 0
Answers: 1
Simple Scrollspy without Bootstrap on custom Nav Component
I have a Table of Contents with id #TableOfContents in which each href points to a h2 or h3.
The problem I am having is that once the Heading, h2 or h3 is observed by intersection observer, Entry for ...
Anurag Dhadse
Votes: 0
Answers: 1
Dovx4J: Enabling page numbers in ToC results in TocException
I am using Docx4j in an internship project and when I try to generate a ToC with page numbers it does not work.
Executing the code with
if (template.isGenerateToc()) {
Toc.setTocHeadingTex...
sav
Votes: 0
Answers: 1