Skip to content
Permalink
Browse files
optimized
  • Loading branch information
Robin Schneider committed Sep 16, 2012
1 parent 2a99a06 commit c2463e8229fbc506a70b4efb157679ecf3aae795
@@ -46,7 +46,7 @@
% gesperrt werden. Das Paket soul, das ich früher empfohlen
% habe ist damit für diese Zwecke nicht mehr nötig.
%\RequirePackage{soul}
%\urlstyle{tt}
%\urlstyle{same}

\ifthenelse{\isundefined\captionsetup}{}
{\captionsetup{margin=10pt,font=small,labelfont=bf}}
@@ -4,6 +4,8 @@

%% Hauptsächlich Anschriften Verwaltungen in einzelnen Dateien

\RequirePackage{xifthen,xspace}

\newcommand{\printUnterschriftenfeld}[1]{%
\begin{tabularx}{\textwidth}[b]{p{5cm}}%
\cline{1-1}%
@@ -6,5 +6,5 @@ then echo "Please give a package. The package has to be in a directory."
fi

archiv="$1.zip"
rm "$archiv"
rm -f "$archiv"
zip "$archiv" "$1/$1.dtx" "$1/$1.ins" "$1/$1.pdf" "$1/README"
@@ -11,7 +11,7 @@ and version 1.3 or later is part of all distributions of LaTeX
version 2005/12/01 or later.

CTAN: http://www.ctan.org/pkg/XXXPACKAGEXXX
Code repository: https://github.com/ypid/latex-packages/XXXPACKAGEXXX
Code repository: https://github.com/ypid/latex-packages/tree/master/XXXPACKAGEXXX


DESCRIPTION
@@ -61,8 +61,8 @@
\title{The \PackageName{} package\thanks{This document
corresponds to \PackageName~\fileversion, dated \filedate.}}
\author{\PackageAuthor \\
\texttt{\href{mailto:\PackageAuthorEmail?subject=LaTeX package <+filebase+>}%
{\PackageAuthorEmail}%
\texttt{\href{mailto:\PackageAuthorEmail?subject=LaTeX package <+filebase+>%
\&body=Dear <+author+>,}{\PackageAuthorEmail}%
}%
}

@@ -116,7 +116,7 @@ corresponds to \PackageName~\fileversion, dated \filedate.}}
% \addcontentsline{toc}{section}{\abstractname}
% \begin{abstract}
% The \PackageName{} package \\
%% ^^A Location on CTAN: \url{\PackageCTANURL} \\
%% ^^A Information site on CTAN: \url{\PackageCTANURL} \\
% Fork me on GitHub: \url{\PackageURL} \end{abstract}
%
% \tableofcontents
@@ -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}'}'

0 comments on commit c2463e8

Please sign in to comment.