From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-844285-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F41811388C2 for <garchives@archives.gentoo.org>; Thu, 5 Nov 2015 16:05:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7E6BE0875; Thu, 5 Nov 2015 16:05:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26B4EE0875 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Nov 2015 16:05:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F535340691 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Nov 2015 16:05:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE66120EC for <gentoo-commits@lists.gentoo.org>; Thu, 5 Nov 2015 16:05:13 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1446153535.ba45c9882a6c2a1abf414b46bc3b7767b25bf3ec.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: dependencies.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ba45c9882a6c2a1abf414b46bc3b7767b25bf3ec X-VCS-Branch: master Date: Thu, 5 Nov 2015 16:05:13 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 22868e91-2b18-496d-a617-11513b3aef7e X-Archives-Hash: ef12cf97b53e4f248e9a8db5fdf33c7b commit: ba45c9882a6c2a1abf414b46bc3b7767b25bf3ec Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Oct 29 21:18:55 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Oct 29 21:18:55 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=ba45c988 Fix some of the "Underfull \hbox" warnings. dependencies.tex | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index 0582be5..46485fc 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -6,7 +6,7 @@ \begin{centertable}{Dependency classes required to be satisfied for a particular phase function} \label{tab:phase-function-dependency-classes} - \begin{tabular}{ p{0.2\textwidth} p{0.7\textwidth} } + \begin{tabular}{P{7.5em} P{0.7\textwidth}} \toprule \multicolumn{1}{c}{\textbf{Phase function}} & \multicolumn{1}{c}{\textbf{Satisfied dependency classes}} \\ @@ -59,30 +59,31 @@ be surrounded on both sides by whitespace, except at the start and end of the st \item An all-of group, which consists of an open parenthesis, followed by whitespace, followed by zero or more of (a dependency item of any kind followed by whitespace), followed by a close parenthesis. More formally: - \t{all-of ::= '(' whitespace (item whitespace)* ')'}. Permitted in all specification style - variables. + \t{all-of} \t{::=} \t{'(' whitespace (item whitespace)* ')'}. Permitted in all specification + style variables. \item An any-of group, which consists of the string \t{||}, followed by whitespace, followed by an open parenthesis, followed by whitespace, followed by zero or more of (a dependency item of any kind followed by whitespace), followed by a close parenthesis. - More formally: \t{any-of ::= '||' whitespace '(' whitespace (item whitespace)* ')'}. + More formally: \t{any-of} \t{::=} \t{'||' whitespace '(' whitespace (item whitespace)* ')'}. Permitted in \t{DEPEND}, \t{RDEPEND}, \t{PDEPEND}, \t{LICENSE}, \t{REQUIRED\_USE}. \item An exactly-one-of group, which consists of the string \t{\textasciicircum\textasciicircum}, followed by whitespace, followed by an open parenthesis, followed by whitespace, followed by zero or more of (a dependency item of any kind followed by whitespace), followed by a close - parenthesis. More formally: \t{exactly-one-of ::= '\textasciicircum\textasciicircum' whitespace - '(' whitespace (item whitespace)* ')'}. + parenthesis. More formally: \t{exactly-one-of} \t{::=} \t{'\textasciicircum\textasciicircum' + whitespace '(' whitespace (item whitespace)* ')'}. Permitted in \t{REQUIRED\_USE}. \item \featurelabel{at-most-one-of} An at-most-one-of group, which consists of the string \t{??}, followed by whitespace, followed by an open parenthesis, followed by whitespace, followed by zero or more of (a dependency item of any kind followed by whitespace), followed by a close - parenthesis. More formally: \t{at-most-one-of ::= '??'\ whitespace '(' whitespace (item - whitespace)* ')'}. Permitted in \t{REQUIRED\_USE} in EAPIs listed in + parenthesis. More formally: \t{at-most-one-of} \t{::=} \t{'??'\ whitespace '(' whitespace + (item whitespace)* ')'}. Permitted in \t{REQUIRED\_USE} in EAPIs listed in table~\ref{tab:at-most-one-of-table} as supporting \t{REQUIRED\_USE ??}\ groups. \item A use-conditional group, which consists of an optional exclamation mark, followed by a use flag name, followed by a question mark, followed by whitespace, followed by an open parenthesis, followed by whitespace, followed by zero or more of (a dependency item of any kind followed by whitespace), followed by a close parenthesis. More formally: - \t{use-conditional ::= '!'?\ flag-name '?'\ whitespace '(' whitespace (item whitespace)* ')'}. + \t{use-conditional} \t{::=} \t{'!'?\ flag-name '?'\ whitespace '(' whitespace (item + whitespace)* ')'}. Permitted in all specification style variables. \end{compactitem}