All Projects → papachristoumarios → jupyter-greek-latex

papachristoumarios / jupyter-greek-latex

Licence: MIT license
🖊️ Export Jupyter Notebooks to (Xe)LaTeX with Greek Support

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects

Projects that are alternatives of or similar to jupyter-greek-latex

xelatex-mgr
Klasa XeLaTeXa do pracy mgr (adaptacja klasy wzmgr T. Przechlewskiego)
Stars: ✭ 14 (+16.67%)
Mutual labels:  xelatex
xduugtp
西安电子科技大学本科生毕业论文(设计)开题报告LaTeX模板
Stars: ✭ 26 (+116.67%)
Mutual labels:  xelatex
Template-Informe
Template de informe en LaTeX para tareas y trabajos
Stars: ✭ 90 (+650%)
Mutual labels:  xelatex
TU-Delft-Unofficial-Report-Template
A LaTeX report/thesis template that aims to simplify and improve the (Xe)LaTeX template provided by the TU Delft. Ready-to-go with its rewritten class file and redesigned cover page.
Stars: ✭ 35 (+191.67%)
Mutual labels:  xelatex
travis-ci-latex-pdf
Overview of different methods to build LaTeX with GitHub Actions or Travis-CI (idea by @jackolney but completely rewritten by @PHPirates and contributors).
Stars: ✭ 113 (+841.67%)
Mutual labels:  xelatex
tectonic-action
Compile Tex files easily
Stars: ✭ 77 (+541.67%)
Mutual labels:  xelatex
TechnicalMarkdown
Easy and full-automated markdown setup for technical documents.
Stars: ✭ 82 (+583.33%)
Mutual labels:  xelatex
LZUThesis2020
兰州大学2023毕业论文LaTex模板:本科生、研究生两个模板
Stars: ✭ 56 (+366.67%)
Mutual labels:  xelatex
Sjtuthesis
上海交通大学 XeLaTeX 学位论文及课程论文模板 | Shanghai Jiao Tong University XeLaTeX Thesis Template
Stars: ✭ 2,376 (+19700%)
Mutual labels:  xelatex
xelatex-guide-book
xelatex book template
Stars: ✭ 59 (+391.67%)
Mutual labels:  xelatex
node-latex
🧾 A utility for running LaTeX subprocesses in Node.
Stars: ✭ 31 (+158.33%)
Mutual labels:  xelatex
Learn-to-program-with-C AR
ترجمة لدرس تعلّم البرمجة بلغة السي الخاص بموقع OpenClassrooms
Stars: ✭ 51 (+325%)
Mutual labels:  xelatex
TeXTemplates
LaTeX/XeLaTeX templates for academic publications: articles, dissertations, posters, and bachelor’s/master’s theses
Stars: ✭ 94 (+683.33%)
Mutual labels:  xelatex
lazylatex
Because LaTeX shouldn't be boring! 🐠 LaTeX package inspired by sphinx-rtd-theme. Build with tcolorbox, minted, tikz, etc,.
Stars: ✭ 16 (+33.33%)
Mutual labels:  xelatex
xdupgthesis
西安电子科技大学研究生学位论文XeLaTeX模板
Stars: ✭ 271 (+2158.33%)
Mutual labels:  xelatex
sthlmNordBeamerTheme
sthlmNord is LaTeX Beamer deck theme inspired by the arctic north blueish colour palette of Nord. Code base is HEAVILY influenced by hsrmbeamer and mtheme. WIP
Stars: ✭ 56 (+366.67%)
Mutual labels:  xelatex
TeXProposal
如何有理有据地向自己的学校或就职机构提出使用LaTeX的提议?A Proposal Prototype for LaTeX Promotion in Chinese Universities Version 1.4
Stars: ✭ 27 (+125%)
Mutual labels:  xelatex
latex-awesomebox
A package to draw attention boxes in your documents, illustrated with FontAwesome icons (Mirror)
Stars: ✭ 33 (+175%)
Mutual labels:  xelatex
xelatex-cv-roald
XeLaTeX CV template
Stars: ✭ 34 (+183.33%)
Mutual labels:  xelatex
xdupgtp
西安电子科技大学研究生学位论文开题报告表XeLaTeX模板
Stars: ✭ 22 (+83.33%)
Mutual labels:  xelatex

🖊️ 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 && jupyter-greek-latex.py <foo.tex >result.tex

With compilation using xelatex

jupyter nbconvert foo.ipynb --to latex && jupyter-greek-latex.py <foo.tex | xelatex
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].