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 support for labels and references for sections #218

Open
OlgaRedozubova opened this issue Jan 6, 2023 · 0 comments
Open

Add support for labels and references for sections #218

OlgaRedozubova opened this issue Jan 6, 2023 · 0 comments
Assignees

Comments

@OlgaRedozubova
Copy link
Contributor

OlgaRedozubova commented Jan 6, 2023

This has not been implemented yet:

Screen Shot 2023-01-06 at 08 56 30

https://ru.overleaf.com/learn/latex/Cross_referencing_sections%2C_equations_and_floats

The label is set after the \section statement, i.e. the \label command should be added after the counter number for the section has been generated.

mmd:

\section{Introduction} \label{introduction}
This is an introductory paragraph with some dummy text. This section will be referenced later.

Link to section \ref{introduction}

Screen Shot 2023-01-06 at 09 39 48

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