*File outline* shows commands #43

Open
opened 2025-04-11 14:14:03 +02:00 by Benjamin_Loison · 0 comments

Screenshot from 2025-04-11 12-09-32.png

Screenshot from 2025-04-11 12-09-17.png

Why is not there a Firefox outline?

LaTeX:
\documentclass{article}

\title{Test}
\author{benjamin.loison}
\date{July 2024}

% See [Benjamin-Loison/latex2e/issues/4](https://github.com/Benjamin-Loison/latex2e/issues/4).
\newcommand{\myLabel}[2]{\label{#1:#2}#2}

\begin{document}

\maketitle

\tableofcontents

\pagebreak

\section{\myLabel{section}{Test}}

\section{\myLabel{section}{Test bis}}

\end{document}
![Screenshot from 2025-04-11 12-09-32.png](/attachments/d0bf6a30-2b88-4123-9101-95f44591f49a) ![Screenshot from 2025-04-11 12-09-17.png](/attachments/21fb787f-9ab1-4cb5-b4cd-2b3679cf3fb9) Why is not there a Firefox outline? <details> <summary>LaTeX:</summary> ```latex \documentclass{article} \title{Test} \author{benjamin.loison} \date{July 2024} % See [Benjamin-Loison/latex2e/issues/4](https://github.com/Benjamin-Loison/latex2e/issues/4). \newcommand{\myLabel}[2]{\label{#1:#2}#2} \begin{document} \maketitle \tableofcontents \pagebreak \section{\myLabel{section}{Test}} \section{\myLabel{section}{Test bis}} \end{document} ``` </details>
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/overleaf#43
No description provided.