jlcode icon indicating copy to clipboard operation
jlcode copied to clipboard

A latex package for displaying Julia code using the listings package. The package supports pdftex, luatex and xetex for compilation.

Results 7 jlcode issues
Sort by recently updated
recently updated
newest added

I frequently have the problem that `jlinl` text at the end of lines does not break or move, but completely ignores the linewidth: That does not look great, and requires...

To use this package, I have uploaded the files from here to my overleaf latex project. This leaves me with the following file structure: Which is a quite horrible mess....

Really like the look you gave this .sty - makes the code look quite pretty! Thanks for making it open source and free. Kind regards

wontfix

Have you looked into getting this included in the [`listings` package](https://www.ctan.org/pkg/listings)?

I was not able to run Latex using TexStudio on the following text file without obtaining plenty of error messages involving xcolor. All messages resemble the following one: `Package xcolor...

usually you can specify to show environments on certain beamer overlays with ``` \begin{env} \end{env} ``` for showing that only at the second overlay. However, this doesn't seem to work...

I would like to know if it's possible to emulate github's syntax highlighting, which highlights both functions and literals. For example: ![image](https://github.com/user-attachments/assets/b5af91c1-c003-42ba-af6a-4eb0c35090c0) from [Oceananigans README](https://github.com/CliMA/Oceananigans.jl). I'm willing to make a...