Changed font to lmss; cleaned up preamble
This commit is contained in:
parent
ee4a1e7bfb
commit
2a727ac505
11
fill-in.tex
11
fill-in.tex
@ -1,7 +1,5 @@
|
|||||||
\documentclass[]{article}
|
\documentclass[11pt]{article}
|
||||||
\usepackage{amsmath}
|
\usepackage{amssymb} % for $\Box$ symbol, regardless of font
|
||||||
\usepackage{cmbright} % Sans-serif font for document
|
|
||||||
\usepackage{amssymb}
|
|
||||||
\usepackage[latin1]{inputenc}
|
\usepackage[latin1]{inputenc}
|
||||||
|
|
||||||
% Lists
|
% Lists
|
||||||
@ -23,9 +21,14 @@
|
|||||||
\newcommand{\ksection}[1]{\section*{$\Box$ \hphantom{ } #1}}
|
\newcommand{\ksection}[1]{\section*{$\Box$ \hphantom{ } #1}}
|
||||||
\newcommand{\kitem}[1]{\item[$\Box$]{#1}}
|
\newcommand{\kitem}[1]{\item[$\Box$]{#1}}
|
||||||
|
|
||||||
|
% Fonts
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage{lmodern}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
\def \ktime{Today} % Change this to indicate time range in header
|
\def \ktime{Today} % Change this to indicate time range in header
|
||||||
|
\renewcommand*\familydefault{\sfdefault}
|
||||||
|
|
||||||
\ksection{Kitchen}
|
\ksection{Kitchen}
|
||||||
\begin{itemize}[noitemsep]
|
\begin{itemize}[noitemsep]
|
||||||
|
Loading…
Reference in New Issue
Block a user