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 ``` ERROR: Misplaced \cr. --- TeX said --- \math@cr@@@ ->\cr l.8 \end{align} --- HELP --- From the .log file... ``` (above from an emacs/auctex...

enhancement
category amsmath
long-term

## Brief outline of the bug I want to be able to call `\colaction`even outside of a `multicol` environment, and in this case, that the call does nothing. ## Why...

enhancement
category tools
long-term

## Brief outline of the bug This is a bug (but perhaps impossible to fix) I came across the other day: The color inside a footnote is partially lost if...

bug
category graphics
category base (latex)
long-term

## Brief outline of the enhancement It would be great if there were a feature to test if a certain font configuration is available. My use case is essentially the...

enhancement
category base (latex)
to analyse further
long-term

There are some callbacks, like `mlist_to_hlist`, which are currently classified as `list` callbacks. Therefore multiple callbacks can be added there, even if they by definition can't compose. E.g. the `mlist_to_hlist`...

bug
to analyse further
long-term

## Brief outline of the bug Spotted [here](https://tex.stackexchange.com/a/604926/134574), a command defined with a `v` argument breaks when a catcode 0 character is used as delimiter for the argument, as in `\verb\foo\`...

category base (latex)
bug (documentation)

## Brief outline of the bug https://tex.stackexchange.com/questions/603892/afterpage-package-and-verse-environment-cause-troubleshooting When a verse environment comes just after an \afterpage command rendering, an unwanted linebreak occurs after the first verse. ## Minimal example showing...

category tools
stale

## Brief outline of the bug As the title says. In the example below I show the effect on a macro using `\xspace`: the comma in the header is not...

category base (latex)

## Brief outline of the bug The current definition of `\colon` adds unwanted space when followed by an Op atom. Reference: https://tex.stackexchange.com/q/461537/4427 ## Minimal example showing the bug ```latex \RequirePackage{latexbug}...

bug
enhancement
category amsmath
long-term

## Brief outline of the enhancement `\newcounter{}` always defines `\the` as short, but macros like `\thesection` are redefined to be long. Not a big problem, only some consistency improvements. ##...

category base (latex)
long-term
wont fix/change