Laurenz
d71c933cca
Bump dependencies
2023-03-27 15:49:04 +02:00
Laurenz
2a088e876e
Cache eviction helps
...
Fixes #334 .
2023-03-26 14:06:15 +02:00
figsoda
e70ec5f3c0
Don't let the build script overwrite TYPST_VERSION ( #154 )
2023-03-25 15:38:34 +01:00
7sDream
a4a915cc5c
Add custom font search path support for typst cli ( #270 )
2023-03-25 15:04:56 +01:00
figsoda
ec3f7004ca
Fix index out of bounds error in build script ( #173 )
2023-03-24 09:22:48 +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
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
2023-03-21 23:18:56 +01:00
Laurenz
b48b0d650c
Release action
2023-03-21 01:48:40 +01:00
Laurenz
af7fe4d760
Hover and autocomplete in show rules
2023-03-17 18:18:47 +01:00
Laurenz
6ab7760822
Split up model
module
2023-03-01 16:33:28 +01:00
Laurenz
7d28e6499e
Set Typst versions to 0.0.0
2023-02-06 11:53:49 +01:00
Laurenz
b4b022940b
Syntax and example sections
2022-12-19 01:16:35 +01:00
Laurenz
5110a41de1
Introduce virtual typesetter
2022-12-02 13:21:36 +01:00
Laurenz
0efe669278
Reorganize library and tests
2022-11-29 14:18:13 +01:00
Laurenz
7caf98fe42
Switch StrResult
to EcoString
2022-11-27 01:00:57 +01:00
Laurenz
6bafc63910
Document metadata
2022-11-26 23:52:01 +01:00
Laurenz
96f72eee6c
Separate typesetting and compilation
2022-11-24 17:51:07 +01:00
Laurenz
5ae81971f2
Introduce Library
2022-11-23 16:07:54 +01:00
Laurenz
b2a3d3f235
More general evaluation interface
2022-11-23 12:00:06 +01:00
Laurenz
eb951c008b
Style changes
2022-11-04 11:38:09 +01:00
Laurenz
33928a00dc
Tidy up library
2022-11-03 16:50:26 +01:00
Laurenz
46921a8c28
Separate test crate
...
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
2022-11-03 16:13:35 +01:00
Laurenz
37a7afddfa
Split crates
2022-11-03 13:35:39 +01:00