diff --git a/install_test.sh b/install_test.sh index 06ebd61..ee8838f 100644 --- a/install_test.sh +++ b/install_test.sh @@ -2,7 +2,10 @@ set -e if [ "$OS" = "Windows_NT" ]; then - + pwsh -command 'type install.ps1 | iex' else - + cat install.sh | sh fi + +typst --version +typst compile test.typ diff --git a/test.typ b/test.typ new file mode 100644 index 0000000..63d84fd --- /dev/null +++ b/test.typ @@ -0,0 +1,5 @@ ++ The climate + - Temperature + - Precipitation ++ The topography ++ The geology