-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain_scoutbooks.tex
111 lines (83 loc) · 2.38 KB
/
main_scoutbooks.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
\documentclass[9pt]{memoir} %,showtrims
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{lmodern}
\usepackage{multicol}
\usepackage{enumitem}
\usepackage{ccicons}
\usepackage{url}
\usepackage{fmtcount}
\usepackage{dashrule}
\usepackage{changepage}
\usepackage{dramatist}
\usepackage{pdfpages}
%\usepackage{lua-visual-debug}
%\setstocksize{5.25in}{3.75in}
%\settrimmedsize{5in}{3.5in}{*}
%\settrims{.125in}{.125in}
\setstocksize{5in}{3.5in}
\settrimmedsize{5in}{3.5in}{*}
\settrims{0in}{0in}
\setlrmarginsandblock{.2in}{.2in}{*}
\setulmarginsandblock{0.2in}{.5in}{*}
\setheadfoot{1em}{1.5em}
\setheaderspaces{0in}{*}{*}
\checkandfixthelayout
\openany
\makepagestyle{hurried}
\makeoddfoot{hurried}{}{\normalsize\thepage}{}
\makeevenfoot{hurried}{}{\normalsize\thepage}{}
\pagestyle{hurried}
\copypagestyle{chapter}{plain}
\makeoddfoot{chapter}{}{\normalsize\thepage}{}
\makeevenfoot{chapter}{}{\normalsize\thepage}{}
\copypagestyle{wordlist}{plain}
\makeoddfoot{wordlist}{}{}{}
\makeevenfoot{wordlist}{}{}{}
% https://www.amazon.com/BookFactory%C2%AE-Password-Passwords-Notebook-JOU-120-MCW/dp/B009YK2GOA/ref=redir_mobile_desktop?ie=UTF8&ref_=aw_cm_cr_asin_lnk
%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}
\headstyles{default}
\begin{document}
\includepdf{cover1.png}
\pagenumbering{gobble}
\maketitle
\vspace*{\fill}
\input{quote_scoutbooks.tex}
\input{index_scoutbooks.tex}
\clearpage
\pagenumbering{arabic}
\input{diceware_scoutbooks.tex}
\input{wordlist_scoutbooks.tex}
\cleardoublepage
\newcommand{\mypagerule}{
\vspace{-.125in} \\ \rule{\textwidth}{.4pt}
}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{page_scoutbooks.tex}
\input{qna.tex}
\input{license.tex}
\end{document}