Added cover; modified ignore file
This commit is contained in:
parent
3444bf4163
commit
7e136b3580
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,5 +1,4 @@
|
|||||||
Resources
|
Resources
|
||||||
Cover
|
|
||||||
*bklt*
|
*bklt*
|
||||||
*.aux
|
*.aux
|
||||||
*.log
|
*.log
|
||||||
@ -8,4 +7,8 @@ Cover
|
|||||||
*.toc
|
*.toc
|
||||||
*.dvi
|
*.dvi
|
||||||
*.pdf
|
*.pdf
|
||||||
build/*
|
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