-
Notifications
You must be signed in to change notification settings - Fork 6
/
sample.tex
104 lines (78 loc) · 2.29 KB
/
sample.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
\documentclass[fontsize=24pt,a4paper]{scrartcl}
%% Recommended to use larger font sizes
%% otherwise, use \Large, \huge liberally :-)
%% Adjust to taste
\usepackage[margin=0.75in,includefoot,bottom=0.3in,footskip=2em]{geometry}
\usepackage[T1]{fontenc}
\usepackage[lining,tabular]{fbb}
\usepackage[scaled=.95,type1]{cabin}
\usepackage[varqu,varl]{zi4}
\usepackage[libertine,bigdelims]{newtxmath}
\usepackage[showmarks]{pocketmod}
\usepackage{graphicx}
\usepackage{enumitem}
\setlist{leftmargin=\parindent,labelindent=*}
\usepackage[hyphens]{url}
\title{Creating PocketMods with \LaTeX}
\author{LianTze Lim}
\date{\texttt{[email protected]}}
\setcounter{secnumdepth}{0}
\begin{document}
\maketitle
\setcounter{page}{0}
\thispagestyle{empty}
\clearpage
\section{How to Use}
\begin{itemize}
\item Just add \verb|\usepackage{pocketmod}|
\item Rearranges 8 pages on a sheet of paper, folded into a booklet
\item Uses only a single side -- ideal for recycling used paper!
\end{itemize}
{\centering
\includegraphics[width=\textwidth]{IMG_2815}
\par
}
\clearpage
\section{How to Cut and Fold}
\begin{itemize}
\item \url{http://www.pocketmod.com}
\item \url{http://www.youtube.com/watch?v=IAb31rIeGZo}
\item \verb|\usepackage[showmarks]{pocketmod}| for guiding fold marks
\end{itemize}
\clearpage
{\centering
\includegraphics[width=.5\textwidth]{IMG_2817}%
\includegraphics[width=.5\textwidth]{IMG_2816}\\
\includegraphics[width=.5\textwidth]{IMG_2821}%
\includegraphics[width=.5\textwidth]{IMG_2818}%
\par
}
\clearpage
\section{Some Tips}
\begin{itemize}
\item Try to keep your contents to 8 pages or less \texttt{;-)}
\item Use large fonts! They'll be scaled to $\frac{1}{8}$ the size.
\begin{itemize}
\item \texttt{extsizes} package
\item KOMA-script classes allow arbitrary body font size
\item Liberal uses of \verb|\Large|, \verb|\huge| etc
\end{itemize}
\end{itemize}
\clearpage
\section{Some Ideas}
\begin{itemize}
\item Daily planners
\item Note pads, doodle sketchpads
\item Conference/event itinerary handouts
\item Prayer book/personal book of inspirational quotes
\item Little books for little hands
\end{itemize}
{\centering
\includegraphics[width=.5\textwidth]{IMG_2822}%
\par
}
\clearpage
\vspace*{\stretch{1}}
{\centering\Huge\itshape\bfseries Have fun!\par}
\vspace*{\stretch{1}}
\end{document}