Is there a way to automate these steps?
open a LibreOffice ODT
update the TOC and other fields (e.g. via menu Tools|Update|Update All)
save and close the document
I am looking to create a very simple, very basic nested table of contents in php which gets all the h1-6 and indents things appropriately. This means that if I have something like:
I'm working on theming my documentation, and I'm trying to get sphinx to add a class to the
elements of the Table of Contents. Unfortunately, it looks like the HTML is generated just the same as any other list.
Is there a way to add a class to…
I'm setting up a documentation using Sphinx. I precise I'm really new on this lib.
My documentation can be build with one of the default theme. All works fine :)
Now, I would like to customize the theme. I have updated the layout.html to follow my…
In MediaWiki, we would like to display tables of contents (from multiple pages) on one other page. We know that this can be done automatically, e.g. if we include pages 1, 2 & 3 like this:
{{:Page 1}}
{{:Page 2}}
{{:Page 3}}
on page X, then page X…
I'm trying to replicate how the ToC shows up in the sidebar on this page: http://matplotlib.sourceforge.net/sampledoc/extensions.html
...but I can't find any doc explaining how to or "Show Source" on the template itself.
Here is the template source…
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 screen height like this one does?
I'm using sphinx to auto-generate html pages. The Table of Contents is really long so I'm trying to add a new html class (among other things) to the toctree's div so I can use a javascript library. Basically wanting to change how the toctree…
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 that describes what the referenced section is…
I need you: I should insert a dynamic index (which also updates the page number associated with the title) in my PowerPoint presentation.
I have searched online but have not found any solution; the only one approaching uses a VBA macro (the code…
Hello I trying to list the subsections in table of contents (beamer), but I can't get the result ? Anyone knows how to do it ?
My code (I am using the…
Simply, I am using The FPDF library in Python to generate a PDF document including a Table of Contents. In the table of contents I want to link from the page number cell to the corresponding page in the PDF document. This is called an internal link.…
When I open a file in jupyterlab. The left sidebar will disappear the file browser.
file browser
But I want to open the toc.
I try to write a javascript to simulate click the toc button in sidebar, but it doesn't work.
There are any configuration or…
I've a word document which I convert to Google Docs, but after the conversion as expected table of content break down in google docs, with no links to headers.
So I am trying to build the script to loop through the TOC and search the appropriate…