summaryrefslogtreecommitdiff
path: root/presentations/taler-mdb-36c3/.template/sty/lecture-article.tex
blob: 6118e0b2cff19b7d41333e4554a473950603e5f2 (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
44
45
46
47
48
49
50
51
52
53
% Copyright 2014 HuCE-microLab
% Modified by Andreas Habegger
%
% This file may be distributed and/or modified
%
% 1. under the LaTeX Project Public License and/or
% 2. under the GNU Public License.
%
% See the file doc/licenses/LICENSE for more details.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mode<article>{
%---------------------------------------------------------------------------
% PDF reference settings
%---------------------------------------------------------------------------
\hypersetup{
      bookmarks=true
%     ,unicode=true
    ,plainpages=false
    ,pdfpagelabels
    ,backref = {false},   		     % No index backreference
	,colorlinks = {false},            % Color links in a PDF
	,pdfborder={0 0 0}
	,hypertexnames = {true},         % no failures "same page(i)"
	,bookmarksopen = {true},         % opens the bar on the left side
	,bookmarksopenlevel = {0}        % depth of opened bookmarks
	,pdftitle = {\departmentname} 	 % PDF-property
	,pdfauthor = {\lecturername}     % PDF-property
	,pdfsubject = {\coursename}      % PDF-property
	,linkcolor = {BFHlink}           % Color of Links
	,citecolor = {BFHlink}           % Color of Cite-Links
	,urlcolor = {BFHlink}            % Color of URLs
}
%---------------------------------------------------------------------------

%---------------------------------------------------------------------------
% Set up header and footer
%---------------------------------------------------------------------------
\fancyhf{}
\fancypagestyle{plain}{
        \fancyhead[L]{\universityname}
        \fancyhead[C]{}
        \fancyhead[R]{\coursename}
        \fancyfoot[L]{\departmentname}
        \fancyfoot[C]{Last change: \today }
        \fancyfoot[R]{Page \thepage ~ of \pageref*{LastPage}}
}
\renewcommand{\headrulewidth}{0pt}  % no header stripline
\renewcommand{\footrulewidth}{0pt}  % no bottom stripline
\pagestyle{plain}
%---------------------------------------------------------------------------


}