the-codex/004/cover-004.tex

66 lines
1.1 KiB
TeX
Raw Permalink Normal View History

2024-06-07 16:23:56 +00:00
\documentclass[letter, landscape]{report}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage[]{kpfonts}
\usepackage{float}
\raggedbottom
\usepackage{array}
\usepackage{multicol}
2024-06-14 17:46:59 +00:00
2024-06-07 16:23:56 +00:00
% Set column separation
\setlength\columnsep{20mm}
% Where are our images?
\graphicspath{{images/}}
% Put everything in monotype
\renewcommand{\familydefault}{\ttdefault}
% Stretch the linespacing
\renewcommand{\baselinestretch}{2.0}
% Let's adjust the page margins
\usepackage{geometry}
\geometry{
margin=10mm,
}
\begin{document}
\thispagestyle{empty}
\begin{center}
\begin{multicols}{2}
% Back page
\vspace*{40mm}
\includegraphics[scale=1.0]{uq3buhdwufia1}
\vfill\null
\columnbreak
% Front page
\vspace*{40mm}
2024-06-14 17:46:59 +00:00
{\fontsize{55}{70}\selectfont \textbf{the codex}}
2024-06-07 16:23:56 +00:00
2024-08-31 16:25:57 +00:00
{\large \textbf{Life with Linux - A Zine}}
2024-06-07 16:23:56 +00:00
2024-06-14 17:46:59 +00:00
{\large \textbf{Issue \#4}}
2024-06-07 16:23:56 +00:00
2024-06-14 17:46:59 +00:00
{\large \textbf{Typeset in \textrm{\LaTeX{}}}\\(including the cover, of course)}
2024-06-07 16:23:56 +00:00
2024-06-14 17:46:59 +00:00
{\footnotesize \textbf{First Printing}}
2024-06-07 16:23:56 +00:00
\vspace{10mm}
2024-06-12 11:17:10 +00:00
\includegraphics[scale=0.75]{4_RETAT_04_Linus_Torvalds}
2024-06-07 16:23:56 +00:00
\end{multicols}
\end{center}
\end{document}