GiannisTsagkaropoulos / jlcode_example

Example of the use of jlcode and the JuliaMono font to write Julia code in LaTeX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jlcode_example

Example of the use of jlcode to write Julia code in LaTeX

The example.tex file provides a template.

The example.pdf is an example output file.

Test it with:

git clone https://github.com/m3g/jlcode_example
cd jlcode_example
make

Currently it requires lualatex installed for a proper handling of unicode characters. The Makefile uses latexmk for rendering.

jlcode.sty obtained from here:

https://github.com/wg030/jlcode

JuliaMono-light.ttf obtained from here:

https://github.com/cormullion/juliamono

It is recommended to always get the latest versions of these files from the original sites for optimal functionality.

About

Example of the use of jlcode and the JuliaMono font to write Julia code in LaTeX


Languages

Language:TeX 99.4%Language:Makefile 0.3%Language:Julia 0.2%