% mkjobtexmf.ltx % % Copyright 2007, 2008 by Heiko Oberdiek. % % The file is part of project mkjobtexmf. % It's free software; you may redistribute it and/or % modify it under the same terms as Perl itself % (Perl Artistic License/GNU General Public License, version 2). \documentclass[a4paper]{article} \providecommand*{\DATE}{2008/06/28} \providecommand*{\VERSION}{0.7} \usepackage{makeidx} \makeindex \usepackage{hyperref} \hypersetup{ colorlinks, pdfauthor={Heiko Oberdiek}, pdftitle={mkjobtexmf}, } \usepackage{bookmark} \bookmarksetup{ open, } \author{Heiko Oberdiek} \title{Program \textsf{mkjobtexmf}} \date{\DATE\space v\VERSION} \makeatletter \let\org@section\section \def\section{\@ifstar\org@section\org@section} \makeatother % ignore minor overfull \hbox warnings \setlength{\hfuzz}{1.5pt} \begin{document} \maketitle \tableofcontents \input{mkjobtexmf.tex} \printindex \end{document}