Compare commits
2 Commits
a815037f24
...
00d52fe83f
| Author | SHA1 | Date | |
|---|---|---|---|
|
00d52fe83f
|
|||
|
47e9f42d5f
|
7
justfile
@@ -4,6 +4,13 @@
|
|||||||
gallery_dir := "./gallery"
|
gallery_dir := "./gallery"
|
||||||
set shell := ["bash", "-uc"]
|
set shell := ["bash", "-uc"]
|
||||||
|
|
||||||
|
@version:
|
||||||
|
echo $'\e[1mTypst:\e[0m'
|
||||||
|
typst --version
|
||||||
|
echo
|
||||||
|
echo $'\e[1mTytanic:\e[0m'
|
||||||
|
tt util about
|
||||||
|
|
||||||
manual:
|
manual:
|
||||||
typst c manual.typ manual.pdf
|
typst c manual.typ manual.pdf
|
||||||
|
|
||||||
|
|||||||
6542
manual.pdf
@@ -1 +1 @@
|
|||||||
#import "@preview/cetz:0.4.0": *
|
#import "@preview/cetz:0.4.2": *
|
||||||
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "chronos"
|
name = "chronos"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
compiler = "0.13.1"
|
compiler = "0.14.2"
|
||||||
repository = "https://git.kb28.ch/HEL/chronos"
|
repository = "https://git.kb28.ch/HEL/chronos"
|
||||||
entrypoint = "src/lib.typ"
|
entrypoint = "src/lib.typ"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||