Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Jun 19, 2016
1 parent b8986ab commit a2b4aad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MaTeX/MaTeX.m
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
]

Expand All @@ -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 *)

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ The limiting factor in the speed of `MaTeX` calls is running the `pdflatex` proc

## Revision history

#### Version 1.5.0

- Much improved LaTeX error reporting. Please report any problems you notice with the new error reporting.
- MaTeX now checks for common user errors and issues warnings. Turn them off using `Off[MaTeX::warn]`.

#### Version 1.4.0

- Separated `"Preamble"` and `"BasePreamble"` options. The default preamble is now in `"BasePreamble"`. The `"Preamble"` option can be set without needing to worry about the default.
Expand Down

0 comments on commit a2b4aad

Please sign in to comment.