https://github.com/latex3/latex2e
Raw File
Tip revision: 5ea3f3cfe0fd5588e960bd7fa922324a88f34429 authored by Joseph Wright on 11 September 2020, 14:01:24 UTC
Step pre-release tag
Tip revision: 5ea3f3c
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