Skip to content

Commit 51534f3

Browse files
committed
Remove LaTeXStrings explicit dependence
1 parent 4eb8049 commit 51534f3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[deps]
22
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
33
HierarchicalEOM = "a62dbcb7-80f5-4d31-9a88-8b19fd92b128"
4-
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
54
QuantumToolbox = "6c2fb7c5-b903-41d2-bc5e-5a7c320b9fab"
65
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"

QuantumToolbox.jl/time_evolution/rabi.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ $$
4545
```{julia}
4646
using QuantumToolbox
4747
using CairoMakie # For high-quality plotting
48-
using LaTeXStrings # For manuscript-like typesetting in the plots
4948
```
5049

5150
```{julia}

0 commit comments

Comments
 (0)