Opened 10 years ago
Closed 10 years ago
#691 closed defect (fixed)
Diagram plotting in QCD doesn't work with anti particles
Reported by: | Bijan Chokoufe Nejad | Owned by: | kilian |
---|---|---|---|
Priority: | P5 | Milestone: | v2.2.5 |
Component: | core | Version: | 2.2.2 |
Severity: | trivial | Keywords: | |
Cc: |
Description
The following
model = QCD process uubar = u, U => d, D {?diags = true} compile
fails with
! Text line contains an invalid character. l.18 \section{$ u ^^H ar{u} \to d ^^Har{d} $}
In the tex file, you find ^H
characters instead of \b
(some escaping gone wrong?). Changing model = QCD
to model = SM
works, although both in SM.mdl
and in QCD.mdl
, we find tex_anti "\bar{d}"
and so on.
Note: See
TracTickets for help on using
tickets.
Obviously escape characters, fixed in r6275.