Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Add Windows scripts #1

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
0 bin/chktex → bin/nix/chktex
100755 → 100644
File renamed without changes.
File renamed without changes.
0 bin/latexmk → bin/nix/latexmk
100755 → 100644
File renamed without changes.
0 bin/synctex → bin/nix/synctex
100755 → 100644
File renamed without changes.
0 bin/texcount → bin/nix/texcount
100755 → 100644
File renamed without changes.
1 change: 1 addition & 0 deletions bin/win/chktex
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -i --rm -w /data -v "%cd%:/data" mcandre/docker-chktex %*
1 change: 1 addition & 0 deletions bin/win/latexindent
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -i --rm -w /data -v "%cd%:/data" tianon/latex latexindent %*
1 change: 1 addition & 0 deletions bin/win/latexmk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -i --rm -w /data -v "%cd%:/data" tianon/latex latexmk %*
1 change: 1 addition & 0 deletions bin/win/synctex
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -i --rm -w /data -v "%cd%:/data" tianon/latex synctex %*
1 change: 1 addition & 0 deletions bin/win/texcount
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker run -i --rm -w /data -v "%cd%:/data" tianon/latex texcount %*