From 24c10aaf5b357b4b158d65ece0d6dc40dd578217 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Tue, 17 Mar 2026 15:19:47 -0400 Subject: [PATCH] =?UTF-8?q?Removed=20unnecessary=20files=20from=20=C2=ABin?= =?UTF-8?q?clude=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/chap01.tex | 2 -- include/chap02.tex | 2 -- include/chap03.tex | 1 - include/chap04.tex | 2 -- include/chap05.tex | 2 -- include/chap06.tex | 2 -- include/coda.tex | 21 ----------- include/commands.tex | 79 ----------------------------------------- include/impressum.tex | 30 ---------------- include/inline-code.tex | 3 -- include/packages.tex | 28 --------------- include/titlepage.tex | 23 ------------ 12 files changed, 195 deletions(-) delete mode 100644 include/chap01.tex delete mode 100644 include/chap02.tex delete mode 100644 include/chap03.tex delete mode 100644 include/chap04.tex delete mode 100644 include/chap05.tex delete mode 100644 include/chap06.tex delete mode 100644 include/coda.tex delete mode 100644 include/commands.tex delete mode 100644 include/impressum.tex delete mode 100644 include/inline-code.tex delete mode 100644 include/packages.tex delete mode 100644 include/titlepage.tex diff --git a/include/chap01.tex b/include/chap01.tex deleted file mode 100644 index 8b325f2..0000000 --- a/include/chap01.tex +++ /dev/null @@ -1,2 +0,0 @@ -\chapter{This is the first chapter} - diff --git a/include/chap02.tex b/include/chap02.tex deleted file mode 100644 index 8b325f2..0000000 --- a/include/chap02.tex +++ /dev/null @@ -1,2 +0,0 @@ -\chapter{This is the first chapter} - diff --git a/include/chap03.tex b/include/chap03.tex deleted file mode 100644 index 7822c8e..0000000 --- a/include/chap03.tex +++ /dev/null @@ -1 +0,0 @@ -\chapter{SI Units in \LaTeX{} — The \texttt{siuntix} Package} diff --git a/include/chap04.tex b/include/chap04.tex deleted file mode 100644 index 8e1d689..0000000 --- a/include/chap04.tex +++ /dev/null @@ -1,2 +0,0 @@ -\chapter{This is the fourth chapter} - diff --git a/include/chap05.tex b/include/chap05.tex deleted file mode 100644 index ea0f64f..0000000 --- a/include/chap05.tex +++ /dev/null @@ -1,2 +0,0 @@ -\chapter{This is the fifth chapter} - diff --git a/include/chap06.tex b/include/chap06.tex deleted file mode 100644 index 261c8f8..0000000 --- a/include/chap06.tex +++ /dev/null @@ -1,2 +0,0 @@ -\chapter{This is the sixth chapter} - diff --git a/include/coda.tex b/include/coda.tex deleted file mode 100644 index 0da97e1..0000000 --- a/include/coda.tex +++ /dev/null @@ -1,21 +0,0 @@ -\chapter{Coda} - -\section{What I Learned About \LaTeX{} While Creating This Issue} - -\section{What I Learned About Other Things While Creating This Issue} - - -%\newpage % Use only to keep the afterword together if we end up with orphans -\section{Afterword} - -\begin{multicols}{2} -\begin{small} -\noindent{}First paragraph. - -\medskip -\begin{flushright} -\noindent{}Thanks,\\—Ken -\end{flushright} - -\end{small} -\end{multicols} \ No newline at end of file diff --git a/include/commands.tex b/include/commands.tex deleted file mode 100644 index 458e631..0000000 --- a/include/commands.tex +++ /dev/null @@ -1,79 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\graphicspath{{images/}} % Where are our images? -\counterwithout{footnote}{chapter} % Stop resetting the footnote count after each chapter -\NumTabs{18} % Define 18 tab stops (at 1/4" intervals) [tabto package] -\raggedbottom % Don't force text to fill page -\setlength{\belowcaptionskip}{4pt} % Adjust space between caption and figure -\renewcommand*\contentsname{In This Issue…} % Change the name of the TOC -\raggedbottom - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Document Setup%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\usepackage{geometry} -\geometry{ - paperheight=8.5in, - paperwidth=5.5in, -% heightrounded, - margin=0.5in -} - -\addtolength{\topmargin}{0.4in} % Adjust and bottom margin -\addtolength{\textheight}{-0.75in} % Adjust the bottom margin - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Page Headers%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\usepackage{fancyhdr} -\pagestyle{fancy} - \fancyhf{} - \fancyhead[LE,RO]{\textit{the codex}} - \fancyhead[RE,LO]{Issue \#006} - \cfoot{Page \thepage} -\renewcommand{\footrulewidth}{0.5pt} - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Chapter Title Spacing %%%%%%%%%%%%%%%%%%%% -\usepackage{titlesec} -\titleformat{\chapter}[display] - {\normalfont\huge\bfseries} - {\chaptertitlename\ \thechapter} - {20pt} - {\Huge} -\titlespacing*{\chapter}{0pt}{0pt}{40pt} - - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Custom Macros %%%%%%%%%%%%%%%%%%%%%%%%%%%% - -% Make a nice border and box for the tops of our examples -\newcommand\klab[3]{\vspace{#1}\noindent{}\hrulefill\fbox{\texttt{~#2~}}\hrulefill\vspace{#3}} - -% Add an \hrule with space above and below -\newcommand\krule[2]{\vspace{#1}\hrule\vspace{#2}} - -% Make hrefs easier (must load package hyperref} -\newcommand\kref[2]{\href{#1}{{\texttt{#2}}}} - -% Rotate text in tables easier -% https://tex.stackexchange.com/questions/89115/how-to-rotate-text-in-multirow-table -\newcommand\krot[3]{\parbox[t]{#1}{\multirow{#2}{*}{\rotatebox[origin=c]{90}{#3}}}} - -% Make diversions easier (and uniform!) -\newcommand\kdivb[2]{ - \medskip - \hrule - \medskip - \noindent{}\textbf{#1} - \vspace{#2mm} - \begin{multicols}{2} -} - -\newcommand\kdive[1]{ - \end{multicols} - \vspace{#1mm} - \hrule - \medskip -} diff --git a/include/impressum.tex b/include/impressum.tex deleted file mode 100644 index 28edb9d..0000000 --- a/include/impressum.tex +++ /dev/null @@ -1,30 +0,0 @@ -\section*{Impressum} -All contents \copyright2025 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, because this is licenced under a CC BY-NA-SA 4.0 Creative Commons license. More information is at - -\kref{https://creativecommons.org/licenses/by-nc-sa/4.0/}{https://creativecommons.org/licenses/by-nc-sa/4.0/} \ccbyncnd - -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 PDF Booklet, which you can find at - -\kref{https://pdfbooklet.sourceforge.io/wordpress/}{https://pdfbooklet.sourceforge.io/wordpress/} - -The image of Linus Torvalds on the front cover is courtesy JericoDelayah from the WikiMedia Commons and is at \kref{https://commons.wikimedia.org/wiki/File:4_RETAT_04_Linus_Torvalds.jpg}{https://commons.wikimedia.org\\/wiki/File:4\_RETAT\_04\_Linus\_Torvalds.jpg} where you can also find a link to the Creative Commons CC BY-SA 3.0 license there, as well. - -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}: \kref{https://git.kjodle.net/kjodle/the-codex}{https://git.kjodle.net/kjodle/the-codex}. New issues will be pushed after they are complete. A list of topics I may cover in the future can be found at \kref{https://git.kjodle.net/kjodle/the-codex/wiki/List-of-Future-Topics}{https://git.kjodle.net/kjodle/the-codex/wiki/List-of-Fu\\ture-Topics}. - -You can just skip over all the diversions in here if 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. - -If you want to donate financial support for the creation of this zine (and all the hours of research that go into it), you can do so at - -\kref{https://paypal.me/kjodle}{https://paypal.me/kjodle} (Thanks!) - -\medskip - -\noindent \textbf{Errata:} To err is human, to document those errors is divine. A list of errata can be found at - -\kref{https://git.kjodle.net/kjodle/the-codex/wiki/Errata}{https://git.kjodle.net/kjodle/the-codex/wiki/Errata}. - -\medskip - -\noindent \textbf{Credit where credit is due:} A lot of people have come forth (mostly from Reddit) to help me out in various ways. See the preamble to this document in the source code to see them. One aspect of our society is that nobody \textit{has} to help you. It is wonderful when it happens, and I am grateful for their help. diff --git a/include/inline-code.tex b/include/inline-code.tex deleted file mode 100644 index 37e7d62..0000000 --- a/include/inline-code.tex +++ /dev/null @@ -1,3 +0,0 @@ -\begin{Verbatim}[] -$ sudo mktexlsr -\end{Verbatim} diff --git a/include/packages.tex b/include/packages.tex deleted file mode 100644 index 9714c68..0000000 --- a/include/packages.tex +++ /dev/null @@ -1,28 +0,0 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\usepackage[utf8]{inputenc} -\usepackage[T1]{fontenc} -\usepackage{amsmath} -\usepackage{amssymb} -\usepackage{makeidx} -\usepackage{graphicx} -\usepackage[nott]{kpfonts} -\usepackage{float} -\usepackage{array} -\usepackage{multirow} -\usepackage{gensymb} % Just for the degree symbol -\usepackage{ccicons} % Creative Commons icons; now we can delete an image -\usepackage{lettrine} % Drop caps -\usepackage{wrapfig} % Let's wrap some images -\usepackage{hanging} % For hanging indents in a script -\usepackage{fancyvrb} % Use line numbers with code samples -\usepackage{fvextra} % Break lines inside Verbatim environment: -\usepackage{enumitem} % Control spacing in lists -\usepackage{setspace} % Better control over line-spacing -\usepackage{nicefrac} % Use nice fractions -\usepackage[bottom]{footmisc} % Keep the footnotes at the bottom of the page -\usepackage{tabto} % Use tab stops when we need to (especially in footnotes) -\usepackage{microtype} % Make things neater. Thanks /u/-LeopardShark- -\usepackage{tabularray} % Easy tables -\usepackage[defaultsans]{cantarell} % sans-serif font; https://tug.org/FontCatalogue/firasansregular -\usepackage{multicol} % Include two- or three-column sections diff --git a/include/titlepage.tex b/include/titlepage.tex deleted file mode 100644 index 8a0a9c2..0000000 --- a/include/titlepage.tex +++ /dev/null @@ -1,23 +0,0 @@ -\begin{titlepage} -\vspace*{25mm} -%\fontsize{28}{42}\selectfont -\centering -{\Huge the codex}\\Life with Linux — A Zine -\noindent{}{\color{gray7}\rule{\textwidth}{1pt}} - -\vspace{5mm} -Typeset in \LaTeX{} - -\vspace{5mm} -Issue \#\kissue{} - -\vspace{18mm} -Written and Edited by\\Kenneth John Odle - -\vspace{5mm} -\kpubdate{} - -\vspace{20mm} -\kref{https://just13.click/just13}{just13.click/just13} - -\end{titlepage}