-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ | |
(* :Title: MaTeX *) | ||
(* :Author: Szabolcs Horvát <[email protected]> *) | ||
(* :Context: MaTeX` *) | ||
(* :Version: 1.4.0 *) | ||
(* :Version: 1.5.0 *) | ||
(* :Date: 2015-03-04 *) | ||
|
||
(* :Mathematica Version: 10.0 *) | ||
(* :Copyright: (c) 2016 Szabolcs Horvát *) | ||
|
||
(* Abort for old, unsupported versions of Mathematica *) | ||
If[$VersionNumber < 10, | ||
Print["MaTeX requires Mathematica 10 or later."]; | ||
Print["MaTeX requires Mathematica 10.0 or later."]; | ||
Abort[] | ||
] | ||
|
||
|
@@ -39,7 +39,7 @@ | |
|
||
ClearMaTeXCache::usage = "ClearMaTeXCache[] clears MaTeX's cache."; | ||
|
||
`Developer`$Version = "1.4.0 (June 18, 2016)"; | ||
`Developer`$Version = "1.5.0 (June 19, 2016)"; | ||
|
||
Begin["`Private`"] (* Begin Private Context *) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters