Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH 0/3] Use simple underscores
Date: Sat, 13 May 2017 12:12:59
Message-Id: 22806.63554.519014.508816@a1i15.kph.uni-mainz.de
1 The underscore package allows using simple _ instead of \_ in the
2 LaTeX source. (There were some rumours that it won't work well with
3 TeX4ht, but they don't seem to be true.)
4
5 IMHO this much improves readability of the source. PDF output does not
6 change, except for one line break in the EAPI cheat sheet. HTML output
7 does not change at all.
8
9 Ulrich Müller (3):
10 Avoid underscore character in label.
11 Require underscore.sty package.
12 Use simple underscores throughout.
13
14 appendices.tex | 6 +-
15 dependencies.tex | 68 ++++++-------
16 eapi-cheatsheet.tex | 79 +++++++--------
17 eapi-differences.tex | 104 ++++++++++----------
18 ebuild-env-commands.tex | 2 +-
19 ebuild-env-invariancy.tex | 10 +-
20 ebuild-env-state.tex | 2 +-
21 ebuild-env-vars.tex | 140 +++++++++++++--------------
22 ebuild-format.tex | 2 +-
23 ebuild-functions.tex | 242 +++++++++++++++++++++++-----------------------
24 ebuild-vars.tex | 16 +--
25 eclasses.tex | 20 ++--
26 merge.tex | 16 +--
27 metadata-cache.tex | 6 +-
28 names.tex | 30 +++---
29 pkg-mgr-commands.tex | 96 +++++++++---------
30 pms.cls | 7 +-
31 profile-variables.tex | 30 +++---
32 profiles.tex | 4 +-
33 tree-layout.tex | 12 +--
34 20 files changed, 445 insertions(+), 447 deletions(-)
35
36 --
37 2.13.0

Replies