Skip to content

LaTeX package for debates between reviewers right inside the document

License

Notifications You must be signed in to change notification settings

yegor256/debate

Repository files navigation

make CTAN License

This LaTeX package helps you organize debates between a few reviewers right inside the text of your document.

First, install it from CTAN and then use in the preamble:

\documentclass{article}
\usepackage{debate}
\begin{document}
I think apples are tastier
  \debate[jeff]{I don't think it's true!}
  \debate[anna]{It is indeed true!}
than pears!
\end{document}

Otherwise, you can download debate.sty and add to your project.

If you want to contribute yourself, make a fork, then create a branch, then run l3build in the root directory. It should compile everything without errors. If not, submit an issue and wait. Otherwise, make your changes and then run l3build again. If the build is still clean, submit a pull request.

Copyright (c) 2021-2023 Yegor Bugayenko, MIT License