diff --git a/README.md b/README.md index a241721..d1c8b73 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ [![Latest release](https://img.shields.io/github/v/release/Leedehai/typst-physics.svg?color=gold)][latest-release] The [manual](https://github.com/Leedehai/typst-physics/blob/master/physica-manual.pdf). -Download releases [here](https://github.com/Leedehai/typst-physics/releases/). -Available at the official collection of [Typst packages](https://typst.app/docs/packages/). +Available in the official collection of [Typst packages](https://typst.app/docs/packages/): `#import "@preview/physica:0.8.1": *`. This [Typst](https://typst.app) package provides handy typesetting utilities for physics, including: @@ -30,9 +29,9 @@ everybody", this package was renamed from `physics` to `physica`. See the [manual](https://github.com/Leedehai/typst-physics/blob/master/physica-manual.pdf) for more details. -![demo1](https://github.com/Leedehai/typst-physics/assets/18319900/b0e2753e-ba72-46d4-809f-d6a12d8d1d6d) +![demo-quick](https://github.com/Leedehai/typst-physics/assets/18319900/4a9f40df-f753-4324-8114-c682d270e9c7) -![demo2](https://user-images.githubusercontent.com/18319900/236073825-e91b4601-7e92-490b-a7e4-e9e405a2147b.png) +![demo-larger](https://user-images.githubusercontent.com/18319900/236073825-e91b4601-7e92-490b-a7e4-e9e405a2147b.png) ## Using physica in your Typst document diff --git a/physica-manual.pdf b/physica-manual.pdf index e28fce4..d3239a1 100644 Binary files a/physica-manual.pdf and b/physica-manual.pdf differ diff --git a/physica-manual.typ b/physica-manual.typ index 1eba0b0..5ecac3a 100644 --- a/physica-manual.typ +++ b/physica-manual.typ @@ -24,7 +24,7 @@ #align(center)[ Version #version, October 25, 2023 \ - Doc updated: November 21, 2023 + Doc updated: November 26, 2023 ] #set par(justify: true) @@ -56,10 +56,10 @@ With `typst`'s #linkurl("package management", "https://github.com/typst/packages ```typst #import "@preview/physica:0.8.1": * -$ curl (grad f), pdv(,x,y,[1,2]), tensor(Gamma,+k,-i,-j) = pdv(vb(e_i),x^j)vb(e^k) $ +$ curl (grad f), pdv(,x,y,z,[2,k]), tensor(Gamma,+k,-i,-j) = pdv(vb(e_i),x^j)vb(e^k) $ ``` -$ curl (grad f), pdv(,x,y,[1,2]), tensor(Gamma,+k,-i,-j) = pdv(vb(e_i),x^j)vb(e^k) $ +$ curl (grad f), pdv(,x,y,z,[2,k]), tensor(Gamma,+k,-i,-j)=pdv(vb(e_i),x^j)vb(e^k) $ = The symbols