An open API service indexing awesome lists of open source software.

https://github.com/janpreet/docker-latex

A Docker image with LaTeX, latex2rtf and essential tools for document generation and text processing.
https://github.com/janpreet/docker-latex

doc docker latex latex2rtf pdf rtf

Last synced: about 1 month ago
JSON representation

A Docker image with LaTeX, latex2rtf and essential tools for document generation and text processing.

Awesome Lists containing this project

README

          

# docker-latex
[![Build and Push Docker Image](https://github.com/janpreet/docker-latex/actions/workflows/docker-image.yaml/badge.svg)](https://github.com/janpreet/docker-latex/actions/workflows/docker-image.yaml) ![GitHub Package Pulls](https://janpreet.github.io/rust-badge-generator/badges/janpreet-docker-latex-docker-latex-pulls.svg) ![Docker Pulls](https://img.shields.io/docker/pulls/janpreet/latex)

Lightweight `ubuntu:bionic + texlive-latex-base + pandoc` container for processing .tex files

### How to use

```bash
docker run --rm -i -v $(PWD):/data ghcr.io/janpreet/docker-latex:latest pdflatex doc.tex
```