Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to support the \tableofcontents command #220

Open
OlgaRedozubova opened this issue Jan 6, 2023 · 1 comment
Open

Add the ability to support the \tableofcontents command #220

OlgaRedozubova opened this issue Jan 6, 2023 · 1 comment
Assignees

Comments

@OlgaRedozubova
Copy link
Contributor

Screen Shot 2023-01-06 at 10 42 30

We already have the ability to generate a table of contents in the background with [[toc]]

We can add the ability to support the \tableofcontents command

https://www.overleaf.com/learn/latex/Table_of_contents

\title{Sections and Chapters}

\tableofcontents

\section{Introduction}
This is the first section (numbered).

\addcontentsline{toc}{section}{Unnumbered Section}
\section*{Unnumbered Section}
An unnumbered section

\section{Second section}
The second numbered section.

Screen Shot 2023-01-06 at 10 45 36

@OlgaRedozubova OlgaRedozubova self-assigned this Jan 6, 2023
@OlgaRedozubova
Copy link
Contributor Author

Another request from user to support this
https://mathpix.zendesk.com/agent/tickets/23458

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant