* [gentoo-pms] More compact EAPI tables?
@ 2015-02-16 15:28 Ulrich Mueller
2015-02-16 16:42 ` Ciaran McCreesh
0 siblings, 1 reply; 3+ messages in thread
From: Ulrich Mueller @ 2015-02-16 15:28 UTC (permalink / raw
To: gentoo-pms
[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]
There are many of them, and they have grown 7 rows. How about
compacting them a little, by combining rows with identical behaviour?
For example, "Table 11.8: Banned commands" currently looks like this:
--------------------------------
EAPI Command banned?
dohard dosed einstall
--------------------------------
0 No No No
1 No No No
2 No No No
3 No No No
4 Yes Yes No
5 Yes Yes No
6 Yes Yes Yes
--------------------------------
This could be changed to:
--------------------------------------
EAPI Command banned?
dohard dosed einstall
--------------------------------------
0, 1, 2, 3 No No No
4, 5 Yes Yes No
6 Yes Yes Yes
--------------------------------------
At the same time, I would drop usage of the teletype font for EAPI
names, because this isn't handled consistently anyway.
Ulrich
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-pms] More compact EAPI tables?
2015-02-16 15:28 [gentoo-pms] More compact EAPI tables? Ulrich Mueller
@ 2015-02-16 16:42 ` Ciaran McCreesh
2015-03-03 7:55 ` Ulrich Mueller
0 siblings, 1 reply; 3+ messages in thread
From: Ciaran McCreesh @ 2015-02-16 16:42 UTC (permalink / raw
To: gentoo-pms
[-- Attachment #1: Type: text/plain, Size: 625 bytes --]
On Mon, 16 Feb 2015 16:28:01 +0100
Ulrich Mueller <ulm@gentoo.org> wrote:
> There are many of them, and they have grown 7 rows. How about
> compacting them a little, by combining rows with identical behaviour?
Yes. There's a lot that can be done on formatting. It wasn't a big deal
when we only had a couple of EAPIs, but now it is.
> At the same time, I would drop usage of the teletype font for EAPI
> names, because this isn't handled consistently anyway.
I've gone off teletype in general after I figured out why text in math
mode looked wrong... (The answer is to use \mathit{}.)
--
Ciaran McCreesh
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-pms] More compact EAPI tables?
2015-02-16 16:42 ` Ciaran McCreesh
@ 2015-03-03 7:55 ` Ulrich Mueller
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller @ 2015-03-03 7:55 UTC (permalink / raw
To: gentoo-pms
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
>>>>> On Mon, 16 Feb 2015, Ciaran McCreesh wrote:
> On Mon, 16 Feb 2015 16:28:01 +0100
> Ulrich Mueller <ulm@gentoo.org> wrote:
>> There are many of them, and they have grown 7 rows. How about
>> compacting them a little, by combining rows with identical
>> behaviour?
> Yes. There's a lot that can be done on formatting. It wasn't a big
> deal when we only had a couple of EAPIs, but now it is.
I have pushed this commit to the eapi-6 branch:
http://gitweb.gentoo.org/proj/pms.git/commit/?h=eapi-6&id=755c5054fa94144c13f607b04224ffe69bc226cb
Compacting the tables has shortened the PDF output by 5 pages.
Ulrich
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-03 7:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-16 15:28 [gentoo-pms] More compact EAPI tables? Ulrich Mueller
2015-02-16 16:42 ` Ciaran McCreesh
2015-03-03 7:55 ` Ulrich Mueller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox