Added cover

This commit is contained in:
Kenneth John Odle 2023-07-03 18:26:59 -04:00
parent 9da551e29f
commit c7d01990a1
2 changed files with 75 additions and 0 deletions

BIN
build/cover.pdf Normal file

Binary file not shown.

75
cover.tex Normal file
View File

@ -0,0 +1,75 @@
\documentclass[letter, landscape]{article}
\usepackage[fulloldstylenums]{kpfonts}
\usepackage{multicol}
\setlength{\columnsep}{1in}
\usepackage[
margin=0.5in
]{geometry}
\begin{document}
\thispagestyle{empty} % Remove page number
\begin{multicols}{2}
\vspace*{\fill}
\section*{Project Information}
``The Simple Sabotage Field Manual'' originally published by the United States Office of Strategic Services on 17 January 1944.
\medskip
\noindent{}Retypeset in \LaTeX{} July 2023 by Kenneth John Odle.
\bigskip
\noindent{}\texttt{git} repository available at \texttt{https://git.kjodle.net/kjodle/Simple-Sabotage-Field-Manual}
\columnbreak
\vspace*{1.5in}
\begin{center}
\setlength{\fboxrule}{3pt} % Change line width of outer box
\setlength{\fboxsep}{0.5em} % Change separapte between outer box and inner box
\fbox{
\setlength{\fboxrule}{1pt} % Change line width of inner box
\fbox{\parbox{3in}{
\centering
{\sffamily % Begin sans-serif fonts
\begin{Large}
\bigskip
SIMPLE SABOTAGE \\ FIELD MANUAL
\vspace{2em}
Strategic Services
\medskip
\end{Large}
(Provisional)
\vspace{1em}
} % End sans-serif fonts
} } % End parbox; end fbox
}
\end{center}
\vspace*{3in}
\begin{center}
Prepared under direction of \\ The Director of Strategic Services
\end{center}
\end{multicols}
\end{document}