-
Notifications
You must be signed in to change notification settings - Fork 0
/
trifold-leaflet.tex
136 lines (70 loc) · 2 KB
/
trifold-leaflet.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
\documentclass{leaflet}
\usepackage{calc}
\usepackage{fullpage}
\pagestyle{empty}
\usepackage{graphicx}
\newlength{\remaining}
\newcommand{\titleline}[1]{%
\setlength{\remaining}{\textwidth-\widthof{\textsc{#1}}-2cm}
\noindent\underline{\textsc{#1}\hspace*{\remaining}}\par}
\begin{document}
\begin{center}
\includegraphics[scale=0.6]{logos/logo.png} \\
\Large
Gainesville\\
Hackerspace\\
\normalsize
\end{center}
Promotional flyer.
\newpage
Inside left:
ABOUT US.
We're a bunch of people who do stuff. In places, with other people.
\newpage
inside center.
LOCATIONS
\Large Downtown!
\normalsize
Where the party at.
MAP IMAGE GOES HERE.
\Large Shop!
\normalsize
Big tools, fire.
MAP IMAGE GOES HERE.
\newpage
TOOLS
\begin{itemize}
\item 3-D printer.
\item CNC mill
\item CNC router
\item knee mill
\item MIG welder
\item TIG welder
\item drill presses
\item forge?
\item plasma cutter
\end{itemize}
\newpage
MEETING TIMES
Open meetings are every Tuesday night at the downtown space, starting
arout 7:00 PM. Come and see what's going on; bring a question, bring
an answer, bring your thirst for KNOWLEDGE!
The first Tuesday of every month we also have a board meeting. It is
then that we vote in new members, and address business matters for the
space. If you've got an opinion on how we're doing things, or how we
should be, the board meeting is a great time to do so.
The third Tuesday of the month, we frequently have 'Demo Night'; a
more organized series of presentations. No need to be a member to
present; if you've got something you'd like to talk about, sign up, by
[COMPLETING THE PROCEDURE WE WILL FOR SERIOUS DOCUMENT]...
\newpage
BACK PAGE OUTSIDE FOLD
Website: http://skillhouse.org
Mailing list:
https://groups.google.com/d/forum/gainesville-hackerspace
Wiki:
http://wiki.skillhouse.org/
Facebook: https://www.facebook.com/groups/39963409979/
Contact the board at \textit{ [email protected] }.
Bylaws: http://static.skillhouse.org/bylaws.pdf
\end{document}