-
Notifications
You must be signed in to change notification settings - Fork 30
/
InfoSec.tex
47 lines (41 loc) · 1.86 KB
/
InfoSec.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This is the main document for the COS 432 (Information Security) notes %%
%% from Fall 2012. To compile these notes, you should put the following %%
%% files in the same directory: %%
%% InfoSec.tex (this file), InfoSecPreamble.tex, InfoSecTitle.tex, %%
%% Lecture01.tex, Lecture02.tex, ... %%
%% Then run 'latex InfoSec.tex' (without quotes) three times (twice might be %%
%% enough). %%
%% %%
%% If you want to get a pdf, don't use pdflatex, because I use pstricks. %%
%% Instead, use latex, then dvips, then ps2pdf. %%
%% %%
%% Brenda (all format copied from Anton: %%
%% http://stacky.net/wiki/index.php?title=Course_notes) %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% The preamble loads packages, theorem styles, and macros %%%%%%%%%%%%%%%%%%%%%
\input{InfoSecPreamble}
\begin{document}{
% Any subset of the following lines can be commented out
\input{InfoSecTitle}}{ % Title page, Contents
\input{Lecture01}}{
\input{Lecture02}}{
\input{Lecture03}}{
\input{Lecture04}}{
\input{Lecture05}}{
\input{Lecture06}}{
\input{Lecture07}}{
\input{Lecture08}}{
\input{Lecture09}}{
\input{Lecture10}}{
\input{Lecture11}}{
\input{Lecture12}}{ % See lecture slides
\input{Lecture13}}{ % See lecture slides
\input{Lecture14}}{
\input{Lecture15}}{
\input{Lecture20}}{
\input{Lecture21}}{
\input{Lecture22}}{
\input{Lecture23}}{
\input{Lecture24}}{
}\end{document}