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

Table of content (TOC) enumeration #407

Open
domi413 opened this issue May 14, 2024 · 2 comments
Open

Table of content (TOC) enumeration #407

domi413 opened this issue May 14, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@domi413
Copy link

domi413 commented May 14, 2024

It would be nice if the table of content were enumerated :)

@cvfosammmm
Copy link
Owner

What do you mean exactly, the document structure sidebar? I think it could have numbers if the corresponding LaTeX commands are not marked with a "*".

@cvfosammmm cvfosammmm added the enhancement New feature or request label May 16, 2024
@domi413
Copy link
Author

domi413 commented May 19, 2024

If I compile the following example code:

\documentclass[10pt, a4paper, twoside]{article}
\usepackage{lipsum}

\begin{document}
    \section{Test0}
    \lipsum[1]
    
    \subsection{Test00}
    \lipsum[2]
    
    \subsection{Test000}
    \lipsum[4]
    
    \section{Test1}
    \lipsum[6]
\end{document}

I receive this document structure:

document structure

As you can see, the sections aren't marked with a "*", but there's just an "S" for section instead of the section enumeration.

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

No branches or pull requests

2 participants