summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg')
-rw-r--r--Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg b/Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg
new file mode 100644
index 00000000000..0dfda857b69
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg
@@ -0,0 +1,41 @@
+\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
+