https://github.com/dve/latex-testcontainers
Run latex in docker from java
https://github.com/dve/latex-testcontainers
docker java latex testcontainers
Last synced: about 2 months ago
JSON representation
Run latex in docker from java
- Host: GitHub
- URL: https://github.com/dve/latex-testcontainers
- Owner: dve
- License: apache-2.0
- Created: 2019-06-14T09:44:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T22:10:01.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T22:44:12.787Z (about 1 year ago)
- Topics: docker, java, latex, testcontainers
- Language: Java
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latex-testcontainers
A java wrapper around [`latex-docker`](https://github.com/blang/latex-docker) implemnted with [Testcontainers](https://www.testcontainers.org/)
## Build
Clone and run:
```
./mvnw clean package
```
To see a vaadin based demo run:
```
./mvnw -pl demos exec:java -Dexec.mainClass="net.vergien.ltc.demo.Launcher"
```
and open [`localhost:8899`](http://localhost:8899/) in your webbrowser.