You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2026. It is now read-only.
Using billwarrior from master on Manjaro Linux stable. And pdfTeX 3.14159265-2.6-1.40.21 (TeX Live 2020/Arch Linux).
Example
billwarrior.ini:Resulting
billwarrior_items.tex:Resulting
pdflatexerror:The problem is that the
&character is significant to LaTeX and interpreted as a control character unless it's escaped.In terms of potential solutions, escaping the category name in Python as per one of these answers might solve the problem: https://stackoverflow.com/questions/16259923/how-can-i-escape-latex-special-characters-inside-django-templates