commit: a2bf8fdc638f79a5c8438b095cd043b18b9f7794
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 17:58:05 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 17:58:05 2022 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=a2bf8fdc
glossary.tex: Drop chapter number
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
glossary.tex | 6 +++---
introduction.tex | 2 +-
pms.tex | 3 ++-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/glossary.tex b/glossary.tex
index 181febc..4ed3e82 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -1,7 +1,7 @@
-\chapter{Glossary}
-\label{ch:glossary}
+\chapter*{Glossary}
+\addcontentsline{toc}{chapter}{Glossary}
-This chapter contains explanations of some of the terms used in this document
whose meaning may not
+This glossary contains explanations of some of the terms used in this document
whose meaning may not
be immediately obvious.
\begin{description}
diff --git a/introduction.tex b/introduction.tex
index b72acc3..57fb51a 100644
--- a/introduction.tex
+++ b/introduction.tex
@@ -7,7 +7,7 @@ well as certain aspects of package manager behaviour required
to support such a
This document is \emph{not} designed to be an introduction to ebuild
development. Prior knowledge of
ebuild creation and an understanding of how the package management system
works is assumed; certain
-less familiar terms are explained in the Glossary in chapter~\ref{ch:glossary}.
+less familiar terms are explained in the Glossary.
This document does not specify any user or package manager configuration
information.
diff --git a/pms.tex b/pms.tex
index 97d6d30..07113a9 100644
--- a/pms.tex
+++ b/pms.tex
@@ -60,8 +60,9 @@
\include{commands}
\include{merge}
\include{metadata-cache}
-\include{glossary}
+% back matter begins here
+\include{glossary}
\bibliography{pms}
\appendix