Added cover; modified ignore file
This commit is contained in:
parent
3444bf4163
commit
7e136b3580
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
Resources
|
||||
Cover
|
||||
*bklt*
|
||||
*.aux
|
||||
*.log
|
||||
@ -9,3 +8,7 @@ Cover
|
||||
*.dvi
|
||||
*.pdf
|
||||
build/*
|
||||
cover/build/*
|
||||
cover/*.odg
|
||||
cover/*.pdf
|
||||
cover/*.txt
|
||||
33
cover/inside-cover.tex
Normal file
33
cover/inside-cover.tex
Normal file
@ -0,0 +1,33 @@
|
||||
\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}
|
||||
Loading…
Reference in New Issue
Block a user