mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-20 01:01:12 +00:00
Adding formatting, more to the howto section, more to property, rewording for clarity
This commit is contained in:
parent
5242239f6d
commit
de5e0453a8
7 changed files with 77 additions and 29 deletions
|
|
@ -7,11 +7,11 @@
|
|||
\geometry{
|
||||
paperwidth=5.5in,
|
||||
paperheight=8.5in,
|
||||
top=0.25in,
|
||||
bottom=0.5in,
|
||||
left=0.25in,
|
||||
top=0.2in,
|
||||
bottom=0.3in,
|
||||
left=0.2in,
|
||||
right=0.2in,
|
||||
footskip=20pt % Reserve space for footer
|
||||
footskip=10pt % Reserve space for footer
|
||||
}
|
||||
\usepackage{qrcode}
|
||||
\newlist{todolist}{itemize}{2}
|
||||
|
|
@ -49,6 +49,11 @@
|
|||
|
||||
\usepackage{atbegshi}
|
||||
\AtBeginShipout{\AddCornerImage}
|
||||
\usepackage{amssymb} % in preamble
|
||||
|
||||
% Define a convenient command (optional but handy)
|
||||
\newcommand{\checkbox}{$\square$}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\fontsize{8}{9}\selectfont
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue