-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid clutteting LaTeX project #45
Comments
Well, first of all, you do not need all files. Essentially, Concerning your problem, I think the easiest way to avoid what you call a horrible mess is to make the jlcode package known to your local miktex distribution so that it loads like a normal package, check out this youtube video I found: https://www.youtube.com/watch?v=9OtTvKMhAMc |
I am using overleaf, so I do not have a local installation... But thanks for your tips. Could a section in the readme on how to not clutter the latex project be appropriate? |
Ahh, I see. In that case my recommendation cannot be applied, of course. I think the best you can do is the following then: \setmonofont{JuliaMono}[
Extension = .ttf,
Path = ./,
%[...]
] to \setmonofont{JuliaMono}[
Extension = .ttf,
Path = ./jlfontfiles/,
%[...]
] Concerning the
Yes, I think we can add a some description on how to do that with the next major update. |
How difficult would it be to add the Julia language to the |
Well, as you can see in the issue #16, I already tried to get the definition into the listings package by contacting the current maintainer. He was very receptive to this idea when I mailed him back then, but he likely has a lot of other stuff to do, too. |
And he is e-mailed. I will keep this issue open until there is some description of how to handle the problem is the readme.md, or in case Julia is supported in Listings. |
👍 |
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. Is it possible to make things prettier? If I put everything into a folder, the the paths become wrong. It feels like the paths are defined internally, so that I can not change them without changing the source code.
EDIT: If this IS in fact possible, an example of how to make it happen in the readme would be lovely.
The text was updated successfully, but these errors were encountered: