-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcamping.tex
121 lines (100 loc) · 2.29 KB
/
camping.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
\documentclass{article}
\usepackage{amssymb}
\usepackage{calc}
\usepackage{enumitem}
\usepackage[margin={1in,1in}]{geometry}
\usepackage[utf8]{inputenc}
\usepackage{multicol}
\usepackage{textcomp}
\usepackage[table]{xcolor}
\title{Camping Checklists}
\author{Jay Vana}
\date{July 2017}
\begin{document}
\input{common}
\titleheading{CAMPING CHECKLIST}
\begin{multicols*}{3}
\infoheading{CORE}
\infosubheading{BEDDING}
\begin{packlist}
\item Sleeping Bag
\item Sleeping Pad
\item Extra Blankets
\end{packlist}
\infosubheading{SHELTER}
\begin{packlist}
\item Tent
\item Tent Stakes
\item Tent Ground Cloth
\item Tent Rain Fly
\item Tent Light
\item Mosquito/Insect netting
\item Rope
\item Extra Tent Stakes
\end{packlist}
\infosubheading{CLOTHES}
\begin{packlist}
\item Hiking Pants
\item Lightweight Shirts
\item Neck Gaiter
\item Hiking Shoes
\item Underwear
\item Wool Socks
\item Warm Beanie
\item Baseball Cap
\item Sunglasses
\item Water Shoes
\item Headlamp
\item Rain Jacket
\end{packlist}
\infosubheading{GEAR}
\begin{packlist}
\item Backpack
\item Flashlight
\item Water Bottle
\item Camping Knife
\item Lighter
\item Drinking Cup
\item First Aid Kit
\item Insect Repellant
\item Sunscreen
\item Duct Tape
\item Book
\item Deck of cards
\item Camp Chair
\item Laundry Bag
\item Spork
\item Leatherman
\item Whistle
\item Compass
\item Paracord
\item Binoculars
\item Journal
\item Pen
\item Bowl
\item Battery Pack
\end{packlist}
\infosubheading{TOILETRIES}
\begin{packlist}
\item Soap
\item Toothpaste
\item Toothbrush
\item Deodorant
\item Shampoo
\item Comb
\item Personal Medications
\end{packlist}
\infoheading{CAR CAMPING}
\begin{packlist}
\item Cooler
\item Camp Stove
\item Camp Stove Fuel
\item Lantern
\item Lantern Fuel
\item Hammock
\item Hammock Rope
\item Ham Radios
\item Ham Radio Chargers
\end{packlist}
\end{multicols*}
\end{document}