-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.latex
21 lines (19 loc) · 858 Bytes
/
style.latex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\usepackage{sectsty}
\sectionfont{\clearpage}
\usepackage{enumitem}
\usepackage{amsfonts}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{color}
\usepackage{xcolor}
\hypersetup{
pdftitle={re:Work | Let’s make work better},
pdfauthor={Content by Google Inc.},
pdfsubject={},
pdfkeywords={team, productivity, google}
}
\renewcommand{\footrulewidth}{0.4pt}% default is 0pt
\pagestyle{fancy}
\fancyhead[C]{\thepage}
\fancyfoot[C]{\textcolor{gray!80}{\textit{The content of this book is bound to the terms in https://rework.withgoogle.com/terms/. The editor of this book, @daniperez, is not affiliated nor endorsed by Google Inc.}}}