% \iffalse % % --- meta comments --- % % \fi % % \iffalse %\NeedsTeXFormat{LaTeX2e} %\ProvidesPackage{foobar}[2012/12/11 v0.0 make me relax] % %<*driver> \ProvidesFile{foobar.drv}[2012/12/11 v0.0 dtx n driver sample] \documentclass{ltxdoc} \DoNotIndex{\def} \RecordChanges \EnableCrossrefs \CodelineIndex \GetFileInfo{foobar.drv} \begin{document} \DocInput{foobar.dtx} \PrintChanges \PrintIndex \end{document} % % \fi % % \CheckSum{3} % % \changes{v0.0}{2012/12/11}{sample dtx} % % \title{Package \textsf{Foobar}^^A % \thanks{This document corresponds to % \textsf{Foobar}~\fileversion, % dated \filedate.}} % \author{Creator of Foobar} % \date{\filedate} % \maketitle % \tableofcontents % % \section*{Introduction} % \addcontentsline{toc}{section}{Introduction} % % \section{User Manual} % % \textit{--- Description of user commands ---} % % \DescribeMacro{\usrcmd} % This control sequence is used to make me relax. % % \StopEventually{^^A % \begin{thebibliography}{1} % \bibitem{LLa94} % \textsc{Leslie Lamport}. % \newblock \textsc{\LaTeX: A Document Preparation System}. % \newblock Addison-Wesley, Reading, Massachusetts, 2nd edition, 1994. % \end{thebibliography} % } % % \section{Implementation} % % \textit{--- Description of the package's codes ---} % % \begin{macro}{\usrcmd} % \changes{v0.0}{2012/12/11}{the one and only macro} % \begin{macrocode} %<*package> \def\usrcmd{\relax} % % \end{macrocode} % \end{macro} % % \Finale % \endinput