diff --git a/git-primer.tex b/git-primer.tex index 58867ec..d712f63 100644 --- a/git-primer.tex +++ b/git-primer.tex @@ -175,13 +175,13 @@ \thispagestyle{plain} \pagenumbering{gobble} % turn off page numbers -\vspace{60mm} -All contents \copyright\the\year{} Kenneth John Odle +\vspace{40mm} +\copyright\the\year{} Kenneth John Odle \vspace{20mm} \noindent{}This document is formatted to print well on both letter and A4 size paper. Printing on A4 paper will result in slightly wider top and bottom margins than you see in the digital document, and printing on letter-size paper will result in slightly wider left and right margins than you see in the digital document. -\vspace{20mm} +\vspace{10mm} \noindent{}This document is typeset in \LaTeX{} using the \texttt{report} class to allow the use of chapters. Three of the more important packages in this document are \texttt{titlesec}, \texttt{fancyvrb}, and \texttt{tabularray}. @@ -192,6 +192,9 @@ The \texttt{fancyvrb} package provides the best environment for code samples, in The \texttt{tabularray} package is, hands-down, the best package for creating tables on \LaTeX{} that is currently available. It provides a large number of easy to understand formatting options. +\vspace{10mm} +\noindent{}The version number of this document corresponde to a semantic versioning system. For more information, visit \kref{https://semver.org/}{https://semver.org/}. + \tableofcontents \thispagestyle{empty} % hide page numbers on TOC