96 lines
3.2 KiB
TeX
96 lines
3.2 KiB
TeX
\documentclass[twoside]{report}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{amsmath}
|
|
%\usepackage{amsfonts}
|
|
\usepackage{amssymb}
|
|
\usepackage{makeidx}
|
|
%\makeindex
|
|
\usepackage{graphicx}
|
|
\usepackage{kpfonts}
|
|
\raggedbottom
|
|
|
|
% Where are our images?
|
|
\graphicspath{{images/}}
|
|
|
|
% Let's set this as a half-letter sized sheet
|
|
% https://tex.stackexchange.com/questions/338789/how-to-set-paper-size-to-half-letter-5-5-x-8-5-in-in-amsbook
|
|
\usepackage{geometry}
|
|
\geometry{
|
|
paperheight=8.5in,
|
|
paperwidth=5.5in,
|
|
% heightrounded,
|
|
margin=0.5in
|
|
}
|
|
|
|
% Adjust the top and bottom margins
|
|
% http://kb.mit.edu/confluence/pages/viewpage.action?pageId=3907057
|
|
\addtolength{\topmargin}{0.5in}
|
|
\addtolength{\textheight}{-1in}
|
|
|
|
% Set the header style
|
|
% https://www.overleaf.com/learn/latex/Headers_and_footers
|
|
\usepackage{fancyhdr}
|
|
\pagestyle{fancy}
|
|
\fancyhf{}
|
|
\fancyhead[LE,RO]{\textit{the codex}}
|
|
\fancyhead[RE,LO]{Issue \#002}
|
|
\cfoot{Page \thepage}
|
|
\renewcommand{\footrulewidth}{0.5pt}
|
|
|
|
% Include sections and subsections in the TOC
|
|
% https://latex-tutorial.com/tutorials/table-of-contents/
|
|
% \setcounter{tocdepth}{2}
|
|
|
|
% We will probably want some two- or three-column sections
|
|
\usepackage{multicol}
|
|
|
|
% Stop resetting the footnote count after each chapter
|
|
\counterwithout{footnote}{chapter}
|
|
|
|
% Let's wrap some images
|
|
\usepackage{wrapfig}
|
|
|
|
% Do we want to include URLs?
|
|
\usepackage{hyperref}
|
|
|
|
% Use tab stops when we need to (especially in footnotes)
|
|
\usepackage{tabto}
|
|
% Define 18 tab stops (at 1/4" intervals)
|
|
\NumTabs{18}
|
|
|
|
% Use strikethrough
|
|
\usepackage{ulem}
|
|
|
|
\author{Kenneth John Odle}
|
|
\title{
|
|
{\Huge the codex} \\
|
|
{\footnotesize Life with Linux — A Zine \\
|
|
\bigskip
|
|
Typeset in \LaTeX{} \\
|
|
Issue \#002}
|
|
}
|
|
\date{\begin{small}2021.10.01\end{small}}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\section*{Impressum}
|
|
All contents \copyright2021 Kenneth John Odle
|
|
|
|
Although this is now in your hands, and it's also on the web, so if you really wanted to steal this, I've made it pretty darn easy. I can't imagine why anyone would want to, though. You don't need to, however, since this is licenced under a CC BY-NA-SA 4.0 Creative Commons license. More information is at \href{https://creativecommons.org/licenses/by-nc-sa/4.0/}{https://creativecommons.org/licenses/by-nc-sa/4.0/}. \includegraphics[scale=0.35]{ncsa4-0}
|
|
|
|
FYI, this is made in \LaTeX \,using the report document class. It then gets exported to a letterhalf (5.5 in x 8.5 in) pdf, which then gets made into a booklet using Boomaga (\href{https://www.boomaga.org/}{\texttt{https://www.boomaga.org/}}).
|
|
|
|
I'm pushing this to my own git server as I write this. You can find it \href{https://git.kjodle.net/kjodle/the-codex}{here}: \texttt{https://git.kjodle.net/kjodle/the-codex}. New issues will be pushed after they are complete.
|
|
|
|
|
|
You can just skip over all the diversions in you want. It's just how my mind works. (And yes, there will be politics in this. \textit{You have been warned.}) Also, I use a lot of em-dashes, parentheses, and footnotes because that is also how my mind works. It's just one big long stream of consciousness up in here most days.
|
|
|
|
\tableofcontents
|
|
|
|
\chapter{The Early Salad Days, continued}
|
|
Boring, early life stuff when my world smelled like sweat and disinfectant and room temperature bologna. Feel free to skip this. I wish I could.
|
|
|
|
|
|
|
|
\end{document} |