Skip to content

Commit

Permalink
Update to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leedehai committed Dec 21, 2023
1 parent df10554 commit aaf4d55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![CI](https://github.com/Leedehai/typst-physics/actions/workflows/ci.yml/badge.svg)](https://github.com/Leedehai/typst-physics/actions/workflows/ci.yml)
[![Latest release](https://img.shields.io/github/v/release/Leedehai/typst-physics.svg?color=gold)][latest-release]

Available in the collection of [Typst packages](https://typst.app/docs/packages/): `#import "@preview/physica:0.9.0": *`
Available in the collection of [Typst packages](https://typst.app/docs/packages/): `#import "@preview/physica:0.9.1": *`

> physica _noun_.
> * Latin, study of nature
Expand Down Expand Up @@ -49,21 +49,21 @@ compiler locally, it downloads packages on-demand and caches them on-disk, see

```typst
// Style 1
#import "@preview/physica:0.9.0": *
#import "@preview/physica:0.9.1": *
$ curl (grad f), tensor(T, -mu, +nu), pdv(f,x,y,[1,2]) $
```

```typst
// Style 2
#import "@preview/physica:0.9.0": curl, grad, tensor, pdv
#import "@preview/physica:0.9.1": curl, grad, tensor, pdv
$ curl (grad f), tensor(T, -mu, +nu), pdv(f,x,y,[1,2]) $
```

```typst
// Style 3
#import "@preview/physica:0.9.0"
#import "@preview/physica:0.9.1"
$ physica.curl (physica.grad f), physica.tensor(T, -mu, +nu), physica.pdv(f,x,y,[1,2]) $
```
Expand Down
Binary file modified physica-manual.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions physica-manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This document is shared under the Creative Commons BY-ND 4.0 license.
#import "physica.typ": *

#let version = "0.9.0"
#let version = "0.9.1"

#set document(
title: [physica-manual.typ],
Expand Down Expand Up @@ -61,7 +61,7 @@ This manual itself was generated using the Typst CLI and the `physica` package,
With `typst`'s #linkurl("package management", "https://github.com/typst/packages"):

```typst
#import "@preview/physica:0.9.0": *
#import "@preview/physica:0.9.1": *
$ curl (grad f), pdv(,x,y,z,[2,k]), tensor(Gamma,+k,-i,-j) = pdv(vb(e_i),x^j)vb(e^k) $
```
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "physica"
version = "0.9.0"
version = "0.9.1"
description = "Neat derivative, differential, field, matrix, braket, tensor, hbar, etc."
authors = ["Leedehai"]
repository = "https://github.com/Leedehai/typst-physics"
Expand Down

0 comments on commit aaf4d55

Please sign in to comment.