diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx')
-rw-r--r-- | Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx | 68 |
1 files changed, 58 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx b/Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx index 7127c9efa81..bbb70e9ebf4 100644 --- a/Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx +++ b/Master/texmf-dist/doc/generic/mkjobtexmf/mkjobtexmf.ltx @@ -1,19 +1,59 @@ % mkjobtexmf.ltx % -% Copyright 2007, 2008 by Heiko Oberdiek. +% Copyright 2007, 2008, 2011 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} +\documentclass[a4paper,12pt]{article} -\providecommand*{\DATE}{2008/06/28} -\providecommand*{\VERSION}{0.7} +\providecommand*{\DATE}{2011/11/10} +\providecommand*{\VERSION}{0.8} + +\usepackage[ + hmargin=1in, + top=.75in, + bottom=.5in, + includefoot, + headheight=14.5pt, + footskip=40pt, +]{geometry} + +\usepackage{fancyhdr} +\renewcommand*{\headrulewidth}{0pt} +\renewcommand*{\footrulewidth}{0.4pt} +\fancyhead{} +\fancyfoot[L]{\textsf{mkjobtexmf}} +\fancyfoot[C]{\DATE\ v\VERSION} +\fancyfoot[R]{\thepage} +\pagestyle{fancy} +\makeatletter +\let\ps@plain\ps@fancy +\makeatother + +\makeatletter +\renewenvironment*{theindex}{% + \section*{\indexname}% + \setlength{\parindent}{0pt}% + \setlength{\parskip}{0pt plus .3pt}% + \let\item\@idxitem +}{% + \clearpage +} +\makeatother + +\usepackage{ifluatex} +\ifluatex + \usepackage{fontspec} +\else + \usepackage[T1]{fontenc}% + \usepackage{lmodern}% + \usepackage[utf8]{inputenc}% +\fi \usepackage{makeidx} -\makeindex \usepackage{hyperref} \hypersetup{ @@ -21,21 +61,23 @@ pdfauthor={Heiko Oberdiek}, pdftitle={mkjobtexmf}, } +\definecolor{linkcolor}{rgb}{0,0,.8} +\hypersetup{ + linkcolor=linkcolor, +} \usepackage{bookmark} \bookmarksetup{ open, + numbered, } +\makeindex + \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} @@ -43,8 +85,14 @@ \maketitle +\pdfbookmark[1]{\contentsname}{toc} \tableofcontents +\makeatletter +\let\org@section\section +\def\section{\@ifstar\org@section\org@section} +\makeatother + \input{mkjobtexmf.tex} \printindex |