Added cover in LaTeX

This commit is contained in:
Kenneth John Odle 2024-06-07 12:23:56 -04:00
parent d7ed5f3311
commit 40e995dd9d
3 changed files with 68 additions and 0 deletions

68
004/cover-004.tex Normal file
View File

@ -0,0 +1,68 @@
\documentclass[letter, landscape]{report}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage[]{kpfonts}
\usepackage{float}
\raggedbottom
\usepackage{array}
\usepackage{multicol}
% 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}
% Larger font size
\usepackage{mathptmx}
% 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}
{\fontsize{50}{60}\selectfont \textbf{the codex}}
{\large Life with Linx - A Zine}
{\large Issue \#4}
{\large Typeset in \LaTeX{}}\\(including the cover, of course)
{\scriptsize First Printing}
\vspace{10mm}
\includegraphics[scale=0.6]{4_RETAT_04_Linus_Torvalds}
\end{multicols}
\end{center}
\end{document}

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB