Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98606949
mkjobtexmf.ltx
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 14, 19:54
Size
1 KB
Mime Type
text/x-tex
Expires
Thu, Jan 16, 19:54 (2 d)
Engine
blob
Format
Raw Data
Handle
23605106
Attached To
R232 fabrepos2
mkjobtexmf.ltx
View Options
% mkjobtexmf.ltx
%
% 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,12pt]{article}
\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}
\usepackage{hyperref}
\hypersetup{
colorlinks,
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}
% ignore minor overfull \hbox warnings
\setlength{\hfuzz}{1.5pt}
\begin{document}
\maketitle
\pdfbookmark[1]{\contentsname}{toc}
\tableofcontents
\makeatletter
\let\org@section\section
\def\section{\@ifstar\org@section\org@section}
\makeatother
\input{mkjobtexmf.tex}
\printindex
\end{document}
Event Timeline
Log In to Comment