w

wicked

@preview

A flexible and easy-to-use package for typesetting Wick contractions.

v0.2.0
Apache-2.0

Package Information

Last Updated
Minimum Typst Version
0.13.0
Categories
paper
Disciplines
physicsmathematics

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/wicked:0.2.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/wicked:0.2.0": *

Version History

0.2.00.13.0
291f6f3e2dce...
0.1.10.13.0
13a0135e433f...
0.1.00.12.0
b38615c03977...

wicked

This small Typst package handles the typesetting of Wick contractions. Read docs.pdf for more information.

Example

#import "@preview/wicked:0.2.0": wick

$ :
wick(id: #1, overline(Psi))_alpha (x)
gamma^mu_(alpha beta) 
wick(pos: #top, A)_mu (x) 
wick(Psi)_beta (x)
wick(overline(Psi))_eta (y)
gamma^nu_(eta rho) (y)
wick(pos: #top, A)_nu 
wick(id: #1, Psi)_rho (y)
: $