forked from YuZhang/cryptography
-
Notifications
You must be signed in to change notification settings - Fork 0
/
handout.tex
70 lines (57 loc) · 1.72 KB
/
handout.tex
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
% presentation
%\documentclass{beamer}
%\usetheme[height=7mm]{Rochester}
%\usecolortheme{rose}
% handout
\documentclass[handout]{beamer}
\usepackage{pgfpages} \pgfpagesuselayout{8 on 1}[a4paper]
%\documentclass[mathserif]{article}
%\usepackage{beamerarticle}
\usepackage{amsmath}
\usepackage{amssymb,amsfonts}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{tikz}
\usepackage{comment}
\usepackage{simpsons}
\usepackage{marvosym}
\usepackage{color}
\usepackage{multirow}
\usepackage{pgffor}
\usepackage[slide,algoruled,titlenumbered,vlined,noend,linesnumbered,]{algorithm2e}
% handout
%\usefonttheme{structurebold}
\setbeamertemplate{footline}[frame number]
\setbeamertemplate{navigation symbols}{}
\setbeamerfont{smallverb}{size*={73}}
\usefonttheme[onlymath]{serif}
\setbeamertemplate{theorems}[numbered]
\newtheorem{construction}[theorem]{Construction}
\newtheorem{proposition}[theorem]{Proposition}
%\AtBeginSection[] {
% \begin{frame}
% \frametitle{Content}
% \tableofcontents[currentsection]
% \end{frame}
% \addtocounter{framenumber}{-1}
%}
\usetikzlibrary[shapes.arrows]
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{backgrounds}
\usetikzlibrary{positioning}
\usetikzlibrary{calc}
\usetikzlibrary{intersections}
\usetikzlibrary{fadings}
\usetikzlibrary{decorations.footprints}
\usetikzlibrary{patterns}
\usetikzlibrary{shapes.callouts}
\usetikzlibrary{fit}
%handout
\providecommand{\abs}[1]{\lvert#1\rvert}
%\tikzset{every picture/.style={line width=1pt,show background rectangle},background rectangle/.style={fill=blue!10,rounded corners=2ex}}
\author{Yu Zhang}
\institute{HIT/CST/NIS}
\date[Crypt'12S]{Cryptography, Spring, 2012}
%\input{1introduction.tex}
%\input{2perfectlysecret.tex}
%\input{3privatekey.tex}