diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx')
-rw-r--r-- | Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx b/Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx new file mode 100644 index 00000000000..ce4e37a6d0b --- /dev/null +++ b/Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx @@ -0,0 +1,52 @@ +% mkjobtexmf.ltx +% +% Copyright 2007 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}{2007/09/06} +\providecommand*{\VERSION}{0.5} + +\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} |