% \iffalse meta-comment
% -*- TeX:DTX -*-
%
% The `sample' package
% Nothing useful -- just a sample file
% Copyright (c) 2004 R Schlicht <w.m.l@gmx.net>
%
% ----------------------------------------------------------------------------
%
%<*driver>
\ProvidesFile{sample.dtx}
%</driver>
%<package>\ProvidesPackage{sample}
%<*package|driver>
[2004/12/20 v1.1 sample file for WinEdt's DTX mode (RS)]
%</package|driver>
%
%<*driver>
\documentclass{ltxdoc}
\CodelineIndex
\RecordChanges
\begin{document}
\DocInput{sample.dtx}
\end{document}
%</driver>
% \fi
%
%
% \changes{v1.0}{2004/09/09}{Initial version. No further versions to be expected.}
% \changes{v1.1}{2004/12/20}}{Amazingly indeed, there is a change: a nested module}
%
%
% \GetFileInfo{sample.dtx}
% \title{The \textsf{sample} package -- nothing useful}
% \author{R Schlicht\\|w.m.l@gmx.net|}
% \date{\fileversion{} -- \filedate}
% \maketitle
%
% \tableofcontents
%
% \section{Usage}
%
% No usage.
%
% \StopEventually{}
%
%
%
% \section{Implementation}
%
% \subsection{Beginning and End}
% \begin{macrocode}
%<*package>
% \end{macrocode}
%\begin{macro}{\behonest}
% No imposture.
% \begin{macrocode}
\def\behonest{\typeout{This package is useless.}}
% \end{macrocode}
%\end{macro}
% A nested module.
% \begin{macrocode}
%<*verbose>
\behonest
%</verbose>
% \end{macrocode}
% No more.
% \begin{macrocode}
%</package>
% \end{macrocode}
%
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
% Digits \0\1\2\3\4\5\6\7\8\9
% Exclamation \! Double quote \" Hash (number) \#
% Dollar \$ Percent \% Ampersand \&
% Acute accent \' Left paren \( Right paren \)
% Asterisk \* Plus \+ Comma \,
% Minus \- Point \. Solidus \/
% Colon \: Semicolon \; Less than \<
% Equals \= Greater than \> Question mark \?
% Commercial at \@ Left bracket \[ Backslash \\
% Right bracket \] Circumflex \^ Underscore \_
% Grave accent \` Left brace \{ Vertical bar \|
% Right brace \} Tilde \~}
%
% \CheckSum{4}
% \Finale
%
\endinput
%