Simple-Sabotage-Field-Manual/cover.tex

84 lines
1.5 KiB
TeX
Raw Normal View History

2023-07-03 22:26:59 +00:00
\documentclass[letter, landscape]{article}
\usepackage[fulloldstylenums]{kpfonts}
\usepackage{multicol}
\setlength{\columnsep}{1in}
\usepackage[
margin=0.5in
]{geometry}
2023-07-09 15:20:18 +00:00
\usepackage[T1]{fontenc}
\usepackage{tgheros}
2023-07-03 22:26:59 +00:00
\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
2023-07-09 15:20:18 +00:00
\noindent{}\texttt{git} repository available at \texttt{https://git.kjodle.net/kjodle/Simple-\\Sabotage-Field-Manual}
2023-07-03 22:26:59 +00:00
\columnbreak
2023-07-04 15:14:02 +00:00
\vspace*{1.0in}
2023-07-03 22:26:59 +00:00
\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
2023-07-09 15:20:18 +00:00
{\fontfamily{cmss}\selectfont % Begin sans-serif fonts
2023-07-03 22:26:59 +00:00
\begin{Large}
\bigskip
SIMPLE SABOTAGE \\ FIELD MANUAL
\vspace{2em}
Strategic Services
\medskip
\end{Large}
2023-07-04 15:14:02 +00:00
} % End sans-serif fonts
2023-07-03 22:26:59 +00:00
(Provisional)
\vspace{1em}
} } % End parbox; end fbox
}
2023-07-04 15:14:02 +00:00
\vspace*{0.5in}
2023-07-09 15:20:18 +00:00
{\fontfamily{cmss}\selectfont
2023-07-04 15:14:02 +00:00
STRATEGIC SERVICES FIELD MANUAL No. 3
}
2023-07-03 22:26:59 +00:00
\end{center}
\vspace*{3in}
\begin{center}
Prepared under direction of \\ The Director of Strategic Services
\end{center}
\end{multicols}
\end{document}