Skip to content

Commit 8001f3f

Browse files
committed
fix darkmode latex theme
1 parent a5ea558 commit 8001f3f

File tree

7 files changed

+57
-59
lines changed

7 files changed

+57
-59
lines changed

docs/localmake.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ using Revise
1515
using LiveServer
1616

1717
Pkg.activate(@__DIR__)
18-
Pkg.develop(PackageSpec(path=dirname(@__DIR__))) # adds the package this script is called from
19-
print("Do you want to update docs environment? [y/n] ")
18+
if VERSION v"1.11-"
19+
Pkg.develop(PackageSpec(path=dirname(@__DIR__))) # adds the package this script is called from
20+
end
21+
print("Do you want to update docs environment? [y/N] ")
2022
answer = readline()
2123
if !isempty(answer) && answer[1] == 'y'
2224
Pkg.update()

docs/src/assets/edgemodel-dark.svg

Lines changed: 25 additions & 25 deletions
Loading

docs/src/assets/edgemodel.svg

Lines changed: 25 additions & 25 deletions
Loading

docs/src/assets/edgemodel.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
\draw[<-](n.west)++(0,0.4)--++(-1.0,0) node[left]{$y^{\mathrm v}_{i}=i^{\mathrm e}_{\mathrm{src}}$};
1919
\draw[<-](n.west)++(0,-0.4)--++(-1.0,0) node[left]{$y^{\mathrm v}_{j}=i^{\mathrm e}_{\mathrm{dst}}$};
2020

21-
\node[text width=3.5cm, align=center, font=\scriptsize] at ([xshift=-2.7cm, yshift=-1.2cm]n) {mapping of adjecent node outputs as edge inputs};
21+
\node[text width=3.5cm, align=center, font=\scriptsize] at ([xshift=-2.7cm, yshift=-1.2cm]n) {mapping of adjacent node outputs as edge inputs};
2222
\end{tikzpicture}
2323
\end{document}

docs/src/assets/mathmodel-dark.svg

Lines changed: 0 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)