summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ifnextok/docsrc/makedoc.cfg
blob: b1d9cb4bb16a82c2b2c78c6789e42119661587a8 (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
42
43
\ProvidesFile{makedoc.cfg}[2011/06/27 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
%     bookmarks=false,          %% 2010/12/22
%     bookmarksnumbered,
    bookmarksopen,              %% 2011/01/24!?
    bookmarksopenlevel=2,       %% 2011/01/23
%     pdfpagemode=UseNone,
%     pdfstartpage=10,
%     pdfstartview=FitH,
    citebordercolor={ .6 1    .6},
    filebordercolor={1    .6 1},
    linkbordercolor={1    .9  .7},
     urlbordercolor={ .7 1   1},   %% playing 2011/01/24
  \else
    draft
  \fi
]{hyperref}

\RequirePackage{niceverb}[2011/01/24] 
\RequirePackage{readprov}               %% 2010/12/08
\RequirePackage{hypertoc}               %% 2011/01/23
\RequirePackage{texlinks}               %% 2011/01/24
\makeatletter
  \@ifundefined{strong} 
               {\let\strong\textbf}     %% 2011/01/24
               {} 
  \@ifundefined{file} 
               {\let\file\texttt}       %% 2011/05/23
               {} 
\makeatother

\errorcontextlines=4
\pagestyle{headings}

\endinput