Skip to content

Commit

Permalink
🚀 RELEASE: v0.1.6 #34
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude authored Feb 8, 2021
1 parent f3d06bb commit 5c25276
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.1.6 - 2021-02-08

### 👌 IMPROVE

- removed explicit setting of fontsize in class file. The default sphinx fontsize is not used, and users can also set their own desired font size in config using
using LaTeX customization of sphinx.
- support for math symbols liks argmin, \argmax \gt (greater then) \mathscr
- support for β greek character.

## 0.1.5 - 2021-01-28

This release includes a minor bug fix. ([#26](https://github.com/executablebooks/jupyterbook-latex/pull/26) [@AakashGfude](https://github.com/AakashGfude))
Expand Down
2 changes: 1 addition & 1 deletion jupyterbook_latex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from docutils import nodes as docnodes

__version__ = "0.1.5"
__version__ = "0.1.6"
"""jupyterbook-latex version"""

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 5c25276

Please # to comment.