Conversation
nikilpatel94
commented
Sep 17, 2025
- compilation error due to sandboxing compilation enabled.
- easier way run latest packages by updating the TeXLive
There was a problem hiding this comment.
Thanks for this contribution @nikilpatel94 ! Both issues you've identified are valid and helpful for users.
I did some web searching to verify these issues independently. Here's what I found (though I may have missed something - please let me know if you disagree):
Sources I Found
For sandbox compilation issue:
- Your source #1354 is solid - maintainer-endorsed, 9+ upvotes
- Related issues: #1337, #1264
- Official docs on sandboxed compiles: https://docs.overleaf.com/on-premises/configuration/overleaf-toolkit/server-pro-only-configuration/sandboxed-compiles
For package issue:
- Your source #1301 is valid
- Also mentions TeX Live version mismatch workarounds
Requested Changes
1. Typos
- "complie" → "compile" (heading and body)
- "packeges" → "packages"
2. Sandbox Issue - Add Trade-off Warning
According to the official docs, disabling sandboxed compiles limits users to basic TeX Live. Could you add a note like:
Note: Disabling sandboxed compiles limits you to basic TeX Live packages. You may need to upgrade TeXLive afterwards - see the "Upgrading TeXLive" section.
Also, line numbers (81-88) may vary between versions. Consider describing the variables instead.
3. Package Issue - Link Instead of Duplicate
The Step-by-Step guide already covers TeXLive upgrades with:
sudo docker exec sharelatex tlmgr update --self --all
sudo docker exec sharelatex tlmgr install scheme-full
sudo docker exec sharelatex tlmgr path addTo avoid duplication, could you replace with a brief entry linking to that section? Something like:
## Packages not found while compiling
> ERROR: File `<package>.sty' not found
**Solution:** See the [Upgrading TeXLive](stepbystep.md#upgrading-texlive) section.Thanks again for helping improve this guide! Let me know if I've missed anything.