Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
10 additions
and 7 deletions.
- +1 −1 MyPackages/layoutRS.sty
- +2 −0 MyPackages/letterRS.sty
- +1 −1 docstrip-template/makezip
- +1 −1 docstrip-template/template.README
- +3 −3 docstrip-template/template.dtx
- +2 −1 scripts/LaTeX-git-commit-count
There are no files selected for viewing
| @@ -1,6 +1,7 @@ | ||
| #!/bin/bash | ||
| ## \readgitstat{7} | ||
| reversiongit="`git-commit-count`" | ||
| reversiongit="`git log --pretty="%h"|wc -l`" | ||
| shorthashgit="`git rev-parse --short HEAD`" | ||
| echo '\setcounter{reversiongit}{'${reversiongit}'}' | ||
| echo '\newcommand{\shorthashgit}{'${shorthashgit}'}' | ||
|
|