Skip to content

Commit dc8b71c

Browse files
committed
Move UnitfulLatexify into extension, along with tests, following JuliaPhysics#668
1 parent 8d17649 commit dc8b71c

File tree

3 files changed

+545
-1
lines changed

3 files changed

+545
-1
lines changed

Project.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1313
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
1414
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1515
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
16+
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
17+
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
1618
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1719

1820
[extensions]
1921
ConstructionBaseUnitfulExt = "ConstructionBase"
2022
ForwardDiffExt = "ForwardDiff"
2123
InverseFunctionsUnitfulExt = "InverseFunctions"
24+
LatexifyExt = ["Latexify", "LaTeXStrings"]
2225
PrintfExt = "Printf"
2326

2427
[compat]
@@ -27,6 +30,8 @@ ConstructionBase = "1"
2730
Dates = "<0.0.1, 1"
2831
ForwardDiff = "0.10, 1"
2932
InverseFunctions = "0.1"
33+
LaTeXStrings = "1.2.0"
34+
Latexify = "0.16.8"
3035
LinearAlgebra = "<0.0.1, 1"
3136
Printf = "<0.0.1, 1"
3237
REPL = "<0.0.1, 1"
@@ -39,11 +44,13 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3944
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
4045
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
4146
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
47+
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
48+
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
4249
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
4350
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
4451
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
4552
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4653
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4754

4855
[targets]
49-
test = ["Aqua", "ConstructionBase", "ForwardDiff", "InverseFunctions", "LinearAlgebra", "Test", "Random", "REPL", "Printf"]
56+
test = ["Aqua", "ConstructionBase", "ForwardDiff", "InverseFunctions", "Latexify", "LaTeXStrings", "LinearAlgebra", "Test", "Random", "REPL", "Printf"]

0 commit comments

Comments
 (0)