diff --git a/development/.documenter-siteinfo.json b/development/.documenter-siteinfo.json index c6f9327..631c4e3 100644 --- a/development/.documenter-siteinfo.json +++ b/development/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-22T10:22:12","documenter_version":"1.4.1"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-06-22T10:25:57","documenter_version":"1.4.1"}} \ No newline at end of file diff --git a/development/getting_started/index.html b/development/getting_started/index.html index d652de8..3a3f602 100644 --- a/development/getting_started/index.html +++ b/development/getting_started/index.html @@ -11,4 +11,4 @@ typst"$ π approx 3.141592653589793 $"
Use render
to easily generate a Typst source file and compile it into a document.
julia> render(Any[true 1; 1.2 1 // 2]);
Compile source files by run
ning a TypstCommand
created using its constructor or @typst_cmd
.
julia> TypstCommand(["help"])
typst`help`
-julia> run(typst`compile input.typ output.pdf`);
These Typst documents were generated from Julia using show
with the text/typst
MIME type and compiled using a TypstCommand
. Each row corresponds to a method of show_typst
. Sequential documents correspond to package Extensions.
Settings
This document was generated with Documenter.jl version 1.4.1 on Saturday 22 June 2024. Using Julia version 1.10.4.