1896 Commits

Author SHA1 Message Date
David Voigt
6545620891
change page numbering for outline (#284) 2023-03-25 13:35:32 +01:00
Alexander Ekdahl
766d1be72b
Newton's notation for derivatives (#281) 2023-03-25 13:32:25 +01:00
jakobrs
a25a691549
Use correct smart quotes for Norwegian Bokmål language code (#278) 2023-03-25 13:30:33 +01:00
Florian Kothmeier
238f64327c
Fix fill color obstructing page header and background (#277) 2023-03-25 13:30:19 +01:00
Laurenz
a253b47e7c Simplify heading block example 2023-03-24 09:52:21 +01:00
figsoda
ec3f7004ca
Fix index out of bounds error in build script (#173) 2023-03-24 09:22:48 +01:00
Ryan Pitasky
8b1852cffb
Replace infinite repeat layout panic with error (#235)
When a page has auto width and there were no other constraints on the repetition width, this would previously panic. Now, there is an explicit check with a new error and test case.
2023-03-24 09:15:24 +01:00
Dave L
2f8802a412
Changed "ColorChoice::Always" to "ColorChoice::Auto" to honour user setting of TERM / NO_COLOR (#230) 2023-03-24 09:14:32 +01:00
Easyoakland
e927486970
Fixed Typo (#227) 2023-03-24 09:14:24 +01:00
Sebastian Zivota
c9a945f9a0
Fix descriptions of some types (#206) 2023-03-24 09:13:34 +01:00
Sebastian Zivota
23de492eea
Fix import syntax in tutorial (#205) 2023-03-24 09:12:49 +01:00
Roland Fredenhagen
d3377649a2
Make alignment actually centered (#176) 2023-03-24 09:11:17 +01:00
arctic-penguin
88e1134eec
strip cli target (#143)
Stripping `typst-cli` reduces the file size from 24 MB to 18 MB.
2023-03-24 09:08:58 +01:00
Dave Purdum
e0699ce4f3
Fix year in community.md (#135) 2023-03-24 09:07:58 +01:00
JD Matthews
085a7658f2
fix a couple of typos / apostrophes in the README and tutorials (#128) 2023-03-24 09:07:01 +01:00
vinícius x
045a109600
Fix mistake in tutorial (#107)
subscript was mistaken for superscript
2023-03-22 09:04:42 +01:00
Liam Sanft
ea3cf39f15
Fix typo in README (#111)
Fixed a typo in the README example image and text version of the code example.
- Fixes #101
2023-03-22 09:04:26 +01:00
Kian-Meng Ang
25acefeb5b
Fix typos (#115)
Found via `codespell -S target -L
crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-22 09:02:51 +01:00
Felix Obenhuber
26f4321a5e
Fix build if not on a git checkout (#119)
Check the exit status of the `git` invocation before parsing the output.
If there's no `.git` the output may look like:

```
fatal: not a git repository (or any of the parent directories): .git
```

and the version shall be set to unknown.
2023-03-22 09:02:16 +01:00
Laurenz
9fc432a41d Switch to Buffer::from_static for embedded fonts 2023-03-21 23:43:22 +01:00
Laurenz
a6b63b96f9 Fail gracefully if git does not exist 2023-03-21 23:39:40 +01:00
Laurenz
b934a2fd83 Embed standard fonts in binary v23-03-21-2 2023-03-21 23:18:56 +01:00
Laurenz
27bb5e8d22 Add note about fonts 2023-03-21 20:52:00 +01:00
Tommy Zaft
c26620b350
Fix typo (#94) 2023-03-21 20:45:42 +01:00
Laurenz
ff8cd46c50 Fix typo 2023-03-21 20:23:53 +01:00
Laurenz
4428646c99 Documentation changes v23-03-21 2023-03-21 18:20:15 +01:00
Laurenz
53b57d8294 Fix show rule colon error message 2023-03-21 13:08:18 +01:00
Laurenz
c913271b29 Fix crash for jump to outdated span 2023-03-21 12:55:39 +01:00
Laurenz
69136b74dc More math shorthands 2023-03-21 10:29:59 +01:00
Laurenz
a14eb1952d Bump dependencies 2023-03-21 10:05:46 +01:00
Laurenz
b48b0d650c Release action 2023-03-21 01:48:40 +01:00
Laurenz
c8b0be21f5 A few tutorial improvements 2023-03-21 00:41:20 +01:00
Laurenz
2d16f9434f Documentation for citation, bibliography, and content 2023-03-20 22:09:10 +01:00
Laurenz
22bf0117a0 Documentation for measure, locate, and style 2023-03-20 18:21:05 +01:00
Laurenz
420eebe191 Documentation for query 2023-03-20 17:46:10 +01:00
Laurenz
c8bf331c94 Documentation for state 2023-03-20 17:03:53 +01:00
Laurenz
188e64fa30 Documentation for counters 2023-03-20 14:52:33 +01:00
Laurenz
5a32f33fb3 Write changelog 2023-03-20 12:23:06 +01:00
Laurenz
659a4d3731 Document Location fields 2023-03-19 23:57:17 +01:00
Laurenz
30d6c070c1 More efficient function representation 2023-03-19 23:49:35 +01:00
Laurenz
ab43bd802e Renaming and refactoring 2023-03-19 22:39:19 +01:00
Laurenz
d6aaae0cea Fix font embedding bugs 2023-03-19 20:58:03 +01:00
Laurenz
0ba99ab8aa Measurement and introspection rework 2023-03-19 10:19:34 +01:00
Laurenz
c7f4d6b12e Equation numbering 2023-03-18 19:54:00 +01:00
Laurenz
a69b587455 Rename formula to equation 2023-03-18 19:27:31 +01:00
Laurenz
a16726ae66 Architecture description 2023-03-18 18:27:22 +01:00
Laurenz
533d4d57c6 Fix hover tooltip value collapsing 2023-03-18 17:51:13 +01:00
Laurenz
5d475ae32e Attach parameter list span to function 2023-03-18 17:50:57 +01:00
Laurenz
f2b0c5e08d Fix page counter 2023-03-18 16:28:39 +01:00
Laurenz
8b3dff37c8 Readme and license 2023-03-18 16:14:15 +01:00