Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %%% 1 2 3 4 5 6 7 8
- % 45678901234567890123456789012345678901234567890123456789012345678901234567890
- %%%
- \documentclass[12pt,letterpaper,openright,titlepage,twoside]{article}
- %% Top Matter %%
- %%% Input\Output-stream packages
- \usepackage[T1]{fontenc} % Set up font-encoding type (T1=8-bit [256 char])
- \usepackage{lmodern} % Relatively recent font-set that has the basics.
- \usepackage[utf8]{inputenc} % Package to define our input encoding
- %%% Page structure and layout packages %%%
- \usepackage[%
- letterpaper,
- head=1in,
- foot=1in,
- includeheadfoot,
- margin=0.5in
- ]{geometry}
- \usepackage{fancyhdr}
- \fancypagestyle{baselayout} {
- \pagestyle{fancy}
- \fancyhead{}
- \fancyhead[L]{
- \sffamily{\noindent\resizebox{!}{0.5in}{\textbf{Documentation}}}
- }
- \fancyfoot{}
- \renewcommand{\headrulewidth}{8pt}
- \renewcommand{\footrulewidth}{4pt}
- }
- \fancypagestyle{paginated} {
- \pagestyle{baselayout}
- \newgeometry{margin=0.5in,inner=0.75in,outer=2.25in, head=1in,foot=1in,includeheadfoot}
- \fancyfoot[RE,LO]{\sffamily{Minimal Working \LaTeX{} File}}
- \fancyfoot[LE,RO]{\sffamily{\Large{\thepage}}}
- %\fancyfoot[C]{\sffamily{ \chaptername\ \thechapter, \thesection }}
- }
- %%% Page element manipulation packages %%%
- \usepackage{graphicx} % Package for fonty goodness. (\resizebox{!}{[size]}{txt})
- %%% Debugging packages %%%
- \usepackage{lipsum}
- %\usepackage{showframe}
- \begin{document}\sffamily
- \widowpenalty=1000
- \clubpenalty=1000
- %\setlength{\parskip}{3ex plus 2ex minus 2ex}
- \pagestyle{paginated}
- \renewcommand*\contentsname{Table of Contents}
- \begin{titlepage}
- \thispagestyle{baselayout}
- \begin{header}
- TITLE
- \end{header}
- \vfill
- \begin{center}
- \Huge{Minimal Working \LaTeX{} File}
- \large{Author Name Here}
- \small{
- \textless\texttt{[email protected]}\textgreater\\
- \today
- }
- \end{center}
- \vfill
- \begin{footer}
- TITLE
- \end{footer}
- \end{titlepage}
- \clearpage
- {
- \pagenumbering{roman}
- \tableofcontents
- \addtocontents{toc}{~\hfill\textbf{Page}\par}
- \clearpage
- }
- \pagenumbering{arabic}
- \chapter{Orks and Dorks}
- On the topic of Orks, Dorks, and everything about them.
- \lipsum[1]
- \section{Orks}
- On the topic of Orks only. WWWWWAAAAAAAAAAARRRGGGGHH!
- \lipsum[1]
- \subsection{Economy}
- On the topic of the first part.
- \lipsum[1]
- \subsection{Society}
- On the topic of the second part.
- \lipsum[1]
- \subsection{Religion}
- On the topic of the third part.
- \lipsum[1]
- \subsubsection{Economy and Society in Religion}
- On the topic of the first and second parts in their relevance to
- the topic of the third part.
- \lipsum[1]
- \section{Dorks}
- On the topic of Dorks only. For the Emperor!
- \lipsum[1]
- \subsection{Economy}
- On the topic of the first part.
- \lipsum[1]
- \subsection{Society}
- On the topic of the second part.
- \lipsum[1]
- \subsection{Religion}
- On the topic of the third part.
- \lipsum[1]
- \subsubsection{Economy and Society in Religion}
- On the topic of the first and second parts in their relevance to
- the topic of the third part.
- \lipsum[1]
- \chapter{Gnomes and Homes}
- On the topic of Gnomes, Homes, and everything about them.
- \lipsum[1]
- \section{Gnomes}
- On the topic of Gnomes only. What about second breakfast?
- \lipsum[1]
- \subsection{Economy}
- On the topic of the first part.
- \lipsum[1]
- \subsection{Society}
- On the topic of the second part.
- \lipsum[1]
- \subsection{Religion}
- On the topic of the third part.
- \lipsum[1]
- \subsubsection{Economy and Society in Religion}
- On the topic of the first and second parts in their relevance to
- the topic of the third part.
- \lipsum[1]
- \section{Homes}
- On the topic of Homes only. That means ``comfort''
- \lipsum[1]
- \subsection{Location}
- On the topic of the first part.
- \lipsum[1]
- \subsection{Structure}
- On the topic of the second part.
- \lipsum[1]
- \subsubsection{Straw}
- On the topic of the second part in its relevance to the topic of
- the \textit{nth} part.
- \lipsum[1]
- \subsubsection{Wood}
- On the topic of the second part in its relevance to the topic of
- the \textit{nth} part.
- \lipsum[1]
- \subsubsection{Brick}
- On the topic of the second part in its relevance to the topic of
- the \textit{nth} part.
- \lipsum[1]
- \subsubsection{Gold}
- On the topic of the second part in its relevance to the topic of
- the \textit{nth} part.
- \lipsum[1]
- \chapter{Bloodbath and Beyond}
- On the topic of Bloodbaths and Beyond.
- \lipsum[1]
- \section{Bloodbaths}
- Messy. Best to avoid.
- \lipsum[1]
- \section{Beyond}
- Waaaay beyond.
- \lipsum[1]
- \subsection{Christopher Walken}
- Oh god you've gone too far!
- \lipsum[1]
- \subsubsection{I Need More Cowbell!}
- I'm Christopher Walken and I play video games!
- \lipsum[1]
- \chapter{Lorem Ipsum Text}
- \section{Three-ish Pages}
- \lipsum[1-10]
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment