You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I like to have an updated and full LaTeX experience but linux distros obviously need to freeze their packages at a certain point. In my fork of latex-online I created a Dockerfile based on yours and @chrisanthropic docker-TeXlive that installs TeX Live manually instead of using the one by Debian Stretch. In addition, tlmgr update --all is run as last command to ensure the most updated experience when running Docker. It is working very well for me. Most packages are included, being it the full TeX Live, and issues like #48 and #49 would be already fixed.
Let me know if you like this approach. I can prepare a clean PR.
The text was updated successfully, but these errors were encountered:
Hi, I like to have an updated and full LaTeX experience but linux distros obviously need to freeze their packages at a certain point. In my fork of latex-online I created a Dockerfile based on yours and @chrisanthropic docker-TeXlive that installs TeX Live manually instead of using the one by Debian Stretch. In addition,
tlmgr update --all
is run as last command to ensure the most updated experience when running Docker. It is working very well for me. Most packages are included, being it the full TeX Live, and issues like #48 and #49 would be already fixed.Let me know if you like this approach. I can prepare a clean PR.
The text was updated successfully, but these errors were encountered: