Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vlulla committed Aug 25, 2024
1 parent 0a95dcb commit cc10870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandoc-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
ARG VERSION=latest
FROM pandoc/latex:${VERSION}
ARG VERSION
LABEL maintainer "Vijay Lulla <[email protected]>"
LABEL maintainer="Vijay Lulla <[email protected]>"
RUN tlmgr install koma-script
3 changes: 2 additions & 1 deletion pandoc-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ I use `scrartcl` documentclass in my [md template](https://github.com/vlulla/vim
```bash
~ $ docker build --tag pandoc-komascript .
~ $ # assuming you have t.md file...
~ $ docker run -it --rm --mount type=bind,src="$(pwd)",dst=/app --workdir /app pandoc-komascript -o t.pdf t.md
~ $ docker run -it --rm --mount type=bind,src="$(pwd)",dst=/app --workdir=/app pandoc-komascript -o t.pdf --citeproc t.md
~ $ docker run -it --rm --mount type=bind,src="$(pwd)",dst=/app --workdir=/app pandoc-komascript -o t.html --standalone --embed-resources --mathml --citeproc t.md
```

0 comments on commit cc10870

Please sign in to comment.