\documentclass[12pt]{article} \def\thetitle{LDAPhotos Manifesto} \def\myname{Sandy Mossgrave} \def\theprof{LDAP} \def\theclass{LDAPhotos} \title{\thetitle} \author{\myname} \def\shorttitle{\thetitle} \usepackage{geometry} \geometry{letterpaper, portrait, margin=1in} % Package imports! \usepackage{hyperref} \usepackage{fancyhdr} \usepackage{lastpage} \usepackage{graphicx} \usepackage[utf8]{inputenc} \usepackage{twemojis} \usepackage{cancel} \usepackage{tikz} \usepackage{amsmath} \usepackage{nicefrac} \graphicspath{ {./images} } \setlength{\parskip}{1ex} \setlength{\parindent}{0pt} \setlength{\jot}{8pt} % Nicer spacing for the lines in an amsmath split environment \iffalse \url{windy.com} \fi % Unnumbered Equation Command - Mimics the \begin{equation} environment without a number \newcommand{\unneqn}[1]{\center{\Large{$#1$}}} \renewcommand{\headrulewidth}{0pt} \fancypagestyle{firstpagestyle} { \fancyhf{} \renewcommand{\headrulewidth}{0pt} \fancyhead[RO,RE]{\thepage/\pageref*{LastPage} \myname \\ \today} \fancyhead[LO,LE]{\shorttitle} \fancyfoot[]{} } \fancyhead[RO,RE]{\thepage/\pageref*{LastPage} \myname\\ \today} \fancyhead[LO,LE]{\shorttitle} \fancyfoot[]{} \begin{document} \pagestyle{fancy} \thispagestyle{firstpagestyle} \begin{center} \Large{\textbf{ \thetitle }} \end{center} \section*{To-Do List} \begin{itemize} \item Obtain object identifier \item Choose name prefix \item create local schema file \item define custom attribute types \item define custom object classes \end{itemize} \newcommand\localschema{\textit{local.schema}} \begin{itemize} \item Add a \localschema into \textit{/usr/local/etc/openldap/schema/} \item In \textit{slapd.conf} add an include directive for the above \localschema \item \end{itemize} \end{document}