Skip to content

Commit 1276b44

Browse files
committed
Use Ghostscript_jll
1 parent 3159e56 commit 1276b44

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v5
31-
- run: sudo apt install -y ghostscript fonts-freefont-ttf
31+
- run: sudo apt install -y fonts-freefont-ttf
3232
- uses: julia-actions/setup-julia@v2
3333
with:
3434
version: 1

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[deps]
22
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4+
Ghostscript_jll = "61579ee1-b43e-5ca0-a5da-69d92c66a64b"
45
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
56
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
67
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"

docs/generate_latex_images.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using LaTeXStrings, Unitful, Latexify, tectonic_jll
1+
using LaTeXStrings, Unitful, Latexify
2+
import tectonic_jll, Ghostscript_jll # needed for Latexify extensions that help render
23

34
commands = [
45
:(latexify(612.2u"nm")),

0 commit comments

Comments
 (0)