forked from kramse/security-courses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
83 lines (60 loc) · 2.61 KB
/
README
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
71
72
73
74
75
76
77
78
79
80
81
82
83
October 2012
Welcome to security-courses a free template and security courses
written in LaTeX code, but assumed to be used anyway by novices.
Feel free to send comments to me: hlk@solido.net
Howto get the sources
You need to use Github
What you need
You need some installation of LaTeX, for instance the TeXLive
See this reference: http://www.tug.org/texlive/
Included in this distribution is also:
pagetrans.sty - for making fancy page transitions
foiltex - needed for foils.cls
Extra software, download from internet
ppower4 post processor, if you want fancy stuff like pause and
page transitions, home page is:
http://www-sp.iti.informatik.tu-darmstadt.de/software/ppower4/
Update: ppower4 wont work anymore :-( need to find replacement
When LaTeX is installed you should update your settings, to easily
use your own extensions etc.
Configuration
You need to tell LaTeX to find included files and packages
with the TEXINPUTS
As an example my login profile on my Mac OS X laptop contains
the following settings suitable for TeXLive and this package:
export TEXINPUTS=:~/projects/security-courses//
MANPATH=$MANPATH:/usr/local/texlive/2007/texmf/doc/man
INFOPATH=$INFOPATH:/usr/local/texlive/2007/texmf/doc/info
First steps
Look into the doc subdirectory for some samples and
the documentation. The documentation is mostly a sample
of how the final output can look and includes some
common construct to get you started using this.
Second you might want to take a look at the hackerworkshop
course which is a full course included.
Why LaTeX
I love LaTeX and it easily produces high-quality output
both for printing and screen presentations.
If you don't know LaTeX then use the existing presentations
as they probably contain most of what you need.
Adding LaTeX code in the middle of a document is wrong,
you should rather update the classes and stylesheet for that!
(I know some of my presentations contain LaTeX-code in the
middle, sorry I am lazy ;-) )
License
This is supposed to be free. Free as in you can do almost
whatever you like according to the LICENSE - which is a
standard BSD-like license. So you are free to use this
even for commercial purposes.
Images are a special case as there are screenshots.
Screenshots are considered to be references and
citations, which according to danish law are allowed
to be included. Most screenshots are from Open Source
projects anyway, but if you have any problems with
this please contact the developers.
Developers
Committers use the normal svn+ssh access to the server, or perhaps
they should get access inside the jail - haven't decided.
Best regards
Henrik Lund Kramshoej
hlk@security6.net