-
Notifications
You must be signed in to change notification settings - Fork 142
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
Missing packages -- how to add them? #22
Comments
No, compilation should not be necessary. |
I've added all the Moreover, I wasn't able to add the filenames to the So texlive.js must be checking and loading packages dynamically, right? Any chance there's just a small bug preventing texlive.js from finding my Another error message:
Seems to belong to the same class of problems. The file |
What about commands like |
I'd suggest using |
I managed to include the package What I did was copying Later I found out that you can update |
Hello :) |
When I call
\usepackage{...}
with some fancier packages, it usually fails due to a missing file.Examples:
tabu.sty
,booktabs.sty
,xcolor.sty
,setspace.sty
,changepage.sty
,url.sty
I think this wiki section is there to help. But I still have some open questions:
Do I need to compile something with emscripten whenever I want to add new packages?
Or is it enough if I just add the original
.sty
files totexlive/texmf-dist/tex/latex/
and then add the filename tosupported_packages
inwebsite/texlive.js
?Can someone who has successfully added packages help? Thanks!
The text was updated successfully, but these errors were encountered: