Skip to content

Commit b8f6c3a

Browse files
committed
Remove numbers from the equations in the hard-core lattice gas example
These don't display properly.
1 parent 0147ad6 commit b8f6c3a

File tree

1 file changed

+2
-2
lines changed
  • examples/hard-core-lattice-gas

1 file changed

+2
-2
lines changed

examples/hard-core-lattice-gas/main.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
#
88
# Let define a $10 \times 10$ triangular lattice, with unit vectors
99
# ```math
10-
# \begin{align}
10+
# \begin{align*}
1111
# \vec a &= \left(\begin{matrix}1 \\ 0\end{matrix}\right)\\
1212
# \vec b &= \left(\begin{matrix}\frac{1}{2} \\ \frac{\sqrt{3}}{2}\end{matrix}\right)
13-
# \end{align}
13+
# \end{align*}
1414
# ```
1515

1616
a, b = (1, 0), (0.5, 0.5*sqrt(3))

0 commit comments

Comments
 (0)