James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.55k stars 522 forks source link

Structure view shows unwanted entries #4323

Closed T-Tonic closed 1 month ago

T-Tonic commented 1 month ago

Pre-checks*

Environment*

The Issue*

image

Reproduction Steps

  1. Run the following MWE:
\documentclass{book}

\usepackage{titlesec}

\titlespacing\section{20pt}{12pt plus 4pt minus 2pt}{20pt plus 2pt minus 2pt}

\begin{document}

\chapter{Chapter}

\section{Section}

Some text.

\end{document}

Expected Behavior

James-Yu commented 1 month ago

\titlespacing{\section}{20pt}{12pt plus 4pt minus 2pt}{20pt plus 2pt minus 2pt}