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

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

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
```