Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Tue, 08 Dec 2015 23:14:44
Message-Id: 1449615467.1da137e49aa5a52bb13500192d394b6dd53210da.ulm@gentoo
1 commit: 1da137e49aa5a52bb13500192d394b6dd53210da
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 8 22:57:47 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 8 22:57:47 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=1da137e4
7
8 Appendix: Do not number sections.
9
10 pms.tex | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/pms.tex b/pms.tex
14 index c96fc05..01dee98 100644
15 --- a/pms.tex
16 +++ b/pms.tex
17 @@ -65,6 +65,8 @@
18 \bibliography{pms}
19
20 \appendix
21 +\setcounter{secnumdepth}{0}
22 +
23 \include{appendices}
24
25 \include{eapi-differences}