Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serverlesspub/latex-aws-lambda-layer
latex/pdflatex binaries for AWS Lambda
https://github.com/serverlesspub/latex-aws-lambda-layer
Last synced: 2 months ago
JSON representation
latex/pdflatex binaries for AWS Lambda
- Host: GitHub
- URL: https://github.com/serverlesspub/latex-aws-lambda-layer
- Owner: serverlesspub
- License: other
- Created: 2019-05-23T09:31:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T11:58:46.000Z (over 3 years ago)
- Last Synced: 2024-08-02T06:14:28.434Z (5 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 19
- Watchers: 4
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README-SAR.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-layers - `https://github.com/serverlesspub/latex-aws-lambda-layer`
README
# TeX Live (latex/pdflatex) for AWS Lambda
TeX Live (including `latex` and `pdflatex`) for AWS Lambda, including packages and fonts required for Pandoc.
Intended for instances powered by Amazon Linux 2.x, such as the `nodejs10.x` runtime, and the updated 2018.03 Amazon Linux 1 runtimes.
The binaries will be in `/opt/texlive/bin/x86_64-linux` after linking the layer to a Lambda function. *Binaries depend on each other, so when executing, you will need to add that directory to your `PATH` environment variable*.
```
pdfTeX 3.14159265-2.6-1.40.20 (TeX Live 2019)
kpathsea version 6.3.1
Compiled with libpng 1.6.36; using libpng 1.6.36
Compiled with zlib 1.2.11; using zlib 1.2.11
Compiled with xpdf version 4.01
```Note that this distribution comes with minimal fonts ([lm](https://ctan.org/pkg/lm?lang=en), [amsfonts](https://ctan.org/pkg/amsfonts?lang=en) and [ec](https://ctan.org/pkg/ec?lang=en)), required for Pandoc. To add more fonts, modify the build profile from .
For an example of how to use the layer, check out
.