Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Cc: "Ulrich Müller" <ulm@g.o>
Subject: [gentoo-pms] [PATCH] glossary.tex: Drop chapter number
Date: Fri, 25 Nov 2022 18:01:35
Message-Id: 20221125180121.17878-1-ulm@gentoo.org
1 Signed-off-by: Ulrich Müller <ulm@g.o>
2 ---
3 glossary.tex | 6 +++---
4 introduction.tex | 2 +-
5 pms.tex | 3 ++-
6 3 files changed, 6 insertions(+), 5 deletions(-)
7
8 diff --git a/glossary.tex b/glossary.tex
9 index 181febc..4ed3e82 100644
10 --- a/glossary.tex
11 +++ b/glossary.tex
12 @@ -1,7 +1,7 @@
13 -\chapter{Glossary}
14 -\label{ch:glossary}
15 +\chapter*{Glossary}
16 +\addcontentsline{toc}{chapter}{Glossary}
17
18 -This chapter contains explanations of some of the terms used in this document whose meaning may not
19 +This glossary contains explanations of some of the terms used in this document whose meaning may not
20 be immediately obvious.
21
22 \begin{description}
23 diff --git a/introduction.tex b/introduction.tex
24 index b72acc3..57fb51a 100644
25 --- a/introduction.tex
26 +++ b/introduction.tex
27 @@ -7,7 +7,7 @@ well as certain aspects of package manager behaviour required to support such a
28
29 This document is \emph{not} designed to be an introduction to ebuild development. Prior knowledge of
30 ebuild creation and an understanding of how the package management system works is assumed; certain
31 -less familiar terms are explained in the Glossary in chapter~\ref{ch:glossary}.
32 +less familiar terms are explained in the Glossary.
33
34 This document does not specify any user or package manager configuration information.
35
36 diff --git a/pms.tex b/pms.tex
37 index 97d6d30..07113a9 100644
38 --- a/pms.tex
39 +++ b/pms.tex
40 @@ -60,8 +60,9 @@
41 \include{commands}
42 \include{merge}
43 \include{metadata-cache}
44 -\include{glossary}
45
46 +% back matter begins here
47 +\include{glossary}
48 \bibliography{pms}
49
50 \appendix
51 --
52 2.38.1