https://github.com/shunk031/latex-word-count
Docker container with TeXCount
https://github.com/shunk031/latex-word-count
docker docker-image latex tex texcount
Last synced: about 2 months ago
JSON representation
Docker container with TeXCount
- Host: GitHub
- URL: https://github.com/shunk031/latex-word-count
- Owner: shunk031
- Created: 2022-09-24T05:29:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-24T06:18:53.000Z (over 2 years ago)
- Last Synced: 2025-01-10T17:53:45.686Z (4 months ago)
- Topics: docker, docker-image, latex, tex, texcount
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [TeXcount](https://ctan.org/pkg/texcount) with Docker Container
- Build the docker container image
```shell
docker build -t latex-word-count .
```- Run the container
```shell
docker run --rm -it -v $(pwd):/workdir --name latex-word-count-dev latex-word-count main.tex
# 42
```