-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain_lulu.tex
148 lines (117 loc) · 3.13 KB
/
main_lulu.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
\documentclass[12pt]{memoir}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage{ccicons}
\usepackage{url}
\usepackage{fmtcount}
\usepackage{dashrule}
\usepackage{changepage}
\setstocksize{9in}{6in}
\settrimmedsize{9in}{6in}{*}
\settrims{0in}{0in}
\setlrmarginsandblock{0.75in}{0.75in}{*}
\setulmarginsandblock{1in}{1in}{*}
\setheadfoot{1em}{1em}
\setheaderspaces{0.5in}{*}{*}
\checkandfixthelayout
%http://www.lulu.com/shop/wade-brainerd/password-logbook/hardcover/product-22927496.html
%gsort -R diceware.wordlist | head -n 4 | cut -f2 | tr -d '\n' | tee password | shasum
\title{\LARGE \textbf{Record of Important Things}}
\date{}
\renewcommand{\maketitlehookd}{
\vspace{.5in}
\begin{center}
\textit{If found, please return to:}
\end{center}
}
\setlength{\droptitle}{1in}
\begin{document}
\pagenumbering{gobble}
\maketitle
\newpage
\vspace*{\fill}
\begin{adjustwidth}{0.175in}{0.175in}
\fontsize{9}{11}\selectfont
\tolerance=1
\emergencystretch=\maxdimen
\hyphenpenalty=10000
\hbadness=10000
\textit{Simply, people can no longer remember passwords good enough to reliably defend against dictionary attacks, and are much more secure if they choose a password too complicated to remember and then write it down.
We're all good at securing small pieces of paper.
I recommend that people write their passwords down on a small piece of paper, and keep it with their other valuable small pieces of paper: in their wallet.}
\par\flushright\textup{Bruce Schneier} % \\ CTO of Resilient Systems, Inc.
\end{adjustwidth}
\normalsize
\vspace*{\fill}
\input{index_lulu.tex}
\clearpage
\pagenumbering{arabic}
\newcommand{\mypagerule}{
\vspace{-.15in} \\ \rule{\textwidth}{.4pt}
}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\input{page_lulu.tex}
\cleardoublepage
\input{diceware.tex}
\newpage
\changepage{1in}{}{}{}{}{}{}{-.4in}{}
\fontsize{6}{7}\selectfont
%\begin{multicols}{5}
% \noindent\input{eff_short_wordlist_1.tex}
%\end{multicols}
\begin{multicols}{4}
\noindent\input{eff_short_wordlist_2_0.tex}
\end{multicols}
\normalsize
\changepage{-1in}{}{}{}{}{}{}{.4in}{}
\input{qna.tex}
\input{license.tex}
\end{document}