summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx
blob: ce4e37a6d0b0986f9ef9ba7ea6cc787ada8aa14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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}