File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 22
33[ ![ latest release] ( http://img.shields.io/github/release/jkuczm/mmacells.svg )] ( https://github.com/jkuczm/mmacells/releases/latest )
44[ ![ SemVer 2.0.0] ( http://img.shields.io/badge/SemVer-2.0.0-brightgreen.svg )] ( http://semver.org/spec/v2.0.0.html )
5- [ ![ license lppl1.3] ( http://img.shields.io/badge/license-lppl1.3-blue.svg )] ( http://www.ctan .org/license/lppl1.3 )
5+ [ ![ license lppl1.3] ( http://img.shields.io/badge/license-lppl1.3-blue.svg )] ( http://www.latex-project .org/lppl.txt )
66
77
88Mathematica cells in TeX.
99
1010
1111* [ Usage example] ( #usage-example )
1212* [ Installation] ( #installation )
13- * [ Compatibility] ( #compatibility )
1413* [ Bugs and requests] ( #bugs-and-requests )
1514* [ Contributing] ( #contributing )
1615* [ License] ( #license )
@@ -57,7 +56,8 @@ All contributions are welcome!
5756## License
5857
5958This package is released under
60- [ The LaTeX Project Public License 1.3] ( http://www.ctan.org/license/lppl1.3 ) .
59+ [ The LaTeX Project Public License] ( http://www.latex-project.org/lppl.txt )
60+ version 1.3 or (at your option) any later version.
6161
6262Copyright (c) 2015 [ Jakub Kuczmarski] ( mailto:Jakub.Kuczmarski@gmail.com )
6363
Original file line number Diff line number Diff line change 1+ % % mmacells.sty
2+ % % Copyright (c) 2015 Jakub Kuczmarski <Jakub.Kuczmarski@gmail.com>
3+ %
4+ % This work may be distributed and/or modified under the
5+ % conditions of the LaTeX Project Public License, either version 1.3
6+ % of this license or (at your option) any later version.
7+ % The latest version of this license is in
8+ % http://www.latex-project.org/lppl.txt
9+ % and version 1.3 or later is part of all distributions of LaTeX
10+ % version 2005/12/01 or later.
11+ %
12+ % This work consists of the file mmacells.sty.
13+
114\RequirePackage {expl3,xparse}
215
316\ProvidesExplPackage {mmacells} {2015/02/04} {0.0.1}
You can’t perform that action at this time.
0 commit comments