heroku-buildpack-tex | A buildpack for building TeX documents on Heroku | Platform As A Service library

 by   gulopine Shell Version: Current License: MIT

kandi X-RAY | heroku-buildpack-tex Summary

kandi X-RAY | heroku-buildpack-tex Summary

heroku-buildpack-tex is a Shell library typically used in Cloud, Platform As A Service, Latex applications. heroku-buildpack-tex has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This is a [Heroku buildpack] for working with TeX documents. In its raw form, it simply bundles a working TeX Live environment into your Heroku app and doesn’t do anything else with it.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              heroku-buildpack-tex has a low active ecosystem.
              It has 33 star(s) with 92 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 2 open issues and 6 have been closed. On average issues are closed in 486 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of heroku-buildpack-tex is current.

            kandi-Quality Quality

              heroku-buildpack-tex has 0 bugs and 0 code smells.

            kandi-Security Security

              heroku-buildpack-tex has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              heroku-buildpack-tex code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              heroku-buildpack-tex is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              heroku-buildpack-tex releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of heroku-buildpack-tex
            Get all kandi verified functions for this library.

            heroku-buildpack-tex Key Features

            No Key Features are available at this moment for heroku-buildpack-tex.

            heroku-buildpack-tex Examples and Code Snippets

            No Code Snippets are available at this moment for heroku-buildpack-tex.

            Community Discussions

            Trending Discussions on heroku-buildpack-tex

            QUESTION

            Pandoc conversion to pdf not working on heroku
            Asked 2021-Jan-25 at 19:29

            I have a ruby on rails app that uses pandoc-ruby to convert markdown files into pdf. The pandoc-ruby requires pandoc installation. To successfully convert to pdf, pdflatex needs to be present as well. Locally (tested on Mac and Ubuntu 18.04) everything is working if pandoc, texlive-latex-recommended and texlive-fonts-recommended packages are installed. Things get a little bit tricky when deploying to heroku. To install all the packages on heroku I've used the Aptfile approach and I have not been able to solve this.


            Approach 1: Aptfile

            I've specified this Aptfile:

            ...

            ANSWER

            Answered 2021-Jan-25 at 19:29

            After quite a bit of trial and error, I have found a solution that works.

            As @mb21 mentioned, Docker image would probably be the best option long term. Docker images are supported on Heroku. However, I wanted to avoid dockerizing the whole application to solve this issue.

            After finding a TeX Live buildpack for Heroku that supports adding custom TeX Live packages (one example of such buildpack), the error on conversion was ! LaTeX Error: File 'xcolor.sty' not found.

            I used tlmgr to get some info on the missing file. Running tlmgr search --global --file xcolor.sty does the trick and reveals that there is a package called xcolor. After installing that we come to the next error, and the next, and the next. In the end I ended up installing 2 collections that are small enough for Heroku (mind the 500MB slug size limit) and contain everything pandoc needs for a successful conversion. Those 2 are collection-fontsrecommended and collection-latexrecommended.

            Adding a texlive.packages file to the root of the application does the trick. It is recognized by the buildpack and it installs all the specified packages for you using tlmgr.

            Source https://stackoverflow.com/questions/65853208

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install heroku-buildpack-tex

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/gulopine/heroku-buildpack-tex.git

          • CLI

            gh repo clone gulopine/heroku-buildpack-tex

          • sshUrl

            git@github.com:gulopine/heroku-buildpack-tex.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Platform As A Service Libraries

            asset_sync

            by AssetSync

            fbone

            by imwilsonxu

            piku

            by piku

            herokuish

            by gliderlabs

            heroku-accounts

            by ddollar

            Try Top Libraries by gulopine

            steel

            by gulopinePython

            steel-experiment

            by gulopinePython

            sheets

            by gulopinePython

            labcoat

            by gulopinePython

            heroku-config-pipeline

            by gulopineRuby