We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7560458 commit bc33e18Copy full SHA for bc33e18
.travis.yml
@@ -3,8 +3,7 @@ os:
3
- linux
4
- osx
5
julia:
6
- - 0.4
7
- - 0.5
+ - 0.6
8
- nightly
9
notifications:
10
email: false
REQUIRE
@@ -1,2 +1,2 @@
1
-julia 0.4
+julia 0.6
2
Compat 0.8.0
src/LaTeXStrings.jl
@@ -12,7 +12,7 @@ import Compat.String
12
# \\beta\$". To simplify this, we add a new string type with a macro
13
# constructor, so that one can simply do L"$\alpha + \beta$".
14
15
-immutable LaTeXString <: AbstractString
+struct LaTeXString <: AbstractString
16
s::String
17
end
18
0 commit comments