Skip to content
Permalink
Browse files
optimized
  • Loading branch information
Robin Schneider committed Aug 19, 2012
1 parent e9fc9a2 commit cbc7bbcdda54f7b43f2039531d2a4f58c35f8964
Showing with 5 additions and 4 deletions.
  1. +5 −4 docstrip-template/template.dtx
@@ -24,12 +24,12 @@ and version 1.3 or later is part of all distributions of LaTeX version
\endgroup

\documentclass{ltxdoc}
\newcommand{\PackageURL}{http://ypid.wordpress.com}
\newcommand{\PackageURL}{https://github.com/ypid/typesetting}
\newcommand{\PackageAuthor}{Robin Schneider}
\newcommand{\PackageAuthorEmail}{ypid23@aol.de}
\usepackage{\jobname} %% ^^A This produces a warning even when there is no problem.
%% ^^A I think there is an error in the comparison (expand \jobname ...)
\typeout{* If the to package names look the same you can ignore this LaTeX Warning *}
\typeout{* If the two package names look the same you can ignore this LaTeX Warning *}
\typeout{}
\usepackage{
xcolor,
@@ -46,7 +46,7 @@ and version 1.3 or later is part of all distributions of LaTeX version
}


\DoNotIndex{\def}
\DoNotIndex{\newcommand,\newenvironment}

\EnableCrossrefs
\CodelineIndex
@@ -61,7 +61,8 @@ corresponds to \textsf{\jobname}~\fileversion, dated \filedate.}}
\phantomsection
\addcontentsline{toc}{section}{\abstractname}
\begin{abstract}
The \textsf{\jobname} package XXX.
The \textsf{\jobname} package XXX. \\
Fork me on GitHub: \url{\PackageURL}
\end{abstract}

\tableofcontents

0 comments on commit cbc7bbc

Please sign in to comment.