Added cover in LaTeX
This commit is contained in:
parent
d7ed5f3311
commit
40e995dd9d
68
004/cover-004.tex
Normal file
68
004/cover-004.tex
Normal 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}
|
BIN
004/images/4_RETAT_04_Linus_Torvalds.png
Normal file
BIN
004/images/4_RETAT_04_Linus_Torvalds.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
004/images/uq3buhdwufia1.jpg
Normal file
BIN
004/images/uq3buhdwufia1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
Loading…
Reference in New Issue
Block a user