https://github.com/latex3/latex2e
Raw File
Tip revision: 9bb94de5dae355078bfe3e3d7b43809dbf399a67 authored by Joseph Wright on 13 February 2020, 20:24:20 UTC
Correct CHANGES
Tip revision: 9bb94de
ISSUE_TEMPLATE.md
!! Please fill out all sections after reading CONTRIBUTING guidelines (and remove lines starting with !!)

## Brief outline of the bug



## Minimal example showing the bug

```latex
\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  

!! Use drag-and-drop  (remember: .log file is required) !!

back to top