mossr / julia-mono-listings

LaTeX listings style for Julia and Unicode support for the JuliaMono font

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`.sty` files instead of `.tex`?

kellertuer opened this issue · comments

Great approach – I am always looking for a nice and easy way to get my Julia code nice and tidy in my TeX files :)

I have a short remark: There is also https://github.com/wg030/jlcode, but it does not use Julia Mono (but defines a lot of utf8 helpers)

And I have a question: Have you thought about changing the .tex files to .sty files? Then you could use \usepackage instead of an \input and one could even work towards package options?

Glad you're enjoying this! I really like the .sty idea—if anyone would like to submit a PR I'd be happy to review.

Sure, I know how that can be done. If I find time, I could provide such a PR.