This commit is contained in:
jverzani
2025-07-23 08:05:43 -04:00
parent 31ce21c8ad
commit c3a94878f3
50 changed files with 3711 additions and 1385 deletions

View File

@@ -11,7 +11,7 @@ typst_tpl = mt"""
---
title: {{:title}}
date: today
jupyter: julia-1.11
engine: julia
execute:
daemon: false
format:
@@ -25,6 +25,11 @@ format:
#set figure(placement: auto)
bibliography: references.bib
---
```{julia}
#| echo: false
import Plots; Plots.plotly() = Plots.gr();
nothing
```
"""
index = "_pdf_index"