summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fileinfo/docsrc/makedoc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/fileinfo/docsrc/makedoc.cfg')
-rw-r--r--Master/texmf-dist/doc/latex/fileinfo/docsrc/makedoc.cfg41
1 files changed, 0 insertions, 41 deletions
diff --git a/Master/texmf-dist/doc/latex/fileinfo/docsrc/makedoc.cfg b/Master/texmf-dist/doc/latex/fileinfo/docsrc/makedoc.cfg
deleted file mode 100644
index 0dfda857b69..00000000000
--- a/Master/texmf-dist/doc/latex/fileinfo/docsrc/makedoc.cfg
+++ /dev/null
@@ -1,41 +0,0 @@
-\ProvidesFile{makedoc.cfg}[2010/11/26 documentation settings]
-
-\author{Uwe L\"uck\thanks{\url{http://contact-ednotes.sty.de.vu}}}
-% \author{Uwe L\"uck---{\tt http://contact-ednotes.sty.de.vu}}
-
-%% hyperref:
-\RequirePackage{ifpdf}
-\usepackage[%
- \ifpdf
- bookmarksnumbered,
-% bookmarks=false,
-% bookmarksopen,
-% pdfpagemode=UseNone,
-% pdfstartpage=10,
-% pdfstartview=FitH,
- citebordercolor={.6 1 .6},
- filebordercolor={1 .6 1},
- linkbordercolor={1 .9 .7},
-% urlbodercolor={1 0 0},
- \else
- draft
- \fi
-]{hyperref}
-
-%% struts for wide border colors:
-\makeatletter
- \let\@strut@tocline\@dottedtocline
- \renewcommand*{\@dottedtocline}[4]{%
- \@strut@tocline{#1}{#2}{#3}{\mathstrut#4\mathstrut}}
- \let\@strut@section\l@section
- \renewcommand*{\l@section}[1]{%
- \@strut@section{\mathstrut#1\mathstrut}}
-\makeatother
-
-\RequirePackage{niceverb}[2010/03/20]
-
-\errorcontextlines=4
-\pagestyle{headings}
-
-\endinput
-