-
Notifications
You must be signed in to change notification settings - Fork 288
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
3 changed files
with
7 additions
and
4 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
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
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
-------- | ||
- Document generation and compilation | ||
- Section, table, math, figure and package classes | ||
- Section, table, math, figure, matplotlib and package classes | ||
- A matrix class that can compile NumPy ndarrays and matrices to LaTeX | ||
- Very exstensible base classes that you can use to easily add new features | ||
- Contextmanager style class hierarchy | ||
|
@@ -180,7 +180,7 @@ | |
extras['all'] = list(set([req for reqs in extras.values() for req in reqs])) | ||
|
||
setup(name='PyLaTeX', | ||
version='0.6.1', | ||
version='0.7.0', | ||
author='Jelte Fennema', | ||
author_email='[email protected]', | ||
description='A Python library for creating LaTeX files', | ||
|