summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg
blob: 0dfda857b696e01a6b1b547c755451931e4ddfdc (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
\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