Skip to main content

All Questions

5 votes
1 answer
71 views

I am using the amsart document class in LaTeX. I would like the table of contents to display all sections while including only a single, specific subsection. All other subsections should remain ...
Aimar's user avatar
  • 141
0 votes
0 answers
71 views

Where the documentation for \setuplist reads that it inherits from \setupcounter and \setupframed how are those options to be input? I tried just adding frame=on with the rest of the options in the ...
Gary's user avatar
  • 1,133
0 votes
2 answers
30 views

Except that the sections in the preliminaries aren't populating page numbers, this is the formatting that I'd like for the ToC. Is there a way to tether a specific line in the body of the book to the ...
John Samples's user avatar
0 votes
1 answer
58 views

I don't know what I'm doing wrong, here, but I'd like to style the \writetolist item in the TOC to be a different color than black. I realize I can add the color to the text content itself but that ...
Gary's user avatar
  • 1,133
1 vote
0 answers
41 views

I am writing a large LaTeX book in VS Code using the LaTeX Workshop extension and LuaLaTeX. My file structure looks like this: Desktop/ └── epsilon/ ├── main.tex ├── chapter1.tex ├── ...
Anur Goradalov's user avatar
6 votes
1 answer
119 views

I have been tasked with designing a template for creating a tagged PDF that meets certain formatting requirements. The only major obstacle I have encountered is in generating a Table of Contents that ...
wsmith's user avatar
  • 63
0 votes
0 answers
47 views

I am facing an unusual issue. My book contains over 11,000 lines of code, and I need to generate a list of figures that includes subfigures. The standard method for doing this does not work in the ...
Subhajit Paul's user avatar
3 votes
1 answer
30 views

When I have the following MWE: \documentclass{book} \usepackage{hyperref} \usepackage[deeplevels]{etoc} \usepackage{lipsum} \begin{document} \tableofcontents \setcounter{tocdepth}{3} \part{User ...
albert's user avatar
  • 2,037
1 vote
1 answer
35 views

I try to figure out how to create conditional list of tables without reading the counters or using packages like assoccnt and found an answer that uses \IfFileExists{\jobname.lot}{% \listoftables }{ } ...
Marcel Kanter's user avatar
2 votes
1 answer
38 views

I am having the following code: \documentclass[11pt]{report} \usepackage[magyar]{babel} \usepackage{geometry} \usepackage{graphicx} \usepackage{parskip} \usepackage{float} \usepackage{setspace} \...
palloc's user avatar
  • 666
0 votes
0 answers
28 views

With \titlecontents of the package titletoc to configure table of contents, I am encountering an issue that if the text is essentially occupying the whole line, then the page number might be wrapped ...
Jinwen's user avatar
  • 10.2k
5 votes
0 answers
55 views

I'm trying to customise the TOC using built in commands to allow for tagging support, but I'm running in to some behaviour I can't figure out. In the following MWE, the I set \contentsline@text@2@...
David Purton's user avatar
  • 28.9k
1 vote
1 answer
31 views

\documentclass[chapter=TITLE, twoside]{abntex2} \usepackage{filecontents} \begin{filecontents*}{\jobname.bib} @ARTICLE{example, author = {Other, Anthony Norman}, title = {Some ...
Arley Antes's user avatar
3 votes
1 answer
70 views

I wanted TOC not to have section numbers displayed. So instead of using the star version of sections, found that simply adding \setcounter{secnumdepth}{0} does that. But then I found that once package ...
Nasser's user avatar
  • 22.2k
2 votes
1 answer
60 views

setup: I wanted to make all my sections and subsections without numbers showing on the left side of each entry. So I changed to using the star version and with manually entering each section or ...
Nasser's user avatar
  • 22.2k

15 30 50 per page
1
2 3 4 5
498