|
|
@@ -10,12 +10,20 @@ |
|
|
% and version 1.3 or later is part of all distributions of LaTeX |
|
|
% version 2005/12/01 or later. |
|
|
% |
|
|
% This work has the LPPL maintenance status `maintained'. |
|
|
% |
|
|
% The Current Maintainer of this work is <+maintainer+>. |
|
|
% |
|
|
% This work consists of the files <+filebase+>.dtx and <+filebase+>.ins |
|
|
% and the derived filebase <+filebase+>.<+extension+>. |
|
|
% |
|
|
% \fi |
|
|
% |
|
|
% \iffalse |
|
|
%<*driver> |
|
|
\ProvidesFile{\jobname.dtx} |
|
|
%</driver> |
|
|
%<<+type+>>%% See file '<+filebase+>.dtx' for copyright and licence. |
|
|
%<<+type+>>\NeedsTeXFormat{LaTeX2e}[1998/12/01] |
|
|
%<<+type+>>\Provides<+Type+>{<+filebase+>} |
|
|
%<*<+type+>> |
|
|
@@ -24,7 +32,7 @@ |
|
|
% |
|
|
%<*driver> |
|
|
\documentclass[english]{ltxdoc} |
|
|
\newcommand{\PackageURL}{https://github.com/ypid/latex-packages} |
|
|
\newcommand{\PackageURL}{https://github.com/ypid/latex-packages/tree/master/<+filebase+>} |
|
|
\newcommand{\PackageAuthor}{<+author+>} |
|
|
\newcommand{\PackageAuthorEmail}{<+email+>} |
|
|
\newcommand{\PrintPackage}[1]{\textsf{#1}} |
|
|
@@ -35,6 +43,7 @@ LaTeX Warning *} |
|
|
%% ^^A I think there is an error in the comparison (expand \jobname ...) |
|
|
\usepackage{ |
|
|
babel, |
|
|
csquotes, |
|
|
xcolor, |
|
|
url, |
|
|
hypdoc, |
|
|
@@ -91,9 +100,11 @@ corresponds to \textsf{\jobname}~\fileversion, dated \filedate.}} |
|
|
% \DoNotIndex{\RequirePackage, \DeclareOption, \ProcessOptions} |
|
|
% \DoNotIndex{\PackageWarning, \MessageBreak} |
|
|
% \DoNotIndex{\DeclareRobustCommand, \newcommand, \renewcommand} |
|
|
% \DoNotIndex{\DeclareStringOption, \ProcessLocalKeyvalOptions} |
|
|
% \DoNotIndex{\ProcessKeyvalOptions, \SetupKeyvalOptions, \DeclareBoolOption} |
|
|
% \DoNotIndex{\newenvironment} |
|
|
% \DoNotIndex{\if, \else, \fi, \ifcase, \or, \ifthenelse, \AND, \value, \relax} |
|
|
% \DoNotIndex{\@currname, \newcounter, \setcounter} |
|
|
% \DoNotIndex{\equal, \@currname, \newcounter, \setcounter} |
|
|
% \DoNotIndex{\endinput} |
|
|
% |
|
|
% \maketitle |
|
|
@@ -112,7 +123,7 @@ corresponds to \textsf{\jobname}~\fileversion, dated \filedate.}} |
|
|
% \section{Usage} |
|
|
% Just load the package placing |
|
|
% \begin{quote} |
|
|
% |\usepackage{template}| |
|
|
% |\usepackage{<+filebase+>}| |
|
|
% \end{quote} |
|
|
% in the preamble of your \LaTeXe{} source file. |
|
|
% |
|
|
@@ -139,7 +150,6 @@ corresponds to \textsf{\jobname}~\fileversion, dated \filedate.}} |
|
|
% A test macro. |
|
|
|
|
|
<+IMPLEMENTATION+> |
|
|
|
|
|
% \end{macro} |
|
|
% |
|
|
% \iffalse |
|
|
|