typst-count 0.1.0

Count words and characters in Typst documents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
= Document with Math

This document contains both regular text and mathematical notation.

The quadratic formula is:

$
x = (-b plus.minus sqrt(b^2 - 4a c)) / (2a)
$

This formula is used to solve quadratic equations of the form $a x^2 + b x + c = 0$.

Regular text here should be counted, but the inline math and display math should be ignored.