Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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