diff --git a/development/.documenter-siteinfo.json b/development/.documenter-siteinfo.json index 26c1c3c..dca38ff 100644 --- a/development/.documenter-siteinfo.json +++ b/development/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-13T07:55:39","documenter_version":"1.5.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.4","generation_timestamp":"2024-07-13T08:23:53","documenter_version":"1.5.0"}} \ No newline at end of file diff --git a/development/getting_started/index.html b/development/getting_started/index.html index 3f599ed..2fbaa2f 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.
Open these images in a new tab or another viewer.
Settings
This document was generated with Documenter.jl version 1.5.0 on Saturday 13 July 2024. Using Julia version 1.10.4.