I have built a website based on the Jekyll code for the website for Apache Buildr. The Buildr website automatically generates a table of contents for each page based on the headers in the textile format files.
For example, you write a page using…
I want to change the depth of the number of headers the table of contents present on the TOC.
I can see toc_depth option exists as a configuration option but this is global. Is there a way to specify a single document?
Cheers
I am attempting to use the built-in theme 'sphinxdoc' for my reStructuredText documentation that's being built with Sphinx for deployment on readthedocs.io. This works as I was hoping except for the behavior of the table of contents, which stays at…
I have a python project that I am attempting to document using Sphinx. I am using.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
'sphinx.ext.intersphinx',
]
html_theme = 'alabaster'
I would like…
How can I suppress the bullet points in front of the TOC items in the created HTML file? I want to see only the headline numbers...
Example Test.Rmd file:
---
title: "Untitled"
author: "Author"
date: "01/25/2015"
output:
html_document:
…
Is it possible to update an existing toc with apache poi/Word SDK/ other api's?
Or is there a workaround for it? E.g. removing the old toc then grabbing all headlines and adding them to the new toc or inserting them into the right place without…
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:
12/1/2005 - 3/3/2006 Some…
I'm trying to create a table of contents in html in the form of
Introduction.................................1
Heading 1....................................1
Heading 2....................................2
Now I'd like the ... to go from the last…
Here is a sample program .do file, sampleprog.do:
program sampleprog
egen newVar = group (`1' `2')
end
How can I post it on my website (or dropbox), so that other people could install it to their Stata like this?
net from…
I'm trying to merge several existing PDF files into a single one.
The tricky part comes when trying to add a table of contents that link to the first page of every merged pdf file.
I tried to generate a separate pdf with a ToC and then merging with…
How can I list functions, classes, etc... to show up in the table of contents in Sphinx?
Or, more generally, how can I add arbitrary entries within a page (not subtitles) to the table of contents?
BTW: I'm not documenting Python code, so I can't use…
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 use RTF controls words (\tc, \tcf and \tcl.) to…
I am using the Lyx document processor for LaTeX.
I need to use the Paragraph environment (because I have Subsubsubsections), and I want the paragraphs to appear in the Table of Contents.
I managed to get the Paragraph to appear in the TOC by…
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 template.
I send this document to user.
When user…
Is there any way to automatically list header tags as a table of content (TOC) in quilljs? I searched it but couldn't find anything useful.
One can add id to header tags with the folloing code but how to create links to them?
let Header =…