latex2e icon indicating copy to clipboard operation
latex2e copied to clipboard

The LaTeX2e kernel

Results 209 latex2e issues
Sort by recently updated
recently updated
newest added

## Brief outline of the bug If one tries to disable the loading of a package which is required with a version date one gets warnings in the log-file ##...

enhancement
fixed in dev

It can be seen that +v argument type sometimes "mistake" newline for space in \ExplSyntaxOn region, and I understand this is unavoidable. ``` \ExplSyntaxOn \NewDocumentCommand \aaa {+v} {\pretty:n {#1}} \aaa...

stale

Originally mentioned in https://github.com/latex3/latex2e/issues/876. Currently `\command%something%` does not absorb the content between the `%`. Moving the `dospecial` to before in addition will break it. (on the other hand setting endlinechar...

stale

## Brief outline of the bug If a class requires a package with given version like `\RequirePackage{foo}[]` and the `` is in conflict with a rollback, the error message is...

bug
category base (latex)
fixed in dev

The recent PL1 releases misses a ``` # 2022-06-01 PL1 Release ``` header in `changes.txt` We can add one before adding entries for the next relase but probably l3build could...

category base (latex)
bug (documentation)
stale

## Brief outline of the bug Within multi-line display math such as `align` and `gather`, the distance between baselines are opened up by `\jot` (e.g., 12pt baseline distance in text,...

long-term

## Brief outline of the enhancement Something I'm often missing is a way to test whether a stuff is currently in a footnote or not. A typical use case is...

enhancement
long-term

When typesetting an accented character that does not exist in the current font: ``` \documentclass{article} \begin{document} \nullfont \^e \end{document} ``` LaTeX reports: ``` Missing character: There is no e (U+0065)...

stale

[qed_bug2.pdf](https://github.com/latex3/latex2e/files/8140296/qed_bug2.pdf) ## Brief outline of the bug amsmath loaded with 'fleqn' doesn't print qed symbol in the proof environment. If amsthm is loaded before amsmath it does print qed but...

stale

## Brief outline of the bug multicol with footnotes all in one column get outside of text area ## Minimal example showing the bug ```latex \RequirePackage{latexbug} %

enhancement
category tools
works as designed
long-term