summaryrefslogtreecommitdiff
path: root/presentations/taler-mdb-36c3/.template/sty/lecture-article.tex
diff options
context:
space:
mode:
Diffstat (limited to 'presentations/taler-mdb-36c3/.template/sty/lecture-article.tex')
-rw-r--r--presentations/taler-mdb-36c3/.template/sty/lecture-article.tex53
1 files changed, 53 insertions, 0 deletions
diff --git a/presentations/taler-mdb-36c3/.template/sty/lecture-article.tex b/presentations/taler-mdb-36c3/.template/sty/lecture-article.tex
new file mode 100644
index 0000000..6118e0b
--- /dev/null
+++ b/presentations/taler-mdb-36c3/.template/sty/lecture-article.tex
@@ -0,0 +1,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}
+%---------------------------------------------------------------------------
+
+
+}