34 lines
595 B
TeX
34 lines
595 B
TeX
\documentclass[8pt,letterpaper,twoside]{extreport}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[english]{babel}
|
|
\usepackage{amsmath}
|
|
\usepackage{graphicx}
|
|
\usepackage{amsfonts}
|
|
|
|
% page size
|
|
\usepackage[
|
|
paperheight=8.5in,
|
|
paperwidth=5.5in,
|
|
left=1cm,
|
|
right=1cm,
|
|
top=2cm,
|
|
bottom=2cm]
|
|
{geometry}
|
|
|
|
% Tighten up the typography
|
|
\usepackage{microtype}
|
|
|
|
\author{by \\ \\ Kenneth John Odle}
|
|
\title{{\Huge \textbf{The Linux Dictionary}}}
|
|
\date{March 2022 \\ \bigskip \textbf{First Edition}}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\textit{The Linux Dictionary}
|
|
|
|
\copyright{}2022 Kenneth John Odle
|
|
|
|
\end{document}
|