mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-19 16:51:04 +00:00
Font size
This commit is contained in:
parent
e337a5ef48
commit
225b7825e9
1 changed files with 9 additions and 6 deletions
|
|
@ -7,11 +7,11 @@
|
||||||
\geometry{
|
\geometry{
|
||||||
paperwidth=5.5in,
|
paperwidth=5.5in,
|
||||||
paperheight=8.5in,
|
paperheight=8.5in,
|
||||||
top=0.2in,
|
top=0.25in,
|
||||||
bottom=0.3in,
|
bottom=0.5in,
|
||||||
left=0.2in,
|
left=0.25in,
|
||||||
right=0.2in,
|
right=0.25in,
|
||||||
footskip=10pt % Reserve space for footer
|
footskip=20pt % Reserve space for footer
|
||||||
}
|
}
|
||||||
\usepackage{qrcode}
|
\usepackage{qrcode}
|
||||||
\newlist{todolist}{itemize}{2}
|
\newlist{todolist}{itemize}{2}
|
||||||
|
|
@ -54,9 +54,12 @@
|
||||||
% Define a convenient command (optional but handy)
|
% Define a convenient command (optional but handy)
|
||||||
\newcommand{\checkbox}{$\square$}
|
\newcommand{\checkbox}{$\square$}
|
||||||
|
|
||||||
|
\usepackage{titlesec}
|
||||||
|
\titleformat{\section}{\normalfont\fontsize{9}{11}\bfseries\centering}{\thesection}{1em}{}
|
||||||
|
\titleformat{\subsection}{\normalfont\fontsize{8}{10}\bfseries}{\thesubsection}{1em}{}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\fontsize{8}{9}\selectfont
|
\fontsize{8}{8}\selectfont
|
||||||
|
|
||||||
\input{cover}
|
\input{cover}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue