Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/papachristoumarios/jupyter-greek-latex
:pen: Export Jupyter Notebooks to (Xe)LaTeX with Greek Support
https://github.com/papachristoumarios/jupyter-greek-latex
greek-latex jupyter-notebook latex xelatex
Last synced: about 1 month ago
JSON representation
:pen: Export Jupyter Notebooks to (Xe)LaTeX with Greek Support
- Host: GitHub
- URL: https://github.com/papachristoumarios/jupyter-greek-latex
- Owner: papachristoumarios
- License: mit
- Created: 2018-10-27T17:13:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T17:49:03.000Z (almost 6 years ago)
- Last Synced: 2024-09-28T23:43:23.170Z (about 2 months ago)
- Topics: greek-latex, jupyter-notebook, latex, xelatex
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :pen: Jupyter Greek LaTeX
Convert Jupyter Notebooks to LaTeX with Greek Support (using XeLaTeX)
## Setup
Install Greek LaTeX support from [here](https://github.com/papachristoumarios/greek-latex)
Install from `setup.py`
```
python3 setup.py install
```Or from PyPi with `pip3`
```
pip3 install jupyter-greek-latex
```## Usage
Example Usage
```
jupyter nbconvert foo.ipynb --to latex && jupyter-greek-latex.py result.tex
```With compilation using `xelatex`
```
jupyter nbconvert foo.ipynb --to latex && jupyter-greek-latex.py