Revision e2129683401a9cb8be2db239271d195c88a5071b authored by Frank Mittelbach on 16 July 2021, 21:56:12 UTC, committed by Frank Mittelbach on 16 July 2021, 21:56:12 UTC
1 parent f29ddff
Raw File
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