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 enhancement Currently the docs and source codes for hooks management live in five group of pdf files: `lthooks`, `ltcmdhooks`, `ltfilehook`, `ltshipout`, and `ltpara` (each group...

enhancement
bug (documentation)
long-term

## Brief outline of the bug At the moment most of the LaTeX2e documentation was written assuming `ltxdoc` as the class file. Aswe are now using `l3doc`we automatically get a...

category base (latex)
bug (documentation)
long-term

It would be nice if additional details/examples would be provided about hooks. For instance, the `everypage`'s documentation says: >Functionality similar to that provided by this package is directly implemented in...

enhancement
category base (latex)
bug (documentation)
long-term

## Brief outline of the bug In the MWE one needs a `\leavevmode` (currently commented out) to fix the spacing in the output regarding the first subsection. One can see...

bug
category base (latex)
long-term

## Brief outline of the bug If you set `\input@path` to something (say `\def\input@path{{./PKGS/}}`), then trying to load a package with `\usepackage` results in a spurious warning when the package...

category base (latex)
long-term

## Brief outline of the enhancement LaTeX2ε used to have one file-related stack (`\@currnamestack`) with: - `\@currname`: the current file name (plus path, if any) - `\@currext`: the current file...

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

## Brief outline of the enhancement The commands are already part of the kernel (as no-ops) and are used, e.g., in xparse code, but `trace.sty` still contains a few redefinitions...

enhancement
category tools
category base (latex)
long-term

Providing a markdown version of the LPPL license would help display it nicely in code repositories that use it. Current `LICENSE` file renamed to `LICENSE.md` displays poorly: - [Markdown rendering...

enhancement
category base (latex)
long-term

#420 is partially fixed now (thanks!): ```latex \RequirePackage{latexbug} \documentclass{ltxdoc} \pagestyle{empty} \begin{document} \meta{foo} \end{document} ``` processed with `pdflatex` gives a PDF file which, if copied, gives `⟨foo⟩` when pasted. Some remaining...

stale

## Brief outline of the bug When using tabularx and having many lines with \multicolumn eventually the rendering breaks down and the cell widths become tiny. ## Minimal example showing...

bug
category tools
to analyse further
long-term