latex3 / latex2e

The LaTeX2e kernel
https://www.latex-project.org/
LaTeX Project Public License v1.3c
1.82k stars 251 forks source link

Update ltlists.dtx doc #1375

Open pablgonz opened 3 weeks ago

pablgonz commented 3 weeks ago

Hi, the line https://github.com/latex3/latex2e/blob/a8e84e99aa3be6d206cc90494cd10e6a8c300dda/base/ltlists.dtx#L431 should say \topsep.

The use of \begin{environment}{...} overlaps the definition of \begin{macro}{...} (this happens in several parts of the documentation):

https://github.com/latex3/latex2e/blob/a8e84e99aa3be6d206cc90494cd10e6a8c300dda/base/ltlists.dtx#L548-L549

imagen

Brief outline of the bug

Minimal example showing the bug

\RequirePackage{latexbug}       % <--should be always the first line (see CONTRIBUTING)!
\documentclass{article}

  % Any preamble code goes here

\begin{document}

  % Demonstration of issue here

\end{document}

Log file (required) and possibly PDF file

muzimuzhi commented 3 weeks ago

The use of \begin{environment}{...} overlaps the definition of \begin{macro}{...} (this happens in several parts of the documentation):

Already reported in https://github.com/latex3/latex3/issues/1147.

pablgonz commented 3 weeks ago

@muzimuzhi Thanks, I didn't realize the problem was already posted...close here and mark as semi-duplicate?