Giter Club home page Giter Club logo

Comments (1)

hibiki-kato avatar hibiki-kato commented on August 26, 2024

I had the same problem(not solved). Thanks to many contributions, the architecture changed a lot.
In my case, the docker image that had full TeXLive was not used at first.

The name of it is share latex/sharelatex:with-texlive-full and I set SHARELATEX_IMAGE_NAME=sharelatex/sharelatex:with-texlive-full in config/overleaf.rc, line 7.

lib/docker-compose.base.yml references $IMAGE as the image name.
$IMAGE was defined in bin/docker compose by "$image_name:$IMAGE_VERSION".
The value of IMAGE_VERSION was written in config/version, which was 4.2.0 in my case.

That is, the docker image was designated as "share latex/sharelatex:with-texlive-full:4.2.0" even though it was expected to be "share latex/sharelatex:with-texlive-full".

So I modified bin/docker compose, line 67 from
export IMAGE="$image_name:$IMAGE_VERSION"
to
export IMAGE="$image_name".
Then latex/sharelatex:with-texlive-full successfully worked.

However, even though there was full version of TexLive, the compile of my japanse article failed that succeeds in overleaf.com.

Environment
M2 Mac
Rosetta2(Docker image was AMD64)
macOS 14 Sonoma
pdfTeX 3.141592653-2.6-1.40.25 (TeX Live 2023)
kpathsea version 6.3.5

from toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.