I have a question about including a directory for listings in my table of content. I'm using \lstlistoflistings and \tableofcontents and the \usepackage{listings}. Now my question:
When I generate the list of listings, it is filled with the…
I'm wondering if there is ant way to have the title page, author details, and , that is set in the document YAML metadata block. Ideally, I would want the title page and author details on the first page, the on the second page, with a level 2…
When I create an html Rmarkdown that includes a TOC, the links only work as long as the html file is on my drive. As soon as I publish or share it, the links break because they are hardcoded to the document on my drive. Is there a way around this?…
I have a document with both numbered and unnumbered chapters. To distinguish them from each other in the TOC I would like the unnumbered chapters to be in italic. My MWE works on the chapter title - how can I format the corresponding page number in…
I'm going to manage some documentation using Django (I come from Sphinx) in order to have more control on the output. The docs are in rst (restructured text) in a git archive, and it's trivial to display them in HTML using a filter. My problem is…
Let's say I have the following index.rst:
Some global topic
=====================
.. toctree::
:glob:
nested/index
Global topic introduction
------------------------
And nested/index.rst:
Some sub-topic
==============
I want TOC to be…
I am creating newsletters using the Drupal simplenews module. I am using the tableofcontents module. However, on some clients (mostly Mac) the links don't work because they use x-webdoc.
Can anyone suggest how I can get standard links?
I'm trying to target a table of contents object that is generated by inDesign's createTOC function. I am successfully generating the object, but I can not set any kind of identifier properties like tocTF.name = "myToc" When I examine it in the Data…
Maybe it is just me, but I often have a hard time to understand and navigate
Sphinx based documentation, because the Table Of Contents only shows the
structure of the current page (in the standard themes at least).
There is also a previous and…
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 defined as a "to" variable, but not "from".
What I…
We use Sphinx to document our Flask API. It does a pretty good job, but we are having a problem navigating the documentation it generates.
We document each blueprint separately. Our blueprints are pretty big. Each is about 1000 lines long, and our…
I have a site that has a lot of markdown files sorted into appropriate folders.
Jekyll creates their HTML versions and the TOC (table of contents) automatically.
In the _config.yml file I can rename some folders, rearrange them (e.g., if I don't…
In my document I want to use two colours in table of contents to differentiate the work between two authors. For instance,
The chapters, sections and subsections coloured in blue are written by author X and in red colour are written by author…
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 up big files into smaller classes/files, so that…
I would like to generate a PDF file with a table of content based on the merged files.
Let's say that I have these files: 1.pdf, 2.pdf and 3.pdf.
I would love to create a fourth PDF file containing the list with internal links to the different…