Skip to content

updated with two more issues.#4

Open
nikilpatel94 wants to merge 1 commit intoshihabkhan1:mainfrom
nikilpatel94:main
Open

updated with two more issues.#4
nikilpatel94 wants to merge 1 commit intoshihabkhan1:mainfrom
nikilpatel94:main

Conversation

@nikilpatel94
Copy link

  • compilation error due to sandboxing compilation enabled.
  • easier way run latest packages by updating the TeXLive

Copy link
Owner

@shihabkhan1 shihabkhan1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:

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 add

To 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants