mathpix-markdown-it icon indicating copy to clipboard operation
mathpix-markdown-it copied to clipboard

Add support for labels and references for sections

Open OlgaRedozubova opened this issue 2 years ago • 0 comments

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

OlgaRedozubova avatar Jan 06 '23 07:01 OlgaRedozubova