jupyter-greek-latex

Greek LaTeX with Jupyter Notebook


Keywords
greek-latex, jupyter-notebook, latex, xelatex
Install
pip install jupyter-greek-latex==1.0

Documentation

🖊 Jupyter Greek LaTeX

Convert Jupyter Notebooks to LaTeX with Greek Support (using XeLaTeX)

Setup

Install Greek LaTeX support from here

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 --stdout | jupyter-greek-latex.py >result.tex

With compilation using xelatex

jupyter nbconvert foo.ipynb --to latex --stdout | jupyter-greek-latex.py | xelatex